body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 10rem;
}
.display-1 > .mbr-iconfont {
  font-size: 16rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.66rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 8rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((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.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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #7f1933 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #2a0811;
  color: #2a0811;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #7f1933 !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d42a55 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #57c8ef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7f1933;
  border-color: #7f1933;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7f1933;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d93e66;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #7f1933;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7f1933;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7f1933;
  border-bottom-color: #7f1933;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #149dcc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%237f1933' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rJ1PXuwHId {
  background-image: url("../../../assets/images/Pauta-Adjacente-Loja-Dentro-Frontal-202208.jpeg");
  /* background-image: url("../../../assets/images/pautaadjacentestore-1470x975.jpg"); */
}
.cid-rJ1PXuwHId .container-fluid {
  max-width: 1700px;
}
.cid-rJ1PXuwHId h1 {
  line-height: 1;
}
.cid-t4jcer0XOU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t4jcer0XOU .container {
    max-width: 1400px;
  }
}
.cid-t4jcer0XOU .card-text_padding-bottom {
  padding-bottom: 5rem;
}
.cid-t4jcer0XOU .card-img {
  margin-left: auto;
  margin-bottom: 2rem;
  margin-right: auto;
}
.cid-t4jcer0XOU .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
.cid-t4jcer0XOU .btn-bottom {
  display: flex;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1620px) {
  .cid-t4jcer0XOU .card {
    padding: 0 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1250px) {
  .cid-t4jcer0XOU .card {
    padding: 0 2rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .cid-t4jcer0XOU .card {
    padding: 0 1rem;
    padding-bottom: 4rem;
  }
}
.cid-t4jcer0XOU .row {
  justify-content: center;
}
.cid-t4jcer0XOU .mbr-section-title {
  color: #b1a374;
  text-align: center;
}
.cid-t4jcer0XOU .card-title {
  color: #2e6b75;
  text-align: center;
}
.cid-t4jcer0XOU .mbr-section-subtitle {
  color: #6c7577;
  text-align: center;
}
.cid-t4jcer0XOU .card-text {
  color: #000000;
  text-align: center;
}
.cid-t4jcer0XOU .card-title,
.cid-t4jcer0XOU .iconfont-wrapper {
  text-align: right;
  color: #2e6b75;
}
.cid-t5rzFwzzxE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-t5rzFwzzxE .mbr-text {
    text-align: center;
  }
}
.cid-t5rzFwzzxE .container-fluid {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-t5rzFwzzxE .media-content {
    max-width: 650px;
    padding: 5rem 2rem;
    margin: auto;
  }
}
.cid-t5rzFwzzxE .media-content {
  padding: 5rem 2rem;
}
.cid-t5rzFwzzxE img {
  height: 100%;
  object-fit: cover;
}
.cid-t5rzFwzzxE .mbr-figure {
  height: 100%;
}
.cid-t5rzFwzzxE .col-lg-5,
.cid-t5rzFwzzxE .col-lg-7 {
  padding: 0;
}
.cid-t5rzFwzzxE .row {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t5rzFwzzxE .media-content {
    padding: 3rem 1rem;
  }
}
.cid-rJ1PYXBOt4 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rJ1PYXBOt4 .card-box {
  z-index: 10;
  position: relative;
}
.cid-rJ1PYXBOt4 .container-fluid {
  padding: 0;
}
.cid-rJ1PYXBOt4 h5 {
  margin: 0;
}
.cid-rJ1PYXBOt4 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-rJ1PYXBOt4 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-rJ1PYXBOt4 .card {
  margin: auto;
  min-height: 500px;
  perspective: 800px;
  cursor: pointer;
}
.cid-rJ1PYXBOt4 .card:hover {
  z-index: 99;
}
.cid-rJ1PYXBOt4 .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-rJ1PYXBOt4 .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-rJ1PYXBOt4 .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-rJ1PYXBOt4 .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-rJ1PYXBOt4 .card1 {
  background-image: url("../../../assets/images/guitarra-foto-high-quality-wallpaper-hd-1080-ids-1074067-1200x750.jpg");
  z-index: 4;
}
.cid-rJ1PYXBOt4 .card2 {
  background-image: url("../../../assets/images/baterias-vad-presence-hero-update-1728x1474.jpg");
  z-index: 3;
}
.cid-rJ1PYXBOt4 .card3 {
  background-image: url("../../../assets/images/sopro-e-teclas-sax-e-piano-scaled-foto-1984x1706.jpg");
  z-index: 2;
}
.cid-rJ1PYXBOt4 h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rJ1PYXBOt4 .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-rJ1PYXBOt4 .card-box {
    text-align: center;
  }
}
.cid-rJ1PYXBOt4 .mbr-text {
  color: #cccccc;
}
.cid-rJ1PYXBOt4 .card-date {
  color: #cccccc;
}
.cid-rJ1PYXBOt4 .mbr-section-subtitle,
.cid-rJ1PYXBOt4 .title-align {
  color: #7f1933;
}
.cid-tjQKKpgMaI {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjQKKpgMaI h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-tjQKKpgMaI h1 span {
  background-image: url("../../../assets/images/mbr-1920x1113.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tjQKKpgMaI .icons-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-tjQKKpgMaI .mbr-iconfont {
  font-size: 1.8rem;
  color: #cc2952 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-tjQKKpgMaI .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-tjQKKpgMaI h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tjQKKpgMaI .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-tjQKKpgMaI h1 {
    margin-bottom: 8rem;
  }
}
.cid-tjQKKpgMaI .mbr-section-title {
  color: #ff2d55;
}
.cid-t5pZUtMYnI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-t5pZUtMYnI .row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.cid-t5pZUtMYnI .head-row {
  align-items: center;
  margin-bottom: 20px;
}
.cid-t5pZUtMYnI .mbr-section-head {
  flex-grow: 1;
}
.cid-t5pZUtMYnI .col-btn {
  flex-grow: 1;
}
.cid-t5pZUtMYnI .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .cid-t5pZUtMYnI .label-text {
    text-align: center !important;
  }
}
.cid-t5pZUtMYnI .mbr-section-title {
  color: #7f1933;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .cid-t5pZUtMYnI .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t5pZUtMYnI .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 12px;
}
@media (max-width: 575px) {
  .cid-t5pZUtMYnI .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-t5pZUtMYnI .mbr-section-btn {
  text-align: right;
}
@media (max-width: 575px) {
  .cid-t5pZUtMYnI .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-t5pZUtMYnI .mbr-section-btn .btn {
  min-height: 55px;
  padding: 10px 26px;
}
.cid-t5pZUtMYnI .mbr-section-btn .btn-primary:hover {
  background-color: #f7ed4a !important;
  color: #ffffff !important;
}
.cid-t5pZUtMYnI .mbr-section-btn .btn-secondary:hover {
  background-color: #f7ed4a !important;
  color: #ffffff !important;
}
.cid-t5pZUtMYnI .item:focus,
.cid-t5pZUtMYnI span:focus {
  outline: none;
}
.cid-t5pZUtMYnI .item {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-t5pZUtMYnI .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 35px 70px rgba(0, 21, 133, 0.04);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-t5pZUtMYnI .item-wrapper .item-content a:hover {
  color: #7f1933 !important;
}
.cid-t5pZUtMYnI .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-t5pZUtMYnI .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 340px;
}
@media (max-width: 1399px) {
  .cid-t5pZUtMYnI .item-img {
    height: 290px;
  }
}
@media (max-width: 1199px) {
  .cid-t5pZUtMYnI .item-img {
    height: 508px;
  }
}
@media (max-width: 991px) {
  .cid-t5pZUtMYnI .item-img {
    height: 365px;
  }
}
@media (max-width: 767px) {
  .cid-t5pZUtMYnI .item-img {
    height: 267px;
  }
}
@media (max-width: 575px) {
  .cid-t5pZUtMYnI .item-img {
    height: 100%;
    max-height: 582px;
  }
}
.cid-t5pZUtMYnI .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t5pZUtMYnI .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 5px 20px;
}
.cid-t5pZUtMYnI .item-title {
  width: 100%;
  color: #A1A0A0;
  margin-bottom: 0;
}
.cid-t5pZUtMYnI .mbr-text {
  color: #010d4c;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 0;
}
.cid-t46Q7K11Pi {
  padding-top: 165px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t46Q7K11Pi .nav-tabs .nav-item.open .nav-link:focus,
.cid-t46Q7K11Pi .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t46Q7K11Pi h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-t46Q7K11Pi h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-t46Q7K11Pi .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-t46Q7K11Pi .tabs-col {
  overflow: hidden;
}
.cid-t46Q7K11Pi .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-t46Q7K11Pi .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-t46Q7K11Pi .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #000000;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-t46Q7K11Pi .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-t46Q7K11Pi .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-t46Q7K11Pi .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-t46Q7K11Pi .nav-tabs .nav-link.active:before {
  background: #000000;
}
.cid-t46Q7K11Pi .nav-tabs .nav-link.active:after {
  background: #000000;
}
@media (max-width: 767px) {
  .cid-t46Q7K11Pi .nav-tabs {
    flex-direction: row;
  }
  .cid-t46Q7K11Pi .mbr-text,
  .cid-t46Q7K11Pi .nav-link {
    text-align: center;
  }
  .cid-t46Q7K11Pi .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-t46Q7K11Pi .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-t46Q7K11Pi .nav-item {
    min-width: 100px;
  }
  .cid-t46Q7K11Pi .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-t46Q7K11Pi H3 {
  color: #767676;
}
.cid-t46Q7K11Pi H1 {
  color: #ff2d55;
}
.cid-rJ1PYxIR3j {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rJ1PYxIR3j h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-rJ1PYxIR3j h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-rJ1PYxIR3j .signature {
  filter: invert(0.8);
}
.cid-rJ1PYxIR3j .mbr-text,
.cid-rJ1PYxIR3j .img-align {
  text-align: center;
}
.cid-rJ1PYxIR3j H2 {
  text-align: center;
}
.cid-rJ1PYxIR3j H1 {
  color: #ff2d55;
}
.cid-rJ1PZOjz9c {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-rJ1PZOjz9c .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-rJ1PZOjz9c .container {
  max-width: 1400px;
  padding: 0 3rem;
}
.cid-rJ1PZOjz9c .row2 {
  justify-content: space-between;
  border: 2px solid #ffffff;
  padding: 3rem;
}
.cid-rJ1PZOjz9c h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-rJ1PZOjz9c h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-rJ1PZOjz9c form .btn {
  border-radius: 30px;
  margin: 0.18rem;
}
.cid-rJ1PZOjz9c .form-control,
.cid-rJ1PZOjz9c .field-input {
  padding: 1rem;
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rJ1PZOjz9c .form-control::-webkit-input-placeholder,
.cid-rJ1PZOjz9c .field-input::-webkit-input-placeholder,
.cid-rJ1PZOjz9c .form-control::-webkit-input-placeholder,
.cid-rJ1PZOjz9c .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rJ1PZOjz9c .form-control:-moz-placeholder,
.cid-rJ1PZOjz9c .field-input:-moz-placeholder,
.cid-rJ1PZOjz9c .form-control:-moz-placeholder,
.cid-rJ1PZOjz9c .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-rJ1PZOjz9c .form-control:hover,
.cid-rJ1PZOjz9c .field-input:hover,
.cid-rJ1PZOjz9c .form-control:focus,
.cid-rJ1PZOjz9c .field-input:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rJ1PZOjz9c .form-control:hover::-webkit-input-placeholder,
.cid-rJ1PZOjz9c .field-input:hover::-webkit-input-placeholder,
.cid-rJ1PZOjz9c .form-control:focus::-webkit-input-placeholder,
.cid-rJ1PZOjz9c .field-input:focus::-webkit-input-placeholder,
.cid-rJ1PZOjz9c .form-control:hover::-webkit-input-placeholder,
.cid-rJ1PZOjz9c .field-input:hover::-webkit-input-placeholder,
.cid-rJ1PZOjz9c .form-control:focus::-webkit-input-placeholder,
.cid-rJ1PZOjz9c .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rJ1PZOjz9c .form-control:hover:-moz-placeholder,
.cid-rJ1PZOjz9c .field-input:hover:-moz-placeholder,
.cid-rJ1PZOjz9c .form-control:focus:-moz-placeholder,
.cid-rJ1PZOjz9c .field-input:focus:-moz-placeholder,
.cid-rJ1PZOjz9c .form-control:hover:-moz-placeholder,
.cid-rJ1PZOjz9c .field-input:hover:-moz-placeholder,
.cid-rJ1PZOjz9c .form-control:focus:-moz-placeholder,
.cid-rJ1PZOjz9c .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-rJ1PZOjz9c .jq-number__spin:hover,
.cid-rJ1PZOjz9c .jq-number__spin:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rJ1PZOjz9c .jq-number__spin {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rJ1PZOjz9c input::-webkit-clear-button {
  display: none;
}
.cid-rJ1PZOjz9c input::-webkit-inner-spin-button {
  display: none;
}
.cid-rJ1PZOjz9c input::-webkit-outer-spin-button {
  display: none;
}
.cid-rJ1PZOjz9c input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-rJ1PZOjz9c .container {
    padding: 0 2rem;
  }
  .cid-rJ1PZOjz9c .row2 {
    padding: 1rem 0;
  }
  .cid-rJ1PZOjz9c .col-auto {
    text-align: center;
    width: 100%;
  }
}
.cid-rJ1Q02rEae .google-map {
  height: 30rem;
  position: relative;
}
.cid-rJ1Q02rEae .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rJ1Q02rEae .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rJ1Q02rEae .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rJ1Q02rEae .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t5pZHARYP0 {
  background-color: #ffffff;
}
.cid-t5pZHARYP0 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5pZHARYP0 .carousel-item > div {
  width: 100%;
}
.cid-t5pZHARYP0 h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-t5pZHARYP0 .carousel-item.active,
.cid-t5pZHARYP0 .carousel-item-next,
.cid-t5pZHARYP0 .carousel-item-prev {
  display: flex;
}
.cid-t5pZHARYP0 .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-t5pZHARYP0 .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-t5pZHARYP0 .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-t5pZHARYP0 .carousel-controls a {
    width: 5%;
  }
}
.cid-t5pZHARYP0 .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-t5pZHARYP0 .img-block {
  display: flex;
  flex-direction: column;
}
.cid-t5pZHARYP0 img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-t5pZHARYP0 .mbr-text {
  position: relative;
}
.cid-t5pZHARYP0 li {
  background-color: transparent;
  width: 11px !important;
  height: 11px !important;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-t5pZHARYP0 li.active {
  background-color: #e9204f;
  width: 14px !important;
  height: 14px !important;
  border: none !important;
}
.cid-t5pZHARYP0 .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-t5pZHARYP0 ol {
  margin-bottom: 0;
}
.cid-t5pZHARYP0 .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-t5pZHARYP0 .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-t5pZHARYP0 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .cid-t5pZHARYP0 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-t5pZHARYP0 .row {
    margin: 0;
  }
}
.cid-t5pZHARYP0 .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-t5pZHARYP0 .desk {
  transition: 0.3s;
  font-weight: 500;
}
.cid-t5pZHARYP0 .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-t5pZHARYP0 .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-t5pZHARYP0 .img-block:hover .desk {
  color: #101010;
}
.cid-t5pZHARYP0 .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-t5pZHARYP0 .img-card {
    margin-top: 2rem;
  }
}
.cid-t5pZHARYP0 .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-rJ1Q0wwDo9 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #7f1933;
}
.cid-rJ1Q0wwDo9 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-rJ1Q0wwDo9 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-rJ1Q0wwDo9 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-rJ1Q0wwDo9 .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-rJ1Q0wwDo9 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rJ1Q0wwDo9 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rJ1Q0wwDo9 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rJ1Q0wwDo9 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rJ1Q0wwDo9 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rJ1Q0wwDo9 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-rJ1Q0wwDo9 .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rJ1Q0wwDo9 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rJ1Q0wwDo9 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rJ1Q0wwDo9 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rJ1Q0wwDo9 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rJ1Q0wwDo9 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rJ1Q1IqVNf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rJ1Q1IqVNf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rJ1Q1IqVNf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rJ1Q1IqVNf .nav-link {
  position: relative;
}
.cid-rJ1Q1IqVNf .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-rJ1Q1IqVNf .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-rJ1Q1IqVNf .container {
  display: flex;
  margin: auto;
}
.cid-rJ1Q1IqVNf .navbar.navbar-short .nav-link,
.cid-rJ1Q1IqVNf .navbar.navbar-short .navbar-caption,
.cid-rJ1Q1IqVNf .navbar.navbar-short .mbr-iconfont,
.cid-rJ1Q1IqVNf .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-rJ1Q1IqVNf .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-rJ1Q1IqVNf .navbar-caption {
  padding-right: 3rem;
}
.cid-rJ1Q1IqVNf .dropdown-menu,
.cid-rJ1Q1IqVNf .navbar.opened {
  background: #cebfaf !important;
}
.cid-rJ1Q1IqVNf .nav-item:focus,
.cid-rJ1Q1IqVNf .nav-link:focus {
  outline: none;
}
.cid-rJ1Q1IqVNf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rJ1Q1IqVNf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rJ1Q1IqVNf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rJ1Q1IqVNf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rJ1Q1IqVNf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rJ1Q1IqVNf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rJ1Q1IqVNf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rJ1Q1IqVNf .navbar.opened {
  transition: all .3s;
}
.cid-rJ1Q1IqVNf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rJ1Q1IqVNf .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rJ1Q1IqVNf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rJ1Q1IqVNf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rJ1Q1IqVNf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-rJ1Q1IqVNf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rJ1Q1IqVNf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rJ1Q1IqVNf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rJ1Q1IqVNf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rJ1Q1IqVNf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rJ1Q1IqVNf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rJ1Q1IqVNf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rJ1Q1IqVNf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rJ1Q1IqVNf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rJ1Q1IqVNf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rJ1Q1IqVNf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rJ1Q1IqVNf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rJ1Q1IqVNf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rJ1Q1IqVNf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rJ1Q1IqVNf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rJ1Q1IqVNf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rJ1Q1IqVNf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rJ1Q1IqVNf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rJ1Q1IqVNf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rJ1Q1IqVNf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rJ1Q1IqVNf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rJ1Q1IqVNf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rJ1Q1IqVNf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rJ1Q1IqVNf .dropdown-item.active,
.cid-rJ1Q1IqVNf .dropdown-item:active {
  background-color: transparent;
}
.cid-rJ1Q1IqVNf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rJ1Q1IqVNf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rJ1Q1IqVNf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rJ1Q1IqVNf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rJ1Q1IqVNf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rJ1Q1IqVNf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJ1Q1IqVNf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rJ1Q1IqVNf .navbar-buttons {
  text-align: center;
}
.cid-rJ1Q1IqVNf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJ1Q1IqVNf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e6b75;
}
.cid-rJ1Q1IqVNf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJ1Q1IqVNf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJ1Q1IqVNf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJ1Q1IqVNf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJ1Q1IqVNf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJ1Q1IqVNf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJ1Q1IqVNf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJ1Q1IqVNf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJ1Q1IqVNf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rJ1Q1IqVNf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJ1Q1IqVNf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rJ1Q1IqVNf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rJ1Q1IqVNf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rJ1Q1IqVNf .navbar {
    height: 77px;
  }
  .cid-rJ1Q1IqVNf .navbar.opened {
    height: auto;
  }
  .cid-rJ1Q1IqVNf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4jJNxXhU4 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ensino-da-musica-foto-805x537.jpg");
}
@media (min-width: 1500px) {
  .cid-t4jJNxXhU4 .container {
    max-width: 1400px;
  }
}
.cid-t4jJNxXhU4 .card-text_padding-bottom {
  padding-bottom: 5rem;
}
.cid-t4jJNxXhU4 .card-img {
  margin-left: auto;
  margin-bottom: 2rem;
  margin-right: auto;
}
.cid-t4jJNxXhU4 .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
.cid-t4jJNxXhU4 .btn-bottom {
  display: flex;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1620px) {
  .cid-t4jJNxXhU4 .card {
    padding: 0 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1250px) {
  .cid-t4jJNxXhU4 .card {
    padding: 0 2rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .cid-t4jJNxXhU4 .card {
    padding: 0 1rem;
    padding-bottom: 4rem;
  }
}
.cid-t4jJNxXhU4 .row {
  justify-content: center;
}
.cid-t4jJNxXhU4 .mbr-section-title {
  color: #b1a374;
  text-align: center;
}
.cid-t4jJNxXhU4 .card-title {
  color: #2e6b75;
  text-align: center;
}
.cid-t4jJNxXhU4 .mbr-section-subtitle {
  color: #6c7577;
  text-align: center;
}
.cid-t4jJNxXhU4 .card-text {
  color: #000000;
  text-align: center;
}
.cid-t4jJNxXhU4 .card-title,
.cid-t4jJNxXhU4 .iconfont-wrapper {
  text-align: right;
  color: #2e6b75;
}
.cid-t4jJNzTpAL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4jJNzTpAL .card-box {
  z-index: 10;
  position: relative;
}
.cid-t4jJNzTpAL .card {
  padding: 0!important;
}
.cid-t4jJNzTpAL p {
  width: fit-content;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0;
}
.cid-t4jJNzTpAL p:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .3;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-t4jJNzTpAL p:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-t4jJNzTpAL .container-fluid {
  padding: 0;
}
.cid-t4jJNzTpAL .card-wrapper {
  background-position: center;
  height: 100%;
  padding: 13rem 3rem;
  background-size: cover;
  transition: all 0.3s;
}
.cid-t4jJNzTpAL .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
}
.cid-t4jJNzTpAL .card-wrapper:hover {
  transform: scale(1.05);
  z-index: 11;
}
.cid-t4jJNzTpAL .card-wrapper:hover:before {
  opacity: 0.4;
}
.cid-t4jJNzTpAL .card1 {
  background-image: url("../../../assets/images/musica-creativa-banner-1920x1280.jpg");
  z-index: 4;
}
.cid-t4jJNzTpAL .card2 {
  background-image: url("../../../assets/images/jardim-musical-foto-1920x1281-1920x1281.jpg");
  z-index: 3;
}
.cid-t4jJNzTpAL .card3 {
  background-image: url("../../../assets/images/musica-para-bebes-foto-1702x1080.jpg");
  z-index: 2;
}
.cid-t4jJNzTpAL .card4 {
  background-image: url("../../../assets/images/background3.jpg");
  z-index: 1;
}
.cid-t4jJNzTpAL h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-t4jJNzTpAL .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 1400px) {
  .cid-t4jJNzTpAL .card-wrapper {
    padding: 13rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t4jJNzTpAL .card-wrapper {
    padding: 13rem 2rem;
  }
  .cid-t4jJNzTpAL .card-box {
    text-align: center;
  }
}
.cid-t4jJNzTpAL .mbr-text {
  color: #cccccc;
}
.cid-t5HCtyYiNK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t5HCtyYiNK .mbr-shop {
  display: table;
  width: 100%;
}
.cid-t5HCtyYiNK .mbr-shop .row {
  margin: 0;
}
.cid-t5HCtyYiNK .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-t5HCtyYiNK .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-t5HCtyYiNK .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-t5HCtyYiNK .btn {
  padding: 0.6rem 2rem;
}
.cid-t5HCtyYiNK .mbr-section-btn {
  text-align: left;
}
.cid-t5HCtyYiNK .img_wraper img {
  border-radius: 8px!important;
}
.cid-t5HCtyYiNK .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-t5HCtyYiNK .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-t5HCtyYiNK .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-t5HCtyYiNK .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-t5HCtyYiNK .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-t5HCtyYiNK .mbr-shop .hide-modal {
  display: none;
}
.cid-t5HCtyYiNK .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-t5HCtyYiNK .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-t5HCtyYiNK .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-t5HCtyYiNK .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-t5HCtyYiNK .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-t5HCtyYiNK .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-t5HCtyYiNK .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-t5HCtyYiNK .mbr-shop .filter-by-pu,
.cid-t5HCtyYiNK .mbr-shop .filter-by-pd,
.cid-t5HCtyYiNK .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-t5HCtyYiNK .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-t5HCtyYiNK .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-t5HCtyYiNK .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-t5HCtyYiNK .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-t5HCtyYiNK .mbr-shop .galleryItem h4,
.cid-t5HCtyYiNK .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-t5HCtyYiNK .mbr-shop .galleryItem h5,
.cid-t5HCtyYiNK .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-t5HCtyYiNK .mbr-shop .galleryItem p,
.cid-t5HCtyYiNK .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-t5HCtyYiNK .mbr-shop .item-button {
  text-align: center;
}
.cid-t5HCtyYiNK .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-t5HCtyYiNK .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-t5HCtyYiNK .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-t5HCtyYiNK .mbr-shop .sidebar-block {
  position: relative;
}
.cid-t5HCtyYiNK .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-t5HCtyYiNK .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-t5HCtyYiNK .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-t5HCtyYiNK .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-t5HCtyYiNK .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-t5HCtyYiNK .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-t5HCtyYiNK .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t5HCtyYiNK .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-t5HCtyYiNK .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-t5HCtyYiNK .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-t5HCtyYiNK .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-t5HCtyYiNK .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-t5HCtyYiNK .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-t5HCtyYiNK .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-t5HCtyYiNK .mbr-shop .mbr-gallery-item__hided h4,
.cid-t5HCtyYiNK .mbr-shop .mbr-gallery-item__hided h5,
.cid-t5HCtyYiNK .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-t5HCtyYiNK .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-t5HCtyYiNK .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-t5HCtyYiNK .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-t5HCtyYiNK .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-t5HCtyYiNK .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-t5HCtyYiNK .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-t5HCtyYiNK .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #7f1933;
}
.cid-t5HCtyYiNK .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-t5HCtyYiNK .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-t5HCtyYiNK .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #7f1933;
  font-weight: bold;
}
.cid-t5HCtyYiNK .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #7f1933;
  border-radius: 2px;
  font-size: 0;
}
.cid-t5HCtyYiNK .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #7f1933;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-t5HCtyYiNK .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #7f1933;
}
.cid-t5HCtyYiNK .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t5HCtyYiNK .mbr-shop .range-controls {
  position: relative;
}
.cid-t5HCtyYiNK .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-t5HCtyYiNK .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #7f1933;
}
.cid-t5HCtyYiNK .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #7f1933;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #7f1933;
  cursor: pointer;
}
.cid-t5HCtyYiNK .mbr-shop .toggle:hover,
.cid-t5HCtyYiNK .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-t5HCtyYiNK .mbr-shop .min-toggle {
  left: 0;
}
.cid-t5HCtyYiNK .mbr-shop .max-toggle {
  right: 0;
}
.cid-t5HCtyYiNK .mbr-shop .hided-by-price {
  display: none;
}
.cid-t5HCtyYiNK .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-t5HCtyYiNK .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-t5HCtyYiNK .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t5HCtyYiNK .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-t5HCtyYiNK .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-t5HCtyYiNK .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-t5HCtyYiNK .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-t5HCtyYiNK .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-t5HCtyYiNK .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-t5HCtyYiNK .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t5HCtyYiNK .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-t5HCtyYiNK .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-t5HCtyYiNK .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t5HCtyYiNK .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-t5HCtyYiNK .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-t5HCtyYiNK .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-t5HCtyYiNK .mbr-shop .shop-items .onsale,
.cid-t5HCtyYiNK .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-t5HCtyYiNK .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-t5HCtyYiNK .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-t5HCtyYiNK .mbr-shop .price-range {
  display: inline-block;
}
.cid-t5HCtyYiNK .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-t5HCtyYiNK .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-t5HCtyYiNK .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-t5HCtyYiNK .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-t5HCtyYiNK .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-t5HCtyYiNK .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-t5HCtyYiNK .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-t5HCtyYiNK .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-t5HCtyYiNK .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-t5HCtyYiNK .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-t5HCtyYiNK .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-t5HCtyYiNK .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-t5HCtyYiNK .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-t5HCtyYiNK .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-t5HCtyYiNK .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t5HCtyYiNK .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-t5HCtyYiNK .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-t5HCtyYiNK .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-t5HCtyYiNK .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-t5HCtyYiNK .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-t5HCtyYiNK .wrapper-shop-items {
    order: 1;
  }
  .cid-t5HCtyYiNK .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-t5HCtyYiNK .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-t5HCtyYiNK .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-t5HCtyYiNK .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-t5HCtyYiNK .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-t5HCtyYiNK .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-t5HCtyYiNK .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-t5HCtyYiNK .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-t5HCtyYiNK .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-t5HCtyYiNK .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-t5HCtyYiNK .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-t5HCtyYiNK .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-t5HCtyYiNK .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-t5HCtyYiNK .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-t5HCtyYiNK .oldprice {
  color: #767676;
  padding-left: .8rem!important;
  text-decoration: line-through;
}
.cid-t5HCtyYiNK .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5HCtyYiNK .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-t5HCtyYiNK LI {
  color: #57468b;
}
.cid-t5HCtyYiNK .sidebar-title {
  color: #57468b;
}
.cid-t5HCtyYiNK .item-title {
  text-align: left;
  color: #57468b;
}
.cid-t5HCtyYiNK .shop-item-price,
.cid-t5HCtyYiNK .price-block {
  text-align: left;
  color: #c1c1c1;
}
@media (max-width: 576px) {
  .cid-t5HCtyYiNK .mbr-shop .mbr-gallery-item,
  .cid-t5HCtyYiNK .wrapper-shop-items,
  .cid-t5HCtyYiNK .sidebar-block,
  .cid-t5HCtyYiNK .sidebar-title,
  .cid-t5HCtyYiNK .sidebar,
  .cid-t5HCtyYiNK .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-t5HCtyYiNK .filter-cost {
    max-width: 100%!important;
  }
  .cid-t5HCtyYiNK .range-slider,
  .cid-t5HCtyYiNK .categories,
  .cid-t5HCtyYiNK .bestseller-block {
    text-align: center;
  }
}
.cid-t5rAJdYttJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-t5rAJdYttJ .mbr-iconfont {
  color: #8d97ad;
}
.cid-t5rAJdYttJ .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-t5rAJdYttJ .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-t5rAJdYttJ .mbr-section-subtitle {
  color: #7f1933;
}
.cid-t5rAJdYttJ .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-t5rAJdYttJ .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-t5rAJdYttJ .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-t5rAJAppUu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-t5rAJAppUu .mbr-iconfont {
  color: #8d97ad;
}
.cid-t5rAJAppUu .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-t5rAJAppUu .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-t5rAJAppUu .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-t5rAJAppUu .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-t5rAJAppUu .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-t5rAJAppUu .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-t5rAJUns2w {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-t5rAJUns2w .mbr-iconfont {
  color: #8d97ad;
}
.cid-t5rAJUns2w .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-t5rAJUns2w .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-t5rAJUns2w .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-t5rAJUns2w .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-t5rAJUns2w .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-t5rAJUns2w .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-t5rAKjPgeR {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-t5rAKjPgeR .mbr-iconfont {
  color: #8d97ad;
}
.cid-t5rAKjPgeR .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-t5rAKjPgeR .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-t5rAKjPgeR .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-t5rAKjPgeR .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-t5rAKjPgeR .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-t5rAKjPgeR .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-t4jLoYxPhD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4jLoYxPhD .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-t4jLoYxPhD .wrap {
  background-color: #7f1933;
  padding: 9rem 1rem;
}
.cid-t4jLoYxPhD img {
  object-fit: cover;
  position: absolute;
  width: 50%;
  top: 15%;
  left: 4%;
  max-height: 600px;
}
@media (max-width: 991px) {
  .cid-t4jLoYxPhD .wrap {
    margin-top: 20rem;
  }
  .cid-t4jLoYxPhD img {
    width: 60%;
    left: 20%;
    top: 0;
    max-height: 400px;
  }
}
@media (max-width: 758px) {
  .cid-t4jLoYxPhD .wrap {
    margin-top: 5rem;
  }
  .cid-t4jLoYxPhD img {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  .cid-t4jLoYxPhD .container-fluid {
    padding-right: 16px;
  }
  .cid-t4jLoYxPhD .wrap {
    padding: 9rem 6rem 8rem;
  }
  .cid-t4jLoYxPhD img {
    width: 40%;
    left: 0;
    top: 13%;
  }
}
@media (min-width: 1400px) {
  .cid-t4jLoYxPhD img {
    width: 50%;
    left: 5%;
  }
}
.cid-t4jLoYxPhD .wrap {
  padding: 8rem 1rem;
}
@media (max-width: 991px) {
  .cid-t4jLoYxPhD .wrap {
    margin-top: 20rem;
  }
  .cid-t4jLoYxPhD img {
    width: 60%;
    left: 20%;
    max-height: 400px;
  }
}
@media (max-width: 758px) {
  .cid-t4jLoYxPhD .wrap {
    margin-top: 5rem;
  }
  .cid-t4jLoYxPhD img {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  .cid-t4jLoYxPhD .container-fluid {
    padding-right: 16px;
  }
  .cid-t4jLoYxPhD .wrap {
    padding: 8% 12% 7% 14%;
  }
  .cid-t4jLoYxPhD img {
    width: 40%;
    top: 10%;
    left: 5%;
    max-height: 500px;
  }
}
@media (min-width: 1400px) {
  .cid-t4jLoYxPhD img {
    left: 16%;
    top: 10%;
    max-height: 600px;
  }
}
.cid-t4jLoYxPhD .form-row > .col,
.cid-t4jLoYxPhD .form-row > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.cid-t4jLoYxPhD .form-control,
.cid-t4jLoYxPhD .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid #9a948d !important;
  padding: 0;
  font-family: "Cormorant Garamond";
  color: #ffffff;
  font-style: italic;
}
.cid-t4jLoYxPhD .jq-selectbox__select {
  padding: 0;
}
.cid-t4jLoYxPhD .jq-selectbox__trigger-arrow {
  right: 0;
}
.cid-t4jLoYxPhD .jq-number__spin {
  background-color: #7f1933;
  border-color: #7f1933;
}
.cid-t4jLoYxPhD .jq-number__spin:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-t4jLoYxPhD .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-t4jLoYxPhD .jq-number__spin.minus:after,
.cid-t4jLoYxPhD .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-t4jLoYxPhD .jq-selectbox__dropdown {
  border-radius: 0;
  background: #000000;
}
.cid-t4jLoYxPhD .jq-selectbox__dropdown li {
  font-family: "Cormorant Garamond";
}
.cid-t4jLoYxPhD .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #ffffff !important;
}
.cid-t4jLoYxPhD .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  color: #fff;
}
.cid-t4jLoYxPhD .form-check-input:checked {
  background-color: #7f1933;
  border-color: #7f1933;
}
.cid-t4jLoYxPhD p {
  font-style: italic;
  color: #9a948d;
  font-family: "EB Garamond";
}
.cid-t4jLoYxPhD .form-control::placeholder {
  font-family: "Cormorant Garamond";
  color: #ffffff;
  font-style: italic;
  margin: 0;
}
.cid-t4jLoYxPhD input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-t4jLoYxPhD input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-t4jLoYxPhD input[type="range"]::-webkit-slider-thumb {
  background: #ddc499;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #7f1933;
}
.cid-t4jLoYxPhD input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-t4jLoYxPhD input[type="range"]::-moz-range-thumb {
  background: #7f1933;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #43e5f7;
  padding: 0px;
  margin: 0px;
}
.cid-t4jLoYxPhD .form-control-label,
.cid-t4jLoYxPhD .form-check-label {
  font-family: "Cormorant Garamond";
  color: #ffffff;
  font-style: italic;
}
.cid-t4jLoYxPhD input::-webkit-clear-button {
  display: none;
}
.cid-t4jLoYxPhD input::-webkit-inner-spin-button {
  display: none;
}
.cid-t4jLoYxPhD input::-webkit-outer-spin-button {
  display: none;
}
.cid-t4jLoYxPhD input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-t4jLoYxPhD a {
  transition: color 0.5s;
  color: #9a948d;
}
.cid-t4jLoYxPhD a:hover {
  color: #ffffff;
}
.cid-t4jLoYxPhD .mbr-section-btn {
  z-index: 99999;
}
.cid-t4jLoYxPhD .btn {
  font-family: "Cormorant Garamond";
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-t4jLoYxPhD .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-t4jLoYxPhD .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-t4jLoYxPhD .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-t4jLoYxPhD .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-t4jLoYxPhD .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-t5koa5xJPX {
  background-color: #ffffff;
}
.cid-t5koa5xJPX .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5koa5xJPX .carousel-item > div {
  width: 100%;
}
.cid-t5koa5xJPX h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-t5koa5xJPX .carousel-item.active,
.cid-t5koa5xJPX .carousel-item-next,
.cid-t5koa5xJPX .carousel-item-prev {
  display: flex;
}
.cid-t5koa5xJPX .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-t5koa5xJPX .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-t5koa5xJPX .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-t5koa5xJPX .carousel-controls a {
    width: 5%;
  }
}
.cid-t5koa5xJPX .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-t5koa5xJPX .img-block {
  display: flex;
  flex-direction: column;
}
.cid-t5koa5xJPX img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-t5koa5xJPX .mbr-text {
  position: relative;
}
.cid-t5koa5xJPX li {
  background-color: transparent;
  width: 11px !important;
  height: 11px !important;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-t5koa5xJPX li.active {
  background-color: #e9204f;
  width: 14px !important;
  height: 14px !important;
  border: none !important;
}
.cid-t5koa5xJPX .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-t5koa5xJPX ol {
  margin-bottom: 0;
}
.cid-t5koa5xJPX .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-t5koa5xJPX .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-t5koa5xJPX {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .cid-t5koa5xJPX {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-t5koa5xJPX .row {
    margin: 0;
  }
}
.cid-t5koa5xJPX .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-t5koa5xJPX .desk {
  transition: 0.3s;
  font-weight: 500;
}
.cid-t5koa5xJPX .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-t5koa5xJPX .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-t5koa5xJPX .img-block:hover .desk {
  color: #101010;
}
.cid-t5koa5xJPX .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-t5koa5xJPX .img-card {
    margin-top: 2rem;
  }
}
.cid-t5koa5xJPX .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-t4jJNHHdD3 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #7f1933;
}
.cid-t4jJNHHdD3 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-t4jJNHHdD3 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-t4jJNHHdD3 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-t4jJNHHdD3 .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-t4jJNHHdD3 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t4jJNHHdD3 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t4jJNHHdD3 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t4jJNHHdD3 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t4jJNHHdD3 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t4jJNHHdD3 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-t4jJNHHdD3 .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-t4jJNHHdD3 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t4jJNHHdD3 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t4jJNHHdD3 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t4jJNHHdD3 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t4jJNHHdD3 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t4jJNIvSDd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4jJNIvSDd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t4jJNIvSDd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4jJNIvSDd .nav-link {
  position: relative;
}
.cid-t4jJNIvSDd .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-t4jJNIvSDd .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-t4jJNIvSDd .container {
  display: flex;
  margin: auto;
}
.cid-t4jJNIvSDd .navbar.navbar-short .nav-link,
.cid-t4jJNIvSDd .navbar.navbar-short .navbar-caption,
.cid-t4jJNIvSDd .navbar.navbar-short .mbr-iconfont,
.cid-t4jJNIvSDd .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-t4jJNIvSDd .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-t4jJNIvSDd .navbar-caption {
  padding-right: 3rem;
}
.cid-t4jJNIvSDd .dropdown-menu,
.cid-t4jJNIvSDd .navbar.opened {
  background: #cebfaf !important;
}
.cid-t4jJNIvSDd .nav-item:focus,
.cid-t4jJNIvSDd .nav-link:focus {
  outline: none;
}
.cid-t4jJNIvSDd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4jJNIvSDd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4jJNIvSDd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4jJNIvSDd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4jJNIvSDd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4jJNIvSDd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4jJNIvSDd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t4jJNIvSDd .navbar.opened {
  transition: all .3s;
}
.cid-t4jJNIvSDd .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t4jJNIvSDd .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t4jJNIvSDd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4jJNIvSDd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4jJNIvSDd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-t4jJNIvSDd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4jJNIvSDd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4jJNIvSDd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t4jJNIvSDd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4jJNIvSDd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t4jJNIvSDd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t4jJNIvSDd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4jJNIvSDd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4jJNIvSDd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4jJNIvSDd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4jJNIvSDd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t4jJNIvSDd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t4jJNIvSDd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4jJNIvSDd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4jJNIvSDd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4jJNIvSDd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t4jJNIvSDd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t4jJNIvSDd .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t4jJNIvSDd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t4jJNIvSDd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4jJNIvSDd .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4jJNIvSDd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4jJNIvSDd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4jJNIvSDd .dropdown-item.active,
.cid-t4jJNIvSDd .dropdown-item:active {
  background-color: transparent;
}
.cid-t4jJNIvSDd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4jJNIvSDd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4jJNIvSDd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4jJNIvSDd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t4jJNIvSDd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4jJNIvSDd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4jJNIvSDd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t4jJNIvSDd .navbar-buttons {
  text-align: center;
}
.cid-t4jJNIvSDd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4jJNIvSDd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e6b75;
}
.cid-t4jJNIvSDd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t4jJNIvSDd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t4jJNIvSDd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t4jJNIvSDd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t4jJNIvSDd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4jJNIvSDd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t4jJNIvSDd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t4jJNIvSDd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4jJNIvSDd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t4jJNIvSDd a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4jJNIvSDd .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t4jJNIvSDd .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-t4jJNIvSDd .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4jJNIvSDd .navbar {
    height: 77px;
  }
  .cid-t4jJNIvSDd .navbar.opened {
    height: auto;
  }
  .cid-t4jJNIvSDd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4YUQRLamH {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t4YUQRLamH .container {
    max-width: 1400px;
  }
}
.cid-t4YUQRLamH .card-text_padding-bottom {
  padding-bottom: 5rem;
}
.cid-t4YUQRLamH .card-img {
  margin-left: auto;
  margin-bottom: 2rem;
  margin-right: auto;
}
.cid-t4YUQRLamH .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
.cid-t4YUQRLamH .btn-bottom {
  display: flex;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1620px) {
  .cid-t4YUQRLamH .card {
    padding: 0 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1250px) {
  .cid-t4YUQRLamH .card {
    padding: 0 2rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .cid-t4YUQRLamH .card {
    padding: 0 1rem;
    padding-bottom: 4rem;
  }
}
.cid-t4YUQRLamH .row {
  justify-content: center;
}
.cid-t4YUQRLamH .mbr-section-title {
  color: #b1a374;
  text-align: center;
}
.cid-t4YUQRLamH .card-title {
  color: #2e6b75;
  text-align: center;
}
.cid-t4YUQRLamH .mbr-section-subtitle {
  color: #6c7577;
  text-align: center;
}
.cid-t4YUQRLamH .card-text {
  color: #000000;
  text-align: center;
}
.cid-t4YUQRLamH .card-title,
.cid-t4YUQRLamH .iconfont-wrapper {
  text-align: right;
  color: #2e6b75;
}
.cid-t5sf1NGA6y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-t5sf1NGA6y .mbr-text {
    text-align: center;
  }
}
.cid-t5sf1NGA6y .container-fluid {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-t5sf1NGA6y .media-content {
    max-width: 650px;
    padding: 5rem 2rem;
    margin: auto;
  }
}
.cid-t5sf1NGA6y .media-content {
  padding: 5rem 2rem;
}
.cid-t5sf1NGA6y img {
  height: 100%;
  object-fit: cover;
}
.cid-t5sf1NGA6y .mbr-figure {
  height: 100%;
}
.cid-t5sf1NGA6y .col-lg-5,
.cid-t5sf1NGA6y .col-lg-7 {
  padding: 0;
}
.cid-t5sf1NGA6y .row {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t5sf1NGA6y .media-content {
    padding: 3rem 1rem;
  }
}
.cid-t5sdUjZEIO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f4f8fa;
}
.cid-t5sdUjZEIO .row {
  flex-direction: row-reverse;
}
.cid-t5sdUjZEIO .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-t5sdUjZEIO .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-t5sdUjZEIO .card {
    margin-bottom: 2rem !important;
  }
  .cid-t5sdUjZEIO .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-t5sdUjZEIO .link-wrap {
    align-items: center;
  }
}
.cid-t5sdUjZEIO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t5sdUjZEIO .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-t5sdUjZEIO .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-t5sdUjZEIO .btn:hover,
.cid-t5sdUjZEIO .btn:focus {
  border-color: #f4aee6 !important;
  background-color: #f4aee6 !important;
}
.cid-t5sdUjZEIO .card-title {
  color: #000000;
}
.cid-t5sdUjZEIO .mbr-subtile {
  color: #000000;
}
.cid-t5sdUjZEIO .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t5sdUjZEIO .padding {
    padding-right: 110px;
  }
}
.cid-t5q8sXetj0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f8fa;
}
.cid-t5q8sXetj0 h3,
.cid-t5q8sXetj0 h4,
.cid-t5q8sXetj0 h5,
.cid-t5q8sXetj0 p {
  margin: 0;
}
.cid-t5q8sXetj0 .section-head {
  margin-bottom: 2.5rem;
}
.cid-t5q8sXetj0 .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-t5q8sXetj0 .card {
  background-color: #f3edf7;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
  border-width: 1px;
  border-style: dashed;
  border-color: #cd8ad1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-t5q8sXetj0 .card {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-t5q8sXetj0 .card {
    flex-direction: column;
  }
}
.cid-t5q8sXetj0 .card-title {
  margin-bottom: 25px;
}
.cid-t5q8sXetj0 .card-subtitle {
  color: #33d5ad;
}
.cid-t5q8sXetj0 .list {
  list-style-type: circle;
  list-style-position: inside;
  margin-bottom: 0;
  padding-left: 1rem;
  color: #7f1933;
}
.cid-t5q8sXetj0 .list li {
  margin-bottom: 0.3rem;
}
.cid-t5q8sXetj0 .price {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 2rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-t5q8sXetj0 .price {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t5q8sXetj0 .price {
    margin-top: 2rem;
  }
}
@media (max-width: 350px) {
  .cid-t5q8sXetj0 .price {
    margin-left: 0;
    align-items: center;
  }
}
.cid-t5q8sXetj0 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.cid-t5q8sXetj0 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-t5q8sXetj0 .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-t5q8sXetj0 .mbr-price-number {
  color: #33d5ad;
  margin-bottom: 0;
}
.cid-t5q8sXetj0 .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
  text-align: center;
}
.cid-t5q8sXetj0 .mbr-amount-number {
  color: #33d5ad;
  margin-bottom: 0;
}
.cid-t5qemB4Ogc {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-t5qemB4Ogc .mbr-iconfont {
  color: #8d97ad;
}
.cid-t5qemB4Ogc .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-t5qemB4Ogc .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-t5qemB4Ogc .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-t5qemB4Ogc .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-t5qemB4Ogc .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-t5qemB4Ogc .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-t5q3rqgDlz {
  background-color: #ffffff;
}
.cid-t5q3rqgDlz .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5q3rqgDlz .carousel-item > div {
  width: 100%;
}
.cid-t5q3rqgDlz h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-t5q3rqgDlz .carousel-item.active,
.cid-t5q3rqgDlz .carousel-item-next,
.cid-t5q3rqgDlz .carousel-item-prev {
  display: flex;
}
.cid-t5q3rqgDlz .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-t5q3rqgDlz .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-t5q3rqgDlz .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-t5q3rqgDlz .carousel-controls a {
    width: 5%;
  }
}
.cid-t5q3rqgDlz .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-t5q3rqgDlz .img-block {
  display: flex;
  flex-direction: column;
}
.cid-t5q3rqgDlz img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-t5q3rqgDlz .mbr-text {
  position: relative;
}
.cid-t5q3rqgDlz li {
  background-color: transparent;
  width: 11px !important;
  height: 11px !important;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-t5q3rqgDlz li.active {
  background-color: #e9204f;
  width: 14px !important;
  height: 14px !important;
  border: none !important;
}
.cid-t5q3rqgDlz .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-t5q3rqgDlz ol {
  margin-bottom: 0;
}
.cid-t5q3rqgDlz .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-t5q3rqgDlz .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-t5q3rqgDlz {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .cid-t5q3rqgDlz {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-t5q3rqgDlz .row {
    margin: 0;
  }
}
.cid-t5q3rqgDlz .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-t5q3rqgDlz .desk {
  transition: 0.3s;
  font-weight: 500;
}
.cid-t5q3rqgDlz .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-t5q3rqgDlz .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-t5q3rqgDlz .img-block:hover .desk {
  color: #101010;
}
.cid-t5q3rqgDlz .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-t5q3rqgDlz .img-card {
    margin-top: 2rem;
  }
}
.cid-t5q3rqgDlz .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-t4YUQVjYhg {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #7f1933;
}
.cid-t4YUQVjYhg .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-t4YUQVjYhg .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-t4YUQVjYhg .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-t4YUQVjYhg .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-t4YUQVjYhg .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t4YUQVjYhg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t4YUQVjYhg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t4YUQVjYhg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t4YUQVjYhg .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t4YUQVjYhg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-t4YUQVjYhg .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-t4YUQVjYhg .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t4YUQVjYhg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t4YUQVjYhg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t4YUQVjYhg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t4YUQVjYhg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t4YUQVUt1s .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4YUQVUt1s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t4YUQVUt1s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4YUQVUt1s .nav-link {
  position: relative;
}
.cid-t4YUQVUt1s .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-t4YUQVUt1s .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-t4YUQVUt1s .container {
  display: flex;
  margin: auto;
}
.cid-t4YUQVUt1s .navbar.navbar-short .nav-link,
.cid-t4YUQVUt1s .navbar.navbar-short .navbar-caption,
.cid-t4YUQVUt1s .navbar.navbar-short .mbr-iconfont,
.cid-t4YUQVUt1s .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-t4YUQVUt1s .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-t4YUQVUt1s .navbar-caption {
  padding-right: 3rem;
}
.cid-t4YUQVUt1s .dropdown-menu,
.cid-t4YUQVUt1s .navbar.opened {
  background: #cebfaf !important;
}
.cid-t4YUQVUt1s .nav-item:focus,
.cid-t4YUQVUt1s .nav-link:focus {
  outline: none;
}
.cid-t4YUQVUt1s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4YUQVUt1s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4YUQVUt1s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4YUQVUt1s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4YUQVUt1s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4YUQVUt1s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4YUQVUt1s .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t4YUQVUt1s .navbar.opened {
  transition: all .3s;
}
.cid-t4YUQVUt1s .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t4YUQVUt1s .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t4YUQVUt1s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4YUQVUt1s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4YUQVUt1s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-t4YUQVUt1s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4YUQVUt1s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4YUQVUt1s .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t4YUQVUt1s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4YUQVUt1s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t4YUQVUt1s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t4YUQVUt1s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4YUQVUt1s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4YUQVUt1s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4YUQVUt1s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4YUQVUt1s .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t4YUQVUt1s .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t4YUQVUt1s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4YUQVUt1s .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4YUQVUt1s .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4YUQVUt1s .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t4YUQVUt1s .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t4YUQVUt1s .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t4YUQVUt1s .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t4YUQVUt1s .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4YUQVUt1s .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4YUQVUt1s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4YUQVUt1s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4YUQVUt1s .dropdown-item.active,
.cid-t4YUQVUt1s .dropdown-item:active {
  background-color: transparent;
}
.cid-t4YUQVUt1s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4YUQVUt1s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4YUQVUt1s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4YUQVUt1s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t4YUQVUt1s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4YUQVUt1s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4YUQVUt1s ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t4YUQVUt1s .navbar-buttons {
  text-align: center;
}
.cid-t4YUQVUt1s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4YUQVUt1s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e6b75;
}
.cid-t4YUQVUt1s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t4YUQVUt1s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t4YUQVUt1s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t4YUQVUt1s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t4YUQVUt1s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4YUQVUt1s nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t4YUQVUt1s nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t4YUQVUt1s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4YUQVUt1s .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t4YUQVUt1s a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4YUQVUt1s .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t4YUQVUt1s .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-t4YUQVUt1s .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4YUQVUt1s .navbar {
    height: 77px;
  }
  .cid-t4YUQVUt1s .navbar.opened {
    height: auto;
  }
  .cid-t4YUQVUt1s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t52GjkrmTm {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/instrumentos-reparao-manuteno-805x805-805x805.jpg");
}
@media (min-width: 1500px) {
  .cid-t52GjkrmTm .container {
    max-width: 1400px;
  }
}
.cid-t52GjkrmTm .card-text_padding-bottom {
  padding-bottom: 5rem;
}
.cid-t52GjkrmTm .card-img {
  margin-left: auto;
  margin-bottom: 2rem;
  margin-right: auto;
}
.cid-t52GjkrmTm .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
.cid-t52GjkrmTm .btn-bottom {
  display: flex;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1620px) {
  .cid-t52GjkrmTm .card {
    padding: 0 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1250px) {
  .cid-t52GjkrmTm .card {
    padding: 0 2rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .cid-t52GjkrmTm .card {
    padding: 0 1rem;
    padding-bottom: 4rem;
  }
}
.cid-t52GjkrmTm .row {
  justify-content: center;
}
.cid-t52GjkrmTm .mbr-section-title {
  color: #e4d295;
  text-align: center;
}
.cid-t52GjkrmTm .card-title {
  color: #2e6b75;
  text-align: center;
}
.cid-t52GjkrmTm .mbr-section-subtitle {
  color: #6c7577;
  text-align: center;
}
.cid-t52GjkrmTm .card-text {
  color: #000000;
  text-align: center;
}
.cid-t52GjkrmTm .card-title,
.cid-t52GjkrmTm .iconfont-wrapper {
  text-align: right;
  color: #2e6b75;
}
.cid-t52GjlRVLV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t52GjlRVLV .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-t52GjlRVLV .wrap {
  background-color: #7f1933;
  padding: 9rem 1rem;
}
.cid-t52GjlRVLV img {
  object-fit: cover;
  position: absolute;
  width: 50%;
  top: 15%;
  left: 4%;
  max-height: 600px;
}
@media (max-width: 991px) {
  .cid-t52GjlRVLV .wrap {
    margin-top: 20rem;
  }
  .cid-t52GjlRVLV img {
    width: 60%;
    left: 20%;
    top: 0;
    max-height: 400px;
  }
}
@media (max-width: 758px) {
  .cid-t52GjlRVLV .wrap {
    margin-top: 5rem;
  }
  .cid-t52GjlRVLV img {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  .cid-t52GjlRVLV .container-fluid {
    padding-right: 16px;
  }
  .cid-t52GjlRVLV .wrap {
    padding: 9rem 6rem 8rem;
  }
  .cid-t52GjlRVLV img {
    width: 40%;
    left: 0;
    top: 13%;
  }
}
@media (min-width: 1400px) {
  .cid-t52GjlRVLV img {
    width: 50%;
    left: 5%;
  }
}
.cid-t52GjlRVLV .wrap {
  padding: 8rem 1rem;
}
@media (max-width: 991px) {
  .cid-t52GjlRVLV .wrap {
    margin-top: 20rem;
  }
  .cid-t52GjlRVLV img {
    width: 60%;
    left: 20%;
    max-height: 400px;
  }
}
@media (max-width: 758px) {
  .cid-t52GjlRVLV .wrap {
    margin-top: 5rem;
  }
  .cid-t52GjlRVLV img {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  .cid-t52GjlRVLV .container-fluid {
    padding-right: 16px;
  }
  .cid-t52GjlRVLV .wrap {
    padding: 8% 12% 7% 14%;
  }
  .cid-t52GjlRVLV img {
    width: 40%;
    top: 10%;
    left: 5%;
    max-height: 500px;
  }
}
@media (min-width: 1400px) {
  .cid-t52GjlRVLV img {
    left: 16%;
    top: 10%;
    max-height: 600px;
  }
}
.cid-t52GjlRVLV .form-row > .col,
.cid-t52GjlRVLV .form-row > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.cid-t52GjlRVLV .form-control,
.cid-t52GjlRVLV .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid #9a948d !important;
  padding: 0;
  font-family: "Cormorant Garamond";
  color: #ffffff;
  font-style: italic;
}
.cid-t52GjlRVLV .jq-selectbox__select {
  padding: 0;
}
.cid-t52GjlRVLV .jq-selectbox__trigger-arrow {
  right: 0;
}
.cid-t52GjlRVLV .jq-number__spin {
  background-color: #7f1933;
  border-color: #7f1933;
}
.cid-t52GjlRVLV .jq-number__spin:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-t52GjlRVLV .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-t52GjlRVLV .jq-number__spin.minus:after,
.cid-t52GjlRVLV .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-t52GjlRVLV .jq-selectbox__dropdown {
  border-radius: 0;
  background: #000000;
}
.cid-t52GjlRVLV .jq-selectbox__dropdown li {
  font-family: "Cormorant Garamond";
}
.cid-t52GjlRVLV .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #ffffff !important;
}
.cid-t52GjlRVLV .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  color: #fff;
}
.cid-t52GjlRVLV .form-check-input:checked {
  background-color: #7f1933;
  border-color: #7f1933;
}
.cid-t52GjlRVLV p {
  font-style: italic;
  color: #9a948d;
  font-family: "EB Garamond";
}
.cid-t52GjlRVLV .form-control::placeholder {
  font-family: "Cormorant Garamond";
  color: #ffffff;
  font-style: italic;
  margin: 0;
}
.cid-t52GjlRVLV input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-t52GjlRVLV input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-t52GjlRVLV input[type="range"]::-webkit-slider-thumb {
  background: #ddc499;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #7f1933;
}
.cid-t52GjlRVLV input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-t52GjlRVLV input[type="range"]::-moz-range-thumb {
  background: #7f1933;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #43e5f7;
  padding: 0px;
  margin: 0px;
}
.cid-t52GjlRVLV .form-control-label,
.cid-t52GjlRVLV .form-check-label {
  font-family: "Cormorant Garamond";
  color: #ffffff;
  font-style: italic;
}
.cid-t52GjlRVLV input::-webkit-clear-button {
  display: none;
}
.cid-t52GjlRVLV input::-webkit-inner-spin-button {
  display: none;
}
.cid-t52GjlRVLV input::-webkit-outer-spin-button {
  display: none;
}
.cid-t52GjlRVLV input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-t52GjlRVLV a {
  transition: color 0.5s;
  color: #9a948d;
}
.cid-t52GjlRVLV a:hover {
  color: #ffffff;
}
.cid-t52GjlRVLV .mbr-section-btn {
  z-index: 99999;
}
.cid-t52GjlRVLV .btn {
  font-family: "Cormorant Garamond";
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-t52GjlRVLV .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-t52GjlRVLV .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-t52GjlRVLV .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-t52GjlRVLV .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-t52GjlRVLV .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-t5q3fcInF2 {
  background-color: #ffffff;
}
.cid-t5q3fcInF2 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5q3fcInF2 .carousel-item > div {
  width: 100%;
}
.cid-t5q3fcInF2 h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-t5q3fcInF2 .carousel-item.active,
.cid-t5q3fcInF2 .carousel-item-next,
.cid-t5q3fcInF2 .carousel-item-prev {
  display: flex;
}
.cid-t5q3fcInF2 .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-t5q3fcInF2 .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-t5q3fcInF2 .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-t5q3fcInF2 .carousel-controls a {
    width: 5%;
  }
}
.cid-t5q3fcInF2 .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-t5q3fcInF2 .img-block {
  display: flex;
  flex-direction: column;
}
.cid-t5q3fcInF2 img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-t5q3fcInF2 .mbr-text {
  position: relative;
}
.cid-t5q3fcInF2 li {
  background-color: transparent;
  width: 11px !important;
  height: 11px !important;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-t5q3fcInF2 li.active {
  background-color: #e9204f;
  width: 14px !important;
  height: 14px !important;
  border: none !important;
}
.cid-t5q3fcInF2 .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-t5q3fcInF2 ol {
  margin-bottom: 0;
}
.cid-t5q3fcInF2 .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-t5q3fcInF2 .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-t5q3fcInF2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .cid-t5q3fcInF2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-t5q3fcInF2 .row {
    margin: 0;
  }
}
.cid-t5q3fcInF2 .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-t5q3fcInF2 .desk {
  transition: 0.3s;
  font-weight: 500;
}
.cid-t5q3fcInF2 .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-t5q3fcInF2 .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-t5q3fcInF2 .img-block:hover .desk {
  color: #101010;
}
.cid-t5q3fcInF2 .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-t5q3fcInF2 .img-card {
    margin-top: 2rem;
  }
}
.cid-t5q3fcInF2 .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-t52Gjo3HmH {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #7f1933;
}
.cid-t52Gjo3HmH .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-t52Gjo3HmH .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-t52Gjo3HmH .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-t52Gjo3HmH .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-t52Gjo3HmH .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t52Gjo3HmH .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t52Gjo3HmH .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t52Gjo3HmH .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t52Gjo3HmH .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t52Gjo3HmH .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-t52Gjo3HmH .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-t52Gjo3HmH .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t52Gjo3HmH .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t52Gjo3HmH .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t52Gjo3HmH .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t52Gjo3HmH .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t52GjoQGGp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t52GjoQGGp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t52GjoQGGp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t52GjoQGGp .nav-link {
  position: relative;
}
.cid-t52GjoQGGp .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-t52GjoQGGp .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-t52GjoQGGp .container {
  display: flex;
  margin: auto;
}
.cid-t52GjoQGGp .navbar.navbar-short .nav-link,
.cid-t52GjoQGGp .navbar.navbar-short .navbar-caption,
.cid-t52GjoQGGp .navbar.navbar-short .mbr-iconfont,
.cid-t52GjoQGGp .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-t52GjoQGGp .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-t52GjoQGGp .navbar-caption {
  padding-right: 3rem;
}
.cid-t52GjoQGGp .dropdown-menu,
.cid-t52GjoQGGp .navbar.opened {
  background: #cebfaf !important;
}
.cid-t52GjoQGGp .nav-item:focus,
.cid-t52GjoQGGp .nav-link:focus {
  outline: none;
}
.cid-t52GjoQGGp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t52GjoQGGp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t52GjoQGGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t52GjoQGGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t52GjoQGGp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t52GjoQGGp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t52GjoQGGp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t52GjoQGGp .navbar.opened {
  transition: all .3s;
}
.cid-t52GjoQGGp .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t52GjoQGGp .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t52GjoQGGp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t52GjoQGGp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t52GjoQGGp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-t52GjoQGGp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t52GjoQGGp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t52GjoQGGp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t52GjoQGGp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t52GjoQGGp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t52GjoQGGp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t52GjoQGGp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t52GjoQGGp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t52GjoQGGp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t52GjoQGGp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t52GjoQGGp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t52GjoQGGp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t52GjoQGGp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t52GjoQGGp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t52GjoQGGp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t52GjoQGGp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t52GjoQGGp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t52GjoQGGp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t52GjoQGGp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t52GjoQGGp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t52GjoQGGp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t52GjoQGGp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t52GjoQGGp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t52GjoQGGp .dropdown-item.active,
.cid-t52GjoQGGp .dropdown-item:active {
  background-color: transparent;
}
.cid-t52GjoQGGp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t52GjoQGGp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t52GjoQGGp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t52GjoQGGp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t52GjoQGGp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t52GjoQGGp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t52GjoQGGp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t52GjoQGGp .navbar-buttons {
  text-align: center;
}
.cid-t52GjoQGGp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t52GjoQGGp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e6b75;
}
.cid-t52GjoQGGp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t52GjoQGGp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t52GjoQGGp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t52GjoQGGp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t52GjoQGGp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t52GjoQGGp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t52GjoQGGp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t52GjoQGGp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t52GjoQGGp .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t52GjoQGGp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t52GjoQGGp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t52GjoQGGp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-t52GjoQGGp .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t52GjoQGGp .navbar {
    height: 77px;
  }
  .cid-t52GjoQGGp .navbar.opened {
    height: auto;
  }
  .cid-t52GjoQGGp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t52MOS1WQ7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t52MOS1WQ7 .container {
    max-width: 1400px;
  }
}
.cid-t52MOS1WQ7 .card-text_padding-bottom {
  padding-bottom: 5rem;
}
.cid-t52MOS1WQ7 .card-img {
  margin-left: auto;
  margin-bottom: 2rem;
  margin-right: auto;
}
.cid-t52MOS1WQ7 .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
.cid-t52MOS1WQ7 .btn-bottom {
  display: flex;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1620px) {
  .cid-t52MOS1WQ7 .card {
    padding: 0 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1250px) {
  .cid-t52MOS1WQ7 .card {
    padding: 0 2rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .cid-t52MOS1WQ7 .card {
    padding: 0 1rem;
    padding-bottom: 4rem;
  }
}
.cid-t52MOS1WQ7 .row {
  justify-content: center;
}
.cid-t52MOS1WQ7 .mbr-section-title {
  color: #e4d295;
  text-align: center;
}
.cid-t52MOS1WQ7 .card-title {
  color: #2e6b75;
  text-align: center;
}
.cid-t52MOS1WQ7 .mbr-section-subtitle {
  color: #6c7577;
  text-align: center;
}
.cid-t52MOS1WQ7 .card-text {
  color: #000000;
  text-align: center;
}
.cid-t52MOS1WQ7 .card-title,
.cid-t52MOS1WQ7 .iconfont-wrapper {
  text-align: right;
  color: #2e6b75;
}
.cid-t5sedl8Vtn {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f4f8fa;
}
.cid-t5sedl8Vtn .cover {
  width: 250px;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-t5sedl8Vtn .btn {
  border-radius: 0;
}
.cid-t5sedl8Vtn .btn .mbr-iconfont {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .cid-t5sedl8Vtn .media-content {
    max-width: 450px;
    margin: auto;
  }
}
.cid-t5sedl8Vtn .icons-wrap {
  display: flex;
}
.cid-t5sedl8Vtn .icons-wrap .mbr-iconfont {
  font-size: 1.5rem;
  color: #ff2d55 !important;
  padding-top: 0.4rem;
  padding-right: 0.5rem;
}
.cid-t5sedl8Vtn h2 {
  margin: 0;
}
.cid-t5sedl8Vtn .icon-wrap {
  display: flex;
  align-items: center;
  padding-right: 2.5rem;
}
.cid-t5sedl8Vtn .mbr-figure {
  z-index: 2;
  padding: 8rem 2rem;
}
.cid-t5sedl8Vtn .card {
  overflow: hidden;
  height: 100%;
}
.cid-t5sedl8Vtn .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/CARTAZ-POSTERS/CARTAZ-POSTER-7-maio-2022-jazz-orquestra-do-centro-com-marta-pereira-da-costa-1447x2048.png");
  filter: blur(15px);
  background-size: cover;
  z-index: 1;
}
.cid-t5sedl8Vtn H4 {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t5sedl8Vtn .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
    padding-bottom: 0.5rem;
    padding-right: 0rem;
  }
  .cid-t5sedl8Vtn .icon-wrap {
    padding-bottom: 0.6rem;
    padding-right: 0rem;
  }
  .cid-t5sedl8Vtn .cover {
    width: 100%;
  }
}
.cid-t5secoPVNO {
  padding-top: 180px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background20220718-foto-banner-1950x1300.jpg");
}
.cid-t5secoPVNO .nav-tabs .nav-item.open .nav-link:focus,
.cid-t5secoPVNO .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t5secoPVNO .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-t5secoPVNO .icon-big {
  font-size: 2rem;
  padding-top: 2rem;
  display: inline-block;
  transition: all 0.3s;
}
.cid-t5secoPVNO .icon-big:hover {
  color: #7f1933 !important;
}
.cid-t5secoPVNO .content-col {
  margin: auto 0;
}
.cid-t5secoPVNO img {
  width: 90%;
  margin: auto;
}
.cid-t5secoPVNO h6 {
  margin: 0;
}
.cid-t5secoPVNO h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-t5secoPVNO h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-t5secoPVNO .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-t5secoPVNO .icon-wrap,
.cid-t5secoPVNO .date-wrap {
  display: flex;
  align-items: center;
}
.cid-t5secoPVNO .tabs-col {
  overflow: hidden;
}
.cid-t5secoPVNO .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-t5secoPVNO .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-t5secoPVNO .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #000000;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-t5secoPVNO .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-t5secoPVNO .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-t5secoPVNO .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-t5secoPVNO .nav-tabs .nav-link.active:before {
  background: #000000;
}
.cid-t5secoPVNO .nav-tabs .nav-link.active:after {
  background: #000000;
}
@media (max-width: 992px) {
  .cid-t5secoPVNO img {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-t5secoPVNO .nav-tabs {
    flex-direction: row;
  }
  .cid-t5secoPVNO .mbr-text,
  .cid-t5secoPVNO .nav-link {
    text-align: center;
  }
  .cid-t5secoPVNO .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-t5secoPVNO .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-t5secoPVNO .nav-item {
    min-width: 100px;
  }
  .cid-t5secoPVNO .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-t5scQK6ifF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-t5scQK6ifF .mbr-text,
.cid-t5scQK6ifF .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-t5scQK6ifF .mbr-text,
  .cid-t5scQK6ifF .mbr-section-title {
    text-align: center;
  }
}
.cid-t5scQK6ifF a.btn {
  height: 100%;
  margin: 0;
}
.cid-t5scQK6ifF .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
  margin-top: 1.5rem;
}
.cid-t5scQK6ifF .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t5scQK6ifF .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-t5scQK6ifF .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-t5scQK6ifF .justify-content-center {
  align-items: center;
}
.cid-t5scQK6ifF .container {
  padding: 0 5%;
}
.cid-t5scQK6ifF .content-wrapper {
  background: #f0f4ff;
  border-radius: 25px;
  padding: 6.5rem;
}
@media (max-width: 768px) {
  .cid-t5scQK6ifF .content-wrapper {
    padding: 2.5rem;
  }
}
@media (max-width: 425px) {
  .cid-t5scQK6ifF .content-wrapper {
    padding: 1rem;
  }
}
.cid-t5scQK6ifF .form-group {
  margin-bottom: 1.5rem;
}
.cid-t5scQK6ifF .form-check {
  margin-left: .5rem;
}
.cid-t5scQK6ifF .mbr-text {
  margin-bottom: 3rem;
  color: #3a3e5e;
}
.cid-t5scQK6ifF .form-check-input:checked {
  background: #6870d1;
  border: none;
}
.cid-t5scQK6ifF .btn {
  width: 280px !important;
  height: 55px !important;
  box-shadow: none;
}
.cid-t5scQK6ifF .btn:hover {
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-t5scQK6ifF .btn {
    width: 200px;
  }
}
.cid-t5scQK6ifF .image-wrapper {
  padding: 1.5rem 0;
}
.cid-t5scQK6ifF .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
.cid-t5scQK6ifF .form-control {
  box-shadow: none;
  color: #3a3e5e;
}
.cid-t5scQK6ifF .form-check-input {
  border: none;
}
.cid-t5scQK6ifF .mbr-section-title {
  color: #7f1933;
}
.cid-t5scQK6ifF .mbr-label {
  color: #3a3e5e;
}
.cid-t5selRvR9g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-t5selRvR9g .mbr-iconfont {
  color: #8d97ad;
}
.cid-t5selRvR9g .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-t5selRvR9g .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-t5selRvR9g .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-t5selRvR9g .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-t5selRvR9g .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-t5selRvR9g .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-t52MOWT7s5 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background3-banner-foto-1920x1280.jpg");
}
.cid-t52MOWT7s5 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-t52MOWT7s5 .container {
  max-width: 1400px;
  padding: 0 3rem;
}
.cid-t52MOWT7s5 .row2 {
  justify-content: space-between;
  border: 2px solid #ffffff;
  padding: 3rem;
}
.cid-t52MOWT7s5 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-t52MOWT7s5 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-t52MOWT7s5 form .btn {
  border-radius: 30px;
  margin: 0.18rem;
}
.cid-t52MOWT7s5 .form-control,
.cid-t52MOWT7s5 .field-input {
  padding: 1rem;
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t52MOWT7s5 .form-control::-webkit-input-placeholder,
.cid-t52MOWT7s5 .field-input::-webkit-input-placeholder,
.cid-t52MOWT7s5 .form-control::-webkit-input-placeholder,
.cid-t52MOWT7s5 .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t52MOWT7s5 .form-control:-moz-placeholder,
.cid-t52MOWT7s5 .field-input:-moz-placeholder,
.cid-t52MOWT7s5 .form-control:-moz-placeholder,
.cid-t52MOWT7s5 .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-t52MOWT7s5 .form-control:hover,
.cid-t52MOWT7s5 .field-input:hover,
.cid-t52MOWT7s5 .form-control:focus,
.cid-t52MOWT7s5 .field-input:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-t52MOWT7s5 .form-control:hover::-webkit-input-placeholder,
.cid-t52MOWT7s5 .field-input:hover::-webkit-input-placeholder,
.cid-t52MOWT7s5 .form-control:focus::-webkit-input-placeholder,
.cid-t52MOWT7s5 .field-input:focus::-webkit-input-placeholder,
.cid-t52MOWT7s5 .form-control:hover::-webkit-input-placeholder,
.cid-t52MOWT7s5 .field-input:hover::-webkit-input-placeholder,
.cid-t52MOWT7s5 .form-control:focus::-webkit-input-placeholder,
.cid-t52MOWT7s5 .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t52MOWT7s5 .form-control:hover:-moz-placeholder,
.cid-t52MOWT7s5 .field-input:hover:-moz-placeholder,
.cid-t52MOWT7s5 .form-control:focus:-moz-placeholder,
.cid-t52MOWT7s5 .field-input:focus:-moz-placeholder,
.cid-t52MOWT7s5 .form-control:hover:-moz-placeholder,
.cid-t52MOWT7s5 .field-input:hover:-moz-placeholder,
.cid-t52MOWT7s5 .form-control:focus:-moz-placeholder,
.cid-t52MOWT7s5 .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-t52MOWT7s5 .jq-number__spin:hover,
.cid-t52MOWT7s5 .jq-number__spin:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t52MOWT7s5 .jq-number__spin {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t52MOWT7s5 input::-webkit-clear-button {
  display: none;
}
.cid-t52MOWT7s5 input::-webkit-inner-spin-button {
  display: none;
}
.cid-t52MOWT7s5 input::-webkit-outer-spin-button {
  display: none;
}
.cid-t52MOWT7s5 input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-t52MOWT7s5 .container {
    padding: 0 2rem;
  }
  .cid-t52MOWT7s5 .row2 {
    padding: 1rem 0;
  }
  .cid-t52MOWT7s5 .col-auto {
    text-align: center;
    width: 100%;
  }
}
.cid-t5q3kTOgiq {
  background-color: #ffffff;
}
.cid-t5q3kTOgiq .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5q3kTOgiq .carousel-item > div {
  width: 100%;
}
.cid-t5q3kTOgiq h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-t5q3kTOgiq .carousel-item.active,
.cid-t5q3kTOgiq .carousel-item-next,
.cid-t5q3kTOgiq .carousel-item-prev {
  display: flex;
}
.cid-t5q3kTOgiq .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-t5q3kTOgiq .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-t5q3kTOgiq .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-t5q3kTOgiq .carousel-controls a {
    width: 5%;
  }
}
.cid-t5q3kTOgiq .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-t5q3kTOgiq .img-block {
  display: flex;
  flex-direction: column;
}
.cid-t5q3kTOgiq img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-t5q3kTOgiq .mbr-text {
  position: relative;
}
.cid-t5q3kTOgiq li {
  background-color: transparent;
  width: 11px !important;
  height: 11px !important;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-t5q3kTOgiq li.active {
  background-color: #e9204f;
  width: 14px !important;
  height: 14px !important;
  border: none !important;
}
.cid-t5q3kTOgiq .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-t5q3kTOgiq ol {
  margin-bottom: 0;
}
.cid-t5q3kTOgiq .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-t5q3kTOgiq .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-t5q3kTOgiq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .cid-t5q3kTOgiq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-t5q3kTOgiq .row {
    margin: 0;
  }
}
.cid-t5q3kTOgiq .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-t5q3kTOgiq .desk {
  transition: 0.3s;
  font-weight: 500;
}
.cid-t5q3kTOgiq .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-t5q3kTOgiq .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-t5q3kTOgiq .img-block:hover .desk {
  color: #101010;
}
.cid-t5q3kTOgiq .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-t5q3kTOgiq .img-card {
    margin-top: 2rem;
  }
}
.cid-t5q3kTOgiq .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-t52MOXtSQ2 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #7f1933;
}
.cid-t52MOXtSQ2 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-t52MOXtSQ2 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-t52MOXtSQ2 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-t52MOXtSQ2 .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-t52MOXtSQ2 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t52MOXtSQ2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t52MOXtSQ2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t52MOXtSQ2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t52MOXtSQ2 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t52MOXtSQ2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-t52MOXtSQ2 .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-t52MOXtSQ2 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t52MOXtSQ2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t52MOXtSQ2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t52MOXtSQ2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t52MOXtSQ2 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t52MOY3UOC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t52MOY3UOC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t52MOY3UOC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t52MOY3UOC .nav-link {
  position: relative;
}
.cid-t52MOY3UOC .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-t52MOY3UOC .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-t52MOY3UOC .container {
  display: flex;
  margin: auto;
}
.cid-t52MOY3UOC .navbar.navbar-short .nav-link,
.cid-t52MOY3UOC .navbar.navbar-short .navbar-caption,
.cid-t52MOY3UOC .navbar.navbar-short .mbr-iconfont,
.cid-t52MOY3UOC .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-t52MOY3UOC .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-t52MOY3UOC .navbar-caption {
  padding-right: 3rem;
}
.cid-t52MOY3UOC .dropdown-menu,
.cid-t52MOY3UOC .navbar.opened {
  background: #cebfaf !important;
}
.cid-t52MOY3UOC .nav-item:focus,
.cid-t52MOY3UOC .nav-link:focus {
  outline: none;
}
.cid-t52MOY3UOC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t52MOY3UOC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t52MOY3UOC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t52MOY3UOC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t52MOY3UOC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t52MOY3UOC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t52MOY3UOC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t52MOY3UOC .navbar.opened {
  transition: all .3s;
}
.cid-t52MOY3UOC .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t52MOY3UOC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t52MOY3UOC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t52MOY3UOC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t52MOY3UOC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-t52MOY3UOC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t52MOY3UOC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t52MOY3UOC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t52MOY3UOC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t52MOY3UOC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t52MOY3UOC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t52MOY3UOC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t52MOY3UOC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t52MOY3UOC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t52MOY3UOC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t52MOY3UOC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t52MOY3UOC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t52MOY3UOC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t52MOY3UOC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t52MOY3UOC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t52MOY3UOC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t52MOY3UOC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t52MOY3UOC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t52MOY3UOC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t52MOY3UOC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t52MOY3UOC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t52MOY3UOC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t52MOY3UOC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t52MOY3UOC .dropdown-item.active,
.cid-t52MOY3UOC .dropdown-item:active {
  background-color: transparent;
}
.cid-t52MOY3UOC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t52MOY3UOC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t52MOY3UOC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t52MOY3UOC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t52MOY3UOC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t52MOY3UOC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t52MOY3UOC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t52MOY3UOC .navbar-buttons {
  text-align: center;
}
.cid-t52MOY3UOC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t52MOY3UOC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e6b75;
}
.cid-t52MOY3UOC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t52MOY3UOC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t52MOY3UOC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t52MOY3UOC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t52MOY3UOC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t52MOY3UOC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t52MOY3UOC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t52MOY3UOC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t52MOY3UOC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t52MOY3UOC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t52MOY3UOC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t52MOY3UOC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-t52MOY3UOC .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t52MOY3UOC .navbar {
    height: 77px;
  }
  .cid-t52MOY3UOC .navbar.opened {
    height: auto;
  }
  .cid-t52MOY3UOC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t53l2p4gwC {
  padding-top: 225px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/pautaadjacentestore-1-1470x975.jpg");
}
.cid-t53l2p4gwC .container-fluid {
  max-width: 1700px;
}
.cid-t53l2p4gwC h1 {
  line-height: 1;
}
.cid-t53kSJaIFu {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t53kSJaIFu h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-t53kSJaIFu h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-t53kSJaIFu .signature {
  filter: invert(0.8);
}
.cid-t53kSJaIFu .mbr-text,
.cid-t53kSJaIFu .img-align {
  text-align: center;
}
.cid-t53kSJaIFu H2 {
  text-align: center;
}
.cid-t53kSJaIFu H1 {
  color: #7f1933;
}
.cid-t5q056sc5u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-t5q056sc5u .row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.cid-t5q056sc5u .head-row {
  align-items: center;
  margin-bottom: 20px;
}
.cid-t5q056sc5u .mbr-section-head {
  flex-grow: 1;
}
.cid-t5q056sc5u .col-btn {
  flex-grow: 1;
}
.cid-t5q056sc5u .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .cid-t5q056sc5u .label-text {
    text-align: center !important;
  }
}
.cid-t5q056sc5u .mbr-section-title {
  color: #7f1933;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .cid-t5q056sc5u .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t5q056sc5u .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 12px;
}
@media (max-width: 575px) {
  .cid-t5q056sc5u .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-t5q056sc5u .mbr-section-btn {
  text-align: right;
}
@media (max-width: 575px) {
  .cid-t5q056sc5u .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-t5q056sc5u .mbr-section-btn .btn {
  min-height: 55px;
  padding: 10px 26px;
}
.cid-t5q056sc5u .mbr-section-btn .btn-primary:hover {
  background-color: #f7ed4a !important;
  color: #ffffff !important;
}
.cid-t5q056sc5u .mbr-section-btn .btn-secondary:hover {
  background-color: #f7ed4a !important;
  color: #ffffff !important;
}
.cid-t5q056sc5u .item:focus,
.cid-t5q056sc5u span:focus {
  outline: none;
}
.cid-t5q056sc5u .item {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-t5q056sc5u .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 35px 70px rgba(0, 21, 133, 0.04);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-t5q056sc5u .item-wrapper .item-content a:hover {
  color: #7f1933 !important;
}
.cid-t5q056sc5u .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-t5q056sc5u .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 340px;
}
@media (max-width: 1399px) {
  .cid-t5q056sc5u .item-img {
    height: 290px;
  }
}
@media (max-width: 1199px) {
  .cid-t5q056sc5u .item-img {
    height: 508px;
  }
}
@media (max-width: 991px) {
  .cid-t5q056sc5u .item-img {
    height: 365px;
  }
}
@media (max-width: 767px) {
  .cid-t5q056sc5u .item-img {
    height: 267px;
  }
}
@media (max-width: 575px) {
  .cid-t5q056sc5u .item-img {
    height: 100%;
    max-height: 582px;
  }
}
.cid-t5q056sc5u .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t5q056sc5u .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 5px 20px;
}
.cid-t5q056sc5u .item-title {
  width: 100%;
  color: #A1A0A0;
  margin-bottom: 0;
}
.cid-t5q056sc5u .mbr-text {
  color: #010d4c;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 0;
}
.cid-t5kWvZfHTU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-t5kWvZfHTU .mbr-iconfont {
  color: #8d97ad;
}
.cid-t5kWvZfHTU .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-t5kWvZfHTU .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-t5kWvZfHTU .mbr-section-subtitle {
  color: #7f1933;
}
.cid-t5kWvZfHTU .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-t5kWvZfHTU .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-t5kWvZfHTU .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-t5kZ3klgKL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-t5kZ3klgKL .mbr-iconfont {
  color: #8d97ad;
}
.cid-t5kZ3klgKL .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-t5kZ3klgKL .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-t5kZ3klgKL .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-t5kZ3klgKL .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-t5kZ3klgKL .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-t5kZ3klgKL .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-t5ltGKRssL {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-t5ltGKRssL .mbr-iconfont {
  color: #8d97ad;
}
.cid-t5ltGKRssL .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-t5ltGKRssL .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-t5ltGKRssL .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-t5ltGKRssL .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-t5ltGKRssL .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-t5ltGKRssL .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-t5lGqKtiwB {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-t5lGqKtiwB .mbr-iconfont {
  color: #8d97ad;
}
.cid-t5lGqKtiwB .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-t5lGqKtiwB .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-t5lGqKtiwB .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-t5lGqKtiwB .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-t5lGqKtiwB .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-t5lGqKtiwB .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-t53kSJH7Pq {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background3-banner-foto-1920x1280.jpg");
}
.cid-t53kSJH7Pq .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-t53kSJH7Pq .container {
  max-width: 1400px;
  padding: 0 3rem;
}
.cid-t53kSJH7Pq .row2 {
  justify-content: space-between;
  border: 2px solid #ffffff;
  padding: 3rem;
}
.cid-t53kSJH7Pq h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-t53kSJH7Pq h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-t53kSJH7Pq form .btn {
  border-radius: 30px;
  margin: 0.18rem;
}
.cid-t53kSJH7Pq .form-control,
.cid-t53kSJH7Pq .field-input {
  padding: 1rem;
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t53kSJH7Pq .form-control::-webkit-input-placeholder,
.cid-t53kSJH7Pq .field-input::-webkit-input-placeholder,
.cid-t53kSJH7Pq .form-control::-webkit-input-placeholder,
.cid-t53kSJH7Pq .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t53kSJH7Pq .form-control:-moz-placeholder,
.cid-t53kSJH7Pq .field-input:-moz-placeholder,
.cid-t53kSJH7Pq .form-control:-moz-placeholder,
.cid-t53kSJH7Pq .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-t53kSJH7Pq .form-control:hover,
.cid-t53kSJH7Pq .field-input:hover,
.cid-t53kSJH7Pq .form-control:focus,
.cid-t53kSJH7Pq .field-input:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-t53kSJH7Pq .form-control:hover::-webkit-input-placeholder,
.cid-t53kSJH7Pq .field-input:hover::-webkit-input-placeholder,
.cid-t53kSJH7Pq .form-control:focus::-webkit-input-placeholder,
.cid-t53kSJH7Pq .field-input:focus::-webkit-input-placeholder,
.cid-t53kSJH7Pq .form-control:hover::-webkit-input-placeholder,
.cid-t53kSJH7Pq .field-input:hover::-webkit-input-placeholder,
.cid-t53kSJH7Pq .form-control:focus::-webkit-input-placeholder,
.cid-t53kSJH7Pq .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t53kSJH7Pq .form-control:hover:-moz-placeholder,
.cid-t53kSJH7Pq .field-input:hover:-moz-placeholder,
.cid-t53kSJH7Pq .form-control:focus:-moz-placeholder,
.cid-t53kSJH7Pq .field-input:focus:-moz-placeholder,
.cid-t53kSJH7Pq .form-control:hover:-moz-placeholder,
.cid-t53kSJH7Pq .field-input:hover:-moz-placeholder,
.cid-t53kSJH7Pq .form-control:focus:-moz-placeholder,
.cid-t53kSJH7Pq .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-t53kSJH7Pq .jq-number__spin:hover,
.cid-t53kSJH7Pq .jq-number__spin:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t53kSJH7Pq .jq-number__spin {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t53kSJH7Pq input::-webkit-clear-button {
  display: none;
}
.cid-t53kSJH7Pq input::-webkit-inner-spin-button {
  display: none;
}
.cid-t53kSJH7Pq input::-webkit-outer-spin-button {
  display: none;
}
.cid-t53kSJH7Pq input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-t53kSJH7Pq .container {
    padding: 0 2rem;
  }
  .cid-t53kSJH7Pq .row2 {
    padding: 1rem 0;
  }
  .cid-t53kSJH7Pq .col-auto {
    text-align: center;
    width: 100%;
  }
}
.cid-t53kSHKDBu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t53kSHKDBu .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-t53kSHKDBu .wrap {
  background-color: #7f1933;
  padding: 9rem 1rem;
}
.cid-t53kSHKDBu img {
  object-fit: cover;
  position: absolute;
  width: 50%;
  top: 15%;
  left: 4%;
  max-height: 600px;
}
@media (max-width: 991px) {
  .cid-t53kSHKDBu .wrap {
    margin-top: 20rem;
  }
  .cid-t53kSHKDBu img {
    width: 60%;
    left: 20%;
    top: 0;
    max-height: 400px;
  }
}
@media (max-width: 758px) {
  .cid-t53kSHKDBu .wrap {
    margin-top: 5rem;
  }
  .cid-t53kSHKDBu img {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  .cid-t53kSHKDBu .container-fluid {
    padding-right: 16px;
  }
  .cid-t53kSHKDBu .wrap {
    padding: 9rem 6rem 8rem;
  }
  .cid-t53kSHKDBu img {
    width: 40%;
    left: 0;
    top: 13%;
  }
}
@media (min-width: 1400px) {
  .cid-t53kSHKDBu img {
    width: 50%;
    left: 5%;
  }
}
.cid-t53kSHKDBu .wrap {
  padding: 8rem 1rem;
}
@media (max-width: 991px) {
  .cid-t53kSHKDBu .wrap {
    margin-top: 20rem;
  }
  .cid-t53kSHKDBu img {
    width: 60%;
    left: 20%;
    max-height: 400px;
  }
}
@media (max-width: 758px) {
  .cid-t53kSHKDBu .wrap {
    margin-top: 5rem;
  }
  .cid-t53kSHKDBu img {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  .cid-t53kSHKDBu .container-fluid {
    padding-right: 16px;
  }
  .cid-t53kSHKDBu .wrap {
    padding: 8% 12% 7% 14%;
  }
  .cid-t53kSHKDBu img {
    width: 40%;
    top: 10%;
    left: 5%;
    max-height: 500px;
  }
}
@media (min-width: 1400px) {
  .cid-t53kSHKDBu img {
    left: 16%;
    top: 10%;
    max-height: 600px;
  }
}
.cid-t53kSHKDBu .form-row > .col,
.cid-t53kSHKDBu .form-row > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.cid-t53kSHKDBu .form-control,
.cid-t53kSHKDBu .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid #9a948d !important;
  padding: 0;
  font-family: "Cormorant Garamond";
  color: #ffffff;
  font-style: italic;
}
.cid-t53kSHKDBu .jq-selectbox__select {
  padding: 0;
}
.cid-t53kSHKDBu .jq-selectbox__trigger-arrow {
  right: 0;
}
.cid-t53kSHKDBu .jq-number__spin {
  background-color: #7f1933;
  border-color: #7f1933;
}
.cid-t53kSHKDBu .jq-number__spin:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-t53kSHKDBu .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-t53kSHKDBu .jq-number__spin.minus:after,
.cid-t53kSHKDBu .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-t53kSHKDBu .jq-selectbox__dropdown {
  border-radius: 0;
  background: #000000;
}
.cid-t53kSHKDBu .jq-selectbox__dropdown li {
  font-family: "Cormorant Garamond";
}
.cid-t53kSHKDBu .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #ffffff !important;
}
.cid-t53kSHKDBu .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  color: #fff;
}
.cid-t53kSHKDBu .form-check-input:checked {
  background-color: #7f1933;
  border-color: #7f1933;
}
.cid-t53kSHKDBu p {
  font-style: italic;
  color: #9a948d;
  font-family: "EB Garamond";
}
.cid-t53kSHKDBu .form-control::placeholder {
  font-family: "Cormorant Garamond";
  color: #ffffff;
  font-style: italic;
  margin: 0;
}
.cid-t53kSHKDBu input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-t53kSHKDBu input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-t53kSHKDBu input[type="range"]::-webkit-slider-thumb {
  background: #ddc499;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #7f1933;
}
.cid-t53kSHKDBu input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-t53kSHKDBu input[type="range"]::-moz-range-thumb {
  background: #7f1933;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #43e5f7;
  padding: 0px;
  margin: 0px;
}
.cid-t53kSHKDBu .form-control-label,
.cid-t53kSHKDBu .form-check-label {
  font-family: "Cormorant Garamond";
  color: #ffffff;
  font-style: italic;
}
.cid-t53kSHKDBu input::-webkit-clear-button {
  display: none;
}
.cid-t53kSHKDBu input::-webkit-inner-spin-button {
  display: none;
}
.cid-t53kSHKDBu input::-webkit-outer-spin-button {
  display: none;
}
.cid-t53kSHKDBu input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-t53kSHKDBu a {
  transition: color 0.5s;
  color: #9a948d;
}
.cid-t53kSHKDBu a:hover {
  color: #ffffff;
}
.cid-t53kSHKDBu .mbr-section-btn {
  z-index: 99999;
}
.cid-t53kSHKDBu .btn {
  font-family: "Cormorant Garamond";
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-t53kSHKDBu .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-t53kSHKDBu .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-t53kSHKDBu .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-t53kSHKDBu .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-t53kSHKDBu .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-t5q0ckepax {
  background-color: #ffffff;
}
.cid-t5q0ckepax .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5q0ckepax .carousel-item > div {
  width: 100%;
}
.cid-t5q0ckepax h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-t5q0ckepax .carousel-item.active,
.cid-t5q0ckepax .carousel-item-next,
.cid-t5q0ckepax .carousel-item-prev {
  display: flex;
}
.cid-t5q0ckepax .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-t5q0ckepax .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-t5q0ckepax .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-t5q0ckepax .carousel-controls a {
    width: 5%;
  }
}
.cid-t5q0ckepax .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-t5q0ckepax .img-block {
  display: flex;
  flex-direction: column;
}
.cid-t5q0ckepax img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-t5q0ckepax .mbr-text {
  position: relative;
}
.cid-t5q0ckepax li {
  background-color: transparent;
  width: 11px !important;
  height: 11px !important;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-t5q0ckepax li.active {
  background-color: #e9204f;
  width: 14px !important;
  height: 14px !important;
  border: none !important;
}
.cid-t5q0ckepax .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-t5q0ckepax ol {
  margin-bottom: 0;
}
.cid-t5q0ckepax .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-t5q0ckepax .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-t5q0ckepax {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .cid-t5q0ckepax {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-t5q0ckepax .row {
    margin: 0;
  }
}
.cid-t5q0ckepax .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-t5q0ckepax .desk {
  transition: 0.3s;
  font-weight: 500;
}
.cid-t5q0ckepax .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-t5q0ckepax .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-t5q0ckepax .img-block:hover .desk {
  color: #101010;
}
.cid-t5q0ckepax .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-t5q0ckepax .img-card {
    margin-top: 2rem;
  }
}
.cid-t5q0ckepax .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-t53mBhZzb3 .google-map {
  height: 30rem;
  position: relative;
}
.cid-t53mBhZzb3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t53mBhZzb3 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t53mBhZzb3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t53mBhZzb3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t53kSKmPSE {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #7f1933;
}
.cid-t53kSKmPSE .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-t53kSKmPSE .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-t53kSKmPSE .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-t53kSKmPSE .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-t53kSKmPSE .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t53kSKmPSE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t53kSKmPSE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t53kSKmPSE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t53kSKmPSE .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t53kSKmPSE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-t53kSKmPSE .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-t53kSKmPSE .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t53kSKmPSE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t53kSKmPSE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t53kSKmPSE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t53kSKmPSE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t53kSL2yGP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t53kSL2yGP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t53kSL2yGP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t53kSL2yGP .nav-link {
  position: relative;
}
.cid-t53kSL2yGP .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-t53kSL2yGP .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-t53kSL2yGP .container {
  display: flex;
  margin: auto;
}
.cid-t53kSL2yGP .navbar.navbar-short .nav-link,
.cid-t53kSL2yGP .navbar.navbar-short .navbar-caption,
.cid-t53kSL2yGP .navbar.navbar-short .mbr-iconfont,
.cid-t53kSL2yGP .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-t53kSL2yGP .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-t53kSL2yGP .navbar-caption {
  padding-right: 3rem;
}
.cid-t53kSL2yGP .dropdown-menu,
.cid-t53kSL2yGP .navbar.opened {
  background: #cebfaf !important;
}
.cid-t53kSL2yGP .nav-item:focus,
.cid-t53kSL2yGP .nav-link:focus {
  outline: none;
}
.cid-t53kSL2yGP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t53kSL2yGP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t53kSL2yGP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t53kSL2yGP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t53kSL2yGP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t53kSL2yGP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t53kSL2yGP .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t53kSL2yGP .navbar.opened {
  transition: all .3s;
}
.cid-t53kSL2yGP .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t53kSL2yGP .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t53kSL2yGP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t53kSL2yGP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t53kSL2yGP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-t53kSL2yGP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t53kSL2yGP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t53kSL2yGP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t53kSL2yGP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t53kSL2yGP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t53kSL2yGP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t53kSL2yGP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t53kSL2yGP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t53kSL2yGP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t53kSL2yGP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t53kSL2yGP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t53kSL2yGP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t53kSL2yGP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t53kSL2yGP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t53kSL2yGP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t53kSL2yGP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t53kSL2yGP .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t53kSL2yGP .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t53kSL2yGP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t53kSL2yGP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t53kSL2yGP .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t53kSL2yGP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t53kSL2yGP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t53kSL2yGP .dropdown-item.active,
.cid-t53kSL2yGP .dropdown-item:active {
  background-color: transparent;
}
.cid-t53kSL2yGP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t53kSL2yGP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t53kSL2yGP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t53kSL2yGP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t53kSL2yGP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t53kSL2yGP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t53kSL2yGP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t53kSL2yGP .navbar-buttons {
  text-align: center;
}
.cid-t53kSL2yGP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t53kSL2yGP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e6b75;
}
.cid-t53kSL2yGP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t53kSL2yGP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t53kSL2yGP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t53kSL2yGP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t53kSL2yGP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t53kSL2yGP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t53kSL2yGP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t53kSL2yGP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t53kSL2yGP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t53kSL2yGP a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t53kSL2yGP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t53kSL2yGP .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-t53kSL2yGP .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t53kSL2yGP .navbar {
    height: 77px;
  }
  .cid-t53kSL2yGP .navbar.opened {
    height: auto;
  }
  .cid-t53kSL2yGP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
