body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c40f0f !important;
  border-color: #c40f0f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #730909 !important;
  border-color: #730909 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #730909 !important;
  border-color: #730909 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c40f0f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #730909 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c40f0f !important;
  border-color: #c40f0f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #c40f0f !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #650808 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #c40f0f !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='%23000000' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tPKgyTDz7d {
  z-index: 1000;
  width: 100%;
}
.cid-tPKgyTDz7d .container-fluid {
  padding: 0 1rem;
}
.cid-tPKgyTDz7d .navbar-dropdown {
  background: rgba(0, 0, 0, 0) !important;
  padding: 0;
  position: fixed;
}
.cid-tPKgyTDz7d .menu_box {
  transition: all 0s ease 0s;
}
.cid-tPKgyTDz7d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0) !important;
}
.cid-tPKgyTDz7d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPKgyTDz7d nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tPKgyTDz7d .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 208px;
}
@media (max-width: 991px) {
  .cid-tPKgyTDz7d .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPKgyTDz7d .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tPKgyTDz7d .mbr-section-btn .btn {
  height: 66px;
  min-width: 120px;
  box-shadow: none;
  color: #000000 !important;
}
.cid-tPKgyTDz7d .mbr-section-btn .btn:hover {
  box-shadow: none;
}
@media (max-width: 575px) {
  .cid-tPKgyTDz7d .mbr-section-btn .btn {
    min-width: 120px;
    width: 120px;
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .cid-tPKgyTDz7d .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #dcd3f7;
  }
  .cid-tPKgyTDz7d .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tPKgyTDz7d .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tPKgyTDz7d .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tPKgyTDz7d .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-tPKgyTDz7d .offcanvas-body .mbr-text,
  .cid-tPKgyTDz7d .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tPKgyTDz7d .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tPKgyTDz7d .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tPKgyTDz7d .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tPKgyTDz7d .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tPKgyTDz7d .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tPKgyTDz7d .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tPKgyTDz7d .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tPKgyTDz7d ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tPKgyTDz7d .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPKgyTDz7d .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tPKgyTDz7d .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tPKgyTDz7d li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tPKgyTDz7d li.nav-item::after {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background-color: #000000;
    transition: all .4s ease;
    border-radius: 50%;
    margin: 0 auto;
    transform: translateY(250%);
    opacity: 0;
  }
  .cid-tPKgyTDz7d .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tPKgyTDz7d .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tPKgyTDz7d .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-tPKgyTDz7d .nav-item {
    margin: 0 !important;
  }
}
.cid-tPKgyTDz7d .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tPKgyTDz7d .dropdown-menu {
    padding: 18px 24px 22px;
    min-width: 250px;
    top: 49px !important;
    left: -40px !important;
  }
  .cid-tPKgyTDz7d .dropdown-menu.dropdown-submenu {
    left: 196px !important;
    top: -82% !important;
  }
}
@media (max-width: 991px) {
  .cid-tPKgyTDz7d .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPKgyTDz7d .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tPKgyTDz7d .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tPKgyTDz7d .offcanvas_box {
    display: none;
  }
}
.cid-tPKgyTDz7d .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tPKgyTDz7d .dropdown-item:hover {
  color: #000000;
}
.cid-tPKgyTDz7d .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tPKgyTDz7d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.cid-tPKgyTDz7d .nav-link {
  position: relative;
  color: #1E1C21;
}
.cid-tPKgyTDz7d .container {
  display: flex;
  margin: auto;
}
.cid-tPKgyTDz7d .iconfont-wrapper {
  width: 42px;
  margin: 5px;
  color: #1e1c21;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-tPKgyTDz7d .iconfont-wrapper:hover {
  color: #000000;
}
.cid-tPKgyTDz7d .navbar-caption {
  color: #1E1C21;
}
.cid-tPKgyTDz7d .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tPKgyTDz7d .navbar-nav {
    margin: 0 20px;
  }
}
.cid-tPKgyTDz7d .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tPKgyTDz7d .nav-item:focus,
.cid-tPKgyTDz7d .nav-link:focus {
  outline: none;
}
.cid-tPKgyTDz7d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPKgyTDz7d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPKgyTDz7d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPKgyTDz7d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPKgyTDz7d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPKgyTDz7d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPKgyTDz7d .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tPKgyTDz7d .navbar.opened {
  transition: all 0.3s;
}
.cid-tPKgyTDz7d .navbar .dropdown-item {
  padding: 0 10px;
  margin: 8px 0;
}
.cid-tPKgyTDz7d .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-tPKgyTDz7d .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tPKgyTDz7d .navbar.collapsed {
  justify-content: center;
}
.cid-tPKgyTDz7d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPKgyTDz7d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPKgyTDz7d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPKgyTDz7d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPKgyTDz7d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPKgyTDz7d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tPKgyTDz7d .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPKgyTDz7d .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tPKgyTDz7d .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tPKgyTDz7d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPKgyTDz7d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPKgyTDz7d .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tPKgyTDz7d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPKgyTDz7d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPKgyTDz7d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPKgyTDz7d .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tPKgyTDz7d .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tPKgyTDz7d .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tPKgyTDz7d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPKgyTDz7d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPKgyTDz7d .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tPKgyTDz7d .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPKgyTDz7d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPKgyTDz7d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPKgyTDz7d .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-tPKgyTDz7d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPKgyTDz7d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPKgyTDz7d .dropdown-item.active,
.cid-tPKgyTDz7d .dropdown-item:active {
  background-color: transparent;
}
.cid-tPKgyTDz7d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPKgyTDz7d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPKgyTDz7d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPKgyTDz7d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPKgyTDz7d ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tPKgyTDz7d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPKgyTDz7d button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c40f0f;
}
.cid-tPKgyTDz7d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPKgyTDz7d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPKgyTDz7d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPKgyTDz7d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPKgyTDz7d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPKgyTDz7d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPKgyTDz7d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPKgyTDz7d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPKgyTDz7d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPKgyTDz7d a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-tPKgyTDz7d .nav-item:hover::after {
  transform: translateY(50%);
  opacity: 1;
}
.cid-tPKgyTDz7d .icons-menu {
  margin-bottom: 35px;
}
.cid-tPKgyTDz7d .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-tPKgyTDz7d .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-tPKgyTDz7d .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-tPKgyTDz7d .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPKgyTDz7d .navbar {
    height: 70px;
  }
  .cid-tPKgyTDz7d .navbar.opened {
    height: auto;
  }
  .cid-tPKgyTDz7d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPKgyTDz7d .navbar-caption:hover {
  color: #000000;
}
.cid-tPKgyTDz7d .nav-link:hover {
  color: #000000;
}
.cid-tPKgyTDz7d .mbr-iconfont {
  font-size: 21px;
}
.cid-tPKgyTDz7d .navbar-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tPKgyTDz7d .navbar-wrap {
    display: block;
  }
}
.cid-tPKgyTDz7d .mbr-section-subtitle {
  color: #1E1C21;
  text-align: left;
}
.cid-tPKgyTDz7d .mbr-text,
.cid-tPKgyTDz7d .iconfont-wrapper {
  color: #1E1C21;
  text-align: left;
}
.cid-tPKgyTDz7d .text_widget a:hover {
  color: #000000;
}
.cid-tPKgyTDz7d a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tQglbhJo2v {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/retrato-alta-moda-joven-bella-mujer-morena-bonito-vestido-noche-negro-moda-guantes-modelo-moda-sexy-posando-estudio-mujer-moda-aislada.jpg");
}
.cid-tQglbhJo2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQglbhJo2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQglbhJo2v .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tQglbhJo2v .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQglbhJo2v .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tQglbhJo2v .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tQglbhJo2v .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u8sKurw5zT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u8sKurw5zT .section-head {
  margin-bottom: 2rem;
}
.cid-u8sKurw5zT .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-u8sKurw5zT .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-u8sKurw5zT .row {
    text-align: center;
  }
}
.cid-u8sKurw5zT .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-u8sKurw5zT .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-u8sKurw5zT .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-u8sKurw5zT .wave-container .wave svg path {
  fill: #000000;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tOvLRai7o9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tOvLRai7o9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOvLRai7o9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tOvLRai7o9 .container {
    max-width: 1400px;
  }
}
.cid-tOvLRai7o9 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #22a5e5;
  margin-bottom: 2rem;
}
.cid-tOvLRai7o9 .card-wrapper {
  margin-top: 3rem;
}
.cid-tOvLRai7o9 .row {
  justify-content: center;
}
.cid-tOvLRai7o9 .mbr-section-title {
  color: #c40f0f;
}
.cid-tOvLRai7o9 .card-title,
.cid-tOvLRai7o9 .iconfont-wrapper {
  color: #ffffff;
}
.cid-tOvNTh0eyS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tOvNTh0eyS .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-tOvNTh0eyS .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tOvNTh0eyS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tOvNTh0eyS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tOvNTh0eyS .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tOvNTh0eyS .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tOvNTh0eyS .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tOvNTh0eyS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tOvNTh0eyS .card-title {
  color: #d7262f;
}
.cid-tOvNTh0eyS .mbr-text,
.cid-tOvNTh0eyS .mbr-section-btn {
  color: #ffffff;
}
.cid-tOxIqnvEPp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOxIqnvEPp .section-head {
  margin-bottom: 2rem;
}
.cid-tOxIqnvEPp .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-tOxIqnvEPp .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tOxIqnvEPp .row {
    text-align: center;
  }
}
.cid-tOxIqnvEPp .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tOxIqnvEPp .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tOxIqnvEPp .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tOxIqnvEPp .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tOxAyhhS0R {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tOxAyhhS0R .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOxAyhhS0R .row {
    flex-direction: column-reverse;
  }
  .cid-tOxAyhhS0R .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tOxAyhhS0R .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOxAyhhS0R .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tOxAyhhS0R .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tOxAyhhS0R .card-title {
  color: #000000;
}
.cid-tOxAyhhS0R .mbr-text,
.cid-tOxAyhhS0R .mbr-section-btn {
  color: #000000;
}
.cid-tOxAyhhS0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOxAyhhS0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8OCUOTUfN {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u8OCUOTUfN h3 {
  line-height: 1;
  letter-spacing: -3px;
  position: relative;
}
.cid-u8OCUOTUfN h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-u8OCUOTUfN h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -120px;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-u8OCUOTUfN .mbr-iconfont {
  margin-top: 150px;
  display: block;
  font-size: 3rem;
  color: #000000;
}
.cid-u8OCUOTUfN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8OCUOTUfN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Oz0vYbiP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-u8Oz0vYbiP::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40%;
  width: 100%;
  background-color: #000000;
}
.cid-u8Oz0vYbiP .container-fluid {
  padding: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u8Oz0vYbiP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u8Oz0vYbiP .container {
    padding: 0 25px;
  }
}
.cid-u8Oz0vYbiP .title-wrapper {
  padding: 0 45px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u8Oz0vYbiP .title-wrapper {
    padding: 0 25px;
  }
}
.cid-u8Oz0vYbiP .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u8Oz0vYbiP .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8Oz0vYbiP .item:focus,
.cid-u8Oz0vYbiP span:focus {
  outline: none;
}
.cid-u8Oz0vYbiP .item-wrapper {
  position: relative;
}
.cid-u8Oz0vYbiP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 810px;
  max-width: 810px;
}
@media (max-width: 992px) {
  .cid-u8Oz0vYbiP .embla__slide {
    min-width: 710px;
    max-width: 710px;
  }
}
@media (max-width: 767px) {
  .cid-u8Oz0vYbiP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u8Oz0vYbiP .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
}
.cid-u8Oz0vYbiP .embla__slide .slide-content .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8Oz0vYbiP .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u8Oz0vYbiP .embla__button--next,
.cid-u8Oz0vYbiP .embla__button--prev {
  display: flex;
}
.cid-u8Oz0vYbiP .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #c3090e !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u8Oz0vYbiP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u8Oz0vYbiP .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-u8Oz0vYbiP .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u8Oz0vYbiP .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #000000 !important;
  color: #c3090e !important;
}
.cid-u8Oz0vYbiP .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-u8Oz0vYbiP .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-u8Oz0vYbiP .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #000000 !important;
  color: #c3090e !important;
}
.cid-u8Oz0vYbiP .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-u8Oz0vYbiP .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u8Oz0vYbiP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u8Oz0vYbiP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u8Oz0vYbiP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u8Oz0vYbiP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u8Oz0vYbiP .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u8sTBOz3oe {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  background: #ffffff;
}
@media (min-width: 1330px) {
  .cid-u8sTBOz3oe .container {
    max-width: 1330px !important;
  }
}
.cid-u8sTBOz3oe .content-wrap {
  background-color: #000000;
}
.cid-u8sTBOz3oe .card-wrap {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u8sTBOz3oe .card-wrap {
    width: calc(100% + 10rem);
    margin-left: 46px;
    margin-left: -12.6rem;
  }
}
@media (max-width: 767px) {
  .cid-u8sTBOz3oe .card-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding: 48px 20px 48px 20px;
  }
}
.cid-u8sTBOz3oe .img-wrap {
  height: 100%;
}
.cid-u8sTBOz3oe .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u8sTBOz3oe .mbr-section-subtitle {
  animation-delay: .2s;
}
.cid-u8sTBOz3oe .mbr-section-btn {
  margin-top: 2rem;
  margin-bottom: -0.25rem;
  animation-delay: .4s;
}
.cid-u8sTBOz3oe [class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .cid-u8sTBOz3oe .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-u8sTBOz3oe .mbr-section-subtitle,
.cid-u8sTBOz3oe .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-u8sTBOz3oe H1 {
  text-align: left;
  color: #000000;
}
.cid-u8sS527Kez {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u8sS527Kez .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8sS527Kez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8sS527Kez path {
  fill: #000000;
}
@keyframes wave3 {
  0% {
    transform: scaleY(0.9) translate(-50%, -50%);
  }
  50% {
    transform: scaleY(1.1) translate(-50%, -50%);
  }
  100% {
    transform: scaleY(0.9) translate(-50%, -50%);
  }
}
.cid-u8sS527Kez b,
.cid-u8sS527Kez strong {
  font-weight: 900;
}
.cid-u8sS527Kez svg {
  position: absolute;
  top: 30px;
  left: 45%;
  right: 50%;
  animation: 5s ease infinite wave3;
  transform-origin: top;
  transform: scaleY(0.8) translate(-50%, -50%);
}
.cid-u8sS527Kez a {
  font-weight: 900;
  background: #c40f0f;
}
.cid-u8sS527Kez .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u8sS527Kez .mbr-text,
.cid-u8sS527Kez .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u8sS527Kez .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tOvWAHOUht {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tOvWAHOUht .media-container-row {
  justify-content: space-between;
}
.cid-tOvWAHOUht .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tOvWAHOUht .text-content {
    max-width: none;
  }
}
.cid-tOvWAHOUht .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #c3090e;
  border: 2px solid #c3090e;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tOvWAHOUht .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tOvWAHOUht .mbr-iconfont-social:hover {
  background-color: #c3090e;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tOvWAHOUht .icons {
    justify-content: center !important;
  }
  .cid-tOvWAHOUht .text-content * {
    text-align: center;
  }
}
.cid-tOvWAHOUht P {
  color: #ffffff;
}
.cid-tOvWAHOUht .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8sVvBHmXx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u8sVvBHmXx .card-wrapper {
  z-index: 3;
}
.cid-u8sVvBHmXx .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-u8sVvBHmXx:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-u8sVvBHmXx .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-u8sVvBHmXx .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-u8sVvBHmXx H2 {
  text-align: center;
  color: #d20006;
}
.cid-u8sVwzTOg9 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u8sVwzTOg9 .container-fluid {
  padding: 0 3rem;
}
.cid-u8sVwzTOg9 .mbr-text {
  color: #ffffff;
}
.cid-u8sVwzTOg9 .card-title {
  text-align: left;
  color: #ffa0a4;
}
.cid-u8sVwzTOg9 p {
  text-align: left;
}
.cid-u8sVwzTOg9 .card-img {
  text-align: left;
}
.cid-u8sVwzTOg9 .card .card-img span {
  color: #bbbbbb;
  font-size: 60px;
  background: linear-gradient(45deg, #bbbbbb, #d20006);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-u8sVwzTOg9 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .cid-u8sVwzTOg9 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-u8sWwoGKYU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8sWwoGKYU .section-head {
  margin-bottom: 2rem;
}
.cid-u8sWwoGKYU .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-u8sWwoGKYU .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-u8sWwoGKYU .row {
    text-align: center;
  }
}
.cid-u8sWwoGKYU .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-u8sWwoGKYU .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-u8sWwoGKYU .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-u8sWwoGKYU .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u8sWc19cfe {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-u8sWc19cfe .mbr-section-subtitle {
  color: #cccccc;
}
.cid-u8sWc19cfe h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-u8sWc19cfe h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u8sWc19cfe h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u8sWc19cfe .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #d20006;
  margin: 15px 0.5rem;
  display: block;
}
.cid-u8sWc19cfe .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-u8sWc19cfe .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-u8sWc19cfe .mbr-iconfont-social:hover:before {
  background: #d20006;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-u8sWc19cfe .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u8sWc19cfe .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-u8sWc19cfe .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-u8sWc19cfe .mbr-section-title,
.cid-u8sWc19cfe .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u8sWc19cfe h2:before,
  .cid-u8sWc19cfe h2:after {
    display: none;
  }
}
.cid-u8sZvUzq1g {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u8sZvUzq1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8sZvUzq1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8sZvUzq1g .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-u8sZvUzq1g .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-u8sZvUzq1g .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-u8sZvUzq1g .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-u8sZvUzq1g .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-u8sZvUzq1g .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-u8sZvUzq1g .mbr-section-head {
  width: 100%;
}
.cid-u8sZvUzq1g .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-u8sZvUzq1g .mbr-section-title {
    text-align: center;
  }
}
.cid-u8sZvUzq1g .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-u8sZvUzq1g .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-u8sZvUzq1g .card-row {
  align-items: stretch;
}
.cid-u8sZvUzq1g .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-u8sZvUzq1g .item {
    margin-top: 30px;
  }
}
.cid-u8sZvUzq1g .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #dfccee, -10px -10px 19px #121212;
}
@media (max-width: 1199px) {
  .cid-u8sZvUzq1g .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-u8sZvUzq1g .item-wrapper {
    padding: 20px;
  }
}
.cid-u8sZvUzq1g .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-u8sZvUzq1g .item-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-u8sZvUzq1g .item-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-u8sZvUzq1g .item-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-u8sZvUzq1g .item-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-u8sZvUzq1g .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-u8sZvUzq1g .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-u8sZvUzq1g .item-img {
  margin-bottom: 29px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-u8sZvUzq1g .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.49760766;
}
.cid-u8sZvUzq1g .card-title {
  color: #000000;
  margin-bottom: 20px;
  transition: .5s all;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u8sZvUzq1g .card-title {
    margin-bottom: 15px;
  }
}
.cid-u8sZvUzq1g .card-text {
  color: #000000;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-u8sZvUzq1g .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-u8sZvUzq1g .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #89edfb;
}
.cid-u8sXR4Eb2l {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u8sXR4Eb2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8sXR4Eb2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8sXR4Eb2l .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-u8sXR4Eb2l .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-u8sXR4Eb2l .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-u8sXR4Eb2l .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-u8sXR4Eb2l .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-u8sXR4Eb2l .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-u8sXR4Eb2l .mbr-section-head {
  width: 100%;
}
.cid-u8sXR4Eb2l .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-u8sXR4Eb2l .mbr-section-title {
    text-align: center;
  }
}
.cid-u8sXR4Eb2l .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-u8sXR4Eb2l .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-u8sXR4Eb2l .card-row {
  align-items: stretch;
}
.cid-u8sXR4Eb2l .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-u8sXR4Eb2l .item {
    margin-top: 30px;
  }
}
.cid-u8sXR4Eb2l .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #dfccee, -10px -10px 19px #121212;
}
@media (max-width: 1199px) {
  .cid-u8sXR4Eb2l .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-u8sXR4Eb2l .item-wrapper {
    padding: 20px;
  }
}
.cid-u8sXR4Eb2l .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-u8sXR4Eb2l .item-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-u8sXR4Eb2l .item-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-u8sXR4Eb2l .item-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-u8sXR4Eb2l .item-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-u8sXR4Eb2l .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-u8sXR4Eb2l .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-u8sXR4Eb2l .item-img {
  margin-bottom: 29px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-u8sXR4Eb2l .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.49760766;
}
.cid-u8sXR4Eb2l .card-title {
  color: #000000;
  margin-bottom: 20px;
  transition: .5s all;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u8sXR4Eb2l .card-title {
    margin-bottom: 15px;
  }
}
.cid-u8sXR4Eb2l .card-text {
  color: #000000;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-u8sXR4Eb2l .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-u8sXR4Eb2l .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #89edfb;
}
.cid-u8OuYDrDuH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1358.jpg");
}
.cid-u8OuYDrDuH .carousel-control {
  background: #000;
}
.cid-u8OuYDrDuH .mbr-section-subtitle {
  color: #cccccc;
}
.cid-u8OuYDrDuH .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u8OuYDrDuH .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-u8OuYDrDuH .carousel-item .wrap-img {
  text-align: center;
}
.cid-u8OuYDrDuH .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-u8OuYDrDuH .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u8OuYDrDuH .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-u8OuYDrDuH .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-u8OuYDrDuH .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-u8OuYDrDuH .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-u8OuYDrDuH .cloneditem-1,
.cid-u8OuYDrDuH .cloneditem-2,
.cid-u8OuYDrDuH .cloneditem-3,
.cid-u8OuYDrDuH .cloneditem-4,
.cid-u8OuYDrDuH .cloneditem-5 {
  display: none;
}
.cid-u8OuYDrDuH .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8OuYDrDuH .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-u8OuYDrDuH .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-u8OuYDrDuH .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-u8OuYDrDuH .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-u8OuYDrDuH .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-u8OuYDrDuH .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-u8OuYDrDuH .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-u8OuYDrDuH .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-u8OuYDrDuH .carousel-inner.slides2 .cloneditem-1,
  .cid-u8OuYDrDuH .carousel-inner.slides2 .cloneditem-2,
  .cid-u8OuYDrDuH .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-u8OuYDrDuH .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-u8OuYDrDuH .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-u8OuYDrDuH .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-u8OuYDrDuH .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-u8OuYDrDuH .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-u8OuYDrDuH .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-u8OuYDrDuH .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-u8OuYDrDuH .carousel-inner.slides3 .cloneditem-1,
  .cid-u8OuYDrDuH .carousel-inner.slides3 .cloneditem-2,
  .cid-u8OuYDrDuH .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-u8OuYDrDuH .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-u8OuYDrDuH .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-u8OuYDrDuH .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-u8OuYDrDuH .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-u8OuYDrDuH .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-u8OuYDrDuH .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-u8OuYDrDuH .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-u8OuYDrDuH .carousel-inner.slides4 .cloneditem-1,
  .cid-u8OuYDrDuH .carousel-inner.slides4 .cloneditem-2,
  .cid-u8OuYDrDuH .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-u8OuYDrDuH .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-u8OuYDrDuH .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-u8OuYDrDuH .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-u8OuYDrDuH .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-u8OuYDrDuH .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-u8OuYDrDuH .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-u8OuYDrDuH .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-u8OuYDrDuH .carousel-inner.slides5 .cloneditem-1,
  .cid-u8OuYDrDuH .carousel-inner.slides5 .cloneditem-2,
  .cid-u8OuYDrDuH .carousel-inner.slides5 .cloneditem-3,
  .cid-u8OuYDrDuH .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-u8OuYDrDuH .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-u8OuYDrDuH .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-u8OuYDrDuH .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-u8OuYDrDuH .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-u8OuYDrDuH .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-u8OuYDrDuH .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-u8OuYDrDuH .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-u8OuYDrDuH .carousel-inner.slides6 .cloneditem-1,
  .cid-u8OuYDrDuH .carousel-inner.slides6 .cloneditem-2,
  .cid-u8OuYDrDuH .carousel-inner.slides6 .cloneditem-3,
  .cid-u8OuYDrDuH .carousel-inner.slides6 .cloneditem-4,
  .cid-u8OuYDrDuH .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-u8OuYDrDuH H2 {
  color: #ffffff;
}
.cid-u8sXMu5vFk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u8sXMu5vFk .section-head {
  margin-bottom: 2rem;
}
.cid-u8sXMu5vFk .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-u8sXMu5vFk .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-u8sXMu5vFk .row {
    text-align: center;
  }
}
.cid-u8sXMu5vFk .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-u8sXMu5vFk .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-u8sXMu5vFk .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-u8sXMu5vFk .wave-container .wave svg path {
  fill: #000000;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tOvPE5PCXF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tOvPE5PCXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOvPE5PCXF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tOvPE5PCXF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tOvPE5PCXF .row {
  flex-direction: row-reverse;
}
.cid-tOvPE5PCXF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tOvPE5PCXF .text-wrapper {
    padding: 2rem;
  }
}
.cid-tOvPE5PCXF .mbr-section-title {
  color: #d20006;
}
.cid-tOvPE5PCXF .mbr-text {
  color: #ffffff;
}
.cid-u8sWLlcNtq {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8sWLlcNtq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u8sWLlcNtq .panel-title {
  display: flex;
  align-items: center;
}
.cid-u8sWLlcNtq .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #ffffff;
}
.cid-u8sWLlcNtq .panel-body,
.cid-u8sWLlcNtq .card-header {
  padding: 1rem 0;
}
.cid-u8sWLlcNtq .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-u8sWLlcNtq .panel-title-edit {
  color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-u8sWLlcNtq .panel-text {
  max-width: 466px;
  color: #ffffff;
}
.cid-u8sWLlcNtq .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-u8sWLlcNtq .section-head {
  margin-bottom: 56px;
}
.cid-u8sWLlcNtq .card {
  margin-bottom: 32px;
}
.cid-u8sWLlcNtq H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-u8sWLlcNtq .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-u8sWLlcNtq .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-u8sWPewM9B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/20210806-2600.gif");
}
@media (max-width: 767px) {
  .cid-u8sWPewM9B .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u8sWPewM9B .media-wrap img {
  filter: invert(1);
}
.cid-u8sWPewM9B .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8sWPewM9B .links {
    justify-content: center;
  }
  .cid-u8sWPewM9B .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-u8sWPewM9B .links {
    justify-content: flex-end;
  }
  .cid-u8sWPewM9B .link {
    margin: 0.5rem;
  }
}
.cid-u8sWPewM9B .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-u8sWPewM9B .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-u8sWPewM9B .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u8sWPewM9B .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u8sWPewM9B .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-u8sWPewM9B .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u8sWPewM9B .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-u8sWPewM9B .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tPKgyTDz7d {
  z-index: 1000;
  width: 100%;
}
.cid-tPKgyTDz7d .container-fluid {
  padding: 0 1rem;
}
.cid-tPKgyTDz7d .navbar-dropdown {
  background: rgba(0, 0, 0, 0) !important;
  padding: 0;
  position: fixed;
}
.cid-tPKgyTDz7d .menu_box {
  transition: all 0s ease 0s;
}
.cid-tPKgyTDz7d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0) !important;
}
.cid-tPKgyTDz7d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPKgyTDz7d nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tPKgyTDz7d .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 208px;
}
@media (max-width: 991px) {
  .cid-tPKgyTDz7d .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPKgyTDz7d .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tPKgyTDz7d .mbr-section-btn .btn {
  height: 66px;
  min-width: 120px;
  box-shadow: none;
  color: #000000 !important;
}
.cid-tPKgyTDz7d .mbr-section-btn .btn:hover {
  box-shadow: none;
}
@media (max-width: 575px) {
  .cid-tPKgyTDz7d .mbr-section-btn .btn {
    min-width: 120px;
    width: 120px;
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .cid-tPKgyTDz7d .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #dcd3f7;
  }
  .cid-tPKgyTDz7d .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tPKgyTDz7d .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tPKgyTDz7d .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tPKgyTDz7d .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-tPKgyTDz7d .offcanvas-body .mbr-text,
  .cid-tPKgyTDz7d .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tPKgyTDz7d .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tPKgyTDz7d .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tPKgyTDz7d .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tPKgyTDz7d .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tPKgyTDz7d .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tPKgyTDz7d .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tPKgyTDz7d .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tPKgyTDz7d ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tPKgyTDz7d .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPKgyTDz7d .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tPKgyTDz7d .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tPKgyTDz7d li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tPKgyTDz7d li.nav-item::after {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background-color: #000000;
    transition: all .4s ease;
    border-radius: 50%;
    margin: 0 auto;
    transform: translateY(250%);
    opacity: 0;
  }
  .cid-tPKgyTDz7d .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tPKgyTDz7d .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tPKgyTDz7d .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-tPKgyTDz7d .nav-item {
    margin: 0 !important;
  }
}
.cid-tPKgyTDz7d .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tPKgyTDz7d .dropdown-menu {
    padding: 18px 24px 22px;
    min-width: 250px;
    top: 49px !important;
    left: -40px !important;
  }
  .cid-tPKgyTDz7d .dropdown-menu.dropdown-submenu {
    left: 196px !important;
    top: -82% !important;
  }
}
@media (max-width: 991px) {
  .cid-tPKgyTDz7d .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPKgyTDz7d .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tPKgyTDz7d .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tPKgyTDz7d .offcanvas_box {
    display: none;
  }
}
.cid-tPKgyTDz7d .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tPKgyTDz7d .dropdown-item:hover {
  color: #000000;
}
.cid-tPKgyTDz7d .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tPKgyTDz7d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.cid-tPKgyTDz7d .nav-link {
  position: relative;
  color: #1E1C21;
}
.cid-tPKgyTDz7d .container {
  display: flex;
  margin: auto;
}
.cid-tPKgyTDz7d .iconfont-wrapper {
  width: 42px;
  margin: 5px;
  color: #1e1c21;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-tPKgyTDz7d .iconfont-wrapper:hover {
  color: #000000;
}
.cid-tPKgyTDz7d .navbar-caption {
  color: #1E1C21;
}
.cid-tPKgyTDz7d .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tPKgyTDz7d .navbar-nav {
    margin: 0 20px;
  }
}
.cid-tPKgyTDz7d .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tPKgyTDz7d .nav-item:focus,
.cid-tPKgyTDz7d .nav-link:focus {
  outline: none;
}
.cid-tPKgyTDz7d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPKgyTDz7d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPKgyTDz7d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPKgyTDz7d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPKgyTDz7d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPKgyTDz7d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPKgyTDz7d .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tPKgyTDz7d .navbar.opened {
  transition: all 0.3s;
}
.cid-tPKgyTDz7d .navbar .dropdown-item {
  padding: 0 10px;
  margin: 8px 0;
}
.cid-tPKgyTDz7d .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-tPKgyTDz7d .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tPKgyTDz7d .navbar.collapsed {
  justify-content: center;
}
.cid-tPKgyTDz7d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPKgyTDz7d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPKgyTDz7d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPKgyTDz7d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPKgyTDz7d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPKgyTDz7d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tPKgyTDz7d .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPKgyTDz7d .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tPKgyTDz7d .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tPKgyTDz7d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPKgyTDz7d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPKgyTDz7d .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tPKgyTDz7d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPKgyTDz7d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPKgyTDz7d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPKgyTDz7d .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tPKgyTDz7d .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tPKgyTDz7d .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tPKgyTDz7d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPKgyTDz7d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPKgyTDz7d .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tPKgyTDz7d .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPKgyTDz7d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPKgyTDz7d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPKgyTDz7d .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-tPKgyTDz7d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPKgyTDz7d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPKgyTDz7d .dropdown-item.active,
.cid-tPKgyTDz7d .dropdown-item:active {
  background-color: transparent;
}
.cid-tPKgyTDz7d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPKgyTDz7d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPKgyTDz7d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPKgyTDz7d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPKgyTDz7d ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tPKgyTDz7d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPKgyTDz7d button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c40f0f;
}
.cid-tPKgyTDz7d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPKgyTDz7d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPKgyTDz7d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPKgyTDz7d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPKgyTDz7d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPKgyTDz7d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPKgyTDz7d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPKgyTDz7d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPKgyTDz7d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPKgyTDz7d a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-tPKgyTDz7d .nav-item:hover::after {
  transform: translateY(50%);
  opacity: 1;
}
.cid-tPKgyTDz7d .icons-menu {
  margin-bottom: 35px;
}
.cid-tPKgyTDz7d .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-tPKgyTDz7d .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-tPKgyTDz7d .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-tPKgyTDz7d .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPKgyTDz7d .navbar {
    height: 70px;
  }
  .cid-tPKgyTDz7d .navbar.opened {
    height: auto;
  }
  .cid-tPKgyTDz7d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPKgyTDz7d .navbar-caption:hover {
  color: #000000;
}
.cid-tPKgyTDz7d .nav-link:hover {
  color: #000000;
}
.cid-tPKgyTDz7d .mbr-iconfont {
  font-size: 21px;
}
.cid-tPKgyTDz7d .navbar-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tPKgyTDz7d .navbar-wrap {
    display: block;
  }
}
.cid-tPKgyTDz7d .mbr-section-subtitle {
  color: #1E1C21;
  text-align: left;
}
.cid-tPKgyTDz7d .mbr-text,
.cid-tPKgyTDz7d .iconfont-wrapper {
  color: #1E1C21;
  text-align: left;
}
.cid-tPKgyTDz7d .text_widget a:hover {
  color: #000000;
}
.cid-tPKgyTDz7d a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tOvIZbptLf {
  background-image: url("../../../assets/images/20230818024132-fpdl.in-glamurosa-modelo-piernas-largas-hermoso-vestido-chaqueta-sosten-joyas-posando-desvan-610968-1384-medium.jpg");
}
.cid-tOvIZbptLf .typed-text {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-tOvIZbptLf .mbr-section-text {
  margin-bottom: 1.125rem;
}
.cid-tOvIZbptLf .mbr-section-text,
.cid-tOvIZbptLf .mbr-section-btn {
  color: #4c4a4b;
}
.cid-tOvIZbptLf .typed-text .typed-text {
  color: #ef8e81;
}
.cid-u8t7QGs7yq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefec;
  overflow: hidden;
}
.cid-u8t7QGs7yq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8t7QGs7yq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8t7QGs7yq .container,
.cid-u8t7QGs7yq .container-fluid {
  position: relative;
}
.cid-u8t7QGs7yq .row {
  justify-content: left;
}
.cid-u8t7QGs7yq .col-content {
  position: relative;
  z-index: 10;
}
.cid-u8t7QGs7yq .mbr-section-title {
  color: #000000;
}
.cid-u8t7QGs7yq .mbr-section-subtitle {
  color: #000000;
}
.cid-u8t7QGs7yq .mbr-text {
  color: #2B2B2B;
}
.cid-u8t7QGs7yq .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-u8t7QGs7yq .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-u8t7QGs7yq .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-u8t7QGs7yq .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #d7262f 27%, #d7262f 50%, #d7262f 79%);
}
.cid-u8t7QGs7yq .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #353535 27%, #353535 50%, #353535 79%);
}
.cid-u8t7QGs7yq .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #000000 27%, #000000 50%, #000000 79%);
}
.cid-u8t7QGs7yq .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #d20006 27%, #d20006 50%, #d20006 79%);
}
.cid-tOvJKbtvm9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tOvJKbtvm9 .progress {
  width: 100%;
}
.cid-tOvJKbtvm9 .pb-5 {
  padding-bottom: 2.5rem!important;
}
.cid-tOvJKbtvm9 p {
  margin-bottom: 0.4rem;
}
.cid-tOvJKbtvm9 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tOvJKbtvm9 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tOvJKbtvm9 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tOvJKbtvm9 .svg-top .st0 {
  fill: #000000;
}
@media (max-width: 992px) {
  .cid-tOvJKbtvm9 .svg-top {
    width: 1000px;
  }
}
.cid-tOvJKbtvm9 progress {
  height: 3px;
}
.cid-tOvJKbtvm9 .progressbar-number {
  display: inline-block;
  width: 50px;
}
.cid-tOvJKbtvm9 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tOvJKbtvm9 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tOvJKbtvm9 .progress_value {
  position: relative;
}
.cid-tOvJKbtvm9 .progress1 .progressbar-number:before,
.cid-tOvJKbtvm9 .progress2 .progressbar-number:before,
.cid-tOvJKbtvm9 .progress3 .progressbar-number:before,
.cid-tOvJKbtvm9 .progress4 .progressbar-number:before,
.cid-tOvJKbtvm9 .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-tOvJKbtvm9 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tOvJKbtvm9 progress::-webkit-progress-value {
  background: #c40f0f;
}
.cid-tOvJKbtvm9 progress[value]::-moz-progress-bar {
  background: #c40f0f;
}
.cid-tOvJKbtvm9 progress::-ms-fill {
  background: #c40f0f;
}
.cid-tOvJKbtvm9 .progress1 .progressbar-number:before {
  content: '100';
}
.cid-tOvJKbtvm9 .progress2 .progressbar-number:before {
  content: '100';
}
.cid-tOvJKbtvm9 .progress3 .progressbar-number:before {
  content: '100';
}
.cid-tOvJKbtvm9 .progress4 .progressbar-number:before {
  content: '100';
}
.cid-tOvJKbtvm9 .progress5 .progressbar-number:before {
  content: '100';
}
.cid-tOvJKbtvm9 .section-content-text {
  color: #ffffff;
}
.cid-tOvJKbtvm9 .progressbar-title p,
.cid-tOvJKbtvm9 .progress_value {
  color: #ffffff;
}
.cid-tOvJKbtvm9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tOvJKbtvm9 .section-content-title {
  color: #c40f0f;
}
.cid-tOvHceCS1w {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/20230831220408-fpdl.in-woman-in-black-dress-with-red-background-963549-3470-normal.jpeg");
}
.cid-tOvHceCS1w h3 {
  margin-bottom: 0;
}
.cid-tOvHceCS1w .container-fluid {
  padding: initial;
}
.cid-tOvHceCS1w .row {
  margin: 0px;
}
.cid-tOvHceCS1w .mbr-section-title {
  padding-bottom: 30px;
  color: #d20006;
  text-align: left;
}
.cid-tOvHceCS1w .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tOvHceCS1w .color {
  background-color: #000000;
}
.cid-tOvHceCS1w .paddings {
  padding: 145px 100px;
}
.cid-tOvHceCS1w .title,
.cid-tOvHceCS1w .mbr-section-title {
  padding-bottom: 18px;
  font-weight: 600;
}
@media (max-width: 1150px) {
  .cid-tOvHceCS1w .paddings {
    padding: 30px 50px;
  }
}
.cid-tOvHceCS1w .title {
  text-align: left;
  color: #000000;
}
.cid-tOvHceCS1w .subtitle {
  text-align: left;
  color: #000000;
}
@media (max-width: 650px) {
  .cid-tOvHceCS1w .paddings {
    padding: 30px;
  }
}
.cid-u8sWPewM9B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/20210806-2600.gif");
}
@media (max-width: 767px) {
  .cid-u8sWPewM9B .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u8sWPewM9B .media-wrap img {
  filter: invert(1);
}
.cid-u8sWPewM9B .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8sWPewM9B .links {
    justify-content: center;
  }
  .cid-u8sWPewM9B .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-u8sWPewM9B .links {
    justify-content: flex-end;
  }
  .cid-u8sWPewM9B .link {
    margin: 0.5rem;
  }
}
.cid-u8sWPewM9B .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-u8sWPewM9B .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-u8sWPewM9B .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u8sWPewM9B .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u8sWPewM9B .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-u8sWPewM9B .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u8sWPewM9B .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-u8sWPewM9B .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tPKgyTDz7d {
  z-index: 1000;
  width: 100%;
}
.cid-tPKgyTDz7d .container-fluid {
  padding: 0 1rem;
}
.cid-tPKgyTDz7d .navbar-dropdown {
  background: rgba(0, 0, 0, 0) !important;
  padding: 0;
  position: fixed;
}
.cid-tPKgyTDz7d .menu_box {
  transition: all 0s ease 0s;
}
.cid-tPKgyTDz7d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0) !important;
}
.cid-tPKgyTDz7d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPKgyTDz7d nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tPKgyTDz7d .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 208px;
}
@media (max-width: 991px) {
  .cid-tPKgyTDz7d .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPKgyTDz7d .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tPKgyTDz7d .mbr-section-btn .btn {
  height: 66px;
  min-width: 120px;
  box-shadow: none;
  color: #000000 !important;
}
.cid-tPKgyTDz7d .mbr-section-btn .btn:hover {
  box-shadow: none;
}
@media (max-width: 575px) {
  .cid-tPKgyTDz7d .mbr-section-btn .btn {
    min-width: 120px;
    width: 120px;
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .cid-tPKgyTDz7d .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #dcd3f7;
  }
  .cid-tPKgyTDz7d .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tPKgyTDz7d .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tPKgyTDz7d .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tPKgyTDz7d .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-tPKgyTDz7d .offcanvas-body .mbr-text,
  .cid-tPKgyTDz7d .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tPKgyTDz7d .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tPKgyTDz7d .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tPKgyTDz7d .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tPKgyTDz7d .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tPKgyTDz7d .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tPKgyTDz7d .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tPKgyTDz7d .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tPKgyTDz7d ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tPKgyTDz7d .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPKgyTDz7d .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tPKgyTDz7d .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tPKgyTDz7d li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tPKgyTDz7d li.nav-item::after {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background-color: #000000;
    transition: all .4s ease;
    border-radius: 50%;
    margin: 0 auto;
    transform: translateY(250%);
    opacity: 0;
  }
  .cid-tPKgyTDz7d .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tPKgyTDz7d .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tPKgyTDz7d .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-tPKgyTDz7d .nav-item {
    margin: 0 !important;
  }
}
.cid-tPKgyTDz7d .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tPKgyTDz7d .dropdown-menu {
    padding: 18px 24px 22px;
    min-width: 250px;
    top: 49px !important;
    left: -40px !important;
  }
  .cid-tPKgyTDz7d .dropdown-menu.dropdown-submenu {
    left: 196px !important;
    top: -82% !important;
  }
}
@media (max-width: 991px) {
  .cid-tPKgyTDz7d .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPKgyTDz7d .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tPKgyTDz7d .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tPKgyTDz7d .offcanvas_box {
    display: none;
  }
}
.cid-tPKgyTDz7d .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tPKgyTDz7d .dropdown-item:hover {
  color: #000000;
}
.cid-tPKgyTDz7d .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tPKgyTDz7d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.cid-tPKgyTDz7d .nav-link {
  position: relative;
  color: #1E1C21;
}
.cid-tPKgyTDz7d .container {
  display: flex;
  margin: auto;
}
.cid-tPKgyTDz7d .iconfont-wrapper {
  width: 42px;
  margin: 5px;
  color: #1e1c21;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-tPKgyTDz7d .iconfont-wrapper:hover {
  color: #000000;
}
.cid-tPKgyTDz7d .navbar-caption {
  color: #1E1C21;
}
.cid-tPKgyTDz7d .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tPKgyTDz7d .navbar-nav {
    margin: 0 20px;
  }
}
.cid-tPKgyTDz7d .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tPKgyTDz7d .nav-item:focus,
.cid-tPKgyTDz7d .nav-link:focus {
  outline: none;
}
.cid-tPKgyTDz7d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPKgyTDz7d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPKgyTDz7d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPKgyTDz7d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPKgyTDz7d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPKgyTDz7d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPKgyTDz7d .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tPKgyTDz7d .navbar.opened {
  transition: all 0.3s;
}
.cid-tPKgyTDz7d .navbar .dropdown-item {
  padding: 0 10px;
  margin: 8px 0;
}
.cid-tPKgyTDz7d .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-tPKgyTDz7d .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tPKgyTDz7d .navbar.collapsed {
  justify-content: center;
}
.cid-tPKgyTDz7d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPKgyTDz7d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPKgyTDz7d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPKgyTDz7d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPKgyTDz7d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPKgyTDz7d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tPKgyTDz7d .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPKgyTDz7d .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tPKgyTDz7d .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tPKgyTDz7d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPKgyTDz7d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPKgyTDz7d .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tPKgyTDz7d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPKgyTDz7d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPKgyTDz7d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPKgyTDz7d .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tPKgyTDz7d .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tPKgyTDz7d .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tPKgyTDz7d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPKgyTDz7d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPKgyTDz7d .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tPKgyTDz7d .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPKgyTDz7d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPKgyTDz7d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPKgyTDz7d .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-tPKgyTDz7d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPKgyTDz7d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPKgyTDz7d .dropdown-item.active,
.cid-tPKgyTDz7d .dropdown-item:active {
  background-color: transparent;
}
.cid-tPKgyTDz7d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPKgyTDz7d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPKgyTDz7d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPKgyTDz7d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPKgyTDz7d ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tPKgyTDz7d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPKgyTDz7d button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c40f0f;
}
.cid-tPKgyTDz7d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPKgyTDz7d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPKgyTDz7d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPKgyTDz7d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPKgyTDz7d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPKgyTDz7d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPKgyTDz7d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPKgyTDz7d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPKgyTDz7d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPKgyTDz7d a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-tPKgyTDz7d .nav-item:hover::after {
  transform: translateY(50%);
  opacity: 1;
}
.cid-tPKgyTDz7d .icons-menu {
  margin-bottom: 35px;
}
.cid-tPKgyTDz7d .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-tPKgyTDz7d .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-tPKgyTDz7d .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-tPKgyTDz7d .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPKgyTDz7d .navbar {
    height: 70px;
  }
  .cid-tPKgyTDz7d .navbar.opened {
    height: auto;
  }
  .cid-tPKgyTDz7d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPKgyTDz7d .navbar-caption:hover {
  color: #000000;
}
.cid-tPKgyTDz7d .nav-link:hover {
  color: #000000;
}
.cid-tPKgyTDz7d .mbr-iconfont {
  font-size: 21px;
}
.cid-tPKgyTDz7d .navbar-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tPKgyTDz7d .navbar-wrap {
    display: block;
  }
}
.cid-tPKgyTDz7d .mbr-section-subtitle {
  color: #1E1C21;
  text-align: left;
}
.cid-tPKgyTDz7d .mbr-text,
.cid-tPKgyTDz7d .iconfont-wrapper {
  color: #1E1C21;
  text-align: left;
}
.cid-tPKgyTDz7d .text_widget a:hover {
  color: #000000;
}
.cid-tPKgyTDz7d a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u8tbzLTzZT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-u8tbzLTzZT .row {
  position: relative;
}
.cid-u8tbzLTzZT .text {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u8tbzLTzZT .text {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.cid-u8tbzLTzZT .text-wrapper {
  width: 150%;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-u8tbzLTzZT .text-wrapper {
    width: auto;
    padding: 0 1rem 1rem;
  }
}
.cid-u8tbzLTzZT .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-u8tbzLTzZT .image-wrapper img {
  width: 100%;
  height: 50rem;
  object-fit: cover;
}
.cid-u8tbzLTzZT .mbr-section-title {
  margin: 0;
  color: #1E1C21;
}
@media (max-width: 991px) {
  .cid-u8tbzLTzZT .mbr-section-title {
    color: #fbfbfb;
  }
}
.cid-u8OTx4abXL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8OTx4abXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8OTx4abXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8OTx4abXL .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u8OTx4abXL .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u8OTx4abXL .container {
    padding: 0 20px;
  }
}
.cid-u8OTx4abXL .container,
.cid-u8OTx4abXL .container-fluid {
  position: relative;
}
.cid-u8OTx4abXL .container .blur-wrap,
.cid-u8OTx4abXL .container-fluid .blur-wrap {
  position: absolute;
  bottom: -3rem;
  right: 25%;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #ffb5b5 10%, #d7262f 60%);
  filter: blur(50px);
}
.cid-u8OTx4abXL .row.blur-row {
  padding: 50px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u8OTx4abXL .row.blur-row {
    padding: 32px 16px;
  }
}
.cid-u8OTx4abXL .row.blur-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: .2;
}
.cid-u8OTx4abXL .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8OTx4abXL .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u8OTx4abXL .dragArea.row {
  padding: 0;
  border-radius: 0;
}
.cid-u8OTx4abXL .dragArea.row::before {
  content: none;
}
.cid-u8OTx4abXL .dragArea.row .form-group {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  margin-bottom: 16px !important;
}
.cid-u8OTx4abXL .dragArea.row .form-group .form-control {
  padding: 0 20px;
  border-radius: 65px;
  border: none;
  min-height: 65px;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-u8OTx4abXL .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-u8OTx4abXL .dragArea.row .form-group textarea {
  padding: 20px;
}
.cid-u8OTx4abXL .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-collapse: #000000;
}
.cid-u8OTx4abXL .dragArea.row .mbr-section-btn {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.cid-u8OTx4abXL .dragArea.row .mbr-section-btn .btn {
  padding: 20px 50px;
  border-radius: 65px;
}
.cid-u8OTx4abXL .row.forms-row {
  padding: 0;
  border-radius: 0;
}
.cid-u8OTx4abXL .row.forms-row::before {
  content: none !important;
}
.cid-u8OTx4abXL .mbr-desc {
  color: #ffffff;
}
.cid-u8OTx4abXL .mbr-text {
  color: #ffffff;
}
.cid-u8OTx4abXL label {
  color: #f5fd7b;
}
.cid-u8tc0OKXPr {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  z-index: 0;
}
.cid-u8tc0OKXPr .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-u8tc0OKXPr img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-u8tc0OKXPr .icon1 {
  background: #a8aaf1;
}
.cid-u8tc0OKXPr .icon2 {
  background: #ff9083;
}
.cid-u8tc0OKXPr .icon3 {
  background: #72dfe9;
}
.cid-u8tc0OKXPr .card-box {
  padding-left: 1rem;
}
.cid-u8tc0OKXPr .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-u8tc0OKXPr .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-u8tc0OKXPr .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-u8tc0OKXPr .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-u8tc0OKXPr .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u8tc0OKXPr .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-u8tc0OKXPr .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-u8tc0OKXPr .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-u8tc0OKXPr .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-u8tc0OKXPr .card-text {
  color: #000000;
}
.cid-u8tc0OKXPr .title {
  color: #ffffff;
}
.cid-u8tc0OKXPr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8tc0OKXPr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8tc0OKXPr .title,
.cid-u8tc0OKXPr .img-col {
  color: #000000;
}
.cid-u8teEFmTYN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #000000;
}
.cid-u8teEFmTYN .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-u8teEFmTYN .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-u8teEFmTYN .svg-top .st0 {
  fill: #000000;
}
@media (max-width: 992px) {
  .cid-u8teEFmTYN .svg-top {
    width: 1000px;
  }
}
.cid-u8teEFmTYN .google-map {
  height: 35rem;
  position: relative;
}
.cid-u8teEFmTYN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u8teEFmTYN .google-map [data-state-details] {
  color: #6b6763;
  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-u8teEFmTYN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8teEFmTYN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8teEFmTYN .mbr-section-title {
  color: #d20006;
}
.cid-u8teEFmTYN .mbr-section-subtitle {
  color: #1a449a;
}
.cid-u8sWPewM9B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/20210806-2600.gif");
}
@media (max-width: 767px) {
  .cid-u8sWPewM9B .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u8sWPewM9B .media-wrap img {
  filter: invert(1);
}
.cid-u8sWPewM9B .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8sWPewM9B .links {
    justify-content: center;
  }
  .cid-u8sWPewM9B .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-u8sWPewM9B .links {
    justify-content: flex-end;
  }
  .cid-u8sWPewM9B .link {
    margin: 0.5rem;
  }
}
.cid-u8sWPewM9B .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-u8sWPewM9B .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-u8sWPewM9B .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u8sWPewM9B .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u8sWPewM9B .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-u8sWPewM9B .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u8sWPewM9B .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-u8sWPewM9B .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
