@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Anton:400);





body {
  font-family: Montserrat;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Anton', sans-serif;
  font-size: 1.1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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))));
  }
}
/* Buttons */
.btn {
  border-radius: .25rem;
  font-weight: 400;
  border-width: 2px;
  font-style: normal;
  letter-spacing: normal;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  font-weight: 400;
  letter-spacing: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  font-weight: 400;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-md:after {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: relative;
  opacity: 0;
  font-size: inherit;
  text-align: center;
  transition: all .3s;
  margin-left: -1.5rem;
  padding-left: .5rem;
}
.btn-md:hover {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.btn-md:hover:after {
  transition: all .3s;
  opacity: 1;
  margin-left: 0;
}
.btn-lg {
  font-weight: 400;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #781831 !important;
}
.bg-success {
  background-color: #e67592 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #109364 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #781831 !important;
  border-color: #781831 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #380b17 !important;
  border-color: #380b17 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #380b17 !important;
  border-color: #380b17 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #b6bb52 !important;
  border-color: #b6bb52 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #868a36 !important;
  border-color: #868a36 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #868a36 !important;
  border-color: #868a36 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #e67592 !important;
  border-color: #e67592 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #da345f !important;
  border-color: #da345f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #da345f !important;
  border-color: #da345f !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #109364 !important;
  border-color: #109364 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #084e35 !important;
  border-color: #084e35 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #084e35 !important;
  border-color: #084e35 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #23070e !important;
  color: #23070e !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #781831 !important;
  border-color: #781831 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #781831 !important;
  border-color: #781831 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #74782f !important;
  color: #74782f !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #b6bb52 !important;
  border-color: #b6bb52 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b6bb52 !important;
  border-color: #b6bb52 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #cf2651 !important;
  color: #cf2651 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #e67592 !important;
  border-color: #e67592 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e67592 !important;
  border-color: #e67592 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #063725 !important;
  color: #063725 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #109364 !important;
  border-color: #109364 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #109364 !important;
  border-color: #109364 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-underline {
  padding: .5rem;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  transition: all .3s;
}
.btn-underline .mbr-iconfont {
  color: inherit;
  padding-right: .5rem;
}
.btn-underline:after {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: relative;
  padding-left: .3rem;
}
.btn-underline:hover {
  filter: brightness(85%);
}
.btn-underline:hover:after {
  transition: all .3s;
  padding-left: .5rem;
}
.text-primary {
  color: #781831 !important;
}
.text-secondary {
  color: #b6bb52 !important;
}
.text-success {
  color: #e67592 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #109364 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #23070e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #74782f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cf2651 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #063725 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #e67592;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #109364;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #781831;
  border-color: #781831;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: .25rem;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #781831;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d73862;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #39e9aa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #b6bb52;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #000000;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow {
  background-color: transparent;
  opacity: .7;
  transition: .3s;
  text-align: center;
  width: auto;
}
.mbr-arrow:hover {
  opacity: 1;
}
.mbr-arrow a {
  display: block;
}
.mbr-arrow a i {
  color: #b6bb52;
  top: auto !important;
  left: auto !important;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #781831;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #781831;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #781831;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.input-wrap input {
  border-radius: 0rem;
  width: 100%;
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #efefef;
}
.input-main textarea {
  background-color: #ffffff;
  padding: .5rem 1rem;
  border: 1px solid #efefef;
  border-radius: 0;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-qOGB5fnHSj .modal-body .close {
  background: #1b1b1b;
}
.cid-qOGB5fnHSj .modal-body .close span {
  font-style: normal;
}
.cid-qOGB5fnHSj .carousel-inner > .active,
.cid-qOGB5fnHSj .carousel-inner > .next,
.cid-qOGB5fnHSj .carousel-inner > .prev {
  display: table;
}
.cid-qOGB5fnHSj .carousel-control .icon-next,
.cid-qOGB5fnHSj .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qOGB5fnHSj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qOGB5fnHSj .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qOGB5fnHSj .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qOGB5fnHSj .boxed-slider > div {
  position: relative;
}
.cid-qOGB5fnHSj .container img {
  width: 100%;
}
.cid-qOGB5fnHSj .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qOGB5fnHSj .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qOGB5fnHSj .mbr-table-cell {
  padding: 0;
}
.cid-qOGB5fnHSj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qOGB5fnHSj .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qOGB5fnHSj .mbr-overlay {
  z-index: 1;
}
.cid-qOGB5fnHSj .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qOGB5fnHSj .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qOGB5fnHSj .carousel-item .container {
    width: 100%;
  }
}
.cid-qOGB5fnHSj .carousel-item-next.carousel-item-left,
.cid-qOGB5fnHSj .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qOGB5fnHSj .active.carousel-item-right,
.cid-qOGB5fnHSj .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qOGB5fnHSj .active.carousel-item-left,
.cid-qOGB5fnHSj .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qOGB5fnHSj .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: #232323;
  opacity: .8;
  border-radius: 0;
  transition: all .3s;
}
.cid-qOGB5fnHSj .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-qOGB5fnHSj .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-qOGB5fnHSj .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
.cid-qOGB5fnHSj .mbr-slider .carousel-control:hover {
  background-color: #781831;
}
@media (max-width: 767px) {
  .cid-qOGB5fnHSj .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qOGB5fnHSj .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qOGB5fnHSj .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qOGB5fnHSj .mbr-slider .carousel-indicators li.active,
.cid-qOGB5fnHSj .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
  background-color: #781831;
}
.cid-qOGB5fnHSj .mbr-slider .carousel-indicators li::after,
.cid-qOGB5fnHSj .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qOGB5fnHSj .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qOGB5fnHSj .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qOGB5fnHSj .mbr-slider > .container img {
  width: 100%;
}
.cid-qOGB5fnHSj .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qOGB5fnHSj .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qOGB5fnHSj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qOGB5fnHSj .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qOGB5fnHSj .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qOGB5fnHSj .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qOGB5fnHSj .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qOGB5fnHSj .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qOGB5fnHSj .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qOGB5fnHSj .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qOGB5fnHSj .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qOGB5fnHSj .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qOGB5fnHSj .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qOGB5fnHSj H2 {
  color: #b6bb52;
}
.cid-qO2cEXfWVA {
  padding-top: 0px;
  background-color: #f6f8cb;
}
.cid-qO2cEXfWVA .container {
  margin-bottom: 15%;
}
.cid-qO2cEXfWVA .content-container .btn-bgr {
  z-index: 0;
}
.cid-qO2cEXfWVA .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: #f6f8cb;
}
.cid-qO2cEXfWVA .icon-block-top span {
  background-color: #a61a3d;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
}
.cid-qO2cEXfWVA .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-qO2cEXfWVA .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-qO2cEXfWVA .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-qO2cEXfWVA .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-qO2cEXfWVA .mbr-text,
.cid-qO2cEXfWVA .box-item-text {
  color: #8d97ad;
}
.cid-qO2cEXfWVA .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-qO2cEXfWVA .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-qO2cEXfWVA .box-list li:last-child {
  border-bottom: none;
}
.cid-qO2cEXfWVA .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-qO2cEXfWVA .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-qO2cEXfWVA .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-qO2cEXfWVA .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qO2cEXfWVA .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-qO2cEXfWVA .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-qO2cEXfWVA .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-qO2cEXfWVA .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-qO2cEXfWVA .box-item-title {
  color: #b6bb52;
}
.cid-qO2cEXfWVA .mbr-text {
  color: #000000;
}
.cid-qO2cEXfWVA .box-item-text,
.cid-qO2cEXfWVA .mbr-section-btn {
  color: #109364;
}
#RSRCULADVContactForm-3d h3 {
  font-size: 46px;
}
#RSRCULADVContactForm-3d small {
  font-size: 26px;
}
#RSRCULADVContactForm-3d .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RSRCULADVContactForm-3d .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RSRCULADVContactForm-3d .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RSRCULADVContactForm-3d .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RSRCULADVContactForm-3d .form-check-input {
  margin-left: 2.25rem;
}
#RSRCULADVContactForm-3d #genderRadio1 {
  margin-left: 3.5rem;
}
#RSRCULADVContactForm-3d #genderRadio2 {
  margin-left: 4.5rem;
}
#RSRCULADVContactForm-3d #genderRadio3 {
  margin-left: 9.25rem;
}
#RSRCULADVContactForm-3d #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RSRCULADVContactForm-3d #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 55px;
}
#RSRCULADVContactForm-3d #sendbutton {
  text-align: left;
}
#RSRCULADVContactForm-3d .engine {
  display: none !important;
}
.cid-qViJ6EcLno {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qViJ6EcLno .content {
    text-align: center;
  }
  .cid-qViJ6EcLno .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qViJ6EcLno .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qViJ6EcLno .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qViJ6EcLno .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qViJ6EcLno .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qViJ6EcLno .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qViJ6EcLno .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qViJ6EcLno .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qViJ6EcLno .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qViJ6EcLno .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qViJ6EcLno .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qViJ6EcLno .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qViJ6EcLno P {
  color: #550f21;
}
.cid-qViJ6EcLno H5 {
  color: #000000;
}
.cid-qOMjYxrgIl {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qOMjYxrgIl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-qOMjYxrgIl .social-row {
  width: 100%;
  justify-content: center;
}
.cid-qOMjYxrgIl .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qOMjYxrgIl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-qOMjYxrgIl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-qOMjYxrgIl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-qOMjYxrgIl .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qOMjYxrgIl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qOMjYxrgIl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qOMjYxrgIl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qOMjYxrgIl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qOMjYxrgIl .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qOMjYxrgIl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-qOMjYxrgIl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qOMjYxrgIl .media-container-row .mbr-text {
  color: #7f1933;
}
.cid-qOH4OkYEKQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qOH4OkYEKQ .nav-item,
.cid-qOH4OkYEKQ .nav-link,
.cid-qOH4OkYEKQ .navbar-caption {
  font-weight: normal;
}
.cid-qOH4OkYEKQ .nav-item:focus,
.cid-qOH4OkYEKQ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-qOH4OkYEKQ .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-qOH4OkYEKQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qOH4OkYEKQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-qOH4OkYEKQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qOH4OkYEKQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-qOH4OkYEKQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qOH4OkYEKQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qOH4OkYEKQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qOH4OkYEKQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qOH4OkYEKQ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qOH4OkYEKQ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qOH4OkYEKQ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-qOH4OkYEKQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qOH4OkYEKQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-qOH4OkYEKQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qOH4OkYEKQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qOH4OkYEKQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qOH4OkYEKQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qOH4OkYEKQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qOH4OkYEKQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qOH4OkYEKQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-qOH4OkYEKQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qOH4OkYEKQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-qOH4OkYEKQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qOH4OkYEKQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qOH4OkYEKQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qOH4OkYEKQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qOH4OkYEKQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qOH4OkYEKQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qOH4OkYEKQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qOH4OkYEKQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-qOH4OkYEKQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qOH4OkYEKQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qOH4OkYEKQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qOH4OkYEKQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qOH4OkYEKQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qOH4OkYEKQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qOH4OkYEKQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qOH4OkYEKQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qOH4OkYEKQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qOH4OkYEKQ .dropdown-item.active,
.cid-qOH4OkYEKQ .dropdown-item:active {
  background-color: transparent;
}
.cid-qOH4OkYEKQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qOH4OkYEKQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qOH4OkYEKQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qOH4OkYEKQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qOH4OkYEKQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qOH4OkYEKQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qOH4OkYEKQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qOH4OkYEKQ .navbar-buttons {
  text-align: center;
}
.cid-qOH4OkYEKQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qOH4OkYEKQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a61a3d;
}
.cid-qOH4OkYEKQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qOH4OkYEKQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qOH4OkYEKQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qOH4OkYEKQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qOH4OkYEKQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qOH4OkYEKQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qOH4OkYEKQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qOH4OkYEKQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qOH4OkYEKQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qOH4OkYEKQ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qOH4OkYEKQ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-qOH4OkYEKQ .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-qOH4OkYEKQ .soc-item {
  margin: .5rem .3rem;
}
.cid-qOH4OkYEKQ .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qOH4OkYEKQ .navbar {
    height: 77px;
  }
  .cid-qOH4OkYEKQ .navbar.opened {
    height: auto;
  }
  .cid-qOH4OkYEKQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qORRUHCaYK {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qORRUHCaYK .mbr-iconfont {
  color: #8d97ad;
}
.cid-qORRUHCaYK .mbr-iconfont:hover {
  color: #781831 !important;
}
.cid-qORRUHCaYK .mbr-text {
  margin: 1.5rem 0;
  color: #232323;
}
.cid-qORRUHCaYK .mbr-section-subtitle {
  color: #b6bb52;
  text-align: center;
}
.cid-qORRUHCaYK .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-qORRUHCaYK .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-qORRUHCaYK .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qORRUHCaYK .mbr-section-title {
  color: #781831;
}
.cid-qViSMcm2kw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qViSMcm2kw .content {
    text-align: center;
  }
  .cid-qViSMcm2kw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qViSMcm2kw .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qViSMcm2kw .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qViSMcm2kw .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qViSMcm2kw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qViSMcm2kw .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qViSMcm2kw .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qViSMcm2kw .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qViSMcm2kw .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qViSMcm2kw .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qViSMcm2kw .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qViSMcm2kw .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qViSMcm2kw P {
  color: #550f21;
}
.cid-qViSMcm2kw H5 {
  color: #000000;
}
.cid-qORRwEZSHG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qORRwEZSHG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-qORRwEZSHG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-qORRwEZSHG .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qORRwEZSHG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-qORRwEZSHG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-qORRwEZSHG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-qORRwEZSHG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qORRwEZSHG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qORRwEZSHG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qORRwEZSHG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qORRwEZSHG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qORRwEZSHG .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qORRwEZSHG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-qORRwEZSHG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qORRwEZSHG .media-container-row .mbr-text {
  color: #7f1933;
}
.cid-qORRwFEfiE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qORRwFEfiE .nav-item,
.cid-qORRwFEfiE .nav-link,
.cid-qORRwFEfiE .navbar-caption {
  font-weight: normal;
}
.cid-qORRwFEfiE .nav-item:focus,
.cid-qORRwFEfiE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-qORRwFEfiE .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-qORRwFEfiE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qORRwFEfiE .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-qORRwFEfiE .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qORRwFEfiE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-qORRwFEfiE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qORRwFEfiE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qORRwFEfiE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qORRwFEfiE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qORRwFEfiE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qORRwFEfiE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qORRwFEfiE .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-qORRwFEfiE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qORRwFEfiE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-qORRwFEfiE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qORRwFEfiE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qORRwFEfiE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qORRwFEfiE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qORRwFEfiE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qORRwFEfiE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qORRwFEfiE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-qORRwFEfiE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qORRwFEfiE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-qORRwFEfiE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qORRwFEfiE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qORRwFEfiE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qORRwFEfiE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qORRwFEfiE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qORRwFEfiE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qORRwFEfiE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qORRwFEfiE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-qORRwFEfiE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qORRwFEfiE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qORRwFEfiE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qORRwFEfiE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qORRwFEfiE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qORRwFEfiE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qORRwFEfiE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qORRwFEfiE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qORRwFEfiE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qORRwFEfiE .dropdown-item.active,
.cid-qORRwFEfiE .dropdown-item:active {
  background-color: transparent;
}
.cid-qORRwFEfiE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qORRwFEfiE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qORRwFEfiE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qORRwFEfiE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qORRwFEfiE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qORRwFEfiE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qORRwFEfiE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qORRwFEfiE .navbar-buttons {
  text-align: center;
}
.cid-qORRwFEfiE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qORRwFEfiE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a61a3d;
}
.cid-qORRwFEfiE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qORRwFEfiE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qORRwFEfiE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qORRwFEfiE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qORRwFEfiE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qORRwFEfiE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qORRwFEfiE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qORRwFEfiE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qORRwFEfiE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qORRwFEfiE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qORRwFEfiE .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-qORRwFEfiE .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-qORRwFEfiE .soc-item {
  margin: .5rem .3rem;
}
.cid-qORRwFEfiE .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qORRwFEfiE .navbar {
    height: 77px;
  }
  .cid-qORRwFEfiE .navbar.opened {
    height: auto;
  }
  .cid-qORRwFEfiE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qP3Kq5peAY {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qP3Kq5peAY .mbr-section-title {
  margin: 0;
  color: #781831;
}
.cid-qP3Kq5peAY .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #232323;
}
.cid-qP3Kq5peAY .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-qP3Kq5peAY .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-qP3Kq5peAY .card1 {
  background: linear-gradient(45deg, #781831, #b6bb52);
}
.cid-qP3Kq5peAY .card2 {
  background: linear-gradient(45deg, #b6bb52, #781831);
}
.cid-qP3Kq5peAY .card3 {
  background: linear-gradient(45deg, #781831, #b6bb52);
}
.cid-qP3Kq5peAY .card4 {
  background: linear-gradient(45deg, #b6bb52, #781831);
}
@media (max-width: 991px) {
  .cid-qP3Kq5peAY .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-qP3Kq5peAY .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-qP3Kq5peAY .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qT8zKkKsgG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qT8zKkKsgG .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-qT8zKkKsgG .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-qT8zKkKsgG .text-content {
  padding-right: 1.5rem;
}
.cid-qT8zKkKsgG .mbr-text {
  color: #8d97ad;
}
.cid-qT8zKkKsgG .mbr-figure img {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-qT8zKkKsgG .counter-container {
  padding-top: 1rem;
}
.cid-qT8zKkKsgG .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-qT8zKkKsgG .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-qT8zKkKsgG .main-row {
    margin: 0;
  }
  .cid-qT8zKkKsgG .mbr-section-title,
  .cid-qT8zKkKsgG .mbr-text,
  .cid-qT8zKkKsgG .list,
  .cid-qT8zKkKsgG .mbr-section-btn {
    text-align: center !important;
  }
  .cid-qT8zKkKsgG .text-content {
    padding: 0;
  }
}
.cid-qT8zKkKsgG .mbr-section-title {
  color: #781831;
}
.cid-qT8zKkKsgG .mbr-text,
.cid-qT8zKkKsgG .mbr-section-btn {
  color: #333333;
}
.cid-qQW4V7zLnV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qQW4V7zLnV .mbr-section-subtitle {
  color: #781831;
}
.cid-qVA1Ojbri8 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-qVA1Ojbri8 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-qVA1Ojbri8 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qVA1Ojbri8 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qVA1Ojbri8 .carousel-item .wrap-img {
  text-align: center;
}
.cid-qVA1Ojbri8 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qVA1Ojbri8 .carousel-controls {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-qVA1Ojbri8 .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  color: #ffffff;
  font-weight: bold;
}
.cid-qVA1Ojbri8 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qVA1Ojbri8 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qVA1Ojbri8 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1.2rem;
  font-weight: bold;
}
.cid-qVA1Ojbri8 .cloneditem-1,
.cid-qVA1Ojbri8 .cloneditem-2,
.cid-qVA1Ojbri8 .cloneditem-3,
.cid-qVA1Ojbri8 .cloneditem-4,
.cid-qVA1Ojbri8 .cloneditem-5 {
  display: none;
}
.cid-qVA1Ojbri8 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-qVA1Ojbri8 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qVA1Ojbri8 .carousel-inner {
    z-index: 1;
  }
  .cid-qVA1Ojbri8 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qVA1Ojbri8 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qVA1Ojbri8 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qVA1Ojbri8 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qVA1Ojbri8 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qVA1Ojbri8 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qVA1Ojbri8 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qVA1Ojbri8 .carousel-inner.slides2 .cloneditem-1,
  .cid-qVA1Ojbri8 .carousel-inner.slides2 .cloneditem-2,
  .cid-qVA1Ojbri8 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qVA1Ojbri8 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qVA1Ojbri8 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qVA1Ojbri8 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qVA1Ojbri8 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qVA1Ojbri8 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qVA1Ojbri8 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qVA1Ojbri8 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qVA1Ojbri8 .carousel-inner.slides3 .cloneditem-1,
  .cid-qVA1Ojbri8 .carousel-inner.slides3 .cloneditem-2,
  .cid-qVA1Ojbri8 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qVA1Ojbri8 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qVA1Ojbri8 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qVA1Ojbri8 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qVA1Ojbri8 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qVA1Ojbri8 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qVA1Ojbri8 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qVA1Ojbri8 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qVA1Ojbri8 .carousel-inner.slides4 .cloneditem-1,
  .cid-qVA1Ojbri8 .carousel-inner.slides4 .cloneditem-2,
  .cid-qVA1Ojbri8 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qVA1Ojbri8 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qVA1Ojbri8 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qVA1Ojbri8 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qVA1Ojbri8 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qVA1Ojbri8 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qVA1Ojbri8 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qVA1Ojbri8 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qVA1Ojbri8 .carousel-inner.slides5 .cloneditem-1,
  .cid-qVA1Ojbri8 .carousel-inner.slides5 .cloneditem-2,
  .cid-qVA1Ojbri8 .carousel-inner.slides5 .cloneditem-3,
  .cid-qVA1Ojbri8 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qVA1Ojbri8 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qVA1Ojbri8 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qVA1Ojbri8 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qVA1Ojbri8 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qVA1Ojbri8 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qVA1Ojbri8 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qVA1Ojbri8 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qVA1Ojbri8 .carousel-inner.slides6 .cloneditem-1,
  .cid-qVA1Ojbri8 .carousel-inner.slides6 .cloneditem-2,
  .cid-qVA1Ojbri8 .carousel-inner.slides6 .cloneditem-3,
  .cid-qVA1Ojbri8 .carousel-inner.slides6 .cloneditem-4,
  .cid-qVA1Ojbri8 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qVA1Ojbri8 .mbr-section-title {
  color: #550f21;
}
.cid-qViT5uCMEi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qViT5uCMEi .content {
    text-align: center;
  }
  .cid-qViT5uCMEi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qViT5uCMEi .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qViT5uCMEi .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qViT5uCMEi .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qViT5uCMEi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qViT5uCMEi .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qViT5uCMEi .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qViT5uCMEi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qViT5uCMEi .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qViT5uCMEi .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qViT5uCMEi .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qViT5uCMEi .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qViT5uCMEi P {
  color: #550f21;
}
.cid-qViT5uCMEi H5 {
  color: #000000;
}
.cid-qViT5uCMEi .copyright > p {
  color: #000000;
}
.cid-qOSTqXDtHV {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qOSTqXDtHV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-qOSTqXDtHV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-qOSTqXDtHV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qOSTqXDtHV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-qOSTqXDtHV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-qOSTqXDtHV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-qOSTqXDtHV .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qOSTqXDtHV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qOSTqXDtHV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qOSTqXDtHV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qOSTqXDtHV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qOSTqXDtHV .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qOSTqXDtHV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-qOSTqXDtHV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qOSTqXDtHV .media-container-row .mbr-text {
  color: #7f1933;
}
.cid-qOSTqYcAEZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qOSTqYcAEZ .nav-item,
.cid-qOSTqYcAEZ .nav-link,
.cid-qOSTqYcAEZ .navbar-caption {
  font-weight: normal;
}
.cid-qOSTqYcAEZ .nav-item:focus,
.cid-qOSTqYcAEZ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-qOSTqYcAEZ .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-qOSTqYcAEZ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qOSTqYcAEZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-qOSTqYcAEZ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qOSTqYcAEZ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-qOSTqYcAEZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qOSTqYcAEZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qOSTqYcAEZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qOSTqYcAEZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qOSTqYcAEZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qOSTqYcAEZ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qOSTqYcAEZ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-qOSTqYcAEZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qOSTqYcAEZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-qOSTqYcAEZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qOSTqYcAEZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qOSTqYcAEZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qOSTqYcAEZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qOSTqYcAEZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qOSTqYcAEZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qOSTqYcAEZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-qOSTqYcAEZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qOSTqYcAEZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-qOSTqYcAEZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qOSTqYcAEZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qOSTqYcAEZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qOSTqYcAEZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qOSTqYcAEZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qOSTqYcAEZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qOSTqYcAEZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qOSTqYcAEZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-qOSTqYcAEZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qOSTqYcAEZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qOSTqYcAEZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qOSTqYcAEZ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qOSTqYcAEZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qOSTqYcAEZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qOSTqYcAEZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qOSTqYcAEZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qOSTqYcAEZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qOSTqYcAEZ .dropdown-item.active,
.cid-qOSTqYcAEZ .dropdown-item:active {
  background-color: transparent;
}
.cid-qOSTqYcAEZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qOSTqYcAEZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qOSTqYcAEZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qOSTqYcAEZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qOSTqYcAEZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qOSTqYcAEZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qOSTqYcAEZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qOSTqYcAEZ .navbar-buttons {
  text-align: center;
}
.cid-qOSTqYcAEZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qOSTqYcAEZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a61a3d;
}
.cid-qOSTqYcAEZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qOSTqYcAEZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qOSTqYcAEZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qOSTqYcAEZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qOSTqYcAEZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qOSTqYcAEZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qOSTqYcAEZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qOSTqYcAEZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qOSTqYcAEZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qOSTqYcAEZ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qOSTqYcAEZ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-qOSTqYcAEZ .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-qOSTqYcAEZ .soc-item {
  margin: .5rem .3rem;
}
.cid-qOSTqYcAEZ .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qOSTqYcAEZ .navbar {
    height: 77px;
  }
  .cid-qOSTqYcAEZ .navbar.opened {
    height: auto;
  }
  .cid-qOSTqYcAEZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qPlDwcaunj {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qPlDwcaunj .mbr-figure img {
  border-radius: .25rem;
}
.cid-qPlDwcaunj .mbr-text {
  color: #8d97ad;
}
.cid-qPlDwcaunj .mbr-media {
  display: flex;
  justify-content: flex-start;
}
.cid-qPlDwcaunj .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-qPlDwcaunj .btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  flex-shrink: 0;
  position: relative;
  background: #781831;
  width: 60px;
  height: 60px;
  border: 1px solid #781831;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-qPlDwcaunj .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-qPlDwcaunj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-qPlDwcaunj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-qPlDwcaunj .wrapper-video {
  display: flex;
  align-items: center;
}
.cid-qPlDwcaunj .icon-description {
  margin-left: 1rem;
  text-align: left;
}
.cid-qPlDwcaunj a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-qPlDwcaunj a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qPlDwcaunj .mbr-section-title,
  .cid-qPlDwcaunj .mbr-text {
    text-align: center;
  }
  .cid-qPlDwcaunj .wrapper-video {
    justify-content: center !important;
  }
}
.cid-qPlDwcaunj .mbr-text,
.cid-qPlDwcaunj .mbr-section-btn {
  color: #232323;
}
.cid-qPlDwcaunj H2 {
  color: #781831;
}
.cid-qViT1zCrnF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qViT1zCrnF .content {
    text-align: center;
  }
  .cid-qViT1zCrnF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qViT1zCrnF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qViT1zCrnF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qViT1zCrnF .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qViT1zCrnF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qViT1zCrnF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qViT1zCrnF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qViT1zCrnF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qViT1zCrnF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qViT1zCrnF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qViT1zCrnF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qViT1zCrnF .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qViT1zCrnF P {
  color: #550f21;
}
.cid-qViT1zCrnF H5 {
  color: #000000;
}
.cid-qOTbkiPF0M {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qOTbkiPF0M .row-links {
  width: 100%;
  justify-content: center;
}
.cid-qOTbkiPF0M .social-row {
  width: 100%;
  justify-content: center;
}
.cid-qOTbkiPF0M .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qOTbkiPF0M .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-qOTbkiPF0M .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-qOTbkiPF0M .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-qOTbkiPF0M .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qOTbkiPF0M .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qOTbkiPF0M .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qOTbkiPF0M .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qOTbkiPF0M .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qOTbkiPF0M .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qOTbkiPF0M .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-qOTbkiPF0M .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qOTbkiPF0M .media-container-row .mbr-text {
  color: #7f1933;
}
.cid-qOTbkjoPnm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qOTbkjoPnm .nav-item,
.cid-qOTbkjoPnm .nav-link,
.cid-qOTbkjoPnm .navbar-caption {
  font-weight: normal;
}
.cid-qOTbkjoPnm .nav-item:focus,
.cid-qOTbkjoPnm .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-qOTbkjoPnm .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-qOTbkjoPnm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qOTbkjoPnm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-qOTbkjoPnm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qOTbkjoPnm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-qOTbkjoPnm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qOTbkjoPnm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qOTbkjoPnm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qOTbkjoPnm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qOTbkjoPnm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qOTbkjoPnm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qOTbkjoPnm .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-qOTbkjoPnm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qOTbkjoPnm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-qOTbkjoPnm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qOTbkjoPnm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qOTbkjoPnm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qOTbkjoPnm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qOTbkjoPnm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qOTbkjoPnm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qOTbkjoPnm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-qOTbkjoPnm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qOTbkjoPnm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-qOTbkjoPnm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qOTbkjoPnm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qOTbkjoPnm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qOTbkjoPnm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qOTbkjoPnm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qOTbkjoPnm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qOTbkjoPnm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qOTbkjoPnm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-qOTbkjoPnm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qOTbkjoPnm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qOTbkjoPnm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qOTbkjoPnm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qOTbkjoPnm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qOTbkjoPnm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qOTbkjoPnm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qOTbkjoPnm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qOTbkjoPnm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qOTbkjoPnm .dropdown-item.active,
.cid-qOTbkjoPnm .dropdown-item:active {
  background-color: transparent;
}
.cid-qOTbkjoPnm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qOTbkjoPnm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qOTbkjoPnm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qOTbkjoPnm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qOTbkjoPnm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qOTbkjoPnm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qOTbkjoPnm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qOTbkjoPnm .navbar-buttons {
  text-align: center;
}
.cid-qOTbkjoPnm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qOTbkjoPnm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a61a3d;
}
.cid-qOTbkjoPnm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qOTbkjoPnm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qOTbkjoPnm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qOTbkjoPnm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qOTbkjoPnm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qOTbkjoPnm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qOTbkjoPnm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qOTbkjoPnm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qOTbkjoPnm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qOTbkjoPnm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qOTbkjoPnm .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-qOTbkjoPnm .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-qOTbkjoPnm .soc-item {
  margin: .5rem .3rem;
}
.cid-qOTbkjoPnm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qOTbkjoPnm .navbar {
    height: 77px;
  }
  .cid-qOTbkjoPnm .navbar.opened {
    height: auto;
  }
  .cid-qOTbkjoPnm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qP3kAlWI3o {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qP3kAlWI3o .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-qP3kAlWI3o .card-img {
  padding-bottom: 2rem;
  border-radius: .25rem;
  overflow: hidden;
}
.cid-qP3kAlWI3o .card-img img {
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-qP3kAlWI3o .section-text,
.cid-qP3kAlWI3o .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-qP3kAlWI3o .section-text,
  .cid-qP3kAlWI3o .card-text,
  .cid-qP3kAlWI3o .card-title,
  .cid-qP3kAlWI3o .mbr-section-title {
    text-align: center;
  }
}
.cid-qP3kAlWI3o H2 {
  color: #781831;
}
.cid-qP3kAlWI3o .card-title,
.cid-qP3kAlWI3o .card-img {
  color: #781831;
}
.cid-qP3kAlWI3o .section-text {
  color: #232323;
}
.cid-qP3kAlWI3o .card-text,
.cid-qP3kAlWI3o .mbr-section-btn {
  color: #232323;
}
.cid-qVLsXb6LYp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qVLsXb6LYp .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-qVLsXb6LYp .mbr-section-title {
  color: #781831;
  text-align: center;
}
.cid-qP3kRFmWms {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qP3kRFmWms .mbr-overlay {
  background: #efefef;
}
.cid-qP3kRFmWms .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-qP3kRFmWms .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-qP3kRFmWms .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-qP3kRFmWms .mbr-text {
  color: #8d97ad;
}
.cid-qP3kRFmWms .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-qP3kRFmWms .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-qP3kRFmWms .card-title {
    text-align: center;
  }
  .cid-qP3kRFmWms p.mbr-text,
  .cid-qP3kRFmWms p.date {
    text-align: center;
  }
}
.cid-qP3kRFmWms .card-title,
.cid-qP3kRFmWms .card-img {
  color: #781831;
  text-align: center;
}
.cid-qP3kRFmWms .card-title,
.cid-qP3kRFmWms .card-img P {
  text-align: left;
}
.cid-qP3kRFmWms .mbr-text,
.cid-qP3kRFmWms .mbr-section-btn {
  color: #232323;
}
.cid-qVAiTrW8w6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qVAiTrW8w6 .mbr-overlay {
  background: #efefef;
}
.cid-qVAiTrW8w6 .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-qVAiTrW8w6 .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-qVAiTrW8w6 .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-qVAiTrW8w6 .mbr-text {
  color: #8d97ad;
}
.cid-qVAiTrW8w6 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-qVAiTrW8w6 .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-qVAiTrW8w6 .card-title {
    text-align: center;
  }
  .cid-qVAiTrW8w6 p.mbr-text,
  .cid-qVAiTrW8w6 p.date {
    text-align: center;
  }
}
.cid-qVAiTrW8w6 .card-title,
.cid-qVAiTrW8w6 .card-img {
  color: #781831;
  text-align: center;
}
.cid-qVAiTrW8w6 .card-title,
.cid-qVAiTrW8w6 .card-img P {
  text-align: center;
}
.cid-qVAiTrW8w6 .mbr-text,
.cid-qVAiTrW8w6 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-qP3ulswWY7 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qP3ulswWY7 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qP3ulswWY7 .mbr-section-title {
  color: #781831;
}
.cid-qP3x97qkwM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qP3x97qkwM .mbr-text {
  color: #232323;
}
.cid-qP3xz95CBx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qP3xz95CBx .mbr-section-subtitle {
  color: #232323;
}
.cid-qP3xz95CBx .mbr-section-title {
  color: #781831;
}
.cid-qP3uhjcgpS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qP3uhjcgpS .mbr-text {
  color: #8d97ad;
}
.cid-qP3uhjcgpS .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-qP3uhjcgpS .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qP3uhjcgpS .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #781831;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.cid-qP3uhjcgpS .mbr-text UL {
  color: #232323;
}
.cid-qP3yUXoNKR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qP3yUXoNKR .mbr-text {
  color: #232323;
}
.cid-qViTamKzdb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qViTamKzdb .content {
    text-align: center;
  }
  .cid-qViTamKzdb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qViTamKzdb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qViTamKzdb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qViTamKzdb .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qViTamKzdb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qViTamKzdb .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qViTamKzdb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qViTamKzdb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qViTamKzdb .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qViTamKzdb .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qViTamKzdb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qViTamKzdb .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qViTamKzdb P {
  color: #550f21;
}
.cid-qViTamKzdb H5 {
  color: #000000;
}
.cid-qP3kmxCcgs {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qP3kmxCcgs .row-links {
  width: 100%;
  justify-content: center;
}
.cid-qP3kmxCcgs .social-row {
  width: 100%;
  justify-content: center;
}
.cid-qP3kmxCcgs .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qP3kmxCcgs .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-qP3kmxCcgs .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-qP3kmxCcgs .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-qP3kmxCcgs .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qP3kmxCcgs .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qP3kmxCcgs .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qP3kmxCcgs .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qP3kmxCcgs .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qP3kmxCcgs .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qP3kmxCcgs .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-qP3kmxCcgs .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qP3kmxCcgs .media-container-row .mbr-text {
  color: #7f1933;
}
.cid-qP3kmyeHva .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qP3kmyeHva .nav-item,
.cid-qP3kmyeHva .nav-link,
.cid-qP3kmyeHva .navbar-caption {
  font-weight: normal;
}
.cid-qP3kmyeHva .nav-item:focus,
.cid-qP3kmyeHva .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-qP3kmyeHva .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-qP3kmyeHva .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qP3kmyeHva .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-qP3kmyeHva .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qP3kmyeHva .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-qP3kmyeHva .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qP3kmyeHva .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qP3kmyeHva .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qP3kmyeHva .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qP3kmyeHva .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qP3kmyeHva .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qP3kmyeHva .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-qP3kmyeHva .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qP3kmyeHva .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-qP3kmyeHva .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qP3kmyeHva .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qP3kmyeHva .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qP3kmyeHva .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qP3kmyeHva .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qP3kmyeHva .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qP3kmyeHva .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-qP3kmyeHva .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qP3kmyeHva .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-qP3kmyeHva .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qP3kmyeHva .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qP3kmyeHva .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qP3kmyeHva .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qP3kmyeHva .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qP3kmyeHva .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qP3kmyeHva .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qP3kmyeHva .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-qP3kmyeHva .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qP3kmyeHva .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qP3kmyeHva .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qP3kmyeHva .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qP3kmyeHva .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qP3kmyeHva .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qP3kmyeHva .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qP3kmyeHva .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qP3kmyeHva .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qP3kmyeHva .dropdown-item.active,
.cid-qP3kmyeHva .dropdown-item:active {
  background-color: transparent;
}
.cid-qP3kmyeHva .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qP3kmyeHva .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qP3kmyeHva .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qP3kmyeHva .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qP3kmyeHva .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qP3kmyeHva .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qP3kmyeHva ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qP3kmyeHva .navbar-buttons {
  text-align: center;
}
.cid-qP3kmyeHva button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qP3kmyeHva button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a61a3d;
}
.cid-qP3kmyeHva button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qP3kmyeHva button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qP3kmyeHva button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qP3kmyeHva button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qP3kmyeHva nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qP3kmyeHva nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qP3kmyeHva nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qP3kmyeHva nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qP3kmyeHva .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qP3kmyeHva a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qP3kmyeHva .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-qP3kmyeHva .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-qP3kmyeHva .soc-item {
  margin: .5rem .3rem;
}
.cid-qP3kmyeHva .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qP3kmyeHva .navbar {
    height: 77px;
  }
  .cid-qP3kmyeHva .navbar.opened {
    height: auto;
  }
  .cid-qP3kmyeHva .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qP4uo4ZzZo {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-qP4uo4ZzZo .mbr-section-title {
  color: #781831;
}
.cid-qP4uo4ZzZo .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-qP4uo4ZzZo .mbr-text {
  color: #8d97ad;
}
.cid-qP4uo4ZzZo .nav {
  border: none;
}
.cid-qP4uo4ZzZo .nav-tabs {
  display: table;
  width: 100%;
}
.cid-qP4uo4ZzZo .nav-tabs .nav-item {
  display: table-cell;
}
.cid-qP4uo4ZzZo .card-img {
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-qP4uo4ZzZo .tab-content {
  margin-top: 3rem;
}
.cid-qP4uo4ZzZo .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-qP4uo4ZzZo .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-qP4uo4ZzZo .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
  border-bottom: none;
}
.cid-qP4uo4ZzZo .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-qP4uo4ZzZo .nav-item {
    display: table-row !important;
  }
}
.cid-qP4uo4ZzZo .mbr-text,
.cid-qP4uo4ZzZo .mbr-section-btn {
  color: #232323;
}
.cid-qP4uo4ZzZo .title-content {
  color: #781831;
}
.cid-qViSRuLoh0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qViSRuLoh0 .content {
    text-align: center;
  }
  .cid-qViSRuLoh0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qViSRuLoh0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qViSRuLoh0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qViSRuLoh0 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qViSRuLoh0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qViSRuLoh0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qViSRuLoh0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qViSRuLoh0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qViSRuLoh0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qViSRuLoh0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qViSRuLoh0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qViSRuLoh0 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qViSRuLoh0 P {
  color: #550f21;
}
.cid-qViSRuLoh0 H5 {
  color: #000000;
}
.cid-qP4sHfAYb3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qP4sHfAYb3 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-qP4sHfAYb3 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-qP4sHfAYb3 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qP4sHfAYb3 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-qP4sHfAYb3 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-qP4sHfAYb3 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-qP4sHfAYb3 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qP4sHfAYb3 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qP4sHfAYb3 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qP4sHfAYb3 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qP4sHfAYb3 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qP4sHfAYb3 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qP4sHfAYb3 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-qP4sHfAYb3 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qP4sHfAYb3 .media-container-row .mbr-text {
  color: #7f1933;
}
.cid-qP4sHgas4A .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qP4sHgas4A .nav-item,
.cid-qP4sHgas4A .nav-link,
.cid-qP4sHgas4A .navbar-caption {
  font-weight: normal;
}
.cid-qP4sHgas4A .nav-item:focus,
.cid-qP4sHgas4A .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-qP4sHgas4A .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-qP4sHgas4A .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qP4sHgas4A .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-qP4sHgas4A .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qP4sHgas4A .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-qP4sHgas4A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qP4sHgas4A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qP4sHgas4A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qP4sHgas4A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qP4sHgas4A .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qP4sHgas4A .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qP4sHgas4A .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-qP4sHgas4A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qP4sHgas4A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-qP4sHgas4A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qP4sHgas4A .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qP4sHgas4A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qP4sHgas4A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qP4sHgas4A .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qP4sHgas4A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qP4sHgas4A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-qP4sHgas4A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qP4sHgas4A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-qP4sHgas4A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qP4sHgas4A .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qP4sHgas4A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qP4sHgas4A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qP4sHgas4A .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qP4sHgas4A .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qP4sHgas4A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qP4sHgas4A .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-qP4sHgas4A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qP4sHgas4A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qP4sHgas4A .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qP4sHgas4A .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qP4sHgas4A .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qP4sHgas4A .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qP4sHgas4A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qP4sHgas4A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qP4sHgas4A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qP4sHgas4A .dropdown-item.active,
.cid-qP4sHgas4A .dropdown-item:active {
  background-color: transparent;
}
.cid-qP4sHgas4A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qP4sHgas4A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qP4sHgas4A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qP4sHgas4A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qP4sHgas4A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qP4sHgas4A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qP4sHgas4A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qP4sHgas4A .navbar-buttons {
  text-align: center;
}
.cid-qP4sHgas4A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qP4sHgas4A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a61a3d;
}
.cid-qP4sHgas4A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qP4sHgas4A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qP4sHgas4A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qP4sHgas4A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qP4sHgas4A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qP4sHgas4A nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qP4sHgas4A nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qP4sHgas4A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qP4sHgas4A .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qP4sHgas4A a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qP4sHgas4A .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-qP4sHgas4A .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-qP4sHgas4A .soc-item {
  margin: .5rem .3rem;
}
.cid-qP4sHgas4A .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qP4sHgas4A .navbar {
    height: 77px;
  }
  .cid-qP4sHgas4A .navbar.opened {
    height: auto;
  }
  .cid-qP4sHgas4A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qP4Bh4FmXa {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qP4Bh4FmXa .mbr-section-subtitle {
  color: #232323;
}
.cid-qP4Bh4FmXa .mbr-section-title {
  color: #781831;
}
.cid-qP4BhKbabW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qP4BhKbabW .mbr-text {
  color: #8d97ad;
}
.cid-qP4BhKbabW .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-qP4BhKbabW .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qP4BhKbabW .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #781831;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.cid-qP4BhKbabW .mbr-text UL {
  color: #232323;
}
.cid-qViSVxwgLd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qViSVxwgLd .content {
    text-align: center;
  }
  .cid-qViSVxwgLd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qViSVxwgLd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qViSVxwgLd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qViSVxwgLd .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qViSVxwgLd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qViSVxwgLd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qViSVxwgLd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qViSVxwgLd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qViSVxwgLd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qViSVxwgLd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qViSVxwgLd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qViSVxwgLd .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qViSVxwgLd P {
  color: #550f21;
}
.cid-qViSVxwgLd H5 {
  color: #000000;
}
.cid-qP4AV6Akkb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qP4AV6Akkb .row-links {
  width: 100%;
  justify-content: center;
}
.cid-qP4AV6Akkb .social-row {
  width: 100%;
  justify-content: center;
}
.cid-qP4AV6Akkb .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qP4AV6Akkb .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-qP4AV6Akkb .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-qP4AV6Akkb .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-qP4AV6Akkb .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qP4AV6Akkb .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qP4AV6Akkb .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qP4AV6Akkb .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qP4AV6Akkb .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qP4AV6Akkb .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qP4AV6Akkb .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-qP4AV6Akkb .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qP4AV6Akkb .media-container-row .mbr-text {
  color: #7f1933;
}
.cid-qP4AV7jHXa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qP4AV7jHXa .nav-item,
.cid-qP4AV7jHXa .nav-link,
.cid-qP4AV7jHXa .navbar-caption {
  font-weight: normal;
}
.cid-qP4AV7jHXa .nav-item:focus,
.cid-qP4AV7jHXa .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-qP4AV7jHXa .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-qP4AV7jHXa .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qP4AV7jHXa .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-qP4AV7jHXa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qP4AV7jHXa .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-qP4AV7jHXa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qP4AV7jHXa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qP4AV7jHXa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qP4AV7jHXa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qP4AV7jHXa .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qP4AV7jHXa .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qP4AV7jHXa .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-qP4AV7jHXa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qP4AV7jHXa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-qP4AV7jHXa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qP4AV7jHXa .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qP4AV7jHXa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qP4AV7jHXa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qP4AV7jHXa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qP4AV7jHXa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qP4AV7jHXa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-qP4AV7jHXa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qP4AV7jHXa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-qP4AV7jHXa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qP4AV7jHXa .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qP4AV7jHXa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qP4AV7jHXa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qP4AV7jHXa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qP4AV7jHXa .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qP4AV7jHXa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qP4AV7jHXa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-qP4AV7jHXa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qP4AV7jHXa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qP4AV7jHXa .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qP4AV7jHXa .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qP4AV7jHXa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qP4AV7jHXa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qP4AV7jHXa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qP4AV7jHXa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qP4AV7jHXa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qP4AV7jHXa .dropdown-item.active,
.cid-qP4AV7jHXa .dropdown-item:active {
  background-color: transparent;
}
.cid-qP4AV7jHXa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qP4AV7jHXa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qP4AV7jHXa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qP4AV7jHXa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qP4AV7jHXa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qP4AV7jHXa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qP4AV7jHXa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qP4AV7jHXa .navbar-buttons {
  text-align: center;
}
.cid-qP4AV7jHXa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qP4AV7jHXa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a61a3d;
}
.cid-qP4AV7jHXa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qP4AV7jHXa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qP4AV7jHXa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qP4AV7jHXa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qP4AV7jHXa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qP4AV7jHXa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qP4AV7jHXa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qP4AV7jHXa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qP4AV7jHXa .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qP4AV7jHXa a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qP4AV7jHXa .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-qP4AV7jHXa .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-qP4AV7jHXa .soc-item {
  margin: .5rem .3rem;
}
.cid-qP4AV7jHXa .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qP4AV7jHXa .navbar {
    height: 77px;
  }
  .cid-qP4AV7jHXa .navbar.opened {
    height: auto;
  }
  .cid-qP4AV7jHXa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-46 .cognito .c-forms-form {
  margin: 0 auto;
}
#custom-html-46 .cognito .c-forms-form {
  padding-top: 70px;
}
.cid-r0j13L70ZG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r0j13L70ZG .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-r0j13L70ZG .card-img {
  padding-bottom: 2rem;
  border-radius: .25rem;
  overflow: hidden;
}
.cid-r0j13L70ZG .card-img img {
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-r0j13L70ZG .section-text,
.cid-r0j13L70ZG .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-r0j13L70ZG .section-text,
  .cid-r0j13L70ZG .card-text,
  .cid-r0j13L70ZG .card-title,
  .cid-r0j13L70ZG .mbr-section-title {
    text-align: center;
  }
}
.cid-r0j13L70ZG H2 {
  color: #781831;
}
.cid-r0j13L70ZG .card-title,
.cid-r0j13L70ZG .card-img {
  color: #781831;
}
.cid-r0j13L70ZG .section-text {
  color: #232323;
}
.cid-r0j13L70ZG .card-text,
.cid-r0j13L70ZG .mbr-section-btn {
  color: #232323;
}
.cid-r0j13Me5jS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r0j13Me5jS .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-r0j13Me5jS .mbr-section-title {
  color: #781831;
  text-align: center;
}
.cid-r0j13MLXuU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r0j13MLXuU .mbr-overlay {
  background: #efefef;
}
.cid-r0j13MLXuU .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-r0j13MLXuU .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-r0j13MLXuU .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-r0j13MLXuU .mbr-text {
  color: #8d97ad;
}
.cid-r0j13MLXuU .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-r0j13MLXuU .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-r0j13MLXuU .card-title {
    text-align: center;
  }
  .cid-r0j13MLXuU p.mbr-text,
  .cid-r0j13MLXuU p.date {
    text-align: center;
  }
}
.cid-r0j13MLXuU .card-title,
.cid-r0j13MLXuU .card-img {
  color: #781831;
  text-align: center;
}
.cid-r0j13MLXuU .card-title,
.cid-r0j13MLXuU .card-img P {
  text-align: left;
}
.cid-r0j13MLXuU .mbr-text,
.cid-r0j13MLXuU .mbr-section-btn {
  color: #232323;
}
.cid-r0j13NxE9y {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r0j13NxE9y .mbr-overlay {
  background: #efefef;
}
.cid-r0j13NxE9y .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-r0j13NxE9y .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-r0j13NxE9y .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-r0j13NxE9y .mbr-text {
  color: #8d97ad;
}
.cid-r0j13NxE9y .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-r0j13NxE9y .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-r0j13NxE9y .card-title {
    text-align: center;
  }
  .cid-r0j13NxE9y p.mbr-text,
  .cid-r0j13NxE9y p.date {
    text-align: center;
  }
}
.cid-r0j13NxE9y .card-title,
.cid-r0j13NxE9y .card-img {
  color: #781831;
  text-align: center;
}
.cid-r0j13NxE9y .card-title,
.cid-r0j13NxE9y .card-img P {
  text-align: center;
}
.cid-r0j13NxE9y .mbr-text,
.cid-r0j13NxE9y .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-r0j13OmVz2 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r0j13OmVz2 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-r0j13OmVz2 .mbr-section-title {
  color: #781831;
}
.cid-r0j13OShrc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r0j13OShrc .mbr-text {
  color: #232323;
}
.cid-r0j13Pjaax {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r0j13Pjaax .mbr-section-subtitle {
  color: #232323;
}
.cid-r0j13Pjaax .mbr-section-title {
  color: #781831;
}
.cid-r0j13PM5wp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r0j13PM5wp .mbr-text {
  color: #8d97ad;
}
.cid-r0j13PM5wp .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-r0j13PM5wp .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-r0j13PM5wp .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #781831;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.cid-r0j13PM5wp .mbr-text UL {
  color: #232323;
}
.cid-r0j13QcVIG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r0j13QcVIG .mbr-text {
  color: #232323;
}
.cid-r0j13QE56R {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-r0j13QE56R .content {
    text-align: center;
  }
  .cid-r0j13QE56R .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r0j13QE56R .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-r0j13QE56R .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-r0j13QE56R .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-r0j13QE56R .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r0j13QE56R .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-r0j13QE56R .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r0j13QE56R .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-r0j13QE56R .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r0j13QE56R .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r0j13QE56R .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r0j13QE56R .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r0j13QE56R P {
  color: #550f21;
}
.cid-r0j13QE56R H5 {
  color: #000000;
}
.cid-r0j13RjfHm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r0j13RjfHm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-r0j13RjfHm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-r0j13RjfHm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-r0j13RjfHm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-r0j13RjfHm .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-r0j13RjfHm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-r0j13RjfHm .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r0j13RjfHm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-r0j13RjfHm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r0j13RjfHm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r0j13RjfHm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r0j13RjfHm .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r0j13RjfHm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-r0j13RjfHm .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-r0j13RjfHm .media-container-row .mbr-text {
  color: #7f1933;
}
.cid-r0j13S2VGD .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-r0j13S2VGD .nav-item,
.cid-r0j13S2VGD .nav-link,
.cid-r0j13S2VGD .navbar-caption {
  font-weight: normal;
}
.cid-r0j13S2VGD .nav-item:focus,
.cid-r0j13S2VGD .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-r0j13S2VGD .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-r0j13S2VGD .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-r0j13S2VGD .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-r0j13S2VGD .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-r0j13S2VGD .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-r0j13S2VGD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-r0j13S2VGD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-r0j13S2VGD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-r0j13S2VGD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-r0j13S2VGD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-r0j13S2VGD .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-r0j13S2VGD .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-r0j13S2VGD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-r0j13S2VGD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-r0j13S2VGD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-r0j13S2VGD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-r0j13S2VGD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-r0j13S2VGD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-r0j13S2VGD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-r0j13S2VGD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-r0j13S2VGD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-r0j13S2VGD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-r0j13S2VGD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-r0j13S2VGD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-r0j13S2VGD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-r0j13S2VGD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-r0j13S2VGD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-r0j13S2VGD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-r0j13S2VGD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-r0j13S2VGD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-r0j13S2VGD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-r0j13S2VGD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-r0j13S2VGD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-r0j13S2VGD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-r0j13S2VGD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-r0j13S2VGD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-r0j13S2VGD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-r0j13S2VGD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-r0j13S2VGD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-r0j13S2VGD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-r0j13S2VGD .dropdown-item.active,
.cid-r0j13S2VGD .dropdown-item:active {
  background-color: transparent;
}
.cid-r0j13S2VGD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-r0j13S2VGD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-r0j13S2VGD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-r0j13S2VGD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-r0j13S2VGD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-r0j13S2VGD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r0j13S2VGD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-r0j13S2VGD .navbar-buttons {
  text-align: center;
}
.cid-r0j13S2VGD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-r0j13S2VGD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a61a3d;
}
.cid-r0j13S2VGD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r0j13S2VGD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r0j13S2VGD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r0j13S2VGD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r0j13S2VGD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r0j13S2VGD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r0j13S2VGD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r0j13S2VGD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r0j13S2VGD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-r0j13S2VGD a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-r0j13S2VGD .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-r0j13S2VGD .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-r0j13S2VGD .soc-item {
  margin: .5rem .3rem;
}
.cid-r0j13S2VGD .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-r0j13S2VGD .navbar {
    height: 77px;
  }
  .cid-r0j13S2VGD .navbar.opened {
    height: auto;
  }
  .cid-r0j13S2VGD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
