body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #c1c1c1 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #c1c1c1 !important;
}
.text-secondary {
  color: #cccccc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #8e8e8e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #999999 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c1c1c1;
  border-color: #c1c1c1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c1c1c1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #c1c1c1;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c1c1c1;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c1c1c1;
  border-bottom-color: #c1c1c1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #c1c1c1 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #cccccc !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='%23c1c1c1' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sVfUMUWVTu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVfUMUWVTu .nav-item:focus,
.cid-sVfUMUWVTu .nav-link:focus {
  outline: none;
}
.cid-sVfUMUWVTu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVfUMUWVTu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVfUMUWVTu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sVfUMUWVTu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVfUMUWVTu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVfUMUWVTu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVfUMUWVTu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sVfUMUWVTu .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sVfUMUWVTu .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sVfUMUWVTu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVfUMUWVTu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVfUMUWVTu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVfUMUWVTu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sVfUMUWVTu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVfUMUWVTu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVfUMUWVTu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVfUMUWVTu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sVfUMUWVTu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVfUMUWVTu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sVfUMUWVTu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sVfUMUWVTu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVfUMUWVTu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVfUMUWVTu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sVfUMUWVTu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVfUMUWVTu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVfUMUWVTu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sVfUMUWVTu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sVfUMUWVTu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVfUMUWVTu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVfUMUWVTu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sVfUMUWVTu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVfUMUWVTu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sVfUMUWVTu .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sVfUMUWVTu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sVfUMUWVTu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVfUMUWVTu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVfUMUWVTu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVfUMUWVTu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVfUMUWVTu .dropdown-item.active,
.cid-sVfUMUWVTu .dropdown-item:active {
  background-color: transparent;
}
.cid-sVfUMUWVTu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVfUMUWVTu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVfUMUWVTu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVfUMUWVTu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sVfUMUWVTu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVfUMUWVTu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVfUMUWVTu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sVfUMUWVTu .navbar-buttons {
  text-align: center;
}
.cid-sVfUMUWVTu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVfUMUWVTu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVfUMUWVTu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVfUMUWVTu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVfUMUWVTu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVfUMUWVTu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVfUMUWVTu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVfUMUWVTu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVfUMUWVTu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVfUMUWVTu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVfUMUWVTu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sVfUMUWVTu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVfUMUWVTu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sVfUMUWVTu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sVfUMUWVTu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVfUMUWVTu .navbar {
    height: 77px;
  }
  .cid-sVfUMUWVTu .navbar.opened {
    height: auto;
  }
  .cid-sVfUMUWVTu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sW7PJFv1Sr {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/wall2-1.jpg");
}
.cid-sW7PJFv1Sr .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sW7PJFv1Sr .mbr-figure img {
  height: 450px;
  width: 450px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-sW7PJFv1Sr .mbr-text,
.cid-sW7PJFv1Sr .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sW7PJFv1Sr img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-sW7PJFv1Sr H1 {
  color: #c1c1c1;
}
.cid-sW7PJFv1Sr H3 {
  color: #727272;
}
.cid-uFILKQz0Um {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFILKQz0Um h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFILKQz0Um h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFILKQz0Um h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFILKQz0Um .mbr-text,
.cid-uFILKQz0Um .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uFILKQz0Um h3:before,
  .cid-uFILKQz0Um h3:after {
    display: none;
  }
}
.cid-uHPImn9J4n {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHPImn9J4n .mbr-text {
  color: #767676;
}
.cid-uHPImn9J4n .card-subtitle {
  margin: 0;
  color: #727272;
}
.cid-uHPImn9J4n .link {
  margin: 0;
}
.cid-uHPImn9J4n .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uHPImn9J4n .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uHPImn9J4n img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uHPImn9J4n .card-img {
  overflow: hidden;
  position: relative;
  height: 450px;
}
.cid-uHPImn9J4n .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uHPImn9J4n .card-img:hover:before {
  opacity: 0.4;
}
.cid-uHPImn9J4n .card-img:hover img {
  transform: scale(1.05);
}
.cid-uHPImn9J4n .row {
  justify-content: center;
}
.cid-uHPImn9J4n .card {
  margin-bottom: 4rem;
}
.cid-uHPImn9J4n .mbr-text,
.cid-uHPImn9J4n .link {
  color: #8f8f8f;
}
.cid-uFh15KOnmy {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFh15KOnmy .mbr-text {
  color: #767676;
}
.cid-uFh15KOnmy .card-subtitle {
  margin: 0;
  color: #727272;
}
.cid-uFh15KOnmy .link {
  margin: 0;
}
.cid-uFh15KOnmy .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uFh15KOnmy .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uFh15KOnmy img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uFh15KOnmy .card-img {
  overflow: hidden;
  position: relative;
  height: 450px;
}
.cid-uFh15KOnmy .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uFh15KOnmy .card-img:hover:before {
  opacity: 0.4;
}
.cid-uFh15KOnmy .card-img:hover img {
  transform: scale(1.05);
}
.cid-uFh15KOnmy .row {
  justify-content: center;
}
.cid-uFh15KOnmy .card {
  margin-bottom: 4rem;
}
.cid-uFh15KOnmy .mbr-text,
.cid-uFh15KOnmy .link {
  color: #8f8f8f;
}
.cid-tK7vkwNIdQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tK7vkwNIdQ .mbr-text {
  color: #767676;
}
.cid-tK7vkwNIdQ .card-subtitle {
  margin: 0;
  color: #727272;
}
.cid-tK7vkwNIdQ .link {
  margin: 0;
}
.cid-tK7vkwNIdQ .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tK7vkwNIdQ .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tK7vkwNIdQ img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-tK7vkwNIdQ .card-img {
  overflow: hidden;
  position: relative;
  height: 450px;
}
.cid-tK7vkwNIdQ .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tK7vkwNIdQ .card-img:hover:before {
  opacity: 0.4;
}
.cid-tK7vkwNIdQ .card-img:hover img {
  transform: scale(1.05);
}
.cid-tK7vkwNIdQ .row {
  justify-content: center;
}
.cid-tK7vkwNIdQ .card {
  margin-bottom: 4rem;
}
.cid-tK7vkwNIdQ .mbr-text,
.cid-tK7vkwNIdQ .link {
  color: #8f8f8f;
}
.cid-sVrNKggUnf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sVrNKggUnf .mbr-text {
  color: #767676;
}
.cid-sVrNKggUnf .card-subtitle {
  margin: 0;
  color: #727272;
}
.cid-sVrNKggUnf .link {
  margin: 0;
}
.cid-sVrNKggUnf .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sVrNKggUnf .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sVrNKggUnf img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sVrNKggUnf .card-img {
  overflow: hidden;
  position: relative;
  height: 450px;
}
.cid-sVrNKggUnf .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sVrNKggUnf .card-img:hover:before {
  opacity: 0.4;
}
.cid-sVrNKggUnf .card-img:hover img {
  transform: scale(1.05);
}
.cid-sVrNKggUnf .row {
  justify-content: center;
}
.cid-sVrNKggUnf .card {
  margin-bottom: 4rem;
}
.cid-sVrNKggUnf .mbr-text,
.cid-sVrNKggUnf .link {
  color: #8f8f8f;
}
.cid-sVEmoSK9Ue {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sVEmoSK9Ue .mbr-text {
  color: #767676;
}
.cid-sVEmoSK9Ue .card-subtitle {
  margin: 0;
  color: #727272;
}
.cid-sVEmoSK9Ue .link {
  margin: 0;
}
.cid-sVEmoSK9Ue .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sVEmoSK9Ue .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sVEmoSK9Ue img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sVEmoSK9Ue .card-img {
  overflow: hidden;
  position: relative;
  height: 450px;
}
.cid-sVEmoSK9Ue .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sVEmoSK9Ue .card-img:hover:before {
  opacity: 0.4;
}
.cid-sVEmoSK9Ue .card-img:hover img {
  transform: scale(1.05);
}
.cid-sVEmoSK9Ue .row {
  justify-content: center;
}
.cid-sVEmoSK9Ue .card {
  margin-bottom: 4rem;
}
.cid-sVEmoSK9Ue .mbr-text,
.cid-sVEmoSK9Ue .link {
  color: #8f8f8f;
}
.cid-sVg1lZI37Y {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sVg1lZI37Y section {
  position: relative;
}
.cid-sVg1lZI37Y .container {
  max-width: 1400px;
}
.cid-sVg1lZI37Y .card-img2 span {
  padding-top: 6px;
}
.cid-sVg1lZI37Y .soc-item a {
  padding-top: 5px;
}
.cid-sVg1lZI37Y .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sVg1lZI37Y .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-sVg1lZI37Y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVg1lZI37Y .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #c1c1c1;
}
.cid-sVg1lZI37Y .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sVg1lZI37Y .card-img2 {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVg1lZI37Y .soc-item {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sVg1lZI37Y .soc-item span {
  font-size: 1.4rem;
}
.cid-sVg1lZI37Y .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-sVg1lZI37Y .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sVg1lZI37Y .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sVg1lZI37Y .media-wrap {
  margin-bottom: 1rem;
}
.cid-sVg1lZI37Y .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sVg1lZI37Y img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sVg1lZI37Y .item {
    justify-content: center;
  }
  .cid-sVg1lZI37Y .quote::after {
    left: 60px;
  }
}
.cid-sVg1lZI37Y .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sVg1lZI37Y .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVg1lZI37Y .text1 {
  color: #000000;
}
.cid-sVg1lZI37Y .item-title {
  color: #ffffff;
}
.cid-sVg1lZI37Y H5 {
  color: #ffffff;
}
.cid-sVg1lZI37Y .theme {
  color: #ffffff;
}
.cid-sVg1lZI37Y .copyright > p {
  color: #ff3366;
}
.cid-sVg1lZI37Y .text2 {
  color: #c1c1c1;
}
.cid-tcVsAYWa76 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcVsAYWa76 .nav-item:focus,
.cid-tcVsAYWa76 .nav-link:focus {
  outline: none;
}
.cid-tcVsAYWa76 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcVsAYWa76 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcVsAYWa76 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tcVsAYWa76 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcVsAYWa76 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcVsAYWa76 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcVsAYWa76 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tcVsAYWa76 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tcVsAYWa76 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tcVsAYWa76 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcVsAYWa76 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcVsAYWa76 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tcVsAYWa76 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tcVsAYWa76 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tcVsAYWa76 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcVsAYWa76 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcVsAYWa76 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tcVsAYWa76 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcVsAYWa76 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tcVsAYWa76 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tcVsAYWa76 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcVsAYWa76 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcVsAYWa76 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tcVsAYWa76 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcVsAYWa76 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcVsAYWa76 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tcVsAYWa76 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tcVsAYWa76 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcVsAYWa76 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcVsAYWa76 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tcVsAYWa76 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tcVsAYWa76 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tcVsAYWa76 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tcVsAYWa76 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcVsAYWa76 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcVsAYWa76 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tcVsAYWa76 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcVsAYWa76 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcVsAYWa76 .dropdown-item.active,
.cid-tcVsAYWa76 .dropdown-item:active {
  background-color: transparent;
}
.cid-tcVsAYWa76 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcVsAYWa76 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcVsAYWa76 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcVsAYWa76 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tcVsAYWa76 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcVsAYWa76 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcVsAYWa76 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tcVsAYWa76 .navbar-buttons {
  text-align: center;
}
.cid-tcVsAYWa76 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcVsAYWa76 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tcVsAYWa76 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcVsAYWa76 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcVsAYWa76 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcVsAYWa76 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcVsAYWa76 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcVsAYWa76 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcVsAYWa76 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcVsAYWa76 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcVsAYWa76 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tcVsAYWa76 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tcVsAYWa76 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tcVsAYWa76 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tcVsAYWa76 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcVsAYWa76 .navbar {
    height: 77px;
  }
  .cid-tcVsAYWa76 .navbar.opened {
    height: auto;
  }
  .cid-tcVsAYWa76 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcVsAZlhG8 {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/010-1.jpg");
}
.cid-tcVsAZlhG8 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-tcVsAZlhG8 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tcVsAZlhG8 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tcVsAZApom {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tcVsAZApom .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tcVsAZApom .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tcVsAZApom .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tcVsAZApom .mbr-gallery-item {
  width: 33.3%;
}
.cid-tcVsAZApom .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tcVsAZApom .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tcVsAZApom .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tcVsAZApom .mbr-gallery-row {
  justify-content: center;
}
.cid-tcVsAZApom .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tcVsAZApom .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-tcVsAZApom .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tcVsAZApom .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-tcVsAZApom .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tcVsAZApom .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-tcVsAZApom .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tcVsAZApom .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tcVsAZApom img {
  transition: all 2s!important;
}
.cid-tcVsAZApom .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tcVsAZApom .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tcVsAZApom .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tcVsB0952A {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tcVsB0952A section {
  position: relative;
}
.cid-tcVsB0952A .container {
  max-width: 1400px;
}
.cid-tcVsB0952A .card-img2 span {
  padding-top: 6px;
}
.cid-tcVsB0952A .soc-item a {
  padding-top: 5px;
}
.cid-tcVsB0952A .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tcVsB0952A .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-tcVsB0952A .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tcVsB0952A .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #c1c1c1;
}
.cid-tcVsB0952A .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tcVsB0952A .card-img2 {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tcVsB0952A .soc-item {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tcVsB0952A .soc-item span {
  font-size: 1.4rem;
}
.cid-tcVsB0952A .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-tcVsB0952A .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tcVsB0952A .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tcVsB0952A .media-wrap {
  margin-bottom: 1rem;
}
.cid-tcVsB0952A .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tcVsB0952A img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tcVsB0952A .item {
    justify-content: center;
  }
  .cid-tcVsB0952A .quote::after {
    left: 60px;
  }
}
.cid-tcVsB0952A .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tcVsB0952A .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tcVsB0952A .text1 {
  color: #000000;
}
.cid-tcVsB0952A .item-title {
  color: #ffffff;
}
.cid-tcVsB0952A H5 {
  color: #ffffff;
}
.cid-tcVsB0952A .theme {
  color: #ffffff;
}
.cid-tcVsB0952A .copyright > p {
  color: #ff3366;
}
.cid-tcVsB0952A .text2 {
  color: #c1c1c1;
}
.cid-sVhq5cQJ4B .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVhq5cQJ4B .nav-item:focus,
.cid-sVhq5cQJ4B .nav-link:focus {
  outline: none;
}
.cid-sVhq5cQJ4B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVhq5cQJ4B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVhq5cQJ4B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sVhq5cQJ4B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVhq5cQJ4B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVhq5cQJ4B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVhq5cQJ4B .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sVhq5cQJ4B .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sVhq5cQJ4B .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sVhq5cQJ4B .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVhq5cQJ4B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVhq5cQJ4B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVhq5cQJ4B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sVhq5cQJ4B .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVhq5cQJ4B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVhq5cQJ4B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVhq5cQJ4B .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sVhq5cQJ4B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVhq5cQJ4B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sVhq5cQJ4B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sVhq5cQJ4B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVhq5cQJ4B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVhq5cQJ4B .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sVhq5cQJ4B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVhq5cQJ4B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVhq5cQJ4B .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sVhq5cQJ4B .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sVhq5cQJ4B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVhq5cQJ4B .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVhq5cQJ4B .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sVhq5cQJ4B .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVhq5cQJ4B .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sVhq5cQJ4B .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sVhq5cQJ4B .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sVhq5cQJ4B .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVhq5cQJ4B .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVhq5cQJ4B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVhq5cQJ4B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVhq5cQJ4B .dropdown-item.active,
.cid-sVhq5cQJ4B .dropdown-item:active {
  background-color: transparent;
}
.cid-sVhq5cQJ4B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVhq5cQJ4B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVhq5cQJ4B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVhq5cQJ4B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sVhq5cQJ4B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVhq5cQJ4B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVhq5cQJ4B ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sVhq5cQJ4B .navbar-buttons {
  text-align: center;
}
.cid-sVhq5cQJ4B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVhq5cQJ4B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVhq5cQJ4B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVhq5cQJ4B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVhq5cQJ4B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVhq5cQJ4B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVhq5cQJ4B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVhq5cQJ4B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVhq5cQJ4B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVhq5cQJ4B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVhq5cQJ4B .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sVhq5cQJ4B a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVhq5cQJ4B .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sVhq5cQJ4B .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sVhq5cQJ4B .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVhq5cQJ4B .navbar {
    height: 77px;
  }
  .cid-sVhq5cQJ4B .navbar.opened {
    height: auto;
  }
  .cid-sVhq5cQJ4B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVhq5dBFfS {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/img-563.jpg");
}
.cid-sVhq5dBFfS h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-sVhq5dBFfS h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sVhq5dBFfS h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sVhq5eekBJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sVhq5eekBJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sVhq5eekBJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVhq5eekBJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVhq5eekBJ .mbr-gallery-item {
  width: 33.3%;
}
.cid-sVhq5eekBJ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-sVhq5eekBJ .mbr-gallery-item {
    width: 100%;
  }
}
.cid-sVhq5eekBJ .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-sVhq5eekBJ .mbr-gallery-row {
  justify-content: center;
}
.cid-sVhq5eekBJ .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sVhq5eekBJ .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-sVhq5eekBJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sVhq5eekBJ .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sVhq5eekBJ .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sVhq5eekBJ .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-sVhq5eekBJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sVhq5eekBJ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sVhq5eekBJ img {
  transition: all 2s!important;
}
.cid-sVhq5eekBJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sVhq5eekBJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sVhq5eekBJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sVhq5fB8Kf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sVhq5fB8Kf section {
  position: relative;
}
.cid-sVhq5fB8Kf .container {
  max-width: 1400px;
}
.cid-sVhq5fB8Kf .card-img2 span {
  padding-top: 6px;
}
.cid-sVhq5fB8Kf .soc-item a {
  padding-top: 5px;
}
.cid-sVhq5fB8Kf .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sVhq5fB8Kf .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-sVhq5fB8Kf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVhq5fB8Kf .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #c1c1c1;
}
.cid-sVhq5fB8Kf .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sVhq5fB8Kf .card-img2 {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVhq5fB8Kf .soc-item {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sVhq5fB8Kf .soc-item span {
  font-size: 1.4rem;
}
.cid-sVhq5fB8Kf .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-sVhq5fB8Kf .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sVhq5fB8Kf .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sVhq5fB8Kf .media-wrap {
  margin-bottom: 1rem;
}
.cid-sVhq5fB8Kf .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sVhq5fB8Kf img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sVhq5fB8Kf .item {
    justify-content: center;
  }
  .cid-sVhq5fB8Kf .quote::after {
    left: 60px;
  }
}
.cid-sVhq5fB8Kf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sVhq5fB8Kf .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVhq5fB8Kf .text1 {
  color: #000000;
}
.cid-sVhq5fB8Kf .item-title {
  color: #ffffff;
}
.cid-sVhq5fB8Kf H5 {
  color: #ffffff;
}
.cid-sVhq5fB8Kf .theme {
  color: #ffffff;
}
.cid-sVhq5fB8Kf .copyright > p {
  color: #ff3366;
}
.cid-sVhq5fB8Kf .text2 {
  color: #c1c1c1;
}
.cid-sVh1a5onI2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVh1a5onI2 .nav-item:focus,
.cid-sVh1a5onI2 .nav-link:focus {
  outline: none;
}
.cid-sVh1a5onI2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVh1a5onI2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVh1a5onI2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sVh1a5onI2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVh1a5onI2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVh1a5onI2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVh1a5onI2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sVh1a5onI2 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sVh1a5onI2 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sVh1a5onI2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVh1a5onI2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVh1a5onI2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVh1a5onI2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sVh1a5onI2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVh1a5onI2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVh1a5onI2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVh1a5onI2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sVh1a5onI2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVh1a5onI2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sVh1a5onI2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sVh1a5onI2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVh1a5onI2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVh1a5onI2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sVh1a5onI2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVh1a5onI2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVh1a5onI2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sVh1a5onI2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sVh1a5onI2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVh1a5onI2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVh1a5onI2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sVh1a5onI2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVh1a5onI2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sVh1a5onI2 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sVh1a5onI2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sVh1a5onI2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVh1a5onI2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVh1a5onI2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVh1a5onI2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVh1a5onI2 .dropdown-item.active,
.cid-sVh1a5onI2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sVh1a5onI2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVh1a5onI2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVh1a5onI2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVh1a5onI2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sVh1a5onI2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVh1a5onI2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVh1a5onI2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sVh1a5onI2 .navbar-buttons {
  text-align: center;
}
.cid-sVh1a5onI2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVh1a5onI2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVh1a5onI2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVh1a5onI2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVh1a5onI2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVh1a5onI2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVh1a5onI2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVh1a5onI2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVh1a5onI2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVh1a5onI2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVh1a5onI2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sVh1a5onI2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVh1a5onI2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sVh1a5onI2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sVh1a5onI2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVh1a5onI2 .navbar {
    height: 77px;
  }
  .cid-sVh1a5onI2 .navbar.opened {
    height: auto;
  }
  .cid-sVh1a5onI2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVh1NqxcbB {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/051-1-2000x1382.jpg");
}
.cid-sVh1NqxcbB h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-sVh1NqxcbB h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sVh1NqxcbB h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sVh1a6PeGv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sVh1a6PeGv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sVh1a6PeGv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVh1a6PeGv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVh1a6PeGv .mbr-gallery-item {
  width: 33.3%;
}
.cid-sVh1a6PeGv .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-sVh1a6PeGv .mbr-gallery-item {
    width: 100%;
  }
}
.cid-sVh1a6PeGv .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-sVh1a6PeGv .mbr-gallery-row {
  justify-content: center;
}
.cid-sVh1a6PeGv .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sVh1a6PeGv .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-sVh1a6PeGv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sVh1a6PeGv .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sVh1a6PeGv .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sVh1a6PeGv .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-sVh1a6PeGv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sVh1a6PeGv .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sVh1a6PeGv img {
  transition: all 2s!important;
}
.cid-sVh1a6PeGv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sVh1a6PeGv .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sVh1a6PeGv .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sVh1a7PLnY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sVh1a7PLnY section {
  position: relative;
}
.cid-sVh1a7PLnY .container {
  max-width: 1400px;
}
.cid-sVh1a7PLnY .card-img2 span {
  padding-top: 6px;
}
.cid-sVh1a7PLnY .soc-item a {
  padding-top: 5px;
}
.cid-sVh1a7PLnY .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sVh1a7PLnY .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-sVh1a7PLnY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVh1a7PLnY .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #c1c1c1;
}
.cid-sVh1a7PLnY .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sVh1a7PLnY .card-img2 {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVh1a7PLnY .soc-item {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sVh1a7PLnY .soc-item span {
  font-size: 1.4rem;
}
.cid-sVh1a7PLnY .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-sVh1a7PLnY .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sVh1a7PLnY .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sVh1a7PLnY .media-wrap {
  margin-bottom: 1rem;
}
.cid-sVh1a7PLnY .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sVh1a7PLnY img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sVh1a7PLnY .item {
    justify-content: center;
  }
  .cid-sVh1a7PLnY .quote::after {
    left: 60px;
  }
}
.cid-sVh1a7PLnY .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sVh1a7PLnY .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVh1a7PLnY .text1 {
  color: #000000;
}
.cid-sVh1a7PLnY .item-title {
  color: #ffffff;
}
.cid-sVh1a7PLnY H5 {
  color: #ffffff;
}
.cid-sVh1a7PLnY .theme {
  color: #ffffff;
}
.cid-sVh1a7PLnY .copyright > p {
  color: #ff3366;
}
.cid-sVh1a7PLnY .text2 {
  color: #c1c1c1;
}
.cid-sVhqoSQMrx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVhqoSQMrx .nav-item:focus,
.cid-sVhqoSQMrx .nav-link:focus {
  outline: none;
}
.cid-sVhqoSQMrx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVhqoSQMrx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVhqoSQMrx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sVhqoSQMrx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVhqoSQMrx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVhqoSQMrx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVhqoSQMrx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sVhqoSQMrx .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sVhqoSQMrx .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sVhqoSQMrx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVhqoSQMrx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVhqoSQMrx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVhqoSQMrx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sVhqoSQMrx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVhqoSQMrx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVhqoSQMrx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVhqoSQMrx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sVhqoSQMrx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVhqoSQMrx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sVhqoSQMrx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sVhqoSQMrx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVhqoSQMrx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVhqoSQMrx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sVhqoSQMrx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVhqoSQMrx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVhqoSQMrx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sVhqoSQMrx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sVhqoSQMrx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVhqoSQMrx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVhqoSQMrx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sVhqoSQMrx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVhqoSQMrx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sVhqoSQMrx .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sVhqoSQMrx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sVhqoSQMrx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVhqoSQMrx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVhqoSQMrx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVhqoSQMrx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVhqoSQMrx .dropdown-item.active,
.cid-sVhqoSQMrx .dropdown-item:active {
  background-color: transparent;
}
.cid-sVhqoSQMrx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVhqoSQMrx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVhqoSQMrx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVhqoSQMrx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sVhqoSQMrx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVhqoSQMrx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVhqoSQMrx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sVhqoSQMrx .navbar-buttons {
  text-align: center;
}
.cid-sVhqoSQMrx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVhqoSQMrx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVhqoSQMrx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVhqoSQMrx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVhqoSQMrx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVhqoSQMrx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVhqoSQMrx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVhqoSQMrx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVhqoSQMrx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVhqoSQMrx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVhqoSQMrx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sVhqoSQMrx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVhqoSQMrx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sVhqoSQMrx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sVhqoSQMrx .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVhqoSQMrx .navbar {
    height: 77px;
  }
  .cid-sVhqoSQMrx .navbar.opened {
    height: auto;
  }
  .cid-sVhqoSQMrx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVhqoTnuPd {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/1.jpg");
}
.cid-sVhqoTnuPd h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-sVhqoTnuPd h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sVhqoTnuPd h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sVhqoTEdn1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sVhqoTEdn1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sVhqoTEdn1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVhqoTEdn1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVhqoTEdn1 .mbr-gallery-item {
  width: 33.3%;
}
.cid-sVhqoTEdn1 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-sVhqoTEdn1 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-sVhqoTEdn1 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-sVhqoTEdn1 .mbr-gallery-row {
  justify-content: center;
}
.cid-sVhqoTEdn1 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sVhqoTEdn1 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-sVhqoTEdn1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sVhqoTEdn1 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sVhqoTEdn1 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sVhqoTEdn1 .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-sVhqoTEdn1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sVhqoTEdn1 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sVhqoTEdn1 img {
  transition: all 2s!important;
}
.cid-sVhqoTEdn1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sVhqoTEdn1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sVhqoTEdn1 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sVhqoU1xCw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sVhqoU1xCw section {
  position: relative;
}
.cid-sVhqoU1xCw .container {
  max-width: 1400px;
}
.cid-sVhqoU1xCw .card-img2 span {
  padding-top: 6px;
}
.cid-sVhqoU1xCw .soc-item a {
  padding-top: 5px;
}
.cid-sVhqoU1xCw .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sVhqoU1xCw .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-sVhqoU1xCw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVhqoU1xCw .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #c1c1c1;
}
.cid-sVhqoU1xCw .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sVhqoU1xCw .card-img2 {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVhqoU1xCw .soc-item {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sVhqoU1xCw .soc-item span {
  font-size: 1.4rem;
}
.cid-sVhqoU1xCw .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-sVhqoU1xCw .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sVhqoU1xCw .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sVhqoU1xCw .media-wrap {
  margin-bottom: 1rem;
}
.cid-sVhqoU1xCw .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sVhqoU1xCw img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sVhqoU1xCw .item {
    justify-content: center;
  }
  .cid-sVhqoU1xCw .quote::after {
    left: 60px;
  }
}
.cid-sVhqoU1xCw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sVhqoU1xCw .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVhqoU1xCw .text1 {
  color: #000000;
}
.cid-sVhqoU1xCw .item-title {
  color: #ffffff;
}
.cid-sVhqoU1xCw H5 {
  color: #ffffff;
}
.cid-sVhqoU1xCw .theme {
  color: #ffffff;
}
.cid-sVhqoU1xCw .copyright > p {
  color: #ff3366;
}
.cid-sVhqoU1xCw .text2 {
  color: #c1c1c1;
}
.cid-sVhqAWUVnc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVhqAWUVnc .nav-item:focus,
.cid-sVhqAWUVnc .nav-link:focus {
  outline: none;
}
.cid-sVhqAWUVnc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVhqAWUVnc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVhqAWUVnc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sVhqAWUVnc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVhqAWUVnc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVhqAWUVnc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVhqAWUVnc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sVhqAWUVnc .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sVhqAWUVnc .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sVhqAWUVnc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVhqAWUVnc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVhqAWUVnc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVhqAWUVnc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sVhqAWUVnc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVhqAWUVnc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVhqAWUVnc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVhqAWUVnc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sVhqAWUVnc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVhqAWUVnc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sVhqAWUVnc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sVhqAWUVnc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVhqAWUVnc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVhqAWUVnc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sVhqAWUVnc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVhqAWUVnc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVhqAWUVnc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sVhqAWUVnc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sVhqAWUVnc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVhqAWUVnc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVhqAWUVnc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sVhqAWUVnc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVhqAWUVnc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sVhqAWUVnc .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sVhqAWUVnc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sVhqAWUVnc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVhqAWUVnc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVhqAWUVnc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVhqAWUVnc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVhqAWUVnc .dropdown-item.active,
.cid-sVhqAWUVnc .dropdown-item:active {
  background-color: transparent;
}
.cid-sVhqAWUVnc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVhqAWUVnc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVhqAWUVnc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVhqAWUVnc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sVhqAWUVnc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVhqAWUVnc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVhqAWUVnc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sVhqAWUVnc .navbar-buttons {
  text-align: center;
}
.cid-sVhqAWUVnc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVhqAWUVnc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVhqAWUVnc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVhqAWUVnc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVhqAWUVnc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVhqAWUVnc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVhqAWUVnc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVhqAWUVnc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVhqAWUVnc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVhqAWUVnc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVhqAWUVnc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sVhqAWUVnc a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVhqAWUVnc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sVhqAWUVnc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sVhqAWUVnc .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVhqAWUVnc .navbar {
    height: 77px;
  }
  .cid-sVhqAWUVnc .navbar.opened {
    height: auto;
  }
  .cid-sVhqAWUVnc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVhqAXo20n {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/096.jpg");
}
.cid-sVhqAXo20n h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-sVhqAXo20n h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sVhqAXo20n h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sVhqAXGkm5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sVhqAXGkm5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sVhqAXGkm5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVhqAXGkm5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVhqAXGkm5 .mbr-gallery-item {
  width: 33.3%;
}
.cid-sVhqAXGkm5 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-sVhqAXGkm5 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-sVhqAXGkm5 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-sVhqAXGkm5 .mbr-gallery-row {
  justify-content: center;
}
.cid-sVhqAXGkm5 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sVhqAXGkm5 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-sVhqAXGkm5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sVhqAXGkm5 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sVhqAXGkm5 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sVhqAXGkm5 .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-sVhqAXGkm5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sVhqAXGkm5 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sVhqAXGkm5 img {
  transition: all 2s!important;
}
.cid-sVhqAXGkm5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sVhqAXGkm5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sVhqAXGkm5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sVhqAY5Ysj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sVhqAY5Ysj section {
  position: relative;
}
.cid-sVhqAY5Ysj .container {
  max-width: 1400px;
}
.cid-sVhqAY5Ysj .card-img2 span {
  padding-top: 6px;
}
.cid-sVhqAY5Ysj .soc-item a {
  padding-top: 5px;
}
.cid-sVhqAY5Ysj .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sVhqAY5Ysj .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-sVhqAY5Ysj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVhqAY5Ysj .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #c1c1c1;
}
.cid-sVhqAY5Ysj .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sVhqAY5Ysj .card-img2 {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVhqAY5Ysj .soc-item {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sVhqAY5Ysj .soc-item span {
  font-size: 1.4rem;
}
.cid-sVhqAY5Ysj .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-sVhqAY5Ysj .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sVhqAY5Ysj .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sVhqAY5Ysj .media-wrap {
  margin-bottom: 1rem;
}
.cid-sVhqAY5Ysj .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sVhqAY5Ysj img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sVhqAY5Ysj .item {
    justify-content: center;
  }
  .cid-sVhqAY5Ysj .quote::after {
    left: 60px;
  }
}
.cid-sVhqAY5Ysj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sVhqAY5Ysj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVhqAY5Ysj .text1 {
  color: #000000;
}
.cid-sVhqAY5Ysj .item-title {
  color: #ffffff;
}
.cid-sVhqAY5Ysj H5 {
  color: #ffffff;
}
.cid-sVhqAY5Ysj .theme {
  color: #ffffff;
}
.cid-sVhqAY5Ysj .copyright > p {
  color: #ff3366;
}
.cid-sVhqAY5Ysj .text2 {
  color: #c1c1c1;
}
.cid-sVhtVWgO5b .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVhtVWgO5b .nav-item:focus,
.cid-sVhtVWgO5b .nav-link:focus {
  outline: none;
}
.cid-sVhtVWgO5b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVhtVWgO5b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVhtVWgO5b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sVhtVWgO5b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVhtVWgO5b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVhtVWgO5b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVhtVWgO5b .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sVhtVWgO5b .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sVhtVWgO5b .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sVhtVWgO5b .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVhtVWgO5b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVhtVWgO5b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVhtVWgO5b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sVhtVWgO5b .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVhtVWgO5b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVhtVWgO5b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVhtVWgO5b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sVhtVWgO5b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVhtVWgO5b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sVhtVWgO5b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sVhtVWgO5b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVhtVWgO5b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVhtVWgO5b .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sVhtVWgO5b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVhtVWgO5b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVhtVWgO5b .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sVhtVWgO5b .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sVhtVWgO5b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVhtVWgO5b .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVhtVWgO5b .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sVhtVWgO5b .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVhtVWgO5b .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sVhtVWgO5b .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sVhtVWgO5b .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sVhtVWgO5b .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVhtVWgO5b .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVhtVWgO5b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVhtVWgO5b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVhtVWgO5b .dropdown-item.active,
.cid-sVhtVWgO5b .dropdown-item:active {
  background-color: transparent;
}
.cid-sVhtVWgO5b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVhtVWgO5b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVhtVWgO5b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVhtVWgO5b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sVhtVWgO5b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVhtVWgO5b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVhtVWgO5b ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sVhtVWgO5b .navbar-buttons {
  text-align: center;
}
.cid-sVhtVWgO5b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVhtVWgO5b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVhtVWgO5b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVhtVWgO5b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVhtVWgO5b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVhtVWgO5b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVhtVWgO5b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVhtVWgO5b nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVhtVWgO5b nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVhtVWgO5b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVhtVWgO5b .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sVhtVWgO5b a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVhtVWgO5b .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sVhtVWgO5b .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sVhtVWgO5b .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVhtVWgO5b .navbar {
    height: 77px;
  }
  .cid-sVhtVWgO5b .navbar.opened {
    height: auto;
  }
  .cid-sVhtVWgO5b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVhtVWXseb {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/003.jpg");
}
.cid-sVhtVWXseb h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-sVhtVWXseb h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sVhtVWXseb h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sVhtVXm6ZJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sVhtVXm6ZJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sVhtVXm6ZJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVhtVXm6ZJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVhtVXm6ZJ .mbr-gallery-item {
  width: 33.3%;
}
.cid-sVhtVXm6ZJ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-sVhtVXm6ZJ .mbr-gallery-item {
    width: 100%;
  }
}
.cid-sVhtVXm6ZJ .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-sVhtVXm6ZJ .mbr-gallery-row {
  justify-content: center;
}
.cid-sVhtVXm6ZJ .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sVhtVXm6ZJ .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-sVhtVXm6ZJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sVhtVXm6ZJ .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sVhtVXm6ZJ .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sVhtVXm6ZJ .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-sVhtVXm6ZJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sVhtVXm6ZJ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sVhtVXm6ZJ img {
  transition: all 2s!important;
}
.cid-sVhtVXm6ZJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sVhtVXm6ZJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sVhtVXm6ZJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sVhtVXNscj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sVhtVXNscj section {
  position: relative;
}
.cid-sVhtVXNscj .container {
  max-width: 1400px;
}
.cid-sVhtVXNscj .card-img2 span {
  padding-top: 6px;
}
.cid-sVhtVXNscj .soc-item a {
  padding-top: 5px;
}
.cid-sVhtVXNscj .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sVhtVXNscj .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-sVhtVXNscj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVhtVXNscj .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #c1c1c1;
}
.cid-sVhtVXNscj .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sVhtVXNscj .card-img2 {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVhtVXNscj .soc-item {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sVhtVXNscj .soc-item span {
  font-size: 1.4rem;
}
.cid-sVhtVXNscj .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-sVhtVXNscj .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sVhtVXNscj .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sVhtVXNscj .media-wrap {
  margin-bottom: 1rem;
}
.cid-sVhtVXNscj .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sVhtVXNscj img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sVhtVXNscj .item {
    justify-content: center;
  }
  .cid-sVhtVXNscj .quote::after {
    left: 60px;
  }
}
.cid-sVhtVXNscj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sVhtVXNscj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVhtVXNscj .text1 {
  color: #000000;
}
.cid-sVhtVXNscj .item-title {
  color: #ffffff;
}
.cid-sVhtVXNscj H5 {
  color: #ffffff;
}
.cid-sVhtVXNscj .theme {
  color: #ffffff;
}
.cid-sVhtVXNscj .copyright > p {
  color: #ff3366;
}
.cid-sVhtVXNscj .text2 {
  color: #c1c1c1;
}
.cid-sVhw7QZukH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVhw7QZukH .nav-item:focus,
.cid-sVhw7QZukH .nav-link:focus {
  outline: none;
}
.cid-sVhw7QZukH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVhw7QZukH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVhw7QZukH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sVhw7QZukH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVhw7QZukH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVhw7QZukH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVhw7QZukH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sVhw7QZukH .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sVhw7QZukH .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sVhw7QZukH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVhw7QZukH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVhw7QZukH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVhw7QZukH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sVhw7QZukH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVhw7QZukH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVhw7QZukH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVhw7QZukH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sVhw7QZukH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVhw7QZukH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sVhw7QZukH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sVhw7QZukH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVhw7QZukH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVhw7QZukH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sVhw7QZukH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVhw7QZukH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVhw7QZukH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sVhw7QZukH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sVhw7QZukH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVhw7QZukH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVhw7QZukH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sVhw7QZukH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVhw7QZukH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sVhw7QZukH .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sVhw7QZukH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sVhw7QZukH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVhw7QZukH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVhw7QZukH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVhw7QZukH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVhw7QZukH .dropdown-item.active,
.cid-sVhw7QZukH .dropdown-item:active {
  background-color: transparent;
}
.cid-sVhw7QZukH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVhw7QZukH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVhw7QZukH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVhw7QZukH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sVhw7QZukH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVhw7QZukH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVhw7QZukH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sVhw7QZukH .navbar-buttons {
  text-align: center;
}
.cid-sVhw7QZukH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVhw7QZukH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVhw7QZukH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVhw7QZukH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVhw7QZukH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVhw7QZukH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVhw7QZukH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVhw7QZukH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVhw7QZukH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVhw7QZukH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVhw7QZukH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sVhw7QZukH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVhw7QZukH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sVhw7QZukH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sVhw7QZukH .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVhw7QZukH .navbar {
    height: 77px;
  }
  .cid-sVhw7QZukH .navbar.opened {
    height: auto;
  }
  .cid-sVhw7QZukH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVhw7RCxSo {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/227.jpg");
}
.cid-sVhw7RCxSo h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-sVhw7RCxSo h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sVhw7RCxSo h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sVhw7S5Iw6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sVhw7S5Iw6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sVhw7S5Iw6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVhw7S5Iw6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVhw7S5Iw6 .mbr-gallery-item {
  width: 33.3%;
}
.cid-sVhw7S5Iw6 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-sVhw7S5Iw6 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-sVhw7S5Iw6 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-sVhw7S5Iw6 .mbr-gallery-row {
  justify-content: center;
}
.cid-sVhw7S5Iw6 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sVhw7S5Iw6 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-sVhw7S5Iw6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sVhw7S5Iw6 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sVhw7S5Iw6 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sVhw7S5Iw6 .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-sVhw7S5Iw6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sVhw7S5Iw6 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sVhw7S5Iw6 img {
  transition: all 2s!important;
}
.cid-sVhw7S5Iw6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sVhw7S5Iw6 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sVhw7S5Iw6 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sVhw7SvhZz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sVhw7SvhZz section {
  position: relative;
}
.cid-sVhw7SvhZz .container {
  max-width: 1400px;
}
.cid-sVhw7SvhZz .card-img2 span {
  padding-top: 6px;
}
.cid-sVhw7SvhZz .soc-item a {
  padding-top: 5px;
}
.cid-sVhw7SvhZz .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sVhw7SvhZz .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-sVhw7SvhZz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVhw7SvhZz .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #c1c1c1;
}
.cid-sVhw7SvhZz .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sVhw7SvhZz .card-img2 {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVhw7SvhZz .soc-item {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sVhw7SvhZz .soc-item span {
  font-size: 1.4rem;
}
.cid-sVhw7SvhZz .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-sVhw7SvhZz .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sVhw7SvhZz .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sVhw7SvhZz .media-wrap {
  margin-bottom: 1rem;
}
.cid-sVhw7SvhZz .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sVhw7SvhZz img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sVhw7SvhZz .item {
    justify-content: center;
  }
  .cid-sVhw7SvhZz .quote::after {
    left: 60px;
  }
}
.cid-sVhw7SvhZz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sVhw7SvhZz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVhw7SvhZz .text1 {
  color: #000000;
}
.cid-sVhw7SvhZz .item-title {
  color: #ffffff;
}
.cid-sVhw7SvhZz H5 {
  color: #ffffff;
}
.cid-sVhw7SvhZz .theme {
  color: #ffffff;
}
.cid-sVhw7SvhZz .copyright > p {
  color: #ff3366;
}
.cid-sVhw7SvhZz .text2 {
  color: #c1c1c1;
}
.cid-tK7vu8EjE9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tK7vu8EjE9 .nav-item:focus,
.cid-tK7vu8EjE9 .nav-link:focus {
  outline: none;
}
.cid-tK7vu8EjE9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tK7vu8EjE9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tK7vu8EjE9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tK7vu8EjE9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tK7vu8EjE9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tK7vu8EjE9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tK7vu8EjE9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tK7vu8EjE9 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tK7vu8EjE9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tK7vu8EjE9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tK7vu8EjE9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tK7vu8EjE9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tK7vu8EjE9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tK7vu8EjE9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tK7vu8EjE9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tK7vu8EjE9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tK7vu8EjE9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tK7vu8EjE9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tK7vu8EjE9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tK7vu8EjE9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tK7vu8EjE9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tK7vu8EjE9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tK7vu8EjE9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tK7vu8EjE9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tK7vu8EjE9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tK7vu8EjE9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tK7vu8EjE9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tK7vu8EjE9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tK7vu8EjE9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tK7vu8EjE9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tK7vu8EjE9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tK7vu8EjE9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tK7vu8EjE9 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tK7vu8EjE9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tK7vu8EjE9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tK7vu8EjE9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tK7vu8EjE9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tK7vu8EjE9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tK7vu8EjE9 .dropdown-item.active,
.cid-tK7vu8EjE9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tK7vu8EjE9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tK7vu8EjE9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tK7vu8EjE9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tK7vu8EjE9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tK7vu8EjE9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tK7vu8EjE9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tK7vu8EjE9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tK7vu8EjE9 .navbar-buttons {
  text-align: center;
}
.cid-tK7vu8EjE9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tK7vu8EjE9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tK7vu8EjE9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tK7vu8EjE9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tK7vu8EjE9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tK7vu8EjE9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tK7vu8EjE9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tK7vu8EjE9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tK7vu8EjE9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tK7vu8EjE9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tK7vu8EjE9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tK7vu8EjE9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tK7vu8EjE9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tK7vu8EjE9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tK7vu8EjE9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tK7vu8EjE9 .navbar {
    height: 77px;
  }
  .cid-tK7vu8EjE9 .navbar.opened {
    height: auto;
  }
  .cid-tK7vu8EjE9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tK7vu95asW {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/144-1.jpg");
}
.cid-tK7vu95asW h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-tK7vu95asW h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tK7vu95asW h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tK7vu9jlrk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tK7vu9jlrk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tK7vu9jlrk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tK7vu9jlrk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tK7vu9jlrk .mbr-gallery-item {
  width: 33.3%;
}
.cid-tK7vu9jlrk .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tK7vu9jlrk .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tK7vu9jlrk .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tK7vu9jlrk .mbr-gallery-row {
  justify-content: center;
}
.cid-tK7vu9jlrk .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tK7vu9jlrk .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-tK7vu9jlrk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tK7vu9jlrk .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tK7vu9jlrk .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tK7vu9jlrk .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-tK7vu9jlrk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tK7vu9jlrk .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tK7vu9jlrk img {
  transition: all 2s!important;
}
.cid-tK7vu9jlrk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tK7vu9jlrk .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tK7vu9jlrk .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tK7vu9W5lD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tK7vu9W5lD section {
  position: relative;
}
.cid-tK7vu9W5lD .container {
  max-width: 1400px;
}
.cid-tK7vu9W5lD .card-img2 span {
  padding-top: 6px;
}
.cid-tK7vu9W5lD .soc-item a {
  padding-top: 5px;
}
.cid-tK7vu9W5lD .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tK7vu9W5lD .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-tK7vu9W5lD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tK7vu9W5lD .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #c1c1c1;
}
.cid-tK7vu9W5lD .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tK7vu9W5lD .card-img2 {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tK7vu9W5lD .soc-item {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tK7vu9W5lD .soc-item span {
  font-size: 1.4rem;
}
.cid-tK7vu9W5lD .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-tK7vu9W5lD .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tK7vu9W5lD .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tK7vu9W5lD .media-wrap {
  margin-bottom: 1rem;
}
.cid-tK7vu9W5lD .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tK7vu9W5lD img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tK7vu9W5lD .item {
    justify-content: center;
  }
  .cid-tK7vu9W5lD .quote::after {
    left: 60px;
  }
}
.cid-tK7vu9W5lD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tK7vu9W5lD .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tK7vu9W5lD .text1 {
  color: #000000;
}
.cid-tK7vu9W5lD .item-title {
  color: #ffffff;
}
.cid-tK7vu9W5lD H5 {
  color: #ffffff;
}
.cid-tK7vu9W5lD .theme {
  color: #ffffff;
}
.cid-tK7vu9W5lD .copyright > p {
  color: #ff3366;
}
.cid-tK7vu9W5lD .text2 {
  color: #c1c1c1;
}
.cid-tWbryYROpy .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tWbryYROpy .nav-item:focus,
.cid-tWbryYROpy .nav-link:focus {
  outline: none;
}
.cid-tWbryYROpy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tWbryYROpy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWbryYROpy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tWbryYROpy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tWbryYROpy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWbryYROpy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWbryYROpy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tWbryYROpy .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tWbryYROpy .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tWbryYROpy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWbryYROpy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWbryYROpy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWbryYROpy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tWbryYROpy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tWbryYROpy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWbryYROpy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWbryYROpy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tWbryYROpy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWbryYROpy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tWbryYROpy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tWbryYROpy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWbryYROpy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWbryYROpy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tWbryYROpy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWbryYROpy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWbryYROpy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tWbryYROpy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tWbryYROpy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWbryYROpy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWbryYROpy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tWbryYROpy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tWbryYROpy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tWbryYROpy .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tWbryYROpy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tWbryYROpy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tWbryYROpy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWbryYROpy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWbryYROpy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWbryYROpy .dropdown-item.active,
.cid-tWbryYROpy .dropdown-item:active {
  background-color: transparent;
}
.cid-tWbryYROpy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWbryYROpy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWbryYROpy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWbryYROpy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWbryYROpy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWbryYROpy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWbryYROpy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tWbryYROpy .navbar-buttons {
  text-align: center;
}
.cid-tWbryYROpy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tWbryYROpy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWbryYROpy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tWbryYROpy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tWbryYROpy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tWbryYROpy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tWbryYROpy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWbryYROpy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tWbryYROpy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tWbryYROpy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWbryYROpy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tWbryYROpy a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWbryYROpy .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tWbryYROpy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tWbryYROpy .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWbryYROpy .navbar {
    height: 77px;
  }
  .cid-tWbryYROpy .navbar.opened {
    height: auto;
  }
  .cid-tWbryYROpy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWbryZxqoT {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/088.jpg");
}
.cid-tWbryZxqoT h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-tWbryZxqoT h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tWbryZxqoT h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tWbryZWpbe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tWbryZWpbe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWbryZWpbe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWbryZWpbe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWbryZWpbe .mbr-gallery-item {
  width: 33.3%;
}
.cid-tWbryZWpbe .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tWbryZWpbe .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tWbryZWpbe .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tWbryZWpbe .mbr-gallery-row {
  justify-content: center;
}
.cid-tWbryZWpbe .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tWbryZWpbe .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-tWbryZWpbe .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tWbryZWpbe .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-tWbryZWpbe .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tWbryZWpbe .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-tWbryZWpbe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWbryZWpbe .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tWbryZWpbe img {
  transition: all 2s!important;
}
.cid-tWbryZWpbe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tWbryZWpbe .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tWbryZWpbe .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tWbrz0QKqi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tWbrz0QKqi section {
  position: relative;
}
.cid-tWbrz0QKqi .container {
  max-width: 1400px;
}
.cid-tWbrz0QKqi .card-img2 span {
  padding-top: 6px;
}
.cid-tWbrz0QKqi .soc-item a {
  padding-top: 5px;
}
.cid-tWbrz0QKqi .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tWbrz0QKqi .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-tWbrz0QKqi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tWbrz0QKqi .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #c1c1c1;
}
.cid-tWbrz0QKqi .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tWbrz0QKqi .card-img2 {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tWbrz0QKqi .soc-item {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tWbrz0QKqi .soc-item span {
  font-size: 1.4rem;
}
.cid-tWbrz0QKqi .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-tWbrz0QKqi .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tWbrz0QKqi .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tWbrz0QKqi .media-wrap {
  margin-bottom: 1rem;
}
.cid-tWbrz0QKqi .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tWbrz0QKqi img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tWbrz0QKqi .item {
    justify-content: center;
  }
  .cid-tWbrz0QKqi .quote::after {
    left: 60px;
  }
}
.cid-tWbrz0QKqi .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tWbrz0QKqi .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWbrz0QKqi .text1 {
  color: #000000;
}
.cid-tWbrz0QKqi .item-title {
  color: #ffffff;
}
.cid-tWbrz0QKqi H5 {
  color: #ffffff;
}
.cid-tWbrz0QKqi .theme {
  color: #ffffff;
}
.cid-tWbrz0QKqi .copyright > p {
  color: #ff3366;
}
.cid-tWbrz0QKqi .text2 {
  color: #c1c1c1;
}
.cid-uoPxqE5czp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoPxqE5czp .nav-item:focus,
.cid-uoPxqE5czp .nav-link:focus {
  outline: none;
}
.cid-uoPxqE5czp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoPxqE5czp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoPxqE5czp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uoPxqE5czp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoPxqE5czp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoPxqE5czp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoPxqE5czp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uoPxqE5czp .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uoPxqE5czp .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uoPxqE5czp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoPxqE5czp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoPxqE5czp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoPxqE5czp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uoPxqE5czp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uoPxqE5czp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoPxqE5czp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoPxqE5czp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uoPxqE5czp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoPxqE5czp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uoPxqE5czp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uoPxqE5czp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoPxqE5czp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoPxqE5czp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uoPxqE5czp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoPxqE5czp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoPxqE5czp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uoPxqE5czp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uoPxqE5czp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoPxqE5czp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoPxqE5czp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uoPxqE5czp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uoPxqE5czp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uoPxqE5czp .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uoPxqE5czp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uoPxqE5czp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uoPxqE5czp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoPxqE5czp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoPxqE5czp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoPxqE5czp .dropdown-item.active,
.cid-uoPxqE5czp .dropdown-item:active {
  background-color: transparent;
}
.cid-uoPxqE5czp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoPxqE5czp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoPxqE5czp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoPxqE5czp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uoPxqE5czp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoPxqE5czp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoPxqE5czp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uoPxqE5czp .navbar-buttons {
  text-align: center;
}
.cid-uoPxqE5czp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uoPxqE5czp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoPxqE5czp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uoPxqE5czp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uoPxqE5czp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uoPxqE5czp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uoPxqE5czp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uoPxqE5czp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uoPxqE5czp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uoPxqE5czp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uoPxqE5czp .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uoPxqE5czp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uoPxqE5czp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uoPxqE5czp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uoPxqE5czp .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoPxqE5czp .navbar {
    height: 77px;
  }
  .cid-uoPxqE5czp .navbar.opened {
    height: auto;
  }
  .cid-uoPxqE5czp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoPxqEwbWl {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/00-1.jpg");
}
.cid-uoPxqEwbWl h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uoPxqEwbWl h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uoPxqEwbWl h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uoPxqEKpRQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uoPxqEKpRQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoPxqEKpRQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoPxqEKpRQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uoPxqEKpRQ .mbr-gallery-item {
  width: 33.3%;
}
.cid-uoPxqEKpRQ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uoPxqEKpRQ .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uoPxqEKpRQ .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uoPxqEKpRQ .mbr-gallery-row {
  justify-content: center;
}
.cid-uoPxqEKpRQ .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uoPxqEKpRQ .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-uoPxqEKpRQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uoPxqEKpRQ .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uoPxqEKpRQ .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uoPxqEKpRQ .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-uoPxqEKpRQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoPxqEKpRQ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uoPxqEKpRQ img {
  transition: all 2s!important;
}
.cid-uoPxqEKpRQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoPxqEKpRQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uoPxqEKpRQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uoPxqFrgtw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uoPxqFrgtw section {
  position: relative;
}
.cid-uoPxqFrgtw .container {
  max-width: 1400px;
}
.cid-uoPxqFrgtw .card-img2 span {
  padding-top: 6px;
}
.cid-uoPxqFrgtw .soc-item a {
  padding-top: 5px;
}
.cid-uoPxqFrgtw .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uoPxqFrgtw .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uoPxqFrgtw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uoPxqFrgtw .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #c1c1c1;
}
.cid-uoPxqFrgtw .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uoPxqFrgtw .card-img2 {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uoPxqFrgtw .soc-item {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uoPxqFrgtw .soc-item span {
  font-size: 1.4rem;
}
.cid-uoPxqFrgtw .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uoPxqFrgtw .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uoPxqFrgtw .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uoPxqFrgtw .media-wrap {
  margin-bottom: 1rem;
}
.cid-uoPxqFrgtw .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uoPxqFrgtw img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uoPxqFrgtw .item {
    justify-content: center;
  }
  .cid-uoPxqFrgtw .quote::after {
    left: 60px;
  }
}
.cid-uoPxqFrgtw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uoPxqFrgtw .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uoPxqFrgtw .text1 {
  color: #000000;
}
.cid-uoPxqFrgtw .item-title {
  color: #ffffff;
}
.cid-uoPxqFrgtw H5 {
  color: #ffffff;
}
.cid-uoPxqFrgtw .theme {
  color: #ffffff;
}
.cid-uoPxqFrgtw .copyright > p {
  color: #ff3366;
}
.cid-uoPxqFrgtw .text2 {
  color: #c1c1c1;
}
.cid-uoPMb5qFFm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoPMb5qFFm .nav-item:focus,
.cid-uoPMb5qFFm .nav-link:focus {
  outline: none;
}
.cid-uoPMb5qFFm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoPMb5qFFm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoPMb5qFFm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uoPMb5qFFm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoPMb5qFFm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoPMb5qFFm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoPMb5qFFm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uoPMb5qFFm .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uoPMb5qFFm .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uoPMb5qFFm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoPMb5qFFm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoPMb5qFFm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoPMb5qFFm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uoPMb5qFFm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uoPMb5qFFm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoPMb5qFFm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoPMb5qFFm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uoPMb5qFFm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoPMb5qFFm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uoPMb5qFFm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uoPMb5qFFm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoPMb5qFFm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoPMb5qFFm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uoPMb5qFFm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoPMb5qFFm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoPMb5qFFm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uoPMb5qFFm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uoPMb5qFFm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoPMb5qFFm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoPMb5qFFm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uoPMb5qFFm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uoPMb5qFFm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uoPMb5qFFm .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uoPMb5qFFm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uoPMb5qFFm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uoPMb5qFFm .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoPMb5qFFm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoPMb5qFFm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoPMb5qFFm .dropdown-item.active,
.cid-uoPMb5qFFm .dropdown-item:active {
  background-color: transparent;
}
.cid-uoPMb5qFFm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoPMb5qFFm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoPMb5qFFm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoPMb5qFFm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uoPMb5qFFm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoPMb5qFFm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoPMb5qFFm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uoPMb5qFFm .navbar-buttons {
  text-align: center;
}
.cid-uoPMb5qFFm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uoPMb5qFFm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoPMb5qFFm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uoPMb5qFFm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uoPMb5qFFm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uoPMb5qFFm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uoPMb5qFFm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uoPMb5qFFm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uoPMb5qFFm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uoPMb5qFFm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uoPMb5qFFm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uoPMb5qFFm a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uoPMb5qFFm .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uoPMb5qFFm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uoPMb5qFFm .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoPMb5qFFm .navbar {
    height: 77px;
  }
  .cid-uoPMb5qFFm .navbar.opened {
    height: auto;
  }
  .cid-uoPMb5qFFm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoPMb61RDV {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/014-3.jpg");
}
.cid-uoPMb61RDV h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uoPMb61RDV h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uoPMb61RDV h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uoPMb6r3P5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uoPMb6r3P5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoPMb6r3P5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoPMb6r3P5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uoPMb6r3P5 .mbr-gallery-item {
  width: 33.3%;
}
.cid-uoPMb6r3P5 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uoPMb6r3P5 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uoPMb6r3P5 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uoPMb6r3P5 .mbr-gallery-row {
  justify-content: center;
}
.cid-uoPMb6r3P5 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uoPMb6r3P5 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-uoPMb6r3P5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uoPMb6r3P5 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uoPMb6r3P5 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uoPMb6r3P5 .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-uoPMb6r3P5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoPMb6r3P5 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uoPMb6r3P5 img {
  transition: all 2s!important;
}
.cid-uoPMb6r3P5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoPMb6r3P5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uoPMb6r3P5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uoPMb7HPLS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uoPMb7HPLS section {
  position: relative;
}
.cid-uoPMb7HPLS .container {
  max-width: 1400px;
}
.cid-uoPMb7HPLS .card-img2 span {
  padding-top: 6px;
}
.cid-uoPMb7HPLS .soc-item a {
  padding-top: 5px;
}
.cid-uoPMb7HPLS .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uoPMb7HPLS .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uoPMb7HPLS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uoPMb7HPLS .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #c1c1c1;
}
.cid-uoPMb7HPLS .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uoPMb7HPLS .card-img2 {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uoPMb7HPLS .soc-item {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uoPMb7HPLS .soc-item span {
  font-size: 1.4rem;
}
.cid-uoPMb7HPLS .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uoPMb7HPLS .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uoPMb7HPLS .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uoPMb7HPLS .media-wrap {
  margin-bottom: 1rem;
}
.cid-uoPMb7HPLS .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uoPMb7HPLS img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uoPMb7HPLS .item {
    justify-content: center;
  }
  .cid-uoPMb7HPLS .quote::after {
    left: 60px;
  }
}
.cid-uoPMb7HPLS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uoPMb7HPLS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uoPMb7HPLS .text1 {
  color: #000000;
}
.cid-uoPMb7HPLS .item-title {
  color: #ffffff;
}
.cid-uoPMb7HPLS H5 {
  color: #ffffff;
}
.cid-uoPMb7HPLS .theme {
  color: #ffffff;
}
.cid-uoPMb7HPLS .copyright > p {
  color: #ff3366;
}
.cid-uoPMb7HPLS .text2 {
  color: #c1c1c1;
}
.cid-uoPQPggAW2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoPQPggAW2 .nav-item:focus,
.cid-uoPQPggAW2 .nav-link:focus {
  outline: none;
}
.cid-uoPQPggAW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoPQPggAW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoPQPggAW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uoPQPggAW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoPQPggAW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoPQPggAW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoPQPggAW2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uoPQPggAW2 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uoPQPggAW2 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uoPQPggAW2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoPQPggAW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoPQPggAW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoPQPggAW2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uoPQPggAW2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uoPQPggAW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoPQPggAW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoPQPggAW2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uoPQPggAW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoPQPggAW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uoPQPggAW2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uoPQPggAW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoPQPggAW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoPQPggAW2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uoPQPggAW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoPQPggAW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoPQPggAW2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uoPQPggAW2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uoPQPggAW2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoPQPggAW2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoPQPggAW2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uoPQPggAW2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uoPQPggAW2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uoPQPggAW2 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uoPQPggAW2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uoPQPggAW2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uoPQPggAW2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoPQPggAW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoPQPggAW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoPQPggAW2 .dropdown-item.active,
.cid-uoPQPggAW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoPQPggAW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoPQPggAW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoPQPggAW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoPQPggAW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uoPQPggAW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoPQPggAW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoPQPggAW2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uoPQPggAW2 .navbar-buttons {
  text-align: center;
}
.cid-uoPQPggAW2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uoPQPggAW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoPQPggAW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uoPQPggAW2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uoPQPggAW2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uoPQPggAW2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uoPQPggAW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uoPQPggAW2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uoPQPggAW2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uoPQPggAW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uoPQPggAW2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uoPQPggAW2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uoPQPggAW2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uoPQPggAW2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uoPQPggAW2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoPQPggAW2 .navbar {
    height: 77px;
  }
  .cid-uoPQPggAW2 .navbar.opened {
    height: auto;
  }
  .cid-uoPQPggAW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoPQPgMIK7 {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/072-3.jpg");
}
.cid-uoPQPgMIK7 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uoPQPgMIK7 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uoPQPgMIK7 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uoPQPh9Zaj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uoPQPh9Zaj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoPQPh9Zaj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoPQPh9Zaj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uoPQPh9Zaj .mbr-gallery-item {
  width: 33.3%;
}
.cid-uoPQPh9Zaj .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uoPQPh9Zaj .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uoPQPh9Zaj .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uoPQPh9Zaj .mbr-gallery-row {
  justify-content: center;
}
.cid-uoPQPh9Zaj .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uoPQPh9Zaj .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-uoPQPh9Zaj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uoPQPh9Zaj .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uoPQPh9Zaj .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uoPQPh9Zaj .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-uoPQPh9Zaj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoPQPh9Zaj .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uoPQPh9Zaj img {
  transition: all 2s!important;
}
.cid-uoPQPh9Zaj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoPQPh9Zaj .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uoPQPh9Zaj .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uoPQPhMMmV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uoPQPhMMmV section {
  position: relative;
}
.cid-uoPQPhMMmV .container {
  max-width: 1400px;
}
.cid-uoPQPhMMmV .card-img2 span {
  padding-top: 6px;
}
.cid-uoPQPhMMmV .soc-item a {
  padding-top: 5px;
}
.cid-uoPQPhMMmV .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uoPQPhMMmV .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uoPQPhMMmV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uoPQPhMMmV .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #c1c1c1;
}
.cid-uoPQPhMMmV .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uoPQPhMMmV .card-img2 {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uoPQPhMMmV .soc-item {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uoPQPhMMmV .soc-item span {
  font-size: 1.4rem;
}
.cid-uoPQPhMMmV .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uoPQPhMMmV .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uoPQPhMMmV .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uoPQPhMMmV .media-wrap {
  margin-bottom: 1rem;
}
.cid-uoPQPhMMmV .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uoPQPhMMmV img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uoPQPhMMmV .item {
    justify-content: center;
  }
  .cid-uoPQPhMMmV .quote::after {
    left: 60px;
  }
}
.cid-uoPQPhMMmV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uoPQPhMMmV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uoPQPhMMmV .text1 {
  color: #000000;
}
.cid-uoPQPhMMmV .item-title {
  color: #ffffff;
}
.cid-uoPQPhMMmV H5 {
  color: #ffffff;
}
.cid-uoPQPhMMmV .theme {
  color: #ffffff;
}
.cid-uoPQPhMMmV .copyright > p {
  color: #ff3366;
}
.cid-uoPQPhMMmV .text2 {
  color: #c1c1c1;
}
.cid-uzOwtOFRuV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzOwtOFRuV .nav-item:focus,
.cid-uzOwtOFRuV .nav-link:focus {
  outline: none;
}
.cid-uzOwtOFRuV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzOwtOFRuV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzOwtOFRuV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uzOwtOFRuV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzOwtOFRuV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzOwtOFRuV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzOwtOFRuV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uzOwtOFRuV .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uzOwtOFRuV .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uzOwtOFRuV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzOwtOFRuV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzOwtOFRuV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzOwtOFRuV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uzOwtOFRuV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uzOwtOFRuV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzOwtOFRuV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzOwtOFRuV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uzOwtOFRuV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzOwtOFRuV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uzOwtOFRuV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uzOwtOFRuV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzOwtOFRuV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzOwtOFRuV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uzOwtOFRuV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzOwtOFRuV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzOwtOFRuV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uzOwtOFRuV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uzOwtOFRuV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzOwtOFRuV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzOwtOFRuV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uzOwtOFRuV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uzOwtOFRuV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uzOwtOFRuV .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uzOwtOFRuV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uzOwtOFRuV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uzOwtOFRuV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzOwtOFRuV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzOwtOFRuV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzOwtOFRuV .dropdown-item.active,
.cid-uzOwtOFRuV .dropdown-item:active {
  background-color: transparent;
}
.cid-uzOwtOFRuV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzOwtOFRuV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzOwtOFRuV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzOwtOFRuV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uzOwtOFRuV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzOwtOFRuV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzOwtOFRuV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uzOwtOFRuV .navbar-buttons {
  text-align: center;
}
.cid-uzOwtOFRuV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzOwtOFRuV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzOwtOFRuV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uzOwtOFRuV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uzOwtOFRuV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uzOwtOFRuV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uzOwtOFRuV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uzOwtOFRuV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uzOwtOFRuV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uzOwtOFRuV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uzOwtOFRuV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uzOwtOFRuV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uzOwtOFRuV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uzOwtOFRuV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uzOwtOFRuV .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzOwtOFRuV .navbar {
    height: 77px;
  }
  .cid-uzOwtOFRuV .navbar.opened {
    height: auto;
  }
  .cid-uzOwtOFRuV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzOwtPko3F {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/068-1.jpg");
}
.cid-uzOwtPko3F h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uzOwtPko3F h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uzOwtPko3F h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uzOwtPIMMd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uzOwtPIMMd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uzOwtPIMMd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzOwtPIMMd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzOwtPIMMd .mbr-gallery-item {
  width: 33.3%;
}
.cid-uzOwtPIMMd .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uzOwtPIMMd .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uzOwtPIMMd .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uzOwtPIMMd .mbr-gallery-row {
  justify-content: center;
}
.cid-uzOwtPIMMd .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uzOwtPIMMd .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-uzOwtPIMMd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uzOwtPIMMd .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uzOwtPIMMd .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uzOwtPIMMd .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-uzOwtPIMMd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uzOwtPIMMd .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uzOwtPIMMd img {
  transition: all 2s!important;
}
.cid-uzOwtPIMMd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uzOwtPIMMd .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uzOwtPIMMd .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uzOwtQJBA2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uzOwtQJBA2 section {
  position: relative;
}
.cid-uzOwtQJBA2 .container {
  max-width: 1400px;
}
.cid-uzOwtQJBA2 .card-img2 span {
  padding-top: 6px;
}
.cid-uzOwtQJBA2 .soc-item a {
  padding-top: 5px;
}
.cid-uzOwtQJBA2 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uzOwtQJBA2 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uzOwtQJBA2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uzOwtQJBA2 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #c1c1c1;
}
.cid-uzOwtQJBA2 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uzOwtQJBA2 .card-img2 {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uzOwtQJBA2 .soc-item {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uzOwtQJBA2 .soc-item span {
  font-size: 1.4rem;
}
.cid-uzOwtQJBA2 .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uzOwtQJBA2 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uzOwtQJBA2 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uzOwtQJBA2 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uzOwtQJBA2 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzOwtQJBA2 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uzOwtQJBA2 .item {
    justify-content: center;
  }
  .cid-uzOwtQJBA2 .quote::after {
    left: 60px;
  }
}
.cid-uzOwtQJBA2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uzOwtQJBA2 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzOwtQJBA2 .text1 {
  color: #000000;
}
.cid-uzOwtQJBA2 .item-title {
  color: #ffffff;
}
.cid-uzOwtQJBA2 H5 {
  color: #ffffff;
}
.cid-uzOwtQJBA2 .theme {
  color: #ffffff;
}
.cid-uzOwtQJBA2 .copyright > p {
  color: #ff3366;
}
.cid-uzOwtQJBA2 .text2 {
  color: #c1c1c1;
}
.cid-uFh18qnplH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFh18qnplH .nav-item:focus,
.cid-uFh18qnplH .nav-link:focus {
  outline: none;
}
.cid-uFh18qnplH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFh18qnplH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFh18qnplH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFh18qnplH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFh18qnplH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFh18qnplH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFh18qnplH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uFh18qnplH .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uFh18qnplH .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uFh18qnplH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFh18qnplH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFh18qnplH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFh18qnplH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFh18qnplH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFh18qnplH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFh18qnplH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFh18qnplH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uFh18qnplH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFh18qnplH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uFh18qnplH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uFh18qnplH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFh18qnplH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFh18qnplH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFh18qnplH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFh18qnplH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFh18qnplH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uFh18qnplH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFh18qnplH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFh18qnplH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFh18qnplH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFh18qnplH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFh18qnplH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uFh18qnplH .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uFh18qnplH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uFh18qnplH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFh18qnplH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFh18qnplH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFh18qnplH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFh18qnplH .dropdown-item.active,
.cid-uFh18qnplH .dropdown-item:active {
  background-color: transparent;
}
.cid-uFh18qnplH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFh18qnplH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFh18qnplH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFh18qnplH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFh18qnplH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFh18qnplH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFh18qnplH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFh18qnplH .navbar-buttons {
  text-align: center;
}
.cid-uFh18qnplH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFh18qnplH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFh18qnplH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFh18qnplH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFh18qnplH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFh18qnplH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFh18qnplH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFh18qnplH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFh18qnplH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFh18qnplH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFh18qnplH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uFh18qnplH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFh18qnplH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFh18qnplH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uFh18qnplH .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFh18qnplH .navbar {
    height: 77px;
  }
  .cid-uFh18qnplH .navbar.opened {
    height: auto;
  }
  .cid-uFh18qnplH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFh18qJ9HF {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/006-6.jpg");
}
.cid-uFh18qJ9HF h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uFh18qJ9HF h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFh18qJ9HF h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFh18qYM28 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uFh18qYM28 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uFh18qYM28 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFh18qYM28 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFh18qYM28 .mbr-gallery-item {
  width: 33.3%;
}
.cid-uFh18qYM28 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uFh18qYM28 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uFh18qYM28 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uFh18qYM28 .mbr-gallery-row {
  justify-content: center;
}
.cid-uFh18qYM28 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uFh18qYM28 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-uFh18qYM28 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uFh18qYM28 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uFh18qYM28 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uFh18qYM28 .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-uFh18qYM28 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uFh18qYM28 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uFh18qYM28 img {
  transition: all 2s!important;
}
.cid-uFh18qYM28 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uFh18qYM28 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uFh18qYM28 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uFh18rKWwQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uFh18rKWwQ section {
  position: relative;
}
.cid-uFh18rKWwQ .container {
  max-width: 1400px;
}
.cid-uFh18rKWwQ .card-img2 span {
  padding-top: 6px;
}
.cid-uFh18rKWwQ .soc-item a {
  padding-top: 5px;
}
.cid-uFh18rKWwQ .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uFh18rKWwQ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uFh18rKWwQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFh18rKWwQ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #c1c1c1;
}
.cid-uFh18rKWwQ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uFh18rKWwQ .card-img2 {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFh18rKWwQ .soc-item {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uFh18rKWwQ .soc-item span {
  font-size: 1.4rem;
}
.cid-uFh18rKWwQ .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uFh18rKWwQ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uFh18rKWwQ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uFh18rKWwQ .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFh18rKWwQ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFh18rKWwQ img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uFh18rKWwQ .item {
    justify-content: center;
  }
  .cid-uFh18rKWwQ .quote::after {
    left: 60px;
  }
}
.cid-uFh18rKWwQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFh18rKWwQ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFh18rKWwQ .text1 {
  color: #000000;
}
.cid-uFh18rKWwQ .item-title {
  color: #ffffff;
}
.cid-uFh18rKWwQ H5 {
  color: #ffffff;
}
.cid-uFh18rKWwQ .theme {
  color: #ffffff;
}
.cid-uFh18rKWwQ .copyright > p {
  color: #ff3366;
}
.cid-uFh18rKWwQ .text2 {
  color: #c1c1c1;
}
.cid-uFh5bv3IA6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFh5bv3IA6 .nav-item:focus,
.cid-uFh5bv3IA6 .nav-link:focus {
  outline: none;
}
.cid-uFh5bv3IA6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFh5bv3IA6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFh5bv3IA6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFh5bv3IA6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFh5bv3IA6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFh5bv3IA6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFh5bv3IA6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uFh5bv3IA6 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uFh5bv3IA6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uFh5bv3IA6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFh5bv3IA6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFh5bv3IA6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFh5bv3IA6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFh5bv3IA6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFh5bv3IA6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFh5bv3IA6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFh5bv3IA6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uFh5bv3IA6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFh5bv3IA6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uFh5bv3IA6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uFh5bv3IA6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFh5bv3IA6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFh5bv3IA6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFh5bv3IA6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFh5bv3IA6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFh5bv3IA6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uFh5bv3IA6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFh5bv3IA6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFh5bv3IA6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFh5bv3IA6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFh5bv3IA6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFh5bv3IA6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uFh5bv3IA6 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uFh5bv3IA6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uFh5bv3IA6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFh5bv3IA6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFh5bv3IA6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFh5bv3IA6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFh5bv3IA6 .dropdown-item.active,
.cid-uFh5bv3IA6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFh5bv3IA6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFh5bv3IA6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFh5bv3IA6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFh5bv3IA6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFh5bv3IA6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFh5bv3IA6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFh5bv3IA6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFh5bv3IA6 .navbar-buttons {
  text-align: center;
}
.cid-uFh5bv3IA6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFh5bv3IA6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFh5bv3IA6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFh5bv3IA6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFh5bv3IA6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFh5bv3IA6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFh5bv3IA6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFh5bv3IA6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFh5bv3IA6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFh5bv3IA6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFh5bv3IA6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uFh5bv3IA6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFh5bv3IA6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFh5bv3IA6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uFh5bv3IA6 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFh5bv3IA6 .navbar {
    height: 77px;
  }
  .cid-uFh5bv3IA6 .navbar.opened {
    height: auto;
  }
  .cid-uFh5bv3IA6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFh5bvo7Em {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/img-1796.jpg");
}
.cid-uFh5bvo7Em h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uFh5bvo7Em h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFh5bvo7Em h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFh5bvMXYK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uFh5bvMXYK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uFh5bvMXYK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFh5bvMXYK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFh5bvMXYK .mbr-gallery-item {
  width: 33.3%;
}
.cid-uFh5bvMXYK .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uFh5bvMXYK .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uFh5bvMXYK .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uFh5bvMXYK .mbr-gallery-row {
  justify-content: center;
}
.cid-uFh5bvMXYK .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uFh5bvMXYK .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-uFh5bvMXYK .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uFh5bvMXYK .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uFh5bvMXYK .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uFh5bvMXYK .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-uFh5bvMXYK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uFh5bvMXYK .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uFh5bvMXYK img {
  transition: all 2s!important;
}
.cid-uFh5bvMXYK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uFh5bvMXYK .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uFh5bvMXYK .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uFh5bwlJsT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uFh5bwlJsT section {
  position: relative;
}
.cid-uFh5bwlJsT .container {
  max-width: 1400px;
}
.cid-uFh5bwlJsT .card-img2 span {
  padding-top: 6px;
}
.cid-uFh5bwlJsT .soc-item a {
  padding-top: 5px;
}
.cid-uFh5bwlJsT .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uFh5bwlJsT .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uFh5bwlJsT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFh5bwlJsT .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #c1c1c1;
}
.cid-uFh5bwlJsT .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uFh5bwlJsT .card-img2 {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFh5bwlJsT .soc-item {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uFh5bwlJsT .soc-item span {
  font-size: 1.4rem;
}
.cid-uFh5bwlJsT .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uFh5bwlJsT .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uFh5bwlJsT .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uFh5bwlJsT .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFh5bwlJsT .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFh5bwlJsT img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uFh5bwlJsT .item {
    justify-content: center;
  }
  .cid-uFh5bwlJsT .quote::after {
    left: 60px;
  }
}
.cid-uFh5bwlJsT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFh5bwlJsT .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFh5bwlJsT .text1 {
  color: #000000;
}
.cid-uFh5bwlJsT .item-title {
  color: #ffffff;
}
.cid-uFh5bwlJsT H5 {
  color: #ffffff;
}
.cid-uFh5bwlJsT .theme {
  color: #ffffff;
}
.cid-uFh5bwlJsT .copyright > p {
  color: #ff3366;
}
.cid-uFh5bwlJsT .text2 {
  color: #c1c1c1;
}
.cid-uFsHl3H3nl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFsHl3H3nl .nav-item:focus,
.cid-uFsHl3H3nl .nav-link:focus {
  outline: none;
}
.cid-uFsHl3H3nl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFsHl3H3nl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFsHl3H3nl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFsHl3H3nl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFsHl3H3nl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFsHl3H3nl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFsHl3H3nl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uFsHl3H3nl .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uFsHl3H3nl .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uFsHl3H3nl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFsHl3H3nl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFsHl3H3nl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFsHl3H3nl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFsHl3H3nl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFsHl3H3nl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFsHl3H3nl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFsHl3H3nl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uFsHl3H3nl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFsHl3H3nl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uFsHl3H3nl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uFsHl3H3nl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFsHl3H3nl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFsHl3H3nl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFsHl3H3nl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFsHl3H3nl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFsHl3H3nl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uFsHl3H3nl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFsHl3H3nl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFsHl3H3nl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFsHl3H3nl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFsHl3H3nl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFsHl3H3nl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uFsHl3H3nl .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uFsHl3H3nl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uFsHl3H3nl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFsHl3H3nl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFsHl3H3nl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFsHl3H3nl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFsHl3H3nl .dropdown-item.active,
.cid-uFsHl3H3nl .dropdown-item:active {
  background-color: transparent;
}
.cid-uFsHl3H3nl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFsHl3H3nl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFsHl3H3nl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFsHl3H3nl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFsHl3H3nl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFsHl3H3nl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFsHl3H3nl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFsHl3H3nl .navbar-buttons {
  text-align: center;
}
.cid-uFsHl3H3nl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFsHl3H3nl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFsHl3H3nl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFsHl3H3nl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFsHl3H3nl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFsHl3H3nl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFsHl3H3nl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFsHl3H3nl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFsHl3H3nl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFsHl3H3nl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFsHl3H3nl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uFsHl3H3nl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFsHl3H3nl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFsHl3H3nl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uFsHl3H3nl .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFsHl3H3nl .navbar {
    height: 77px;
  }
  .cid-uFsHl3H3nl .navbar.opened {
    height: auto;
  }
  .cid-uFsHl3H3nl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFsHl46vhr {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/058-1.jpg");
}
.cid-uFsHl46vhr h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uFsHl46vhr h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFsHl46vhr h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFsHl4qX6Z {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uFsHl4qX6Z .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uFsHl4qX6Z .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFsHl4qX6Z .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFsHl4qX6Z .mbr-gallery-item {
  width: 33.3%;
}
.cid-uFsHl4qX6Z .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uFsHl4qX6Z .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uFsHl4qX6Z .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uFsHl4qX6Z .mbr-gallery-row {
  justify-content: center;
}
.cid-uFsHl4qX6Z .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uFsHl4qX6Z .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-uFsHl4qX6Z .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uFsHl4qX6Z .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uFsHl4qX6Z .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uFsHl4qX6Z .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-uFsHl4qX6Z .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uFsHl4qX6Z .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uFsHl4qX6Z img {
  transition: all 2s!important;
}
.cid-uFsHl4qX6Z .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uFsHl4qX6Z .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uFsHl4qX6Z .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uFsHl54OeD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uFsHl54OeD section {
  position: relative;
}
.cid-uFsHl54OeD .container {
  max-width: 1400px;
}
.cid-uFsHl54OeD .card-img2 span {
  padding-top: 6px;
}
.cid-uFsHl54OeD .soc-item a {
  padding-top: 5px;
}
.cid-uFsHl54OeD .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uFsHl54OeD .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uFsHl54OeD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFsHl54OeD .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #c1c1c1;
}
.cid-uFsHl54OeD .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uFsHl54OeD .card-img2 {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFsHl54OeD .soc-item {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uFsHl54OeD .soc-item span {
  font-size: 1.4rem;
}
.cid-uFsHl54OeD .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uFsHl54OeD .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uFsHl54OeD .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uFsHl54OeD .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFsHl54OeD .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFsHl54OeD img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uFsHl54OeD .item {
    justify-content: center;
  }
  .cid-uFsHl54OeD .quote::after {
    left: 60px;
  }
}
.cid-uFsHl54OeD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFsHl54OeD .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFsHl54OeD .text1 {
  color: #000000;
}
.cid-uFsHl54OeD .item-title {
  color: #ffffff;
}
.cid-uFsHl54OeD H5 {
  color: #ffffff;
}
.cid-uFsHl54OeD .theme {
  color: #ffffff;
}
.cid-uFsHl54OeD .copyright > p {
  color: #ff3366;
}
.cid-uFsHl54OeD .text2 {
  color: #c1c1c1;
}
.cid-uFsU2yIFO0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFsU2yIFO0 .nav-item:focus,
.cid-uFsU2yIFO0 .nav-link:focus {
  outline: none;
}
.cid-uFsU2yIFO0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFsU2yIFO0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFsU2yIFO0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFsU2yIFO0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFsU2yIFO0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFsU2yIFO0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFsU2yIFO0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uFsU2yIFO0 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uFsU2yIFO0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uFsU2yIFO0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFsU2yIFO0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFsU2yIFO0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFsU2yIFO0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFsU2yIFO0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFsU2yIFO0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFsU2yIFO0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFsU2yIFO0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uFsU2yIFO0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFsU2yIFO0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uFsU2yIFO0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uFsU2yIFO0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFsU2yIFO0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFsU2yIFO0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFsU2yIFO0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFsU2yIFO0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFsU2yIFO0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uFsU2yIFO0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFsU2yIFO0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFsU2yIFO0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFsU2yIFO0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFsU2yIFO0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFsU2yIFO0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uFsU2yIFO0 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uFsU2yIFO0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uFsU2yIFO0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFsU2yIFO0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFsU2yIFO0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFsU2yIFO0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFsU2yIFO0 .dropdown-item.active,
.cid-uFsU2yIFO0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFsU2yIFO0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFsU2yIFO0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFsU2yIFO0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFsU2yIFO0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFsU2yIFO0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFsU2yIFO0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFsU2yIFO0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFsU2yIFO0 .navbar-buttons {
  text-align: center;
}
.cid-uFsU2yIFO0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFsU2yIFO0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFsU2yIFO0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFsU2yIFO0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFsU2yIFO0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFsU2yIFO0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFsU2yIFO0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFsU2yIFO0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFsU2yIFO0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFsU2yIFO0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFsU2yIFO0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uFsU2yIFO0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFsU2yIFO0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFsU2yIFO0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uFsU2yIFO0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFsU2yIFO0 .navbar {
    height: 77px;
  }
  .cid-uFsU2yIFO0 .navbar.opened {
    height: auto;
  }
  .cid-uFsU2yIFO0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFsU2zbF88 {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/bom-retiro-2.png");
}
.cid-uFsU2zbF88 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uFsU2zbF88 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFsU2zbF88 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFsU2zmvTt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uFsU2zmvTt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uFsU2zmvTt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFsU2zmvTt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFsU2zmvTt .mbr-gallery-item {
  width: 33.3%;
}
.cid-uFsU2zmvTt .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uFsU2zmvTt .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uFsU2zmvTt .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uFsU2zmvTt .mbr-gallery-row {
  justify-content: center;
}
.cid-uFsU2zmvTt .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uFsU2zmvTt .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-uFsU2zmvTt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uFsU2zmvTt .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uFsU2zmvTt .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uFsU2zmvTt .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-uFsU2zmvTt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uFsU2zmvTt .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uFsU2zmvTt img {
  transition: all 2s!important;
}
.cid-uFsU2zmvTt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uFsU2zmvTt .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uFsU2zmvTt .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uFsU2zIBQQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uFsU2zIBQQ section {
  position: relative;
}
.cid-uFsU2zIBQQ .container {
  max-width: 1400px;
}
.cid-uFsU2zIBQQ .card-img2 span {
  padding-top: 6px;
}
.cid-uFsU2zIBQQ .soc-item a {
  padding-top: 5px;
}
.cid-uFsU2zIBQQ .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uFsU2zIBQQ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uFsU2zIBQQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFsU2zIBQQ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #c1c1c1;
}
.cid-uFsU2zIBQQ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uFsU2zIBQQ .card-img2 {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFsU2zIBQQ .soc-item {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uFsU2zIBQQ .soc-item span {
  font-size: 1.4rem;
}
.cid-uFsU2zIBQQ .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uFsU2zIBQQ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uFsU2zIBQQ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uFsU2zIBQQ .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFsU2zIBQQ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFsU2zIBQQ img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uFsU2zIBQQ .item {
    justify-content: center;
  }
  .cid-uFsU2zIBQQ .quote::after {
    left: 60px;
  }
}
.cid-uFsU2zIBQQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFsU2zIBQQ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFsU2zIBQQ .text1 {
  color: #000000;
}
.cid-uFsU2zIBQQ .item-title {
  color: #ffffff;
}
.cid-uFsU2zIBQQ H5 {
  color: #ffffff;
}
.cid-uFsU2zIBQQ .theme {
  color: #ffffff;
}
.cid-uFsU2zIBQQ .copyright > p {
  color: #ff3366;
}
.cid-uFsU2zIBQQ .text2 {
  color: #c1c1c1;
}
.cid-uFEk968bvg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFEk968bvg .nav-item:focus,
.cid-uFEk968bvg .nav-link:focus {
  outline: none;
}
.cid-uFEk968bvg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFEk968bvg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFEk968bvg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFEk968bvg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFEk968bvg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFEk968bvg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFEk968bvg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uFEk968bvg .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uFEk968bvg .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uFEk968bvg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFEk968bvg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFEk968bvg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFEk968bvg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFEk968bvg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFEk968bvg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFEk968bvg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFEk968bvg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uFEk968bvg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFEk968bvg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uFEk968bvg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uFEk968bvg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFEk968bvg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFEk968bvg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFEk968bvg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFEk968bvg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFEk968bvg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uFEk968bvg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFEk968bvg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFEk968bvg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFEk968bvg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFEk968bvg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFEk968bvg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uFEk968bvg .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uFEk968bvg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uFEk968bvg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFEk968bvg .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFEk968bvg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFEk968bvg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFEk968bvg .dropdown-item.active,
.cid-uFEk968bvg .dropdown-item:active {
  background-color: transparent;
}
.cid-uFEk968bvg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFEk968bvg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFEk968bvg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFEk968bvg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFEk968bvg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFEk968bvg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFEk968bvg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFEk968bvg .navbar-buttons {
  text-align: center;
}
.cid-uFEk968bvg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFEk968bvg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFEk968bvg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFEk968bvg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFEk968bvg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFEk968bvg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFEk968bvg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFEk968bvg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFEk968bvg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFEk968bvg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFEk968bvg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uFEk968bvg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFEk968bvg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFEk968bvg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uFEk968bvg .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFEk968bvg .navbar {
    height: 77px;
  }
  .cid-uFEk968bvg .navbar.opened {
    height: auto;
  }
  .cid-uFEk968bvg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFEk96s7hz {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/284.jpg");
}
.cid-uFEk96s7hz h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uFEk96s7hz h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFEk96s7hz h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFEk96F3p6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uFEk96F3p6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uFEk96F3p6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFEk96F3p6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFEk96F3p6 .mbr-gallery-item {
  width: 33.3%;
}
.cid-uFEk96F3p6 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uFEk96F3p6 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uFEk96F3p6 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uFEk96F3p6 .mbr-gallery-row {
  justify-content: center;
}
.cid-uFEk96F3p6 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uFEk96F3p6 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-uFEk96F3p6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uFEk96F3p6 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uFEk96F3p6 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uFEk96F3p6 .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-uFEk96F3p6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uFEk96F3p6 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uFEk96F3p6 img {
  transition: all 2s!important;
}
.cid-uFEk96F3p6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uFEk96F3p6 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uFEk96F3p6 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uFEk97u4hM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uFEk97u4hM section {
  position: relative;
}
.cid-uFEk97u4hM .container {
  max-width: 1400px;
}
.cid-uFEk97u4hM .card-img2 span {
  padding-top: 6px;
}
.cid-uFEk97u4hM .soc-item a {
  padding-top: 5px;
}
.cid-uFEk97u4hM .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uFEk97u4hM .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uFEk97u4hM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFEk97u4hM .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #c1c1c1;
}
.cid-uFEk97u4hM .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uFEk97u4hM .card-img2 {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFEk97u4hM .soc-item {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uFEk97u4hM .soc-item span {
  font-size: 1.4rem;
}
.cid-uFEk97u4hM .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uFEk97u4hM .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uFEk97u4hM .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uFEk97u4hM .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFEk97u4hM .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFEk97u4hM img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uFEk97u4hM .item {
    justify-content: center;
  }
  .cid-uFEk97u4hM .quote::after {
    left: 60px;
  }
}
.cid-uFEk97u4hM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFEk97u4hM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFEk97u4hM .text1 {
  color: #000000;
}
.cid-uFEk97u4hM .item-title {
  color: #ffffff;
}
.cid-uFEk97u4hM H5 {
  color: #ffffff;
}
.cid-uFEk97u4hM .theme {
  color: #ffffff;
}
.cid-uFEk97u4hM .copyright > p {
  color: #ff3366;
}
.cid-uFEk97u4hM .text2 {
  color: #c1c1c1;
}
.cid-sVfUMUWVTu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVfUMUWVTu .nav-item:focus,
.cid-sVfUMUWVTu .nav-link:focus {
  outline: none;
}
.cid-sVfUMUWVTu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVfUMUWVTu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVfUMUWVTu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sVfUMUWVTu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVfUMUWVTu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVfUMUWVTu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVfUMUWVTu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sVfUMUWVTu .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sVfUMUWVTu .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sVfUMUWVTu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVfUMUWVTu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVfUMUWVTu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVfUMUWVTu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sVfUMUWVTu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVfUMUWVTu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVfUMUWVTu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVfUMUWVTu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sVfUMUWVTu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVfUMUWVTu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sVfUMUWVTu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sVfUMUWVTu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVfUMUWVTu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVfUMUWVTu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sVfUMUWVTu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVfUMUWVTu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVfUMUWVTu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sVfUMUWVTu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sVfUMUWVTu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVfUMUWVTu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVfUMUWVTu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sVfUMUWVTu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVfUMUWVTu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sVfUMUWVTu .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sVfUMUWVTu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sVfUMUWVTu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVfUMUWVTu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVfUMUWVTu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVfUMUWVTu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVfUMUWVTu .dropdown-item.active,
.cid-sVfUMUWVTu .dropdown-item:active {
  background-color: transparent;
}
.cid-sVfUMUWVTu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVfUMUWVTu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVfUMUWVTu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVfUMUWVTu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sVfUMUWVTu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVfUMUWVTu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVfUMUWVTu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sVfUMUWVTu .navbar-buttons {
  text-align: center;
}
.cid-sVfUMUWVTu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVfUMUWVTu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVfUMUWVTu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVfUMUWVTu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVfUMUWVTu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVfUMUWVTu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVfUMUWVTu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVfUMUWVTu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVfUMUWVTu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVfUMUWVTu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVfUMUWVTu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sVfUMUWVTu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVfUMUWVTu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sVfUMUWVTu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sVfUMUWVTu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVfUMUWVTu .navbar {
    height: 77px;
  }
  .cid-sVfUMUWVTu .navbar.opened {
    height: auto;
  }
  .cid-sVfUMUWVTu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFF16crMwZ {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uFF16crMwZ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFF16crMwZ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFF16crMwZ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-uFF16crMwZ h3::before,
  .cid-uFF16crMwZ h3::after {
    display: none;
  }
}
.cid-uFFlK1gCtb {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uFFlK1gCtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFFlK1gCtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uFFlK1gCtb .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uFFlK1gCtb .mbr-section-title {
  color: #ffffff;
}
.cid-uFFlK1gCtb .mbr-text,
.cid-uFFlK1gCtb .mbr-section-btn {
  color: #ffffff;
}
.cid-uFFlK1gCtb .media-content,
.cid-uFFlK1gCtb .mbr-figure {
  align-self: center;
}
.cid-uFFlK1gCtb .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-uFFlK1gCtb .app-video-wrapper {
  background: transparent;
}
.cid-uFFlK1gCtb .content-head {
  max-width: 800px;
}
.cid-uFF189lhXU {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFF189lhXU .mbr-text {
  color: #767676;
}
.cid-uFF189lhXU .mbr-iconfont {
  color: #cebfaf !important;
  font-size: 3.5rem !important;
}
.cid-uFF189lhXU .link {
  margin: 0;
}
.cid-uFF189lhXU .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uFF189lhXU .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uFF189lhXU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFF189lhXU .card {
    margin-bottom: 3rem;
  }
}
.cid-uFF1hV1eV5 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uFF1hV1eV5 .mbr-text {
  color: #767676;
}
.cid-uFF1hV1eV5 .mbr-iconfont {
  color: #cebfaf !important;
  font-size: 3.5rem !important;
}
.cid-uFF1hV1eV5 .link {
  margin: 0;
}
.cid-uFF1hV1eV5 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uFF1hV1eV5 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uFF1hV1eV5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFF1hV1eV5 .card {
    margin-bottom: 3rem;
  }
}
.cid-uFFq53MRPK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uFFq53MRPK section {
  position: relative;
}
.cid-uFFq53MRPK .container {
  max-width: 1400px;
}
.cid-uFFq53MRPK .card-img2 span {
  padding-top: 6px;
}
.cid-uFFq53MRPK .soc-item a {
  padding-top: 5px;
}
.cid-uFFq53MRPK .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uFFq53MRPK .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uFFq53MRPK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFFq53MRPK .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #c1c1c1;
}
.cid-uFFq53MRPK .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uFFq53MRPK .card-img2 {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFFq53MRPK .soc-item {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uFFq53MRPK .soc-item span {
  font-size: 1.4rem;
}
.cid-uFFq53MRPK .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uFFq53MRPK .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uFFq53MRPK .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uFFq53MRPK .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFFq53MRPK .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFFq53MRPK img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uFFq53MRPK .item {
    justify-content: center;
  }
  .cid-uFFq53MRPK .quote::after {
    left: 60px;
  }
}
.cid-uFFq53MRPK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFFq53MRPK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFFq53MRPK .text1 {
  color: #000000;
}
.cid-uFFq53MRPK .item-title {
  color: #ffffff;
}
.cid-uFFq53MRPK H5 {
  color: #ffffff;
}
.cid-uFFq53MRPK .theme {
  color: #ffffff;
}
.cid-uFFq53MRPK .copyright > p {
  color: #ff3366;
}
.cid-uFFq53MRPK .text2 {
  color: #c1c1c1;
}
.cid-uHPKtPg4Ab .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHPKtPg4Ab .nav-item:focus,
.cid-uHPKtPg4Ab .nav-link:focus {
  outline: none;
}
.cid-uHPKtPg4Ab .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHPKtPg4Ab .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHPKtPg4Ab .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHPKtPg4Ab .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHPKtPg4Ab .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHPKtPg4Ab .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHPKtPg4Ab .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uHPKtPg4Ab .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uHPKtPg4Ab .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uHPKtPg4Ab .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHPKtPg4Ab .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHPKtPg4Ab .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHPKtPg4Ab .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uHPKtPg4Ab .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHPKtPg4Ab .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHPKtPg4Ab .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHPKtPg4Ab .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uHPKtPg4Ab .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHPKtPg4Ab .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uHPKtPg4Ab .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHPKtPg4Ab .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHPKtPg4Ab .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHPKtPg4Ab .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHPKtPg4Ab .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHPKtPg4Ab .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHPKtPg4Ab .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uHPKtPg4Ab .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHPKtPg4Ab .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHPKtPg4Ab .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHPKtPg4Ab .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uHPKtPg4Ab .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHPKtPg4Ab .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHPKtPg4Ab .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uHPKtPg4Ab .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHPKtPg4Ab .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHPKtPg4Ab .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHPKtPg4Ab .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHPKtPg4Ab .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHPKtPg4Ab .dropdown-item.active,
.cid-uHPKtPg4Ab .dropdown-item:active {
  background-color: transparent;
}
.cid-uHPKtPg4Ab .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHPKtPg4Ab .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHPKtPg4Ab .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHPKtPg4Ab .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHPKtPg4Ab .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHPKtPg4Ab .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHPKtPg4Ab ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHPKtPg4Ab .navbar-buttons {
  text-align: center;
}
.cid-uHPKtPg4Ab button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHPKtPg4Ab button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHPKtPg4Ab button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHPKtPg4Ab button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHPKtPg4Ab button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHPKtPg4Ab button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHPKtPg4Ab nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHPKtPg4Ab nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHPKtPg4Ab nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHPKtPg4Ab nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHPKtPg4Ab .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uHPKtPg4Ab a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHPKtPg4Ab .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uHPKtPg4Ab .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uHPKtPg4Ab .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHPKtPg4Ab .navbar {
    height: 77px;
  }
  .cid-uHPKtPg4Ab .navbar.opened {
    height: auto;
  }
  .cid-uHPKtPg4Ab .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHPKtPGkyu {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/323.jpg");
}
.cid-uHPKtPGkyu h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uHPKtPGkyu h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uHPKtPGkyu h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uHPKtPTQ9M {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uHPKtPTQ9M .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uHPKtPTQ9M .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHPKtPTQ9M .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHPKtPTQ9M .mbr-gallery-item {
  width: 33.3%;
}
.cid-uHPKtPTQ9M .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uHPKtPTQ9M .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uHPKtPTQ9M .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uHPKtPTQ9M .mbr-gallery-row {
  justify-content: center;
}
.cid-uHPKtPTQ9M .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uHPKtPTQ9M .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-uHPKtPTQ9M .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uHPKtPTQ9M .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uHPKtPTQ9M .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uHPKtPTQ9M .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-uHPKtPTQ9M .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uHPKtPTQ9M .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uHPKtPTQ9M img {
  transition: all 2s!important;
}
.cid-uHPKtPTQ9M .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uHPKtPTQ9M .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uHPKtPTQ9M .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uHPKtQ8GQV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uHPKtQ8GQV section {
  position: relative;
}
.cid-uHPKtQ8GQV .container {
  max-width: 1400px;
}
.cid-uHPKtQ8GQV .card-img2 span {
  padding-top: 6px;
}
.cid-uHPKtQ8GQV .soc-item a {
  padding-top: 5px;
}
.cid-uHPKtQ8GQV .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uHPKtQ8GQV .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uHPKtQ8GQV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uHPKtQ8GQV .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #c1c1c1;
}
.cid-uHPKtQ8GQV .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uHPKtQ8GQV .card-img2 {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHPKtQ8GQV .soc-item {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uHPKtQ8GQV .soc-item span {
  font-size: 1.4rem;
}
.cid-uHPKtQ8GQV .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uHPKtQ8GQV .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uHPKtQ8GQV .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uHPKtQ8GQV .media-wrap {
  margin-bottom: 1rem;
}
.cid-uHPKtQ8GQV .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHPKtQ8GQV img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uHPKtQ8GQV .item {
    justify-content: center;
  }
  .cid-uHPKtQ8GQV .quote::after {
    left: 60px;
  }
}
.cid-uHPKtQ8GQV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uHPKtQ8GQV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHPKtQ8GQV .text1 {
  color: #000000;
}
.cid-uHPKtQ8GQV .item-title {
  color: #ffffff;
}
.cid-uHPKtQ8GQV H5 {
  color: #ffffff;
}
.cid-uHPKtQ8GQV .theme {
  color: #ffffff;
}
.cid-uHPKtQ8GQV .copyright > p {
  color: #ff3366;
}
.cid-uHPKtQ8GQV .text2 {
  color: #c1c1c1;
}
.cid-uHPKNxDEi2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHPKNxDEi2 .nav-item:focus,
.cid-uHPKNxDEi2 .nav-link:focus {
  outline: none;
}
.cid-uHPKNxDEi2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHPKNxDEi2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHPKNxDEi2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHPKNxDEi2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHPKNxDEi2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHPKNxDEi2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHPKNxDEi2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uHPKNxDEi2 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uHPKNxDEi2 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uHPKNxDEi2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHPKNxDEi2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHPKNxDEi2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHPKNxDEi2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uHPKNxDEi2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHPKNxDEi2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHPKNxDEi2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHPKNxDEi2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uHPKNxDEi2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHPKNxDEi2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uHPKNxDEi2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHPKNxDEi2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHPKNxDEi2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHPKNxDEi2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHPKNxDEi2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHPKNxDEi2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHPKNxDEi2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uHPKNxDEi2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHPKNxDEi2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHPKNxDEi2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHPKNxDEi2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uHPKNxDEi2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHPKNxDEi2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHPKNxDEi2 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uHPKNxDEi2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHPKNxDEi2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHPKNxDEi2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHPKNxDEi2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHPKNxDEi2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHPKNxDEi2 .dropdown-item.active,
.cid-uHPKNxDEi2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHPKNxDEi2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHPKNxDEi2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHPKNxDEi2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHPKNxDEi2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHPKNxDEi2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHPKNxDEi2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHPKNxDEi2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHPKNxDEi2 .navbar-buttons {
  text-align: center;
}
.cid-uHPKNxDEi2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHPKNxDEi2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHPKNxDEi2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHPKNxDEi2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHPKNxDEi2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHPKNxDEi2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHPKNxDEi2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHPKNxDEi2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHPKNxDEi2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHPKNxDEi2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHPKNxDEi2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uHPKNxDEi2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHPKNxDEi2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uHPKNxDEi2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uHPKNxDEi2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHPKNxDEi2 .navbar {
    height: 77px;
  }
  .cid-uHPKNxDEi2 .navbar.opened {
    height: auto;
  }
  .cid-uHPKNxDEi2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHPKNy16Vy {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/img-5724.jpg");
}
.cid-uHPKNy16Vy h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uHPKNy16Vy h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uHPKNy16Vy h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uHPKNycI0p {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uHPKNycI0p .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uHPKNycI0p .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHPKNycI0p .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHPKNycI0p .mbr-gallery-item {
  width: 33.3%;
}
.cid-uHPKNycI0p .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uHPKNycI0p .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uHPKNycI0p .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uHPKNycI0p .mbr-gallery-row {
  justify-content: center;
}
.cid-uHPKNycI0p .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uHPKNycI0p .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-uHPKNycI0p .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uHPKNycI0p .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uHPKNycI0p .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uHPKNycI0p .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-uHPKNycI0p .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uHPKNycI0p .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uHPKNycI0p img {
  transition: all 2s!important;
}
.cid-uHPKNycI0p .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uHPKNycI0p .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uHPKNycI0p .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uHPKNyqxaZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uHPKNyqxaZ section {
  position: relative;
}
.cid-uHPKNyqxaZ .container {
  max-width: 1400px;
}
.cid-uHPKNyqxaZ .card-img2 span {
  padding-top: 6px;
}
.cid-uHPKNyqxaZ .soc-item a {
  padding-top: 5px;
}
.cid-uHPKNyqxaZ .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uHPKNyqxaZ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uHPKNyqxaZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uHPKNyqxaZ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #c1c1c1;
}
.cid-uHPKNyqxaZ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uHPKNyqxaZ .card-img2 {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHPKNyqxaZ .soc-item {
  width: 45px;
  height: 45px;
  background: #484848;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uHPKNyqxaZ .soc-item span {
  font-size: 1.4rem;
}
.cid-uHPKNyqxaZ .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uHPKNyqxaZ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uHPKNyqxaZ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uHPKNyqxaZ .media-wrap {
  margin-bottom: 1rem;
}
.cid-uHPKNyqxaZ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHPKNyqxaZ img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uHPKNyqxaZ .item {
    justify-content: center;
  }
  .cid-uHPKNyqxaZ .quote::after {
    left: 60px;
  }
}
.cid-uHPKNyqxaZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uHPKNyqxaZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHPKNyqxaZ .text1 {
  color: #000000;
}
.cid-uHPKNyqxaZ .item-title {
  color: #ffffff;
}
.cid-uHPKNyqxaZ H5 {
  color: #ffffff;
}
.cid-uHPKNyqxaZ .theme {
  color: #ffffff;
}
.cid-uHPKNyqxaZ .copyright > p {
  color: #ff3366;
}
.cid-uHPKNyqxaZ .text2 {
  color: #c1c1c1;
}
.cid-sVfUMUWVTu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVfUMUWVTu .nav-item:focus,
.cid-sVfUMUWVTu .nav-link:focus {
  outline: none;
}
.cid-sVfUMUWVTu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVfUMUWVTu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVfUMUWVTu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sVfUMUWVTu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVfUMUWVTu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVfUMUWVTu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVfUMUWVTu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sVfUMUWVTu .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sVfUMUWVTu .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sVfUMUWVTu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVfUMUWVTu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVfUMUWVTu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVfUMUWVTu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sVfUMUWVTu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVfUMUWVTu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVfUMUWVTu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVfUMUWVTu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sVfUMUWVTu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVfUMUWVTu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sVfUMUWVTu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sVfUMUWVTu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVfUMUWVTu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVfUMUWVTu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sVfUMUWVTu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVfUMUWVTu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVfUMUWVTu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sVfUMUWVTu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sVfUMUWVTu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVfUMUWVTu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVfUMUWVTu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sVfUMUWVTu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVfUMUWVTu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sVfUMUWVTu .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sVfUMUWVTu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sVfUMUWVTu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVfUMUWVTu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVfUMUWVTu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVfUMUWVTu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVfUMUWVTu .dropdown-item.active,
.cid-sVfUMUWVTu .dropdown-item:active {
  background-color: transparent;
}
.cid-sVfUMUWVTu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVfUMUWVTu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVfUMUWVTu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVfUMUWVTu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sVfUMUWVTu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVfUMUWVTu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVfUMUWVTu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sVfUMUWVTu .navbar-buttons {
  text-align: center;
}
.cid-sVfUMUWVTu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVfUMUWVTu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVfUMUWVTu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVfUMUWVTu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVfUMUWVTu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVfUMUWVTu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVfUMUWVTu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVfUMUWVTu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVfUMUWVTu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVfUMUWVTu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVfUMUWVTu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sVfUMUWVTu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVfUMUWVTu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sVfUMUWVTu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sVfUMUWVTu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVfUMUWVTu .navbar {
    height: 77px;
  }
  .cid-sVfUMUWVTu .navbar.opened {
    height: auto;
  }
  .cid-sVfUMUWVTu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI2BH9Vlbr {
  padding-top: 135px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/proposta-formaturas.jpg");
}
.cid-uI2BH9Vlbr .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem !important;
}
.cid-uI2BH9Vlbr .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-uI2BH9Vlbr .link {
  margin: 0;
}
.cid-uI2BH9Vlbr .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uI2BH9Vlbr .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uI2BH9Vlbr h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uI2BH9Vlbr h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uI2BH9Vlbr h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uI2BH9Vlbr .btn {
  margin: 0.2rem !important;
}
.cid-uI2uQkw7QH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uI2uQkw7QH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uI2uQkw7QH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uI2uQkw7QH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uI2uQkw7QH .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uI2uQkw7QH .mbr-text,
.cid-uI2uQkw7QH .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uI2vxOMRIp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dddddd;
}
.cid-uI2vxOMRIp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uI2vxOMRIp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uI2vxOMRIp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uI2vxOMRIp .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uI2vxOMRIp .mbr-text,
.cid-uI2vxOMRIp .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uI2vFxkCX5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #cccccc;
}
.cid-uI2vFxkCX5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uI2vFxkCX5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uI2vFxkCX5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uI2vFxkCX5 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uI2vFxkCX5 .mbr-text,
.cid-uI2vFxkCX5 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uIiaOfNx4C {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #c1c1c1;
}
.cid-uIiaOfNx4C .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIiaOfNx4C .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIiaOfNx4C .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIiaOfNx4C .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uIiaOfNx4C .mbr-text,
.cid-uIiaOfNx4C .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uIicjB7Kqz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #afafaf;
}
.cid-uIicjB7Kqz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIicjB7Kqz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIicjB7Kqz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIicjB7Kqz .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uIicjB7Kqz .mbr-text,
.cid-uIicjB7Kqz .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uI2yG2DA39 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/proposta-formaturas.jpg");
}
.cid-uI2yG2DA39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI2yG2DA39 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI2yG2DA39 .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.cid-uI2yG2DA39 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.cid-uI2yG2DA39 .mbr-text {
  color: #FFFFFF;
}
.cid-uI2yG2DA39 .mbr-section-btn {
  margin-top: 18px;
}
