body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.9rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.625rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.03rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b32338 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #bbbbbb !important;
}
.bg-warning {
  background-color: #b32338 !important;
}
.bg-danger {
  background-color: #da3131 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b32338 !important;
  border-color: #b32338 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #6a1521 !important;
  border-color: #6a1521 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6a1521 !important;
  border-color: #6a1521 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d5952b !important;
  border-color: #d5952b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8d631c !important;
  border-color: #8d631c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8d631c !important;
  border-color: #8d631c !important;
}
.btn-info,
.btn-info:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b32338 !important;
  border-color: #b32338 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #6a1521 !important;
  border-color: #6a1521 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #6a1521 !important;
  border-color: #6a1521 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #da3131 !important;
  border-color: #da3131 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #991b1b !important;
  border-color: #991b1b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #991b1b !important;
  border-color: #991b1b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b32338;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6a1521 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b32338 !important;
  border-color: #b32338 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d5952b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8d631c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d5952b !important;
  border-color: #d5952b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b32338;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6a1521 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b32338 !important;
  border-color: #b32338 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #da3131;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #991b1b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #da3131 !important;
  border-color: #da3131 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b32338 !important;
}
.text-secondary {
  color: #d5952b !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #bbbbbb !important;
}
.text-warning {
  color: #b32338 !important;
}
.text-danger {
  color: #da3131 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5e121d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #815a19 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #888888 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5e121d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8c1919 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #b32338;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bbbbbb;
}
.alert-warning {
  background-color: #b32338;
}
.alert-danger {
  background-color: #da3131;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b32338;
  border-color: #b32338;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b32338;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e37283;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e37283;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f9dede;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #b32338 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #b32338;
}
/* Forms */
.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: #b32338;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b32338;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b32338;
  border-bottom-color: #b32338;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #b32338 !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: #d5952b !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='%23b32338' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uNhGxjfjGn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uNhGxjfjGn .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uNhGxjfjGn .iconfont-wrapper {
  overflow: hidden;
  color: #a69e9e !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uNhGxjfjGn .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uNhGxjfjGn .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uNhGxjfjGn .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b32338;
  z-index: -1;
}
.cid-uNhGxjfjGn nav.navbar {
  position: fixed;
}
.cid-uNhGxjfjGn .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uNhGxjfjGn .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uNhGxjfjGn .nav-item {
    border: 0;
  }
}
.cid-uNhGxjfjGn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNhGxjfjGn .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uNhGxjfjGn .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uNhGxjfjGn .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uNhGxjfjGn .title-wrap:hover span {
  color: white;
}
.cid-uNhGxjfjGn .title-wrap:hover:before {
  height: 100%;
}
.cid-uNhGxjfjGn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNhGxjfjGn .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b32338;
}
.cid-uNhGxjfjGn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNhGxjfjGn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNhGxjfjGn .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uNhGxjfjGn .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uNhGxjfjGn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNhGxjfjGn .nav-link {
  position: relative;
}
.cid-uNhGxjfjGn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNhGxjfjGn .container {
    flex-wrap: nowrap;
  }
}
.cid-uNhGxjfjGn .dropdown-menu,
.cid-uNhGxjfjGn .navbar.opened {
  background: #ffffff !important;
}
.cid-uNhGxjfjGn .nav-item:focus,
.cid-uNhGxjfjGn .nav-link:focus {
  outline: none;
}
.cid-uNhGxjfjGn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNhGxjfjGn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNhGxjfjGn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNhGxjfjGn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNhGxjfjGn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNhGxjfjGn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNhGxjfjGn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uNhGxjfjGn .navbar.opened {
  transition: all 0.3s;
}
.cid-uNhGxjfjGn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNhGxjfjGn .navbar .navbar-logo img {
  width: auto;
}
.cid-uNhGxjfjGn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNhGxjfjGn .navbar.collapsed {
  justify-content: center;
}
.cid-uNhGxjfjGn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNhGxjfjGn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNhGxjfjGn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uNhGxjfjGn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNhGxjfjGn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNhGxjfjGn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNhGxjfjGn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNhGxjfjGn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNhGxjfjGn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNhGxjfjGn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNhGxjfjGn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNhGxjfjGn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNhGxjfjGn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNhGxjfjGn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNhGxjfjGn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNhGxjfjGn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNhGxjfjGn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNhGxjfjGn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNhGxjfjGn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNhGxjfjGn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNhGxjfjGn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNhGxjfjGn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNhGxjfjGn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNhGxjfjGn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNhGxjfjGn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNhGxjfjGn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNhGxjfjGn .dropdown-item.active,
.cid-uNhGxjfjGn .dropdown-item:active {
  background-color: transparent;
}
.cid-uNhGxjfjGn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNhGxjfjGn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNhGxjfjGn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNhGxjfjGn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNhGxjfjGn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNhGxjfjGn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNhGxjfjGn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNhGxjfjGn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNhGxjfjGn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNhGxjfjGn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNhGxjfjGn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNhGxjfjGn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNhGxjfjGn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNhGxjfjGn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNhGxjfjGn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNhGxjfjGn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNhGxjfjGn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNhGxjfjGn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNhGxjfjGn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNhGxjfjGn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNhGxjfjGn .navbar {
    height: 70px;
  }
  .cid-uNhGxjfjGn .navbar.opened {
    height: auto;
  }
  .cid-uNhGxjfjGn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNhGxjfjGn .navbar-caption-wrap,
.cid-uNhGxjfjGn .title-wrap {
  color: #272727;
}
.cid-uNa912XxFc .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-uNa912XxFc .mbr-arrow i {
  color: #ffffff !important;
}
.cid-uNa912XxFc .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uNa912XxFc .animated-element,
.cid-uNa912XxFc .typed-cursor {
  color: #ffffff;
}
.cid-uNa912XxFc .animated-element {
  border-bottom: 5px solid #d5952b;
}
@media (max-width: 767px) {
  .cid-uNa912XxFc .typed-text {
    text-align: center;
  }
}
.cid-uNa912XxFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNa912XxFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/735-1500x999.jpg");
}
.cid-uNhGsmY3fa {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uNhGsmY3fa .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uNhGsmY3fa .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uNhGsmY3fa .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-uNhGsmY3fa .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-uNhGsmY3fa .image-element {
    padding-right: 0;
  }
}
.cid-uNhGsmY3fa .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uNhGsmY3fa .mbr-section-subtitle,
.cid-uNhGsmY3fa .mbr-text {
  color: #878787;
}
.cid-uNhGsmY3fa .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uNhGsmY3fa .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uNhGsmY3fa .text-element {
    padding-top: 0;
  }
}
.cid-uNhGsmY3fa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNhGsmY3fa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNhGsmY3fa .mbr-text,
.cid-uNhGsmY3fa .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uNhGsmY3fa .mbr-section-title {
  color: #b32338;
  text-align: left;
}
.cid-uNhGsmY3fa .mbr-section-subtitle,
.cid-uNhGsmY3fa .underline {
  text-align: left;
  color: #d5952b;
}
.cid-uNzLOJrVCx {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1370-2000x1332.jpg");
}
@media (max-width: 992px) {
  .cid-uNzLOJrVCx {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-uNzLOJrVCx .icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #b32338;
  border-radius: 50%;
  animation: shadow 1s infinite ease-in-out;
}
.cid-uNzLOJrVCx .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  color: #f3f7ee;
  position: relative;
  transition: all 0.25s;
}
.cid-uNzLOJrVCx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
}
.cid-uNzLOJrVCx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uNzLOJrVCx a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uNzLOJrVCx a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uNzLOJrVCx {
    padding-top: 42px;
    padding-bottom: 56px;
  }
  .cid-uNzLOJrVCx .box {
    height: 250px;
  }
}
.cid-uNzLOJrVCx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNzLOJrVCx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNhGoVBlcw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhGoVBlcw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNhGoVBlcw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNhGoVBlcw .container {
    padding: 0 30px;
  }
}
.cid-uNhGoVBlcw .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-uNhGoVBlcw .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uNhGoVBlcw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNhGoVBlcw .panel-group .card {
  border-bottom: 2px solid #d3d3d3;
  border-radius: 0 !important;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.cid-uNhGoVBlcw .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uNhGoVBlcw .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uNhGoVBlcw .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
  color: #a30c22;
  background-color: #ffffff;
}
.cid-uNhGoVBlcw .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  opacity: 1;
}
.cid-uNhGoVBlcw .panel-group .card .card-header .panel-title .panel-title-edit {
  opacity: .8;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uNhGoVBlcw .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 16px;
  color: #ffffff;
  background-color: #a30c22;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uNhGoVBlcw .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uNhGoVBlcw .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.6;
  margin-bottom: 0;
}
.cid-uNhGoVBlcw .mbr-section-title {
  color: #000000;
}
.cid-uNhGoVBlcw .panel-title {
  color: #000000;
}
.cid-uNhGoVBlcw .panel-text {
  color: #000000;
}
.cid-uNhGoVBlcw .panel-title-edit {
  color: #d5952b;
  text-align: left;
}
.cid-uNhGlZn87R {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNhGlZn87R .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #efefef;
  transform: skewX(-20deg);
}
.cid-uNhGlZn87R .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #efefef;
  transform: skewX(-20deg);
}
.cid-uNhGlZn87R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNhGlZn87R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNhGlZn87R .container {
    padding: 0 15px;
  }
}
.cid-uNhGlZn87R .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uNhGlZn87R .image-wrapper {
  position: relative;
}
.cid-uNhGlZn87R .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #a30c22;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uNhGlZn87R .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNhGlZn87R .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uNhGlZn87R .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-uNhGlZn87R .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uNhGlZn87R .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uNhGlZn87R .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uNhGlZn87R .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uNhGlZn87R .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uNhGlZn87R .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uNhGlZn87R .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uNhGlZn87R .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uNhGlZn87R .mbr-text {
  color: #f7f5f6;
}
.cid-uNhGlZn87R .item-name {
  color: #eb268f;
}
.cid-uNhGlZn87R .item-role {
  color: #68707c;
}
.cid-uNhGlZn87R .mbr-text,
.cid-uNhGlZn87R .icon-wrapper {
  color: #000000;
}
.cid-uNhGZm4xHs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uNhGZm4xHs .container {
    padding: 0 25px;
  }
}
.cid-uNhGZm4xHs .title-wrapper {
  padding: 0 45px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNhGZm4xHs .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uNhGZm4xHs .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uNhGZm4xHs .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNhGZm4xHs .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uNhGZm4xHs .item:focus,
.cid-uNhGZm4xHs span:focus {
  outline: none;
}
.cid-uNhGZm4xHs .item-wrapper {
  position: relative;
}
.cid-uNhGZm4xHs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
}
@media (max-width: 767px) {
  .cid-uNhGZm4xHs .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNhGZm4xHs .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
}
.cid-uNhGZm4xHs .embla__slide .slide-content .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uNhGZm4xHs .embla__button--next,
.cid-uNhGZm4xHs .embla__button--prev {
  display: flex;
}
.cid-uNhGZm4xHs .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #efefef !important;
  color: #a30c22 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNhGZm4xHs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNhGZm4xHs .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uNhGZm4xHs .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uNhGZm4xHs .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #a30c22 !important;
  color: #efefef !important;
}
.cid-uNhGZm4xHs .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-uNhGZm4xHs .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-uNhGZm4xHs .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #a30c22 !important;
  color: #efefef !important;
}
.cid-uNhGZm4xHs .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uNhGZm4xHs .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uNhGZm4xHs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNhGZm4xHs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNhGZm4xHs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNhGZm4xHs .mbr-section-title {
  color: #000000;
}
.cid-uNhGZm4xHs .mbr-text {
  color: #000000;
}
.cid-uNih5yjciv {
  background-image: url("../../../assets/images/descarga-1600x1067.jpg");
}
.cid-uNih5yjciv .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-uNih5yjciv .mbr-arrow i {
  color: #ffffff !important;
}
.cid-uNih5yjciv .underline .line {
  width: 2rem;
  height: 1px;
  background: #d5952b;
  display: inline-block;
}
.cid-uNih5yjciv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNih5yjciv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNhHntPIlL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondogris1-2000x1145.jpeg");
}
.cid-uNhHntPIlL .mbr-overlay {
  background-color: #878787;
  opacity: 0.2;
}
.cid-uNhHntPIlL form .mbr-section-btn {
  text-align: left;
  width: auto;
}
.cid-uNhHntPIlL form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uNhHntPIlL form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uNhHntPIlL .form-group {
  margin-bottom: 20px;
}
.cid-uNhHntPIlL form .form-control {
  border-color: #FFFFFF !important;
  border-radius: 0;
  webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1rem;
  color: #FFFFFF;
  background: transparent;
  font-weight: bold;
}
.cid-uNhHntPIlL form .form-control:focus {
  border-color: #595959 !important;
}
.cid-uNhHntPIlL .mbr-section-title {
  color: #a30c22;
}
.cid-uNhHntPIlL .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .cid-uNhHntPIlL .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uNhHntPIlL .form-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  -ms-grid-columns: 300px 1fr;
  grid-template-columns: 300px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  max-width: 1180px;
  padding-right: 60px;
  padding-left: 60px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uNhHntPIlL .form-container {
    grid-template-columns: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uNhHntPIlL .form-container {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.cid-uNhHntPIlL form .row {
  margin: 0;
}
.cid-uNhHntPIlL .dragArea {
  padding: 40px 30px;
  border: 1px solid #595959;
}
.cid-uNhHntPIlL .form-control,
.cid-uNhHntPIlL form .btn {
  min-height: 64px;
}
.cid-uNhHntPIlL .form-textarea {
  min-height: 104px;
  padding: 31px 24px;
}
.cid-uNhHntPIlL .mbr-text {
  color: #000000;
}
.cid-uNhHntPIlL .mbr-section-title P {
  text-align: left;
}
.cid-uNi6LFtLVr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d3d3d3;
}
.cid-uNhGxjfjGn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uNhGxjfjGn .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uNhGxjfjGn .iconfont-wrapper {
  overflow: hidden;
  color: #a69e9e !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uNhGxjfjGn .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uNhGxjfjGn .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uNhGxjfjGn .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b32338;
  z-index: -1;
}
.cid-uNhGxjfjGn nav.navbar {
  position: fixed;
}
.cid-uNhGxjfjGn .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uNhGxjfjGn .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uNhGxjfjGn .nav-item {
    border: 0;
  }
}
.cid-uNhGxjfjGn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNhGxjfjGn .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uNhGxjfjGn .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uNhGxjfjGn .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uNhGxjfjGn .title-wrap:hover span {
  color: white;
}
.cid-uNhGxjfjGn .title-wrap:hover:before {
  height: 100%;
}
.cid-uNhGxjfjGn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNhGxjfjGn .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b32338;
}
.cid-uNhGxjfjGn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNhGxjfjGn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNhGxjfjGn .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uNhGxjfjGn .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uNhGxjfjGn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNhGxjfjGn .nav-link {
  position: relative;
}
.cid-uNhGxjfjGn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNhGxjfjGn .container {
    flex-wrap: nowrap;
  }
}
.cid-uNhGxjfjGn .dropdown-menu,
.cid-uNhGxjfjGn .navbar.opened {
  background: #ffffff !important;
}
.cid-uNhGxjfjGn .nav-item:focus,
.cid-uNhGxjfjGn .nav-link:focus {
  outline: none;
}
.cid-uNhGxjfjGn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNhGxjfjGn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNhGxjfjGn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNhGxjfjGn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNhGxjfjGn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNhGxjfjGn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNhGxjfjGn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uNhGxjfjGn .navbar.opened {
  transition: all 0.3s;
}
.cid-uNhGxjfjGn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNhGxjfjGn .navbar .navbar-logo img {
  width: auto;
}
.cid-uNhGxjfjGn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNhGxjfjGn .navbar.collapsed {
  justify-content: center;
}
.cid-uNhGxjfjGn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNhGxjfjGn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNhGxjfjGn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uNhGxjfjGn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNhGxjfjGn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNhGxjfjGn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNhGxjfjGn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNhGxjfjGn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNhGxjfjGn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNhGxjfjGn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNhGxjfjGn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNhGxjfjGn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNhGxjfjGn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNhGxjfjGn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNhGxjfjGn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNhGxjfjGn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNhGxjfjGn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNhGxjfjGn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNhGxjfjGn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNhGxjfjGn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNhGxjfjGn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNhGxjfjGn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNhGxjfjGn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNhGxjfjGn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNhGxjfjGn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNhGxjfjGn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNhGxjfjGn .dropdown-item.active,
.cid-uNhGxjfjGn .dropdown-item:active {
  background-color: transparent;
}
.cid-uNhGxjfjGn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNhGxjfjGn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNhGxjfjGn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNhGxjfjGn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNhGxjfjGn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNhGxjfjGn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNhGxjfjGn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNhGxjfjGn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNhGxjfjGn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNhGxjfjGn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNhGxjfjGn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNhGxjfjGn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNhGxjfjGn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNhGxjfjGn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNhGxjfjGn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNhGxjfjGn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNhGxjfjGn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNhGxjfjGn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNhGxjfjGn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNhGxjfjGn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNhGxjfjGn .navbar {
    height: 70px;
  }
  .cid-uNhGxjfjGn .navbar.opened {
    height: auto;
  }
  .cid-uNhGxjfjGn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNhGxjfjGn .navbar-caption-wrap,
.cid-uNhGxjfjGn .title-wrap {
  color: #272727;
}
.cid-uNifZAaUc2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/seleccion-vinos-baratos-javea-casa-del-vino-scaled-2000x1334.jpg");
}
.cid-uNifZAaUc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNifZAaUc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNifZAaUc2 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uNigcmJnwM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNigcmJnwM .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uNigcmJnwM .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uNigcmJnwM .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-uNigcmJnwM .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-uNigcmJnwM .image-element {
    padding-right: 0;
  }
}
.cid-uNigcmJnwM .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uNigcmJnwM .mbr-section-subtitle,
.cid-uNigcmJnwM .mbr-text {
  color: #878787;
}
.cid-uNigcmJnwM .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uNigcmJnwM .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uNigcmJnwM .text-element {
    padding-top: 0;
  }
}
.cid-uNigcmJnwM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNigcmJnwM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNigcmJnwM .mbr-text,
.cid-uNigcmJnwM .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uNigcmJnwM .mbr-section-title {
  color: #b32338;
  text-align: left;
}
.cid-uNigcmJnwM .mbr-section-subtitle,
.cid-uNigcmJnwM .underline {
  text-align: left;
  color: #d5952b;
}
.cid-uNigltQ1Ml {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNigltQ1Ml .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNigltQ1Ml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNigltQ1Ml .container {
    padding: 0 20px;
  }
}
.cid-uNigltQ1Ml .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uNigltQ1Ml .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uNigltQ1Ml .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uNigltQ1Ml .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uNigltQ1Ml .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uNigltQ1Ml .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uNigltQ1Ml .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uNigltQ1Ml .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uNigltQ1Ml .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uNigltQ1Ml .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNigltQ1Ml .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uNigltQ1Ml .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uNigltQ1Ml .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #a30c22;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uNigltQ1Ml .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNigltQ1Ml .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uNigltQ1Ml .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uNigltQ1Ml .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uNigltQ1Ml .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uNigltQ1Ml .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uNigltQ1Ml .mbr-desc {
  color: #000000;
}
.cid-uNigltQ1Ml .panel-number {
  color: #c64935;
}
.cid-uNigltQ1Ml .panel-title-edit {
  color: #d5952b;
}
.cid-uNigltQ1Ml .panel-text {
  color: #000000;
}
.cid-uNig5BisCC {
  background-image: url("../../../assets/images/8369-2000x1333.jpg");
}
.cid-uNig5BisCC .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-uNig5BisCC .mbr-arrow i {
  color: #ffffff !important;
}
.cid-uNig5BisCC .underline .line {
  width: 2rem;
  height: 1px;
  background: #d5952b;
  display: inline-block;
}
.cid-uNig5BisCC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNig5BisCC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNi6LFtLVr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d3d3d3;
}
.cid-uNiiiNo8Nq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uNiiiNo8Nq .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uNiiiNo8Nq .iconfont-wrapper {
  overflow: hidden;
  color: #a69e9e !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uNiiiNo8Nq .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uNiiiNo8Nq .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uNiiiNo8Nq .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b32338;
  z-index: -1;
}
.cid-uNiiiNo8Nq nav.navbar {
  position: fixed;
}
.cid-uNiiiNo8Nq .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uNiiiNo8Nq .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uNiiiNo8Nq .nav-item {
    border: 0;
  }
}
.cid-uNiiiNo8Nq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNiiiNo8Nq .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uNiiiNo8Nq .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uNiiiNo8Nq .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uNiiiNo8Nq .title-wrap:hover span {
  color: white;
}
.cid-uNiiiNo8Nq .title-wrap:hover:before {
  height: 100%;
}
.cid-uNiiiNo8Nq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNiiiNo8Nq .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b32338;
}
.cid-uNiiiNo8Nq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNiiiNo8Nq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNiiiNo8Nq .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uNiiiNo8Nq .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uNiiiNo8Nq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNiiiNo8Nq .nav-link {
  position: relative;
}
.cid-uNiiiNo8Nq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNiiiNo8Nq .container {
    flex-wrap: nowrap;
  }
}
.cid-uNiiiNo8Nq .dropdown-menu,
.cid-uNiiiNo8Nq .navbar.opened {
  background: #ffffff !important;
}
.cid-uNiiiNo8Nq .nav-item:focus,
.cid-uNiiiNo8Nq .nav-link:focus {
  outline: none;
}
.cid-uNiiiNo8Nq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNiiiNo8Nq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNiiiNo8Nq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNiiiNo8Nq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNiiiNo8Nq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNiiiNo8Nq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNiiiNo8Nq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uNiiiNo8Nq .navbar.opened {
  transition: all 0.3s;
}
.cid-uNiiiNo8Nq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNiiiNo8Nq .navbar .navbar-logo img {
  width: auto;
}
.cid-uNiiiNo8Nq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNiiiNo8Nq .navbar.collapsed {
  justify-content: center;
}
.cid-uNiiiNo8Nq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNiiiNo8Nq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNiiiNo8Nq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uNiiiNo8Nq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNiiiNo8Nq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNiiiNo8Nq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNiiiNo8Nq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNiiiNo8Nq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNiiiNo8Nq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNiiiNo8Nq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNiiiNo8Nq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNiiiNo8Nq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNiiiNo8Nq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNiiiNo8Nq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNiiiNo8Nq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNiiiNo8Nq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNiiiNo8Nq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNiiiNo8Nq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNiiiNo8Nq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNiiiNo8Nq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNiiiNo8Nq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNiiiNo8Nq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNiiiNo8Nq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNiiiNo8Nq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNiiiNo8Nq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNiiiNo8Nq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNiiiNo8Nq .dropdown-item.active,
.cid-uNiiiNo8Nq .dropdown-item:active {
  background-color: transparent;
}
.cid-uNiiiNo8Nq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNiiiNo8Nq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNiiiNo8Nq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNiiiNo8Nq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNiiiNo8Nq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNiiiNo8Nq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNiiiNo8Nq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNiiiNo8Nq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNiiiNo8Nq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNiiiNo8Nq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNiiiNo8Nq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNiiiNo8Nq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNiiiNo8Nq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNiiiNo8Nq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNiiiNo8Nq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNiiiNo8Nq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNiiiNo8Nq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNiiiNo8Nq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNiiiNo8Nq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNiiiNo8Nq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNiiiNo8Nq .navbar {
    height: 70px;
  }
  .cid-uNiiiNo8Nq .navbar.opened {
    height: auto;
  }
  .cid-uNiiiNo8Nq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNiiiNo8Nq .navbar-caption-wrap,
.cid-uNiiiNo8Nq .title-wrap {
  color: #272727;
}
.cid-uNiiiQdxSN {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2151541889-1500x1000.jpg");
}
.cid-uNiiiQdxSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNiiiQdxSN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNiiiQdxSN .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uNxX6K2RTr {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNxX6K2RTr .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #fead10;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uNxX6K2RTr H2 {
  color: #da3131;
}
.cid-uNxX6K2RTr H3 {
  color: #b32338;
}
.cid-uNxX6K2RTr .mbr-text,
.cid-uNxX6K2RTr .mbr-section-btn {
  color: #2c1616;
  text-align: left;
}
.cid-uNxX6K2RTr .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-uNxX6K2RTr .md-pb {
    padding-bottom: 2rem;
  }
  .cid-uNxX6K2RTr .photo {
    width: 100%;
  }
}
.cid-uNxX6K2RTr .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-uNmQyOh9lf {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uNmQyOh9lf .mbr-text {
  color: #767676;
}
.cid-uNmQyOh9lf h4 {
  font-weight: 500;
}
.cid-uNmQyOh9lf h4,
.cid-uNmQyOh9lf h5 {
  text-align: center;
}
.cid-uNmQyOh9lf p {
  text-align: center;
}
.cid-uNmQyOh9lf .card-box {
  text-align: center;
}
.cid-uNmQyOh9lf .card-img {
  font-size: 3rem;
}
.cid-uNmQyOh9lf .mbr-iconfont {
  color: #b32338;
}
.cid-uNmQyOh9lf .mbr-section-subtitle {
  text-align: left;
  color: #636363;
}
.cid-uNmRAVS1uQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNmRAVS1uQ .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #efefef;
  transform: skewX(-20deg);
}
.cid-uNmRAVS1uQ .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #efefef;
  transform: skewX(-20deg);
}
.cid-uNmRAVS1uQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNmRAVS1uQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNmRAVS1uQ .container {
    padding: 0 15px;
  }
}
.cid-uNmRAVS1uQ .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uNmRAVS1uQ .image-wrapper {
  position: relative;
}
.cid-uNmRAVS1uQ .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #a30c22;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uNmRAVS1uQ .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNmRAVS1uQ .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uNmRAVS1uQ .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-uNmRAVS1uQ .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uNmRAVS1uQ .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uNmRAVS1uQ .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uNmRAVS1uQ .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uNmRAVS1uQ .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uNmRAVS1uQ .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uNmRAVS1uQ .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uNmRAVS1uQ .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uNmRAVS1uQ .mbr-text {
  color: #f7f5f6;
}
.cid-uNmRAVS1uQ .item-name {
  color: #eb268f;
}
.cid-uNmRAVS1uQ .item-role {
  color: #68707c;
}
.cid-uNmRAVS1uQ .mbr-text,
.cid-uNmRAVS1uQ .icon-wrapper {
  color: #000000;
}
.cid-uNiij0gsAV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d3d3d3;
}
.cid-uNipSgqRgi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uNipSgqRgi .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uNipSgqRgi .iconfont-wrapper {
  overflow: hidden;
  color: #a69e9e !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uNipSgqRgi .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uNipSgqRgi .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uNipSgqRgi .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b32338;
  z-index: -1;
}
.cid-uNipSgqRgi nav.navbar {
  position: fixed;
}
.cid-uNipSgqRgi .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uNipSgqRgi .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uNipSgqRgi .nav-item {
    border: 0;
  }
}
.cid-uNipSgqRgi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNipSgqRgi .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uNipSgqRgi .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uNipSgqRgi .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uNipSgqRgi .title-wrap:hover span {
  color: white;
}
.cid-uNipSgqRgi .title-wrap:hover:before {
  height: 100%;
}
.cid-uNipSgqRgi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNipSgqRgi .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b32338;
}
.cid-uNipSgqRgi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNipSgqRgi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNipSgqRgi .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uNipSgqRgi .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uNipSgqRgi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNipSgqRgi .nav-link {
  position: relative;
}
.cid-uNipSgqRgi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNipSgqRgi .container {
    flex-wrap: nowrap;
  }
}
.cid-uNipSgqRgi .dropdown-menu,
.cid-uNipSgqRgi .navbar.opened {
  background: #ffffff !important;
}
.cid-uNipSgqRgi .nav-item:focus,
.cid-uNipSgqRgi .nav-link:focus {
  outline: none;
}
.cid-uNipSgqRgi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNipSgqRgi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNipSgqRgi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNipSgqRgi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNipSgqRgi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNipSgqRgi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNipSgqRgi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uNipSgqRgi .navbar.opened {
  transition: all 0.3s;
}
.cid-uNipSgqRgi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNipSgqRgi .navbar .navbar-logo img {
  width: auto;
}
.cid-uNipSgqRgi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNipSgqRgi .navbar.collapsed {
  justify-content: center;
}
.cid-uNipSgqRgi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNipSgqRgi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNipSgqRgi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uNipSgqRgi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNipSgqRgi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNipSgqRgi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNipSgqRgi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNipSgqRgi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNipSgqRgi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNipSgqRgi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNipSgqRgi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNipSgqRgi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNipSgqRgi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNipSgqRgi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNipSgqRgi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNipSgqRgi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNipSgqRgi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNipSgqRgi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNipSgqRgi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNipSgqRgi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNipSgqRgi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNipSgqRgi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNipSgqRgi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNipSgqRgi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNipSgqRgi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNipSgqRgi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNipSgqRgi .dropdown-item.active,
.cid-uNipSgqRgi .dropdown-item:active {
  background-color: transparent;
}
.cid-uNipSgqRgi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNipSgqRgi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNipSgqRgi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNipSgqRgi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNipSgqRgi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNipSgqRgi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNipSgqRgi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNipSgqRgi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNipSgqRgi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNipSgqRgi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNipSgqRgi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNipSgqRgi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNipSgqRgi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNipSgqRgi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNipSgqRgi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNipSgqRgi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNipSgqRgi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNipSgqRgi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNipSgqRgi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNipSgqRgi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNipSgqRgi .navbar {
    height: 70px;
  }
  .cid-uNipSgqRgi .navbar.opened {
    height: auto;
  }
  .cid-uNipSgqRgi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNipSgqRgi .navbar-caption-wrap,
.cid-uNipSgqRgi .title-wrap {
  color: #272727;
}
.cid-uNipSkGs8M {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/04-nuces-pecanas-cabecera-blog-1024x766.jpg");
}
.cid-uNipSkGs8M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNipSkGs8M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNipSkGs8M .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uNm1DD2KlP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uNm1DD2KlP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNm1DD2KlP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNm1DD2KlP .container {
    padding: 0 30px;
  }
}
.cid-uNm1DD2KlP .card {
  justify-content: center;
}
.cid-uNm1DD2KlP .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uNm1DD2KlP .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uNm1DD2KlP .title-wrapper {
    padding: 0;
  }
}
.cid-uNm1DD2KlP .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uNm1DD2KlP .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uNm1DD2KlP .content-wrapper {
  padding: 0 88px 0 120px;
}
@media (max-width: 1440px) {
  .cid-uNm1DD2KlP .content-wrapper {
    padding: 0 28px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uNm1DD2KlP .content-wrapper {
    padding: 0;
  }
}
.cid-uNm1DD2KlP .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-uNm1DD2KlP .content-wrapper .panel-group .card:hover::before,
.cid-uNm1DD2KlP .content-wrapper .panel-group .card:focus::before,
.cid-uNm1DD2KlP .content-wrapper .panel-group .card:hover::after,
.cid-uNm1DD2KlP .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-uNm1DD2KlP .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #e1a23b;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uNm1DD2KlP .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e1a23b;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uNm1DD2KlP .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uNm1DD2KlP .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uNm1DD2KlP .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-uNm1DD2KlP .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uNm1DD2KlP .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-uNm1DD2KlP .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNm1DD2KlP .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-uNm1DD2KlP .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-uNm1DD2KlP .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e1a23b;
  transition: all 0.5s ease-in-out;
}
.cid-uNm1DD2KlP .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #e1a23b;
  margin-left: 20px;
  opacity: .2;
}
.cid-uNm1DD2KlP .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uNm1DD2KlP .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-uNm1DD2KlP .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-uNm1DD2KlP .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-uNm1DD2KlP .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-uNm1DD2KlP .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uNm1DD2KlP .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-uNm1DD2KlP .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-uNm1DD2KlP .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-uNm1DD2KlP .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-uNm1DD2KlP .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-uNm1DD2KlP .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-uNm1DD2KlP .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uNm1DD2KlP .image-wrapper {
  position: relative;
  height: 840px;
}
@media (max-width: 992px) {
  .cid-uNm1DD2KlP .image-wrapper {
    height: 350px;
    margin-bottom: 40px;
  }
}
.cid-uNm1DD2KlP .image-wrapper img {
  position: absolute;
  height: 100%;
  width: 550px;
  top: 0;
  left: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNm1DD2KlP .image-wrapper img {
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.cid-uNm1DD2KlP .image-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(-135deg, #b32338 50%, #ffffff 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uNm1DD2KlP .image-wrapper::before {
    left: 0;
    width: 50px;
    height: 50px;
  }
}
.cid-uNm1DD2KlP .image-wrapper a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-uNm1DD2KlP .mbr-section-title {
  color: #b32338;
}
.cid-uNm1DD2KlP .panel-number {
  color: #da3131;
}
.cid-uNm1DD2KlP .panel-title-edit {
  color: #353535;
}
.cid-uNm1DD2KlP .panel-text {
  color: #254b45;
}
.cid-uNipSripWD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/oksoft.es-0112-860x864.jpeg");
}
.cid-uNipSripWD .mbr-section-title {
  margin-bottom: 24px;
  color: #a30c22;
  text-align: center;
}
.cid-uNipSripWD .link-title {
  width: 100%;
  display: inline-block;
}
.cid-uNipSripWD .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-uNipSripWD .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px;
  height: 284px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  margin-bottom: 48px;
}
.cid-uNipSripWD .col-12.col-sm-6.col-lg-3:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uNipSripWD .col-12.col-sm-6.col-lg-3:hover .mbr-iconfont,
.cid-uNipSripWD .col-12.col-sm-6.col-lg-3:hover .number,
.cid-uNipSripWD .col-12.col-sm-6.col-lg-3:hover .card-title {
  color: #bbbbbb !important;
}
.cid-uNipSripWD .col-12.col-sm-6.col-lg-3:hover .inner {
  transform: scale(1.1);
}
.cid-uNipSripWD .card-title {
  transition: 0.35s;
  margin-bottom: 12px;
  color: #9aa0a6;
}
.cid-uNipSripWD .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 30px;
}
.cid-uNipSripWD .card-text {
  margin-bottom: 33px;
  color: #8c8c95;
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-uNipSripWD .card-wrapper {
    margin: 10px;
  }
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uNipSripWD .col-12:nth-child(3) {
    padding-top: 50px;
  }
  .cid-uNipSripWD .col-12:nth-child(4) {
    padding-top: 50px;
  }
  .cid-uNipSripWD .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-uNipSripWD .col-12 {
    padding-top: 50px;
  }
  .cid-uNipSripWD .col-12:first-child {
    padding-top: 0px;
  }
  .cid-uNipSripWD .wrap-img {
    margin-bottom: 30px;
  }
  .cid-uNipSripWD .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-uNipSripWD .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-uNipSripWD .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uNipSripWD .episode {
  color: #ffffff;
}
.cid-uNipSripWD .img-title {
  color: #ffffff;
}
.cid-uNipSripWD .margin {
  margin-right: 14px;
}
.cid-uNipSripWD .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uNipSripWD .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uNipSripWD .title-block {
  padding-bottom: 30px;
  max-width: 493px;
  margin: auto;
}
.cid-uNipSripWD .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-uNipSripWD .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uNipSvNZvM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d3d3d3;
}
.cid-uNm3opkAv3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uNm3opkAv3 .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uNm3opkAv3 .iconfont-wrapper {
  overflow: hidden;
  color: #a69e9e !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uNm3opkAv3 .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uNm3opkAv3 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uNm3opkAv3 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b32338;
  z-index: -1;
}
.cid-uNm3opkAv3 nav.navbar {
  position: fixed;
}
.cid-uNm3opkAv3 .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uNm3opkAv3 .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uNm3opkAv3 .nav-item {
    border: 0;
  }
}
.cid-uNm3opkAv3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNm3opkAv3 .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uNm3opkAv3 .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uNm3opkAv3 .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uNm3opkAv3 .title-wrap:hover span {
  color: white;
}
.cid-uNm3opkAv3 .title-wrap:hover:before {
  height: 100%;
}
.cid-uNm3opkAv3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNm3opkAv3 .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b32338;
}
.cid-uNm3opkAv3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNm3opkAv3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNm3opkAv3 .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uNm3opkAv3 .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uNm3opkAv3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNm3opkAv3 .nav-link {
  position: relative;
}
.cid-uNm3opkAv3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNm3opkAv3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNm3opkAv3 .dropdown-menu,
.cid-uNm3opkAv3 .navbar.opened {
  background: #ffffff !important;
}
.cid-uNm3opkAv3 .nav-item:focus,
.cid-uNm3opkAv3 .nav-link:focus {
  outline: none;
}
.cid-uNm3opkAv3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNm3opkAv3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNm3opkAv3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNm3opkAv3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNm3opkAv3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNm3opkAv3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNm3opkAv3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uNm3opkAv3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNm3opkAv3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNm3opkAv3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uNm3opkAv3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNm3opkAv3 .navbar.collapsed {
  justify-content: center;
}
.cid-uNm3opkAv3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNm3opkAv3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNm3opkAv3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uNm3opkAv3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNm3opkAv3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNm3opkAv3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNm3opkAv3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNm3opkAv3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNm3opkAv3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNm3opkAv3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNm3opkAv3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNm3opkAv3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNm3opkAv3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNm3opkAv3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNm3opkAv3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNm3opkAv3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNm3opkAv3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNm3opkAv3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNm3opkAv3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNm3opkAv3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNm3opkAv3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNm3opkAv3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNm3opkAv3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNm3opkAv3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNm3opkAv3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNm3opkAv3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNm3opkAv3 .dropdown-item.active,
.cid-uNm3opkAv3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNm3opkAv3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNm3opkAv3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNm3opkAv3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNm3opkAv3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNm3opkAv3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNm3opkAv3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNm3opkAv3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNm3opkAv3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNm3opkAv3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNm3opkAv3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNm3opkAv3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNm3opkAv3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNm3opkAv3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNm3opkAv3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNm3opkAv3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNm3opkAv3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNm3opkAv3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNm3opkAv3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNm3opkAv3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNm3opkAv3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNm3opkAv3 .navbar {
    height: 70px;
  }
  .cid-uNm3opkAv3 .navbar.opened {
    height: auto;
  }
  .cid-uNm3opkAv3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNm3opkAv3 .navbar-caption-wrap,
.cid-uNm3opkAv3 .title-wrap {
  color: #272727;
}
.cid-uNm3orq6gF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/pexels-polina-tankilevitch-3872425-2000x1333.jpg");
}
.cid-uNm3orq6gF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNm3orq6gF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNm3orq6gF .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uNm9hvw8Ii {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uNm9hvw8Ii .mbr-text {
  color: #757b62;
}
.cid-uNm9hvw8Ii .mbr-section-subtitle {
  color: #000000;
}
.cid-uNm9hvw8Ii .mbr-section-title {
  color: #b32338;
}
.cid-uNm3ouIdws {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/oksoft.es-0112-860x864.jpeg");
}
.cid-uNm3ouIdws .mbr-section-title {
  margin-bottom: 24px;
  color: #a30c22;
  text-align: center;
}
.cid-uNm3ouIdws .link-title {
  width: 100%;
  display: inline-block;
}
.cid-uNm3ouIdws .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-uNm3ouIdws .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px;
  height: 284px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  margin-bottom: 48px;
}
.cid-uNm3ouIdws .col-12.col-sm-6.col-lg-3:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uNm3ouIdws .col-12.col-sm-6.col-lg-3:hover .mbr-iconfont,
.cid-uNm3ouIdws .col-12.col-sm-6.col-lg-3:hover .number,
.cid-uNm3ouIdws .col-12.col-sm-6.col-lg-3:hover .card-title {
  color: #bbbbbb !important;
}
.cid-uNm3ouIdws .col-12.col-sm-6.col-lg-3:hover .inner {
  transform: scale(1.1);
}
.cid-uNm3ouIdws .card-title {
  transition: 0.35s;
  margin-bottom: 12px;
  color: #9aa0a6;
}
.cid-uNm3ouIdws .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 30px;
}
.cid-uNm3ouIdws .card-text {
  margin-bottom: 33px;
  color: #8c8c95;
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-uNm3ouIdws .card-wrapper {
    margin: 10px;
  }
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uNm3ouIdws .col-12:nth-child(3) {
    padding-top: 50px;
  }
  .cid-uNm3ouIdws .col-12:nth-child(4) {
    padding-top: 50px;
  }
  .cid-uNm3ouIdws .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-uNm3ouIdws .col-12 {
    padding-top: 50px;
  }
  .cid-uNm3ouIdws .col-12:first-child {
    padding-top: 0px;
  }
  .cid-uNm3ouIdws .wrap-img {
    margin-bottom: 30px;
  }
  .cid-uNm3ouIdws .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-uNm3ouIdws .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-uNm3ouIdws .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uNm3ouIdws .episode {
  color: #ffffff;
}
.cid-uNm3ouIdws .img-title {
  color: #ffffff;
}
.cid-uNm3ouIdws .margin {
  margin-right: 14px;
}
.cid-uNm3ouIdws .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uNm3ouIdws .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uNm3ouIdws .title-block {
  padding-bottom: 30px;
  max-width: 493px;
  margin: auto;
}
.cid-uNm3ouIdws .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-uNm3ouIdws .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uNm3ox7PFW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d3d3d3;
}
.cid-uNVRnNhjtZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uNVRnNhjtZ .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uNVRnNhjtZ .iconfont-wrapper {
  overflow: hidden;
  color: #a69e9e !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uNVRnNhjtZ .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uNVRnNhjtZ .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uNVRnNhjtZ .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b32338;
  z-index: -1;
}
.cid-uNVRnNhjtZ nav.navbar {
  position: fixed;
}
.cid-uNVRnNhjtZ .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uNVRnNhjtZ .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uNVRnNhjtZ .nav-item {
    border: 0;
  }
}
.cid-uNVRnNhjtZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNVRnNhjtZ .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uNVRnNhjtZ .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uNVRnNhjtZ .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uNVRnNhjtZ .title-wrap:hover span {
  color: white;
}
.cid-uNVRnNhjtZ .title-wrap:hover:before {
  height: 100%;
}
.cid-uNVRnNhjtZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNVRnNhjtZ .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b32338;
}
.cid-uNVRnNhjtZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNVRnNhjtZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNVRnNhjtZ .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uNVRnNhjtZ .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uNVRnNhjtZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNVRnNhjtZ .nav-link {
  position: relative;
}
.cid-uNVRnNhjtZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNVRnNhjtZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uNVRnNhjtZ .dropdown-menu,
.cid-uNVRnNhjtZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uNVRnNhjtZ .nav-item:focus,
.cid-uNVRnNhjtZ .nav-link:focus {
  outline: none;
}
.cid-uNVRnNhjtZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNVRnNhjtZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNVRnNhjtZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNVRnNhjtZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNVRnNhjtZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNVRnNhjtZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNVRnNhjtZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uNVRnNhjtZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uNVRnNhjtZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNVRnNhjtZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uNVRnNhjtZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNVRnNhjtZ .navbar.collapsed {
  justify-content: center;
}
.cid-uNVRnNhjtZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNVRnNhjtZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNVRnNhjtZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uNVRnNhjtZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNVRnNhjtZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNVRnNhjtZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNVRnNhjtZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNVRnNhjtZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNVRnNhjtZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNVRnNhjtZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNVRnNhjtZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNVRnNhjtZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNVRnNhjtZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNVRnNhjtZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNVRnNhjtZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNVRnNhjtZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNVRnNhjtZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNVRnNhjtZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNVRnNhjtZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNVRnNhjtZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNVRnNhjtZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNVRnNhjtZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNVRnNhjtZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNVRnNhjtZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNVRnNhjtZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNVRnNhjtZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNVRnNhjtZ .dropdown-item.active,
.cid-uNVRnNhjtZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uNVRnNhjtZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNVRnNhjtZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNVRnNhjtZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNVRnNhjtZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNVRnNhjtZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNVRnNhjtZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNVRnNhjtZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNVRnNhjtZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNVRnNhjtZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNVRnNhjtZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNVRnNhjtZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNVRnNhjtZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNVRnNhjtZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNVRnNhjtZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNVRnNhjtZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNVRnNhjtZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNVRnNhjtZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNVRnNhjtZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNVRnNhjtZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNVRnNhjtZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNVRnNhjtZ .navbar {
    height: 70px;
  }
  .cid-uNVRnNhjtZ .navbar.opened {
    height: auto;
  }
  .cid-uNVRnNhjtZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNVRnNhjtZ .navbar-caption-wrap,
.cid-uNVRnNhjtZ .title-wrap {
  color: #272727;
}
.cid-uNVSOwmgjk {
  background-color: #ffffff;
}
.cid-uNVSOwmgjk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNVSOwmgjk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uNVSOwmgjk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNVSOwmgjk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uNVSOwmgjk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uNVSOwmgjk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNVSOwmgjk .mbr-section-title {
  color: #000000;
}
.cid-uNVSOwmgjk .mbr-text,
.cid-uNVSOwmgjk .mbr-section-btn {
  color: #000000;
}
.cid-uNVRnUQxrt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d3d3d3;
}
