body {
  font-family: Spartan;
}
.display-1 {
  font-family: 'Spartan', sans-serif;
  font-size: 3.75rem;
  line-height: 1.25;
  letter-spacing: -0.07em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-2 {
  font-family: 'Spartan', sans-serif;
  font-size: 3.3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.125rem;
}
.display-4 {
  font-family: 'Spartan', sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.09375rem;
}
.display-5 {
  font-family: 'Spartan', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Work 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: 3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.625rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #ff4712 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #0f3792 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff4712 !important;
  border-color: #ff4712 !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: #ba2a00 !important;
  border-color: #ba2a00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ba2a00 !important;
  border-color: #ba2a00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff4712 !important;
  border-color: #ff4712 !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: #ba2a00 !important;
  border-color: #ba2a00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ba2a00 !important;
  border-color: #ba2a00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0f3792 !important;
  border-color: #0f3792 !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: #071943 !important;
  border-color: #071943 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #071943 !important;
  border-color: #071943 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff4712;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ba2a00 !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: #ff4712 !important;
  border-color: #ff4712 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff4712;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ba2a00 !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: #ff4712 !important;
  border-color: #ff4712 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0f3792;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #071943 !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: #0f3792 !important;
  border-color: #0f3792 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff4712 !important;
}
.text-secondary {
  color: #ff4712 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #0f3792 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ab2600 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ab2600 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #051436 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff4712;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0f3792;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff4712;
  border-color: #ff4712;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff4712;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe5de;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #366dea;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Spartan', sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.09375rem;
}
.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: #ff4712 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Spartan', sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.09375rem;
}
blockquote {
  border-color: #ff4712;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff4712;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff4712;
}
.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: #ff4712;
  border-bottom-color: #ff4712;
}
.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: #ff4712 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff4712 !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='%23ff4712' %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-tw3I5CmVAf .navbar {
  background: #f0f0f5;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tw3I5CmVAf .navbar-dropdown.bg-color.transparent.opened {
  background: #f0f0f5;
}
.cid-tw3I5CmVAf a {
  font-style: normal;
}
.cid-tw3I5CmVAf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tw3I5CmVAf .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tw3I5CmVAf .nav-item:focus,
.cid-tw3I5CmVAf .nav-link:focus {
  outline: none;
}
.cid-tw3I5CmVAf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tw3I5CmVAf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tw3I5CmVAf .menu-logo {
  margin-right: auto;
}
.cid-tw3I5CmVAf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tw3I5CmVAf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tw3I5CmVAf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tw3I5CmVAf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tw3I5CmVAf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tw3I5CmVAf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tw3I5CmVAf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tw3I5CmVAf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tw3I5CmVAf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tw3I5CmVAf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tw3I5CmVAf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tw3I5CmVAf .dropdown .dropdown-menu {
  background: #f0f0f5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tw3I5CmVAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tw3I5CmVAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw3I5CmVAf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tw3I5CmVAf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw3I5CmVAf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tw3I5CmVAf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tw3I5CmVAf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tw3I5CmVAf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tw3I5CmVAf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tw3I5CmVAf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tw3I5CmVAf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tw3I5CmVAf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tw3I5CmVAf button.navbar-toggler:focus {
  outline: none;
}
.cid-tw3I5CmVAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #149dcc;
}
.cid-tw3I5CmVAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tw3I5CmVAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tw3I5CmVAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tw3I5CmVAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tw3I5CmVAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tw3I5CmVAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tw3I5CmVAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tw3I5CmVAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tw3I5CmVAf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tw3I5CmVAf .collapsed .btn {
  display: -webkit-flex;
}
.cid-tw3I5CmVAf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tw3I5CmVAf .collapsed .navbar-collapse.collapsing,
.cid-tw3I5CmVAf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tw3I5CmVAf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tw3I5CmVAf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tw3I5CmVAf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tw3I5CmVAf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tw3I5CmVAf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tw3I5CmVAf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tw3I5CmVAf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tw3I5CmVAf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tw3I5CmVAf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tw3I5CmVAf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tw3I5CmVAf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tw3I5CmVAf .collapsed button.navbar-toggler {
  display: block;
}
.cid-tw3I5CmVAf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tw3I5CmVAf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tw3I5CmVAf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tw3I5CmVAf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tw3I5CmVAf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tw3I5CmVAf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tw3I5CmVAf.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tw3I5CmVAf img {
    height: 3.8rem !important;
  }
  .cid-tw3I5CmVAf .btn {
    display: -webkit-flex;
  }
  .cid-tw3I5CmVAf button.navbar-toggler {
    display: block;
  }
  .cid-tw3I5CmVAf .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tw3I5CmVAf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tw3I5CmVAf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tw3I5CmVAf .navbar-collapse.collapsing,
  .cid-tw3I5CmVAf .navbar-collapse.show {
    display: block !important;
  }
  .cid-tw3I5CmVAf .navbar-collapse.collapsing .navbar-nav,
  .cid-tw3I5CmVAf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tw3I5CmVAf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tw3I5CmVAf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tw3I5CmVAf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tw3I5CmVAf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tw3I5CmVAf .navbar-collapse.collapsing .navbar-buttons,
  .cid-tw3I5CmVAf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tw3I5CmVAf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tw3I5CmVAf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tw3I5CmVAf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tw3I5CmVAf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tw3I5CmVAf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tw3I5CmVAf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tw3I5CmVAf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tw3I5CmVAf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tw3I5CmVAf .nav-link:hover,
.cid-tw3I5CmVAf .dropdown-item:hover {
  color: #150c0a !important;
}
.cid-t3PhvukuJW {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t3PhvukuJW .image-1 {
  position: relative;
}
@media (max-width: 992px) {
  .cid-t3PhvukuJW .image-1 {
    margin-bottom: 2rem;
  }
}
.cid-t3PhvukuJW .image-1 img {
  width: 220px;
  height: 310px;
  object-fit: cover;
}
.cid-t3PhvukuJW .image-1 .image-absolute {
  width: 235px;
  height: 290px;
  object-fit: cover;
  position: absolute;
  left: 20%;
  top: 33%;
}
@media (max-width: 1050px) {
  .cid-t3PhvukuJW .image-1 .image-absolute {
    display: none;
  }
}
.cid-t3PhvukuJW .image-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-t3PhvukuJW .image-2 {
    margin-top: 2rem;
  }
}
.cid-t3PhvukuJW .image-2 img {
  width: 245px;
  height: 320px;
  object-fit: cover;
  z-index: 2;
}
.cid-t3PhvukuJW .image-2 .image-absolute {
  width: 190px;
  height: 260px;
  object-fit: cover;
  margin-top: -45%;
  margin-right: 35%;
  z-index: 1;
}
@media (max-width: 1050px) {
  .cid-t3PhvukuJW .image-2 .image-absolute {
    display: none;
  }
}
.cid-t3PhvukuJW .text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3PhvukuJW .text-wrapper {
  width: 80%;
}
.cid-t3PhvukuJW .mbr-section-title {
  margin-bottom: 46px;
  color: #ff4712;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-t3PhvukuJW .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-t3PhvukuJW .mbr-text {
  margin-bottom: 0;
  opacity: .7;
  color: #000000;
  text-align: center;
}
.cid-ubfrY9ccTI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ubfrY9ccTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubfrY9ccTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubfrY9ccTI .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ubfrY9ccTI .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ubfrY9ccTI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ubfrY9ccTI .container {
    padding: 0 16px;
  }
}
.cid-ubfrY9ccTI .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ubfrY9ccTI .image-wrapper img {
  height: 630px;
  width: 70%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ubfrY9ccTI .image-wrapper img {
    height: 350px;
  }
}
.cid-tzQV2dYPj7 {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tzQV2dYPj7 .text {
  display: flex;
  align-items: center;
}
.cid-tzQV2dYPj7 .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-tzQV2dYPj7 .mbr-section-title {
  margin: 0 0 33px 0;
  color: #150c0a;
}
.cid-tzQV2dYPj7 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-tzQV2dYPj7 .btn:hover {
  box-shadow: none;
}
.cid-tzQV2dYPj7 .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tzQV2dYPj7 .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-tzQV2dYPj7 .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tzQV2dYPj7 .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-tzQV2dYPj7 .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-tzQV2dYPj7 .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tzQV2dYPj7 .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-tzQV2dYPj7 .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-tzQV2dYPj7 .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-tzQV2dYPj7 .row:hover img {
  transform: rotate(0deg);
}
.cid-tzQV2dYPj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzQV2dYPj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw96pk0c0S {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-tw96pk0c0S .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #0a0d4a;
  text-align: center;
}
.cid-tw96pk0c0S .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tw96pk0c0S .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tw96pk0c0S .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tw96pk0c0S .btn:hover {
  box-shadow: none;
}
.cid-tw96pk0c0S .mbr-section-title,
.cid-tw96pk0c0S .mbr-section-btn {
  text-align: center;
}
.cid-t3Pj38lILr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t3Pj38lILr .image-wrap-1 {
  padding-right: 0;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-t3Pj38lILr .image-wrap-1 {
    padding: 0 12px;
  }
}
.cid-t3Pj38lILr .image-wrap-1 .image-wrapper {
  height: 720px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-t3Pj38lILr .image-wrap-1 .image-wrapper {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-t3Pj38lILr .image-wrap-1 .image-wrapper {
    height: 350px;
  }
}
.cid-t3Pj38lILr .image-wrap-1 .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
}
.cid-t3Pj38lILr .image-wrap-2 {
  padding-right: 2rem;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-t3Pj38lILr .image-wrap-2 {
    padding: 0 24px;
  }
}
.cid-t3Pj38lILr .image-wrap-2 .image-wrapper {
  height: 360px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 768px) {
  .cid-t3Pj38lILr .image-wrap-2 .image-wrapper {
    height: 350px;
  }
}
.cid-t3Pj38lILr .image-wrap-2 .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
}
.cid-t3Pj38lILr .image-wrap {
  padding: 0;
}
.cid-t3Pj38lILr .card-link {
  height: 100%;
  z-index: 1;
  pointer-events: none;
  transition: all .4s ease;
}
.cid-t3Pj38lILr .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.cid-t3Pj38lILr .card-wrapper .mbr-title {
  pointer-events: visible;
  margin: 0;
  z-index: 1;
  opacity: 0;
  transform: translate(0, 5%);
  transition: all .3s ease;
}
.cid-t3Pj38lILr .card-wrapper .mbr-text {
  pointer-events: visible;
  margin: 5px 0 0 0;
  opacity: 0;
  transform: translate(0, 5%);
  transition: all .3s ease;
}
.cid-t3Pj38lILr .image-wrapper:hover .mbr-title {
  opacity: 1;
  transform: translate(0, 0);
}
.cid-t3Pj38lILr .image-wrapper:hover .mbr-text {
  opacity: .7;
  transform: translate(0, 0);
}
.cid-t3Pj38lILr .image-wrapper:hover .card-link {
  position: absolute;
  width: 100%;
  background-color: #ffa41d;
}
.cid-t3Pj38lILr .mbr-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-t3Pj38lILr .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-u9ucqxWxmv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/centrocultural2-606x511.png");
}
.cid-u9ucqxWxmv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ucqxWxmv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ucqxWxmv .row {
  justify-content: center;
}
.cid-u9ucqxWxmv .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u9ucqxWxmv .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-u9ucqxWxmv .row {
    padding: 0 24px;
  }
}
.cid-u9ucqxWxmv .video-wrapper iframe {
  width: 100%;
}
.cid-u9ucqxWxmv .title-wrapper {
  margin-bottom: 32px;
}
.cid-u9ucqxWxmv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9ucqxWxmv .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-u9ucqxWxmv .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-u9ucqxWxmv .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-u9ucqxWxmv .video-block {
    margin-bottom: 24px;
  }
}
.cid-u9ucqxWxmv .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-u9ucqxWxmv .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-u9ucrVbsB9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fotocentrocultural3-545x409.png");
}
.cid-u9ucrVbsB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ucrVbsB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ucrVbsB9 .row {
  justify-content: center;
}
.cid-u9ucrVbsB9 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u9ucrVbsB9 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-u9ucrVbsB9 .row {
    padding: 0 24px;
  }
}
.cid-u9ucrVbsB9 .video-wrapper iframe {
  width: 100%;
}
.cid-u9ucrVbsB9 .title-wrapper {
  margin-bottom: 32px;
}
.cid-u9ucrVbsB9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9ucrVbsB9 .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-u9ucrVbsB9 .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-u9ucrVbsB9 .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-u9ucrVbsB9 .video-block {
    margin-bottom: 24px;
  }
}
.cid-u9ucrVbsB9 .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-u9ucrVbsB9 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-u9ue3d1PLE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fotocentrocultural3-545x409.png");
}
.cid-u9ue3d1PLE .mbr-media {
  position: relative;
}
.cid-u9ue3d1PLE .mbr-media img {
  width: 100%;
  object-fit: cover;
  border: 2px dashed #ff4712;
  border-radius: 8px;
}
.cid-u9ue3d1PLE .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u9ue3d1PLE a:hover {
  background-image: none !important;
  border: none;
}
.cid-u9ue3d1PLE .mbr-media span {
  font-size: 4rem;
  color: #ff4712;
  transition: all 0.2s;
}
.cid-u9ue3d1PLE .mbr-media span:hover {
  color: #ff4712;
}
.cid-u9ue3d1PLE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u9ue3d1PLE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u9ue3d1PLE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u9ue3d1PLE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u9ue3d1PLE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9ue3d1PLE .mbr-section-title {
  color: #132835;
}
.cid-txUxOWlsQf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-txUxOWlsQf .mbr-overlay {
  background: #bed3a9;
  opacity: 0.4;
}
.cid-txUxOWlsQf .mbr-section-head {
  padding: 0 1rem;
}
.cid-txUxOWlsQf img,
.cid-txUxOWlsQf .item-img {
  width: 100%;
}
.cid-txUxOWlsQf .item:focus,
.cid-txUxOWlsQf span:focus {
  outline: none;
}
.cid-txUxOWlsQf .slide-content {
  position: relative;
  height: fit-content;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  background: #ffffff;
  padding: 74px 40px;
}
@media (max-width: 992px) {
  .cid-txUxOWlsQf .slide-content {
    padding: 54px 30px;
  }
}
@media (max-width: 768px) {
  .cid-txUxOWlsQf .slide-content {
    padding: 34px 20px;
  }
}
.cid-txUxOWlsQf .slide-content .item-rating {
  display: inline-flex;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .cid-txUxOWlsQf .slide-content .item-rating {
    margin-bottom: 16px;
  }
}
.cid-txUxOWlsQf .slide-content .item-rating span {
  margin: 0;
  color: #bed3a9;
  font-size: 19px;
}
.cid-txUxOWlsQf .slide-content .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-txUxOWlsQf .slide-content .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-txUxOWlsQf .slide-content .item-title {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-txUxOWlsQf .slide-content .item-title {
    margin-bottom: 3px;
  }
}
.cid-txUxOWlsQf .slide-content .item-subtitle {
  margin: 0;
}
.cid-txUxOWlsQf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 338px;
  max-width: 338px;
}
@media (max-width: 768px) {
  .cid-txUxOWlsQf .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-txUxOWlsQf .embla__button--next,
.cid-txUxOWlsQf .embla__button--prev {
  display: flex;
}
.cid-txUxOWlsQf .embla__button {
  top: -5%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #bed3a9;
  border: 2px solid #bed3a9;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-txUxOWlsQf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-txUxOWlsQf .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-txUxOWlsQf .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txUxOWlsQf .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txUxOWlsQf .embla__button {
    top: auto;
  }
}
.cid-txUxOWlsQf .embla {
  position: relative;
  width: 100%;
}
.cid-txUxOWlsQf .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-txUxOWlsQf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-txUxOWlsQf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-txUxOWlsQf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-txUxOWlsQf .embla__dots {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .cid-txUxOWlsQf .embla__dots {
    margin-top: 31px;
  }
}
.cid-txUxOWlsQf .embla__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #adaeb1;
  margin: 0 6px;
  padding: 0;
}
.cid-txUxOWlsQf .embla__dot:focus {
  background: #ff4712;
}
.cid-txUxOWlsQf .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}
.cid-txUxOWlsQf .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-txUxOWlsQf .mbr-text {
  color: #84858a;
}
.cid-txUxOWlsQf .item-title {
  color: #20232a;
  text-align: left;
}
.cid-txUxOWlsQf .item-subtitle {
  color: #adaeb1;
  text-align: left;
}
.cid-txUxOWlsQf .mbr-text,
.cid-txUxOWlsQf .item-rating {
  text-align: left;
}
.cid-txRRq4eJ4e {
  background-image: url("../../../assets/images/centrocultural2-606x511.png");
}
.cid-txRRq4eJ4e img {
  max-height: 300px;
  object-fit: cover;
}
.cid-txRRq4eJ4e .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-txRRq4eJ4e .images {
    display: none;
  }
}
.cid-txRRq4eJ4e .image-wrapper-1,
.cid-txRRq4eJ4e .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-txRRq4eJ4e .image-wrapper-1 {
  margin-top: 80px;
}
.cid-txRRq4eJ4e .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-txRRq4eJ4e .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-txRRq4eJ4e .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-txRRq4eJ4e .image-wrapper-2 {
  margin-top: 85px;
}
.cid-txRRq4eJ4e .image-wrapper-2 img {
  width: 90%;
}
.cid-txRRq4eJ4e .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-txRRq4eJ4e .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-txRRq4eJ4e .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-txRRq4eJ4e .text-wrapper {
  width: 100%;
}
.cid-txRRq4eJ4e .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #f9f9fc;
  text-align: center;
}
.cid-txRRq4eJ4e .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffb649;
  text-align: center;
}
.cid-txRRq4eJ4e .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-txRRq4eJ4e .mbr-section-btn {
    margin: 0;
  }
}
.cid-txRRq4eJ4e .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-txRRq4eJ4e .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-txRRq4eJ4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-txRRq4eJ4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txRRq4eJ4e .text {
  display: flex;
  align-items: center;
}
.cid-tyGZUbrRey {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffc772;
}
.cid-tyGZUbrRey .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyGZUbrRey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyGZUbrRey img {
  width: 100%;
  border: 15px solid #2a2a2a;
}
.cid-tyGZUbrRey .title-text {
  color: #1f242e;
}
.cid-tyGZUbrRey .mbr-text {
  color: #dfcefd;
}
.cid-t3Pi11o6NE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t3Pi11o6NE .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-t3Pi11o6NE .mbr-section-head {
    margin-bottom: 16px;
  }
}
.cid-t3Pi11o6NE .mbr-section-head .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-t3Pi11o6NE .mbr-section-head .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-t3Pi11o6NE .mbr-section-head .mbr-section-title {
  margin-bottom: 0;
}
.cid-t3Pi11o6NE .google-map {
  height: 30rem;
  position: relative;
}
.cid-t3Pi11o6NE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t3Pi11o6NE .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t3Pi11o6NE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t3Pi11o6NE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t3Pi11o6NE .mbr-section-subtitle {
  color: #FF4712;
  text-align: center;
}
.cid-t3Pi11o6NE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-t3PhwUgKcN {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t3PhwUgKcN .row {
  justify-content: center;
}
.cid-t3PhwUgKcN .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-t3PhwUgKcN .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
}
.cid-t3PhwUgKcN .card {
  padding: 0 15px;
}
.cid-t3PhwUgKcN .item-wrapper {
  height: 100%;
}
.cid-t3PhwUgKcN .card-wrapper {
  margin-bottom: 30px;
  border-radius: 0;
}
.cid-t3PhwUgKcN .card-wrapper .card-image {
  height: 306px;
  overflow: hidden;
  margin-bottom: 22px;
}
.cid-t3PhwUgKcN .card-wrapper .card-image img {
  height: 306px;
  object-fit: cover;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-t3PhwUgKcN .card-wrapper .card-text {
  margin: 0 0 26px 0;
  display: flex;
}
.cid-t3PhwUgKcN .card-wrapper .card-text .mbr-card-title {
  margin-bottom: 0;
}
.cid-t3PhwUgKcN .card-wrapper .card-text p {
  margin-right: 13px;
}
.cid-t3PhwUgKcN .card-wrapper .card-border {
  height: 1px;
  background: #20232a;
  opacity: .3;
  transition: all 1s linear;
}
.cid-t3PhwUgKcN .mbr-section-btn {
  margin-top: 33px;
}
.cid-t3PhwUgKcN .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-t3PhwUgKcN .btn:hover {
  box-shadow: none;
}
.cid-t3PhwUgKcN .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-t3PhwUgKcN .card:hover .card-border {
  opacity: 1;
}
.cid-t3PhwUgKcN .mbr-section-title,
.cid-t3PhwUgKcN .mbr-section-btn {
  text-align: center;
}
.cid-t3PhwUgKcN .mbr-card-title {
  text-align: left;
}
.cid-tvXXT2FmCO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tvXXT2FmCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvXXT2FmCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvXXT2FmCO .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tvXXT2FmCO .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tvXXT2FmCO .item-wrapper {
  position: relative;
}
.cid-tvXXT2FmCO .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tvXXT2FmCO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tvXXT2FmCO .carousel-control,
.cid-tvXXT2FmCO .close {
  background: #1b1b1b;
}
.cid-tvXXT2FmCO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tvXXT2FmCO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tvXXT2FmCO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tvXXT2FmCO .carousel-control-next span {
  margin-left: 5px;
}
.cid-tvXXT2FmCO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tvXXT2FmCO .close::before {
  content: '\e91a';
}
.cid-tvXXT2FmCO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tvXXT2FmCO .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tvXXT2FmCO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tvXXT2FmCO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tvXXT2FmCO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tvXXT2FmCO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tvXXT2FmCO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tvXXT2FmCO .carousel-indicators li.active,
.cid-tvXXT2FmCO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tvXXT2FmCO .carousel-indicators li::after,
.cid-tvXXT2FmCO .carousel-indicators li::before {
  content: none;
}
.cid-tvXXT2FmCO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tvXXT2FmCO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tvXXT2FmCO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tvXXT2FmCO .carousel-indicators {
    display: none;
  }
}
.cid-tvXXT2FmCO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tvXXT2FmCO .carousel-inner > .active {
  display: block;
}
.cid-tvXXT2FmCO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tvXXT2FmCO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tvXXT2FmCO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tvXXT2FmCO .carousel-control,
  .cid-tvXXT2FmCO .carousel-indicators,
  .cid-tvXXT2FmCO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tvXXT2FmCO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tvXXT2FmCO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tvXXT2FmCO .carousel-indicators .active,
.cid-tvXXT2FmCO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tvXXT2FmCO .carousel-indicators .active {
  background: #fff;
}
.cid-tvXXT2FmCO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tvXXT2FmCO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tvXXT2FmCO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tvXXT2FmCO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tvXXT2FmCO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tvXXT2FmCO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tvXXT2FmCO .carousel {
  width: 100%;
}
.cid-tvXXT2FmCO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tvXXT2FmCO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tvXXT2FmCO .modal.fade .modal-dialog,
.cid-tvXXT2FmCO .modal.in .modal-dialog {
  transform: none;
}
.cid-tvXXT2FmCO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tvXXT2FmCO H6 {
  text-align: center;
}
.cid-twEknRiC7l {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-twEknRiC7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-twEknRiC7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvMjl0DCcr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tvMjl0DCcr .mbr-media {
  position: relative;
}
.cid-tvMjl0DCcr .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tvMjl0DCcr .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tvMjl0DCcr .icon-wrap:hover {
  transform: scale(1.1), translate(-50%, -50%);
}
.cid-tvMjl0DCcr .mbr-media span {
  font-size: 4rem;
  color: #ff4712;
}
.cid-tvMjl0DCcr .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tvMjl0DCcr .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tvMjl0DCcr .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tvMjl0DCcr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tvMjl0DCcr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-twGKAMliMG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-twGKAMliMG .mbr-section-title {
  margin: 15px 0 55px;
}
.cid-twGKAMliMG .mbr-text {
  color: #919dab;
}
.cid-twGKAMliMG .card__wrapper {
  margin-bottom: 70px;
}
.cid-twGKAMliMG .price__card {
  margin-top: 10px;
  color: #919dab;
  margin-bottom: 0;
}
.cid-twGKAMliMG .title__card {
  margin-bottom: 0;
}
.cid-twGKAMliMG .icons {
  margin-top: 25px;
  border-radius: 50%;
  background-color: #ebeaed;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-twGKAMliMG .mbr-iconfont {
  font-size: 62px;
  color: #919dab;
}
.cid-twGKAMliMG .mbr-section-btn {
  margin-top: 40px;
}
.cid-twGKAMliMG .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-twGKAMliMG .card__text {
  margin-top: 45px;
  margin-bottom: 0;
  text-align: left;
}
.cid-twGKAMliMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-twGKAMliMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7nQj2LopI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u7nQj2LopI .content {
  display: flex;
  align-items: center;
}
.cid-u7nQj2LopI .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-u7nQj2LopI .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-u7nQj2LopI .mbr-text {
  margin-bottom: 38px;
  color: #65676c;
}
.cid-u7nQj2LopI .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7nQj2LopI .btn:hover {
  box-shadow: none;
}
.cid-u7nQj2LopI .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7nQj2LopI .image-wrapper {
    margin-top: 25px;
  }
}
.cid-u7nQj2LopI .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .cid-u7nQj2LopI .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .cid-u7nQj2LopI .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.cid-u7nQj2LopI .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ff4712;
}
.cid-u7nQj2LopI .image-wrapper .image-absolute-1 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u7nQj2LopI .image-wrapper .image-absolute-1 .mbr-image-text {
  margin: 0;
}
.cid-u7nQj2LopI .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ff4712;
}
.cid-u7nQj2LopI .image-wrapper .image-absolute-2 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u7nQj2LopI .image-wrapper .image-absolute-2 .mbr-image-text {
  margin: 0;
}
.cid-u7nQj2LopI .mbr-iconfont {
  color: #ffffff;
}
.cid-u7nQj2LopI .mbr-image-text {
  color: #ffffff;
}
.cid-u6WfDhmedm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0f0f5;
}
.cid-u6WfDhmedm .mbr-text {
  color: #000000;
}
.cid-u6WxN6hbvM .navbar {
  background: #f0f0f5;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-u6WxN6hbvM .navbar-dropdown.bg-color.transparent.opened {
  background: #f0f0f5;
}
.cid-u6WxN6hbvM a {
  font-style: normal;
}
.cid-u6WxN6hbvM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u6WxN6hbvM .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-u6WxN6hbvM .nav-item:focus,
.cid-u6WxN6hbvM .nav-link:focus {
  outline: none;
}
.cid-u6WxN6hbvM .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u6WxN6hbvM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u6WxN6hbvM .menu-logo {
  margin-right: auto;
}
.cid-u6WxN6hbvM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u6WxN6hbvM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-u6WxN6hbvM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u6WxN6hbvM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u6WxN6hbvM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u6WxN6hbvM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u6WxN6hbvM .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-u6WxN6hbvM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-u6WxN6hbvM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-u6WxN6hbvM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6WxN6hbvM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u6WxN6hbvM .dropdown .dropdown-menu {
  background: #f0f0f5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-u6WxN6hbvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-u6WxN6hbvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6WxN6hbvM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u6WxN6hbvM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6WxN6hbvM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-u6WxN6hbvM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-u6WxN6hbvM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-u6WxN6hbvM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u6WxN6hbvM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u6WxN6hbvM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u6WxN6hbvM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u6WxN6hbvM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-u6WxN6hbvM button.navbar-toggler:focus {
  outline: none;
}
.cid-u6WxN6hbvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #149dcc;
}
.cid-u6WxN6hbvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u6WxN6hbvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u6WxN6hbvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u6WxN6hbvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u6WxN6hbvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6WxN6hbvM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u6WxN6hbvM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u6WxN6hbvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6WxN6hbvM .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u6WxN6hbvM .collapsed .btn {
  display: -webkit-flex;
}
.cid-u6WxN6hbvM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u6WxN6hbvM .collapsed .navbar-collapse.collapsing,
.cid-u6WxN6hbvM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u6WxN6hbvM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u6WxN6hbvM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u6WxN6hbvM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u6WxN6hbvM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u6WxN6hbvM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u6WxN6hbvM .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u6WxN6hbvM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u6WxN6hbvM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u6WxN6hbvM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u6WxN6hbvM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u6WxN6hbvM .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u6WxN6hbvM .collapsed button.navbar-toggler {
  display: block;
}
.cid-u6WxN6hbvM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-u6WxN6hbvM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u6WxN6hbvM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-u6WxN6hbvM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u6WxN6hbvM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u6WxN6hbvM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-u6WxN6hbvM.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u6WxN6hbvM img {
    height: 3.8rem !important;
  }
  .cid-u6WxN6hbvM .btn {
    display: -webkit-flex;
  }
  .cid-u6WxN6hbvM button.navbar-toggler {
    display: block;
  }
  .cid-u6WxN6hbvM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-u6WxN6hbvM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u6WxN6hbvM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u6WxN6hbvM .navbar-collapse.collapsing,
  .cid-u6WxN6hbvM .navbar-collapse.show {
    display: block !important;
  }
  .cid-u6WxN6hbvM .navbar-collapse.collapsing .navbar-nav,
  .cid-u6WxN6hbvM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u6WxN6hbvM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u6WxN6hbvM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u6WxN6hbvM .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u6WxN6hbvM .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u6WxN6hbvM .navbar-collapse.collapsing .navbar-buttons,
  .cid-u6WxN6hbvM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u6WxN6hbvM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u6WxN6hbvM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u6WxN6hbvM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-u6WxN6hbvM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u6WxN6hbvM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u6WxN6hbvM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-u6WxN6hbvM .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-u6WxN6hbvM .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-u6WxN6hbvM .nav-link:hover,
.cid-u6WxN6hbvM .dropdown-item:hover {
  color: #150c0a !important;
}
.cid-twNKZb0ikl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f4f4f4;
}
.cid-twNKZb0ikl .mbr-media {
  position: relative;
}
.cid-twNKZb0ikl .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-twNKZb0ikl .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-twNKZb0ikl .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-twNKZb0ikl .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-twNKZb0ikl .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-twNKZb0ikl .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-twNKZb0ikl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-twNKZb0ikl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u6WfDhmedm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0f0f5;
}
.cid-u6WfDhmedm .mbr-text {
  color: #000000;
}
.cid-tyBcklqE4t .navbar {
  background: #f0f0f5;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tyBcklqE4t .navbar-dropdown.bg-color.transparent.opened {
  background: #f0f0f5;
}
.cid-tyBcklqE4t a {
  font-style: normal;
}
.cid-tyBcklqE4t .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tyBcklqE4t .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tyBcklqE4t .nav-item:focus,
.cid-tyBcklqE4t .nav-link:focus {
  outline: none;
}
.cid-tyBcklqE4t .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyBcklqE4t .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tyBcklqE4t .menu-logo {
  margin-right: auto;
}
.cid-tyBcklqE4t .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyBcklqE4t .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tyBcklqE4t .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tyBcklqE4t .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tyBcklqE4t .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tyBcklqE4t .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tyBcklqE4t .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tyBcklqE4t .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tyBcklqE4t .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tyBcklqE4t .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyBcklqE4t .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tyBcklqE4t .dropdown .dropdown-menu {
  background: #f0f0f5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tyBcklqE4t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tyBcklqE4t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyBcklqE4t .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tyBcklqE4t .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyBcklqE4t .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tyBcklqE4t .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tyBcklqE4t .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tyBcklqE4t .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tyBcklqE4t .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tyBcklqE4t .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tyBcklqE4t .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tyBcklqE4t button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tyBcklqE4t button.navbar-toggler:focus {
  outline: none;
}
.cid-tyBcklqE4t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #149dcc;
}
.cid-tyBcklqE4t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyBcklqE4t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyBcklqE4t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyBcklqE4t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyBcklqE4t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyBcklqE4t nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyBcklqE4t nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyBcklqE4t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyBcklqE4t .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tyBcklqE4t .collapsed .btn {
  display: -webkit-flex;
}
.cid-tyBcklqE4t .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tyBcklqE4t .collapsed .navbar-collapse.collapsing,
.cid-tyBcklqE4t .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tyBcklqE4t .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tyBcklqE4t .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tyBcklqE4t .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tyBcklqE4t .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tyBcklqE4t .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tyBcklqE4t .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tyBcklqE4t .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tyBcklqE4t .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tyBcklqE4t .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tyBcklqE4t .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tyBcklqE4t .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tyBcklqE4t .collapsed button.navbar-toggler {
  display: block;
}
.cid-tyBcklqE4t .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tyBcklqE4t .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tyBcklqE4t .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tyBcklqE4t .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tyBcklqE4t .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tyBcklqE4t .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tyBcklqE4t.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tyBcklqE4t img {
    height: 3.8rem !important;
  }
  .cid-tyBcklqE4t .btn {
    display: -webkit-flex;
  }
  .cid-tyBcklqE4t button.navbar-toggler {
    display: block;
  }
  .cid-tyBcklqE4t .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tyBcklqE4t .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tyBcklqE4t .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tyBcklqE4t .navbar-collapse.collapsing,
  .cid-tyBcklqE4t .navbar-collapse.show {
    display: block !important;
  }
  .cid-tyBcklqE4t .navbar-collapse.collapsing .navbar-nav,
  .cid-tyBcklqE4t .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tyBcklqE4t .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tyBcklqE4t .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tyBcklqE4t .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tyBcklqE4t .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tyBcklqE4t .navbar-collapse.collapsing .navbar-buttons,
  .cid-tyBcklqE4t .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tyBcklqE4t .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tyBcklqE4t .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tyBcklqE4t .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tyBcklqE4t .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tyBcklqE4t .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tyBcklqE4t .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tyBcklqE4t .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tyBcklqE4t .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tyBcklqE4t .nav-link:hover,
.cid-tyBcklqE4t .dropdown-item:hover {
  color: #150c0a !important;
}
.cid-tyBckm4cQM {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tyBckm4cQM .image-1 {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tyBckm4cQM .image-1 {
    margin-bottom: 2rem;
  }
}
.cid-tyBckm4cQM .image-1 img {
  width: 220px;
  height: 310px;
  object-fit: cover;
}
.cid-tyBckm4cQM .image-1 .image-absolute {
  width: 235px;
  height: 290px;
  object-fit: cover;
  position: absolute;
  left: 20%;
  top: 33%;
}
@media (max-width: 1050px) {
  .cid-tyBckm4cQM .image-1 .image-absolute {
    display: none;
  }
}
.cid-tyBckm4cQM .image-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-tyBckm4cQM .image-2 {
    margin-top: 2rem;
  }
}
.cid-tyBckm4cQM .image-2 img {
  width: 245px;
  height: 320px;
  object-fit: cover;
  z-index: 2;
}
.cid-tyBckm4cQM .image-2 .image-absolute {
  width: 190px;
  height: 260px;
  object-fit: cover;
  margin-top: -45%;
  margin-right: 35%;
  z-index: 1;
}
@media (max-width: 1050px) {
  .cid-tyBckm4cQM .image-2 .image-absolute {
    display: none;
  }
}
.cid-tyBckm4cQM .text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyBckm4cQM .text-wrapper {
  width: 80%;
}
.cid-tyBckm4cQM .mbr-section-title {
  margin-bottom: 46px;
  color: #ff4712;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tyBckm4cQM .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-tyBckm4cQM .mbr-text {
  margin-bottom: 0;
  opacity: .7;
  color: #000000;
  text-align: center;
}
.cid-tyBcPdaRDJ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tyBcPdaRDJ .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-tyBcPdaRDJ .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tyBcPdaRDJ .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-tyBcPdaRDJ .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tyBcPdaRDJ .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tyBcPdaRDJ .mbr-text {
    padding: 0;
  }
}
.cid-tyBdsm5TxT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tyBdsm5TxT .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-tyBdsm5TxT .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tyBdsm5TxT .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-tyBdsm5TxT .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tyBdsm5TxT .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tyBdsm5TxT .mbr-text {
    padding: 0;
  }
}
.cid-tyBmX0yWTM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tyBmX0yWTM .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #000000;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyBmX0yWTM .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tyBmX0yWTM .mbr-section-title {
  margin-bottom: 0;
  color: #ff6c42;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyBmX0yWTM .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tyBmX0yWTM .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tyBmX0yWTM .mbr-text {
    padding: 0;
  }
}
.cid-tyBoks0Pzf {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tyBoks0Pzf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyBoks0Pzf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzIRbXxDkl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tzIRbXxDkl .mbr-overlay {
  background: #bed3f9;
  opacity: 0.4;
}
@media (max-width: 991px) {
  .cid-tzIRbXxDkl .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tzIRbXxDkl .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tzIRbXxDkl img,
.cid-tzIRbXxDkl .item-img {
  width: 100%;
}
.cid-tzIRbXxDkl .item:focus,
.cid-tzIRbXxDkl span:focus {
  outline: none;
}
.cid-tzIRbXxDkl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzIRbXxDkl .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tzIRbXxDkl img {
  border-radius: 30px;
}
.cid-tzIRbXxDkl .item-subtitle {
  text-align: left;
}
.cid-u6WfDhmedm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0f0f5;
}
.cid-u6WfDhmedm .mbr-text {
  color: #000000;
}
