body {
  font-family: Poppins;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.2rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.68rem;
    font-size: calc( 0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  position: relative;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: normal;
  margin: .4rem .8rem;
  white-space: normal;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: .3s,.3s,.3s,2s;
  transition-timing-function: ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 0.719rem 1.5rem;
  border-radius: 3px;
}
.btn .mbr-iconfont {
  font-size: 1.6rem;
}
.btn:hover:after,
.btn:focus:after,
.btn.active:after {
  content: '';
  border: 1px solid;
  border-color: inherit;
  width: 100%;
  height: 100%;
  transition: border-radius 0.3s;
  position: absolute;
  left: 0%;
  top: 0%;
  opacity: 1;
}
.btn:hover:after,
.btn:focus:after,
.btn.active:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.note-popover .btn:after {
  display: none;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.btn-sm {
  border: 1px solid;
  font-weight: 500;
  letter-spacing: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.719rem 1.5rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.875rem 1.875rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #66458e !important;
}
.bg-success {
  background-color: #146dff !important;
}
.bg-info {
  background-color: #00d17b !important;
}
.bg-warning {
  background-color: #ffe926 !important;
}
.bg-danger {
  background-color: #b2ccd2 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #66458e !important;
  border-color: #66458e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #412c5b !important;
  border-color: #412c5b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #412c5b !important;
  border-color: #412c5b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #fa0707 !important;
  border-color: #fa0707 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #b10404 !important;
  border-color: #b10404 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b10404 !important;
  border-color: #b10404 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #00d17b !important;
  border-color: #00d17b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #00844e !important;
  border-color: #00844e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #00844e !important;
  border-color: #00844e !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #146dff !important;
  border-color: #146dff !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #004bc6 !important;
  border-color: #004bc6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #004bc6 !important;
  border-color: #004bc6 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffe926 !important;
  border-color: #ffe926 !important;
  color: #262200 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #262200 !important;
  background-color: #d8c300 !important;
  border-color: #d8c300 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #262200 !important;
  background-color: #d8c300 !important;
  border-color: #d8c300 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #333333 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #352449;
  color: #352449 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #66458e;
  border-color: #66458e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #66458e !important;
  border-color: #66458e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #980303;
  color: #980303 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #fa0707;
  border-color: #fa0707;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fa0707 !important;
  border-color: #fa0707 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #006b3f;
  color: #006b3f !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #00d17b;
  border-color: #00d17b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #00d17b !important;
  border-color: #00d17b !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #0042ad;
  color: #0042ad !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #146dff;
  border-color: #146dff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #146dff !important;
  border-color: #146dff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #bfac00;
  color: #bfac00 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #262200 !important;
  background-color: #ffe926;
  border-color: #ffe926;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #262200 !important;
  background-color: #ffe926 !important;
  border-color: #ffe926 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #66458e !important;
}
.text-secondary {
  color: #fa0707 !important;
}
.text-success {
  color: #146dff !important;
}
.text-info {
  color: #00d17b !important;
}
.text-warning {
  color: #ffe926 !important;
}
.text-danger {
  color: #b2ccd2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #352449 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #980303 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0042ad !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #006b3f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #bfac00 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #72a1ac !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #146dff;
}
.alert-info {
  background-color: #00d17b;
}
.alert-warning {
  background-color: #ffe926;
}
.alert-danger {
  background-color: #b2ccd2;
}
.mbr-gallery-filter li.active .btn {
  background-color: #66458e;
  border-color: #66458e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #66458e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a68cc7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e0ecff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9effd7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffef2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #66458e;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #66458e;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #66458e;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #66458e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: contrast(currentColor, #000000, #ffffff, 30%);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #66458e;
}
.cid-te1fEV42U3 .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;
  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-te1fEV42U3 .nav-item,
.cid-te1fEV42U3 .nav-link,
.cid-te1fEV42U3 .navbar-caption {
  font-weight: normal;
}
.cid-te1fEV42U3 .nav-item:focus,
.cid-te1fEV42U3 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-te1fEV42U3 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-te1fEV42U3 .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-te1fEV42U3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te1fEV42U3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-te1fEV42U3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-te1fEV42U3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-te1fEV42U3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-te1fEV42U3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-te1fEV42U3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-te1fEV42U3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-te1fEV42U3 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-te1fEV42U3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-te1fEV42U3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-te1fEV42U3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-te1fEV42U3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-te1fEV42U3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-te1fEV42U3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-te1fEV42U3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-te1fEV42U3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-te1fEV42U3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-te1fEV42U3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-te1fEV42U3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-te1fEV42U3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-te1fEV42U3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-te1fEV42U3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-te1fEV42U3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-te1fEV42U3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-te1fEV42U3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-te1fEV42U3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-te1fEV42U3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-te1fEV42U3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-te1fEV42U3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-te1fEV42U3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-te1fEV42U3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-te1fEV42U3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-te1fEV42U3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-te1fEV42U3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-te1fEV42U3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-te1fEV42U3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-te1fEV42U3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-te1fEV42U3 .dropdown-item.active,
.cid-te1fEV42U3 .dropdown-item:active {
  background-color: transparent;
}
.cid-te1fEV42U3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-te1fEV42U3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-te1fEV42U3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-te1fEV42U3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-te1fEV42U3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-te1fEV42U3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te1fEV42U3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-te1fEV42U3 .navbar-buttons {
  text-align: center;
}
.cid-te1fEV42U3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-te1fEV42U3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-te1fEV42U3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-te1fEV42U3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-te1fEV42U3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-te1fEV42U3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-te1fEV42U3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-te1fEV42U3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-te1fEV42U3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-te1fEV42U3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-te1fEV42U3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-te1fEV42U3 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-te1fEV42U3 .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-te1fEV42U3 .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-te1fEV42U3 .soc-item {
  margin: .5rem .3rem;
}
.cid-te1fEV42U3 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-te1fEV42U3 .navbar {
    height: 77px;
  }
  .cid-te1fEV42U3 .navbar.opened {
    height: auto;
  }
  .cid-te1fEV42U3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-te1bS5z0lk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-te1bS5z0lk .mbr-section-subtitle {
  color: #767676;
}
.cid-te1bS5z0lk .mbr-section-title {
  color: #146dff;
}
.cid-rvWfCbcA0O .modal-body .close {
  background: #1b1b1b;
}
.cid-rvWfCbcA0O .modal-body .close span {
  font-style: normal;
}
.cid-rvWfCbcA0O .carousel-inner > .active,
.cid-rvWfCbcA0O .carousel-inner > .next,
.cid-rvWfCbcA0O .carousel-inner > .prev {
  display: table;
}
.cid-rvWfCbcA0O .carousel-control .icon-next,
.cid-rvWfCbcA0O .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rvWfCbcA0O .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rvWfCbcA0O .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rvWfCbcA0O .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rvWfCbcA0O .boxed-slider > div {
  position: relative;
}
.cid-rvWfCbcA0O .container img {
  width: 100%;
}
.cid-rvWfCbcA0O .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rvWfCbcA0O .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rvWfCbcA0O .mbr-table-cell {
  padding: 0;
}
.cid-rvWfCbcA0O .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rvWfCbcA0O .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rvWfCbcA0O .mbr-overlay {
  z-index: 1;
}
.cid-rvWfCbcA0O .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rvWfCbcA0O .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rvWfCbcA0O .carousel-item .container {
    width: 100%;
  }
}
.cid-rvWfCbcA0O .carousel-item-next.carousel-item-left,
.cid-rvWfCbcA0O .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rvWfCbcA0O .active.carousel-item-right,
.cid-rvWfCbcA0O .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rvWfCbcA0O .active.carousel-item-left,
.cid-rvWfCbcA0O .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rvWfCbcA0O .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rvWfCbcA0O .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rvWfCbcA0O .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rvWfCbcA0O .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rvWfCbcA0O .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rvWfCbcA0O .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rvWfCbcA0O .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rvWfCbcA0O .mbr-slider .carousel-indicators li.active,
.cid-rvWfCbcA0O .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rvWfCbcA0O .mbr-slider .carousel-indicators li::after,
.cid-rvWfCbcA0O .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rvWfCbcA0O .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rvWfCbcA0O .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rvWfCbcA0O .mbr-slider > .container img {
  width: 100%;
}
.cid-rvWfCbcA0O .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rvWfCbcA0O .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rvWfCbcA0O .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rvWfCbcA0O .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rvWfCbcA0O .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rvWfCbcA0O .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rvWfCbcA0O .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rvWfCbcA0O .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rvWfCbcA0O .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rvWfCbcA0O .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rvWfCbcA0O .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rvWfCbcA0O .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rvWfCbcA0O .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-t3Zfj4rFX9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tdY10lyvDH {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #66458e;
}
.cid-tdY10lyvDH .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tdY10lyvDH .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-tdY10lyvDH .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-tdY10lyvDH .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-tdY10lyvDH .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #fa0707;
}
.cid-tdY10lyvDH .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-tdY10lyvDH .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-tdY10lyvDH .mbr-card-text {
  margin: 0;
}
.cid-tdY10lyvDH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tdY10lyvDH .mbr-section-title {
  color: #ffffff;
}
.cid-rvDgSjEFuo {
  background-image: url("../../../assets/images/top-revenda-autorizada-honda-pront-loc-2000x1110.png");
}
.cid-rvDgSjEFuo .card-wrapper {
  z-index: 3;
}
.cid-rvDgSjEFuo .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-rvDgSjEFuo:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-rvDgSjEFuo .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rvDgSjEFuo .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rvDgSjEFuo .text-block {
  text-align: right !important;
}
.cid-t3Zf2nVXnM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t3Zf2nVXnM .container-fluid {
  padding: 0 3rem;
}
.cid-t3Zf2nVXnM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #66458e, #fa0707);
  display: inline-block;
}
.cid-t3Zf2nVXnM .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t3Zf2nVXnM .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t3Zf2nVXnM .card .card-wrapper {
  height: 1%;
}
.cid-t3Zf2nVXnM .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-t3Zf2nVXnM .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t3Zf2nVXnM .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #146dff;
}
.cid-t3Zf2nVXnM .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-t3Zf2nVXnM .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-t3Zf2nVXnM .container-fluid {
    padding: 0 1rem;
  }
}
.cid-t3Zf2nVXnM .img-text {
  color: #ffffff;
}
.cid-t4j1rg1rp5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4j1rg1rp5 .container-fluid {
  padding: 0 3rem;
}
.cid-t4j1rg1rp5 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #66458e, #fa0707);
  display: inline-block;
}
.cid-t4j1rg1rp5 .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4j1rg1rp5 .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t4j1rg1rp5 .card .card-wrapper {
  height: 1%;
}
.cid-t4j1rg1rp5 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-t4j1rg1rp5 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t4j1rg1rp5 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #146dff;
}
.cid-t4j1rg1rp5 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-t4j1rg1rp5 .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-t4j1rg1rp5 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-t4j1rg1rp5 .img-text {
  color: #ffffff;
}
.cid-r61sXTPud6 {
  background-color: #146dff;
}
.cid-r61sXTPud6 .row {
  align-items: center;
}
.cid-r61sXTPud6 .form-1 {
  z-index: 1;
  background-color: transparent;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}
.cid-r61sXTPud6 .form-1 .mbr-overlay {
  z-index: -1;
}
.cid-r61sXTPud6 .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-r61sXTPud6 .input-wrap input {
  color: #000000 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  width: 96%;
  padding: .5rem 0rem;
  border-bottom: 1px solid #000000;
}
.cid-r61sXTPud6 .input-wrap input:focus {
  outline: none;
}
.cid-r61sXTPud6 .input-group-btn {
  display: block;
}
.cid-r61sXTPud6 .btn-row {
  padding-left: 0;
}
.cid-r61sXTPud6 input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.cid-r61sXTPud6 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.cid-r61sXTPud6 .form-subtitle {
  line-height: 1.6;
  color: #767676;
}
.cid-r61sXTPud6 .mbr-section-subtitle {
  color: #ffe926;
}
.cid-r61sXTPud6 .form-text {
  line-height: 1.6;
  color: #767676;
  margin: 0;
}
@media (min-width: 992px) {
  .cid-r61sXTPud6 .text-element {
    padding-right: 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-r61sXTPud6 .form-1 {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r61sXTPud6 .underline .line {
    height: 2px;
  }
  .cid-r61sXTPud6 .text-element {
    padding-bottom: 1rem;
  }
  .cid-r61sXTPud6 .form-1 {
    padding: 2rem;
    margin: 1rem;
  }
  .cid-r61sXTPud6 .mbr-section-subtitle,
  .cid-r61sXTPud6 .mbr-section-title,
  .cid-r61sXTPud6 .mbr-text,
  .cid-r61sXTPud6 .mbr-section-btn,
  .cid-r61sXTPud6 .form-title,
  .cid-r61sXTPud6 .form-subtitle,
  .cid-r61sXTPud6 input.field,
  .cid-r61sXTPud6 .input-group-btn,
  .cid-r61sXTPud6 .form-text {
    text-align: center !important;
  }
}
.cid-r61sXTPud6 .form-title {
  color: #000000;
}
.cid-r61sXTPud6 .form-subtitle,
.cid-r61sXTPud6 input.field {
  color: #000000;
}
.cid-r61sXTPud6 .form-text,
.cid-r61sXTPud6 .input-group-btn {
  color: #000000;
}
.cid-t497MhzdeN {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t497MhzdeN .mbr-section-subtitle {
  color: #767676;
}
.cid-r6eIuv0YY3 .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-r6eIuv0YY3 .mbr-media {
  display: inline-block;
}
.cid-r6eIuv0YY3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-r6eIuv0YY3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-r6eIuv0YY3 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-r6eIuv0YY3 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-r6eIuv0YY3 a.close:hover {
  color: #ffffff;
}
.cid-r6eIuv0YY3 .btn-play {
  position: relative;
  background: #66458e;
  width: 60px;
  height: 60px;
  border: 1px solid #66458e;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-r6eIuv0YY3 .btn-play:after {
  content: '';
  border: 1px solid;
  border-color: inherit;
  width: 150%;
  height: 150%;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  left: -25%;
  top: -25%;
  opacity: 1;
  -webkit-animation: 1s play-video linear infinite;
  animation: 1s play-video linear infinite;
}
@keyframes play-video {
  0% {
    -webkit-transform: scale(0.68);
    transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
.cid-r6gFj0XNq7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r6gFj0XNq7 .main {
  flex-direction: row-reverse;
}
.cid-r6gFj0XNq7 .row-element,
.cid-r6gFj0XNq7 .image-element {
  padding: 0;
}
.cid-r6gFj0XNq7 .image-element {
  display: flex;
  justify-content: center;
}
.cid-r6gFj0XNq7 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-r6gFj0XNq7 .text-content {
  padding: 3rem;
}
.cid-r6gFj0XNq7 .mbr-section-subtitle {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-r6gFj0XNq7 .text-content {
    padding: 2rem 1rem;
  }
  .cid-r6gFj0XNq7 .mbr-title,
  .cid-r6gFj0XNq7 .underline,
  .cid-r6gFj0XNq7 .mbr-text,
  .cid-r6gFj0XNq7 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-r6gPVaN9R8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #365c9a;
}
.cid-r6gPVaN9R8 .main {
  flex-direction: row-reverse;
}
.cid-r6gPVaN9R8 .row-element,
.cid-r6gPVaN9R8 .image-element {
  padding: 0;
}
.cid-r6gPVaN9R8 .image-element {
  display: flex;
  justify-content: center;
}
.cid-r6gPVaN9R8 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-r6gPVaN9R8 .text-content {
  padding: 3rem;
}
.cid-r6gPVaN9R8 .mbr-figure {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-r6gPVaN9R8 .text-content {
    padding: 2rem 1rem;
  }
  .cid-r6gPVaN9R8 .mbr-title,
  .cid-r6gPVaN9R8 .mbr-text,
  .cid-r6gPVaN9R8 .mbr-section-btn,
  .cid-r6gPVaN9R8 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-r6h6vUfVsv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b91708;
}
.cid-r6h6vUfVsv .row-element,
.cid-r6h6vUfVsv .image-element {
  padding: 0;
}
.cid-r6h6vUfVsv .image-element {
  display: flex;
  justify-content: center;
}
.cid-r6h6vUfVsv .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-r6h6vUfVsv .text-content {
  padding: 3rem;
}
.cid-r6h6vUfVsv .mbr-figure {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-r6h6vUfVsv .text-content {
    padding: 2rem 1rem;
  }
  .cid-r6h6vUfVsv .mbr-title,
  .cid-r6h6vUfVsv .mbr-text,
  .cid-r6h6vUfVsv .mbr-section-btn,
  .cid-r6h6vUfVsv .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-r6gFpzBJH0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r6gFpzBJH0 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-r6gFpzBJH0 .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-r6gFpzBJH0 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-r6gFpzBJH0 .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-r6gFpzBJH0 .card-overlay {
  display: none;
  background: #92b5d5;
}
@media (min-width: 768px) {
  .cid-r6gFpzBJH0 .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-r6gFpzBJH0 .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-r6gFpzBJH0 .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-r6gFpzBJH0 .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-r6gFpzBJH0 .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-r6gFpzBJH0 .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-r6gFpzBJH0 .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-r6gFpzBJH0 .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-r6gFpzBJH0 .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-r6gFpzBJH0 .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-r6gFpzBJH0 .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-r6gFpzBJH0 .card-title,
  .cid-r6gFpzBJH0 .underline,
  .cid-r6gFpzBJH0 .mbr-text,
  .cid-r6gFpzBJH0 .mbr-section-btn,
  .cid-r6gFpzBJH0 .mbr-section-subtitle,
  .cid-r6gFpzBJH0 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-r6gFpzBJH0 .mbr-section-title {
  text-align: left;
}
.cid-r61x6rjN8x {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r61x6rjN8x .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-r61x6rjN8x .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-r61x6rjN8x .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-r61x6rjN8x .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-r61x6rjN8x .card-overlay {
  display: none;
  background: #146dff;
}
@media (min-width: 768px) {
  .cid-r61x6rjN8x .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-r61x6rjN8x .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-r61x6rjN8x .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-r61x6rjN8x .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-r61x6rjN8x .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-r61x6rjN8x .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-r61x6rjN8x .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-r61x6rjN8x .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-r61x6rjN8x .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-r61x6rjN8x .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-r61x6rjN8x .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-r61x6rjN8x .card-title,
  .cid-r61x6rjN8x .underline,
  .cid-r61x6rjN8x .mbr-text,
  .cid-r61x6rjN8x .mbr-section-btn,
  .cid-r61x6rjN8x .mbr-section-subtitle,
  .cid-r61x6rjN8x .mbr-section-title {
    text-align: center !important;
  }
}
.cid-r61x6rjN8x .mbr-section-title {
  text-align: left;
}
.cid-r650oKFpeK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffe926;
}
.cid-r650oKFpeK .mbr-section-subtitle {
  color: #767676;
}
.cid-r650oKFpeK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r650oKFpeK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r650oKFpeK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r650oKFpeK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r650oKFpeK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #bcc2d8;
  background: linear-gradient(180deg, #bcc2d8, #66458e);
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r650oKFpeK .icon-focus {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-r650oKFpeK .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-r650oKFpeK .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-r650oKFpeK .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-r650oKFpeK .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-r650oKFpeK ul {
  font-size: 0;
}
.cid-r650oKFpeK .mbr-gallery-filter ul {
  text-align: center;
}
.cid-r650oKFpeK .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #59585d !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-r650oKFpeK .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-r650oKFpeK .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-r650oKFpeK .mbr-gallery-filter ul li:first-child,
.cid-r650oKFpeK .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-r650oKFpeK .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-r650oKFpeK .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r650oKFpeK .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-r650oKFpeK .btn.active:after {
  animation: none;
}
.cid-r650oKFpeK .btn:active {
  box-shadow: none !important;
}
.cid-r650oKFpeK .btn:hover {
  background: transparent !important;
}
.cid-r650oKFpeK .btn:hover:before {
  background: transparent !important;
}
.cid-r650oKFpeK .btn:before {
  background-color: transparent !important;
}
.cid-r650oKFpeK .btn:focus {
  box-shadow: none !important;
}
.cid-r6eERW27Lk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #66458e;
}
.cid-r6eERW27Lk .mbr-section-subtitle {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-r6eERW27Lk .mbr-section-btn,
  .cid-r6eERW27Lk .mbr-section-subtitle,
  .cid-r6eERW27Lk .mbr-section-title {
    text-align: center !important;
  }
}
.cid-r66AujBsL0 {
  padding-top: 120px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/frente-prontloc-2000x1110.jpg");
}
.cid-r65tgnwEsf {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r65tgnwEsf .form-control,
.cid-r65tgnwEsf .form-control:focus {
  color: #5b686b !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #5b686b;
}
.cid-r65tgnwEsf .form-control:focus,
.cid-r65tgnwEsf .form-control:focus:focus {
  outline: none;
}
.cid-r65tgnwEsf input::-webkit-input-placeholder {
  color: #5b686b;
}
.cid-r65tgnwEsf input::-moz-placeholder {
  color: #5b686b;
}
.cid-r65tgnwEsf textarea::-webkit-input-placeholder {
  color: #5b686b;
}
.cid-r65tgnwEsf textarea::-moz-placeholder {
  color: #5b686b;
}
.cid-r65tgnwEsf .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-r65tgnwEsf .input {
  margin-bottom: 15px;
}
.cid-r65tgnwEsf .map {
  width: 100%;
  height: 30rem;
}
.cid-r65tgnwEsf .map iframe {
  width: inherit;
  height: 100%;
}
.cid-r65tgnwEsf .mbr-text {
  color: #767676;
}
.cid-r65tgnwEsf .input-group-btn {
  display: block;
}
.cid-r65tgnwEsf .google-map {
  height: 25rem;
  position: relative;
}
.cid-r65tgnwEsf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-r65tgnwEsf .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-r65tgnwEsf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-r65tgnwEsf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 768px) {
  .cid-r65tgnwEsf .mbr-section-subtitle,
  .cid-r65tgnwEsf .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-r65tgnwEsf form.mbr-form {
    padding-bottom: 2rem;
  }
}
.cid-r6eFxdmLKA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #365c9a;
}
.cid-r6eFxdmLKA .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-r6eFxdmLKA .mbr-section-btn,
  .cid-r6eFxdmLKA .mbr-section-subtitle,
  .cid-r6eFxdmLKA .mbr-section-title {
    text-align: center !important;
  }
}
.cid-r6esooviBV {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/loja-senador-canedo-934x384.png");
}
.cid-r6esqPJZDS {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r6esqPJZDS .form-control,
.cid-r6esqPJZDS .form-control:focus {
  color: #5b686b !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #5b686b;
}
.cid-r6esqPJZDS .form-control:focus,
.cid-r6esqPJZDS .form-control:focus:focus {
  outline: none;
}
.cid-r6esqPJZDS input::-webkit-input-placeholder {
  color: #5b686b;
}
.cid-r6esqPJZDS input::-moz-placeholder {
  color: #5b686b;
}
.cid-r6esqPJZDS textarea::-webkit-input-placeholder {
  color: #5b686b;
}
.cid-r6esqPJZDS textarea::-moz-placeholder {
  color: #5b686b;
}
.cid-r6esqPJZDS .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-r6esqPJZDS .input {
  margin-bottom: 15px;
}
.cid-r6esqPJZDS .map {
  width: 100%;
  height: 30rem;
}
.cid-r6esqPJZDS .map iframe {
  width: inherit;
  height: 100%;
}
.cid-r6esqPJZDS .mbr-text {
  color: #767676;
}
.cid-r6esqPJZDS .input-group-btn {
  display: block;
}
.cid-r6esqPJZDS .google-map {
  height: 25rem;
  position: relative;
}
.cid-r6esqPJZDS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-r6esqPJZDS .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-r6esqPJZDS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-r6esqPJZDS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 768px) {
  .cid-r6esqPJZDS .mbr-section-subtitle,
  .cid-r6esqPJZDS .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-r6esqPJZDS form.mbr-form {
    padding-bottom: 2rem;
  }
}
.cid-r6hOabbet4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r6hOabbet4 .header-text {
  display: flex;
  align-items: center;
}
.cid-r6hOabbet4 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-r6hOabbet4 .mbr-section-subtitle {
  color: #767676;
}
.cid-r6hOabbet4 .panel-group {
  width: 100%;
}
.cid-r6hOabbet4 .panel-text {
  color: #767676;
}
.cid-r6hOabbet4 .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-r6hOabbet4 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-r6hOabbet4 .card .card-header a.panel-title {
  justify-content: space-between;
  transition: all .3s;
  background-color: #146dff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-r6hOabbet4 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-r6hOabbet4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-r6hOabbet4 .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-r6hOabbet4 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-r6hOabbet4 .card .panel-body {
  background: #efefef;
}
.cid-r6hUB4uL2n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #146dff;
}
.cid-r6hUB4uL2n .mbr-section-subtitle {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-r6hUB4uL2n .mbr-section-btn,
  .cid-r6hUB4uL2n .mbr-section-subtitle,
  .cid-r6hUB4uL2n .mbr-section-title {
    text-align: center !important;
  }
}
.cid-r62Z327Zw3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-r62Z327Zw3 .mbr-section-subtitle {
  color: #767676;
}
.cid-r62Z327Zw3 ul.list-inline {
  margin: 0;
  align-self: center;
}
.cid-r62Z327Zw3 ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-r62Z327Zw3 ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-r62Z327Zw3 ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-r62Z327Zw3 .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-r6gDDbvaE2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-r6gDDbvaE2 .mbr-section-subtitle {
  color: #767676;
}
.cid-r6eqd7np7P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r6eqd7np7P .main {
  flex-direction: row-reverse;
}
.cid-r6eqd7np7P .row-element,
.cid-r6eqd7np7P .image-element {
  padding: 0;
}
.cid-r6eqd7np7P .image-element {
  display: flex;
  justify-content: center;
}
.cid-r6eqd7np7P .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-r6eqd7np7P .text-content {
  padding: 3rem;
}
.cid-r6eqd7np7P .mbr-section-subtitle {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-r6eqd7np7P .text-content {
    padding: 2rem 1rem;
  }
  .cid-r6eqd7np7P .mbr-title,
  .cid-r6eqd7np7P .underline,
  .cid-r6eqd7np7P .mbr-text,
  .cid-r6eqd7np7P .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-r6hrOinYCI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r6hrOinYCI .mbr-section-subtitle {
  color: #767676;
}
.cid-r6hrOinYCI .mbr-section-title {
  color: #ffffff;
}
.cid-r6ep8PFGhY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #66458e;
  background: linear-gradient(45deg, #66458e, #00d17b);
}
.cid-r6ep8PFGhY .mbr-section-subtitle {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-r6ep8PFGhY .mbr-section-btn,
  .cid-r6ep8PFGhY .mbr-section-subtitle,
  .cid-r6ep8PFGhY .mbr-section-title {
    text-align: center !important;
  }
}
.cid-r61t1rRj7W {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-r61t1rRj7W .content {
    text-align: center;
  }
  .cid-r61t1rRj7W .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-r61t1rRj7W .img-logo img {
  height: 6rem;
}
.cid-r61t1rRj7W .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-r61t1rRj7W .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-r61t1rRj7W .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-r61t1rRj7W .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-r61t1rRj7W .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r61t1rRj7W .social-list a:hover {
  opacity: 1;
}
.cid-r61t1rRj7W .form-group {
  width: 100%;
}
.cid-r61t1rRj7W .form-group input {
  width: 100%;
}
.cid-r61t1rRj7W .form-group input:focus {
  outline: none;
}
.cid-r61t1rRj7W .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
}
.cid-r61t1rRj7W .form-control:focus {
  outline: none;
}
.cid-r61t1rRj7W input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-r61t1rRj7W input::-moz-placeholder {
  color: #ffffff;
}
.cid-r61t1rRj7W textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-r61t1rRj7W textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-r61t1rRj7W .list {
  list-style-type: none;
  padding: 0;
}
.cid-r61t1rRj7W .list li {
  padding-bottom: .5rem;
}
.cid-r61t1rRj7W .list li:last-child {
  padding-bottom: 0;
}
.cid-r61t1rRj7W .mbr-footer-list,
.cid-r61t1rRj7W .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-r61t1rRj7W .mbr-footer-list,
  .cid-r61t1rRj7W .form-text,
  .cid-r61t1rRj7W .footer-title,
  .cid-r61t1rRj7W .footer-main-title,
  .cid-r61t1rRj7W .form-text,
  .cid-r61t1rRj7W .list {
    text-align: center !important;
  }
  .cid-r61t1rRj7W .form-inline,
  .cid-r61t1rRj7W .social-list {
    justify-content: center !important;
  }
}
.cid-r61t1rRj7W .mbr-footer-list P {
  color: #c1c1c1;
}
.cid-rvWeLuVvvI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rvWeLuVvvI *:focus {
  outline: none;
}
.cid-rvWeLuVvvI .input-wrap {
  padding-bottom: 1rem;
}
.cid-rvWeLuVvvI .form-control,
.cid-rvWeLuVvvI .field {
  width: 100%;
  min-height: auto;
  color: #232323 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #232323;
}
.cid-rvWeLuVvvI .form-control:focus,
.cid-rvWeLuVvvI .field:focus {
  outline: none;
}
.cid-rvWeLuVvvI input::-webkit-input-placeholder {
  color: #232323;
}
.cid-rvWeLuVvvI input::-moz-placeholder {
  color: #232323;
}
.cid-rvWeLuVvvI textarea::-webkit-input-placeholder {
  color: #232323;
}
.cid-rvWeLuVvvI textarea::-moz-placeholder {
  color: #232323;
}
.cid-rvWeLuVvvI .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 1px solid #66458e;
  border-radius: 50%;
}
.cid-rvWeLuVvvI .soc-item:hover {
  opacity: .5;
}
.cid-rvWeLuVvvI .soc-item .socicon {
  font-size: 1.5rem;
  color: #66458e;
}
.cid-rvWeLuVvvI .days-column,
.cid-rvWeLuVvvI .hours-column {
  display: inline-block;
}
.cid-rvWeLuVvvI .days-column span,
.cid-rvWeLuVvvI .hours-column span {
  display: block;
}
.cid-rvWeLuVvvI .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-rvWeLuVvvI .days-column {
    padding-right: 0 !important;
  }
  .cid-rvWeLuVvvI .hours-column {
    max-width: 50% !important;
  }
  .cid-rvWeLuVvvI .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-rvWeLuVvvI .follow-title,
.cid-rvWeLuVvvI .social-list {
  text-align: center;
}
.cid-rvWeLuVvvI .hours-column {
  text-align: left;
}
.cid-r65wd8esTK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r65wd8esTK .media-container-row {
  flex-wrap: wrap;
}
.cid-tejyHGYxZy .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;
  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-tejyHGYxZy .nav-item,
.cid-tejyHGYxZy .nav-link,
.cid-tejyHGYxZy .navbar-caption {
  font-weight: normal;
}
.cid-tejyHGYxZy .nav-item:focus,
.cid-tejyHGYxZy .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tejyHGYxZy .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tejyHGYxZy .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-tejyHGYxZy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tejyHGYxZy .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tejyHGYxZy .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tejyHGYxZy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tejyHGYxZy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tejyHGYxZy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tejyHGYxZy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tejyHGYxZy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tejyHGYxZy .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tejyHGYxZy .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tejyHGYxZy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tejyHGYxZy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tejyHGYxZy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tejyHGYxZy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tejyHGYxZy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tejyHGYxZy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tejyHGYxZy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tejyHGYxZy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tejyHGYxZy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tejyHGYxZy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tejyHGYxZy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tejyHGYxZy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tejyHGYxZy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tejyHGYxZy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tejyHGYxZy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tejyHGYxZy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tejyHGYxZy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tejyHGYxZy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tejyHGYxZy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tejyHGYxZy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tejyHGYxZy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tejyHGYxZy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tejyHGYxZy .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tejyHGYxZy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tejyHGYxZy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tejyHGYxZy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tejyHGYxZy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tejyHGYxZy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tejyHGYxZy .dropdown-item.active,
.cid-tejyHGYxZy .dropdown-item:active {
  background-color: transparent;
}
.cid-tejyHGYxZy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tejyHGYxZy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tejyHGYxZy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tejyHGYxZy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tejyHGYxZy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tejyHGYxZy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tejyHGYxZy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tejyHGYxZy .navbar-buttons {
  text-align: center;
}
.cid-tejyHGYxZy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tejyHGYxZy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tejyHGYxZy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tejyHGYxZy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tejyHGYxZy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tejyHGYxZy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tejyHGYxZy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tejyHGYxZy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tejyHGYxZy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tejyHGYxZy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tejyHGYxZy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tejyHGYxZy a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tejyHGYxZy .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-tejyHGYxZy .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tejyHGYxZy .soc-item {
  margin: .5rem .3rem;
}
.cid-tejyHGYxZy .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tejyHGYxZy .navbar {
    height: 77px;
  }
  .cid-tejyHGYxZy .navbar.opened {
    height: auto;
  }
  .cid-tejyHGYxZy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-r6iz3L03AJ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/frente-prontloc-2000x1110.jpg");
}
.cid-r6iz3L03AJ .card-wrapper {
  z-index: 3;
}
.cid-r6iz3L03AJ .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-r6iz3L03AJ:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-r6iz3L03AJ .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-r6iz3L03AJ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-r6iz3L03AJ .text-block {
  text-align: right !important;
}
.cid-r6iz3JA9V3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #146dff;
}
.cid-r6iz3JA9V3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-r6iz3JA9V3 .content-row {
  flex-direction: row-reverse;
}
.cid-r6iz3JA9V3 .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-r6iz3JA9V3 .mbr-section-btn,
  .cid-r6iz3JA9V3 .mbr-section-subtitle,
  .cid-r6iz3JA9V3 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-r6iz3Mdyvq {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r6iz3Mdyvq .form-control,
.cid-r6iz3Mdyvq .form-control:focus {
  color: #5b686b !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #5b686b;
}
.cid-r6iz3Mdyvq .form-control:focus,
.cid-r6iz3Mdyvq .form-control:focus:focus {
  outline: none;
}
.cid-r6iz3Mdyvq input::-webkit-input-placeholder {
  color: #5b686b;
}
.cid-r6iz3Mdyvq input::-moz-placeholder {
  color: #5b686b;
}
.cid-r6iz3Mdyvq textarea::-webkit-input-placeholder {
  color: #5b686b;
}
.cid-r6iz3Mdyvq textarea::-moz-placeholder {
  color: #5b686b;
}
.cid-r6iz3Mdyvq .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-r6iz3Mdyvq .input {
  margin-bottom: 15px;
}
.cid-r6iz3Mdyvq .map {
  width: 100%;
  height: 30rem;
}
.cid-r6iz3Mdyvq .map iframe {
  width: inherit;
  height: 100%;
}
.cid-r6iz3Mdyvq .mbr-text {
  color: #767676;
}
.cid-r6iz3Mdyvq .input-group-btn {
  display: block;
}
.cid-r6iz3Mdyvq .google-map {
  height: 25rem;
  position: relative;
}
.cid-r6iz3Mdyvq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-r6iz3Mdyvq .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-r6iz3Mdyvq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-r6iz3Mdyvq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 768px) {
  .cid-r6iz3Mdyvq .mbr-section-subtitle,
  .cid-r6iz3Mdyvq .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-r6iz3Mdyvq form.mbr-form {
    padding-bottom: 2rem;
  }
}
.cid-r6iz3P33QY {
  background-color: #4289a7;
}
.cid-r6iz3P33QY .row {
  align-items: center;
}
.cid-r6iz3P33QY .form-1 {
  z-index: 1;
  background-color: transparent;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}
.cid-r6iz3P33QY .form-1 .mbr-overlay {
  z-index: -1;
}
.cid-r6iz3P33QY .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-r6iz3P33QY .input-wrap input {
  color: #000000 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  width: 96%;
  padding: .5rem 0rem;
  border-bottom: 1px solid #000000;
}
.cid-r6iz3P33QY .input-wrap input:focus {
  outline: none;
}
.cid-r6iz3P33QY .input-group-btn {
  display: block;
}
.cid-r6iz3P33QY .btn-row {
  padding-left: 0;
}
.cid-r6iz3P33QY input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.cid-r6iz3P33QY input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.cid-r6iz3P33QY .form-subtitle {
  line-height: 1.6;
  color: #767676;
}
.cid-r6iz3P33QY .mbr-section-subtitle {
  color: #ffe926;
}
.cid-r6iz3P33QY .form-text {
  line-height: 1.6;
  color: #767676;
  margin: 0;
}
@media (min-width: 992px) {
  .cid-r6iz3P33QY .text-element {
    padding-right: 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-r6iz3P33QY .form-1 {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r6iz3P33QY .underline .line {
    height: 2px;
  }
  .cid-r6iz3P33QY .text-element {
    padding-bottom: 1rem;
  }
  .cid-r6iz3P33QY .form-1 {
    padding: 2rem;
    margin: 1rem;
  }
  .cid-r6iz3P33QY .mbr-section-subtitle,
  .cid-r6iz3P33QY .mbr-section-title,
  .cid-r6iz3P33QY .mbr-text,
  .cid-r6iz3P33QY .mbr-section-btn,
  .cid-r6iz3P33QY .form-title,
  .cid-r6iz3P33QY .form-subtitle,
  .cid-r6iz3P33QY input.field,
  .cid-r6iz3P33QY .input-group-btn,
  .cid-r6iz3P33QY .form-text {
    text-align: center !important;
  }
}
.cid-r6iz3P33QY .form-title {
  color: #000000;
}
.cid-r6iz3P33QY .form-subtitle,
.cid-r6iz3P33QY input.field {
  color: #000000;
}
.cid-r6iz3P33QY .form-text,
.cid-r6iz3P33QY .input-group-btn {
  color: #000000;
}
.cid-r6iz3QORNL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #66458e;
  background: linear-gradient(45deg, #66458e, #00d17b);
}
.cid-r6iz3QORNL .mbr-section-subtitle {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-r6iz3QORNL .mbr-section-btn,
  .cid-r6iz3QORNL .mbr-section-subtitle,
  .cid-r6iz3QORNL .mbr-section-title {
    text-align: center !important;
  }
}
.cid-r6iz3RZ5gw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-r6iz3RZ5gw .mbr-section-subtitle {
  color: #767676;
}
.cid-r6iz3RZ5gw ul.list-inline {
  margin: 0;
  align-self: center;
}
.cid-r6iz3RZ5gw ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-r6iz3RZ5gw ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-r6iz3RZ5gw ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-r6iz3RZ5gw .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-r6iz3TpPgh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r6iz3TpPgh .mbr-section-subtitle {
  color: #767676;
}
.cid-r6iz3TpPgh .mbr-section-title {
  color: #ffffff;
}
.cid-r6iz3UBnjm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-r6iz3UBnjm .content {
    text-align: center;
  }
  .cid-r6iz3UBnjm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-r6iz3UBnjm .img-logo img {
  height: 6rem;
}
.cid-r6iz3UBnjm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-r6iz3UBnjm .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-r6iz3UBnjm .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-r6iz3UBnjm .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-r6iz3UBnjm .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r6iz3UBnjm .social-list a:hover {
  opacity: 1;
}
.cid-r6iz3UBnjm .form-group {
  width: 100%;
}
.cid-r6iz3UBnjm .form-group input {
  width: 100%;
}
.cid-r6iz3UBnjm .form-group input:focus {
  outline: none;
}
.cid-r6iz3UBnjm .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
}
.cid-r6iz3UBnjm .form-control:focus {
  outline: none;
}
.cid-r6iz3UBnjm input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-r6iz3UBnjm input::-moz-placeholder {
  color: #ffffff;
}
.cid-r6iz3UBnjm textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-r6iz3UBnjm textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-r6iz3UBnjm .list {
  list-style-type: none;
  padding: 0;
}
.cid-r6iz3UBnjm .list li {
  padding-bottom: .5rem;
}
.cid-r6iz3UBnjm .list li:last-child {
  padding-bottom: 0;
}
.cid-r6iz3UBnjm .mbr-footer-list,
.cid-r6iz3UBnjm .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-r6iz3UBnjm .mbr-footer-list,
  .cid-r6iz3UBnjm .form-text,
  .cid-r6iz3UBnjm .footer-title,
  .cid-r6iz3UBnjm .footer-main-title,
  .cid-r6iz3UBnjm .form-text,
  .cid-r6iz3UBnjm .list {
    text-align: center !important;
  }
  .cid-r6iz3UBnjm .form-inline,
  .cid-r6iz3UBnjm .social-list {
    justify-content: center !important;
  }
}
.cid-r6iz3UBnjm .mbr-footer-list P {
  color: #c1c1c1;
}
.cid-r6iz3WqtD6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r6iz3WqtD6 *:focus {
  outline: none;
}
.cid-r6iz3WqtD6 .input-wrap {
  padding-bottom: 1rem;
}
.cid-r6iz3WqtD6 .form-control,
.cid-r6iz3WqtD6 .field {
  width: 100%;
  min-height: auto;
  color: #232323 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #232323;
}
.cid-r6iz3WqtD6 .form-control:focus,
.cid-r6iz3WqtD6 .field:focus {
  outline: none;
}
.cid-r6iz3WqtD6 input::-webkit-input-placeholder {
  color: #232323;
}
.cid-r6iz3WqtD6 input::-moz-placeholder {
  color: #232323;
}
.cid-r6iz3WqtD6 textarea::-webkit-input-placeholder {
  color: #232323;
}
.cid-r6iz3WqtD6 textarea::-moz-placeholder {
  color: #232323;
}
.cid-r6iz3WqtD6 .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 1px solid #66458e;
  border-radius: 50%;
}
.cid-r6iz3WqtD6 .soc-item:hover {
  opacity: .5;
}
.cid-r6iz3WqtD6 .soc-item .socicon {
  font-size: 1.5rem;
  color: #66458e;
}
.cid-r6iz3WqtD6 .days-column,
.cid-r6iz3WqtD6 .hours-column {
  display: inline-block;
}
.cid-r6iz3WqtD6 .days-column span,
.cid-r6iz3WqtD6 .hours-column span {
  display: block;
}
.cid-r6iz3WqtD6 .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-r6iz3WqtD6 .days-column {
    padding-right: 0 !important;
  }
  .cid-r6iz3WqtD6 .hours-column {
    max-width: 50% !important;
  }
  .cid-r6iz3WqtD6 .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-r6iz3WqtD6 .follow-title,
.cid-r6iz3WqtD6 .social-list {
  text-align: center;
}
.cid-r6iz3WqtD6 .hours-column {
  text-align: left;
}
.cid-r6iz3Ykjsd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r6iz3Ykjsd .media-container-row {
  flex-wrap: wrap;
}
.cid-tejy9W7eB3 .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;
  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-tejy9W7eB3 .nav-item,
.cid-tejy9W7eB3 .nav-link,
.cid-tejy9W7eB3 .navbar-caption {
  font-weight: normal;
}
.cid-tejy9W7eB3 .nav-item:focus,
.cid-tejy9W7eB3 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tejy9W7eB3 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tejy9W7eB3 .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-tejy9W7eB3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tejy9W7eB3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tejy9W7eB3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tejy9W7eB3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tejy9W7eB3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tejy9W7eB3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tejy9W7eB3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tejy9W7eB3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tejy9W7eB3 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tejy9W7eB3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tejy9W7eB3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tejy9W7eB3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tejy9W7eB3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tejy9W7eB3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tejy9W7eB3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tejy9W7eB3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tejy9W7eB3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tejy9W7eB3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tejy9W7eB3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tejy9W7eB3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tejy9W7eB3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tejy9W7eB3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tejy9W7eB3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tejy9W7eB3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tejy9W7eB3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tejy9W7eB3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tejy9W7eB3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tejy9W7eB3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tejy9W7eB3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tejy9W7eB3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tejy9W7eB3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tejy9W7eB3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tejy9W7eB3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tejy9W7eB3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tejy9W7eB3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tejy9W7eB3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tejy9W7eB3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tejy9W7eB3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tejy9W7eB3 .dropdown-item.active,
.cid-tejy9W7eB3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tejy9W7eB3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tejy9W7eB3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tejy9W7eB3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tejy9W7eB3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tejy9W7eB3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tejy9W7eB3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tejy9W7eB3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tejy9W7eB3 .navbar-buttons {
  text-align: center;
}
.cid-tejy9W7eB3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tejy9W7eB3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tejy9W7eB3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tejy9W7eB3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tejy9W7eB3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tejy9W7eB3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tejy9W7eB3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tejy9W7eB3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tejy9W7eB3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tejy9W7eB3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tejy9W7eB3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tejy9W7eB3 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tejy9W7eB3 .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-tejy9W7eB3 .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tejy9W7eB3 .soc-item {
  margin: .5rem .3rem;
}
.cid-tejy9W7eB3 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tejy9W7eB3 .navbar {
    height: 77px;
  }
  .cid-tejy9W7eB3 .navbar.opened {
    height: auto;
  }
  .cid-tejy9W7eB3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-r6itZrHUda {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/loja-senador-canedo-934x384.png");
}
.cid-r6itZrHUda .card-wrapper {
  z-index: 3;
}
.cid-r6itZrHUda .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-r6itZrHUda:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-r6itZrHUda .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-r6itZrHUda .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-r6itZrHUda .text-block {
  text-align: right !important;
}
.cid-r6ipkSKHAc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #365c9a;
}
.cid-r6ipkSKHAc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-r6ipkSKHAc .content-row {
  flex-direction: row-reverse;
}
.cid-r6ipkSKHAc .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-r6ipkSKHAc .mbr-section-btn,
  .cid-r6ipkSKHAc .mbr-section-subtitle,
  .cid-r6ipkSKHAc .mbr-section-title {
    text-align: center !important;
  }
}
.cid-r6ipkXBoEA {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r6ipkXBoEA .form-control,
.cid-r6ipkXBoEA .form-control:focus {
  color: #5b686b !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #5b686b;
}
.cid-r6ipkXBoEA .form-control:focus,
.cid-r6ipkXBoEA .form-control:focus:focus {
  outline: none;
}
.cid-r6ipkXBoEA input::-webkit-input-placeholder {
  color: #5b686b;
}
.cid-r6ipkXBoEA input::-moz-placeholder {
  color: #5b686b;
}
.cid-r6ipkXBoEA textarea::-webkit-input-placeholder {
  color: #5b686b;
}
.cid-r6ipkXBoEA textarea::-moz-placeholder {
  color: #5b686b;
}
.cid-r6ipkXBoEA .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-r6ipkXBoEA .input {
  margin-bottom: 15px;
}
.cid-r6ipkXBoEA .map {
  width: 100%;
  height: 30rem;
}
.cid-r6ipkXBoEA .map iframe {
  width: inherit;
  height: 100%;
}
.cid-r6ipkXBoEA .mbr-text {
  color: #767676;
}
.cid-r6ipkXBoEA .input-group-btn {
  display: block;
}
.cid-r6ipkXBoEA .google-map {
  height: 25rem;
  position: relative;
}
.cid-r6ipkXBoEA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-r6ipkXBoEA .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-r6ipkXBoEA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-r6ipkXBoEA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 768px) {
  .cid-r6ipkXBoEA .mbr-section-subtitle,
  .cid-r6ipkXBoEA .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-r6ipkXBoEA form.mbr-form {
    padding-bottom: 2rem;
  }
}
.cid-r6ipkjO8OT {
  background-color: #66458e;
}
.cid-r6ipkjO8OT .row {
  align-items: center;
}
.cid-r6ipkjO8OT .form-1 {
  z-index: 1;
  background-color: transparent;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}
.cid-r6ipkjO8OT .form-1 .mbr-overlay {
  z-index: -1;
}
.cid-r6ipkjO8OT .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-r6ipkjO8OT .input-wrap input {
  color: #000000 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  width: 96%;
  padding: .5rem 0rem;
  border-bottom: 1px solid #000000;
}
.cid-r6ipkjO8OT .input-wrap input:focus {
  outline: none;
}
.cid-r6ipkjO8OT .input-group-btn {
  display: block;
}
.cid-r6ipkjO8OT .btn-row {
  padding-left: 0;
}
.cid-r6ipkjO8OT input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.cid-r6ipkjO8OT input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.cid-r6ipkjO8OT .form-subtitle {
  line-height: 1.6;
  color: #767676;
}
.cid-r6ipkjO8OT .mbr-section-subtitle {
  color: #ffe926;
}
.cid-r6ipkjO8OT .form-text {
  line-height: 1.6;
  color: #767676;
  margin: 0;
}
@media (min-width: 992px) {
  .cid-r6ipkjO8OT .text-element {
    padding-right: 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-r6ipkjO8OT .form-1 {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r6ipkjO8OT .underline .line {
    height: 2px;
  }
  .cid-r6ipkjO8OT .text-element {
    padding-bottom: 1rem;
  }
  .cid-r6ipkjO8OT .form-1 {
    padding: 2rem;
    margin: 1rem;
  }
  .cid-r6ipkjO8OT .mbr-section-subtitle,
  .cid-r6ipkjO8OT .mbr-section-title,
  .cid-r6ipkjO8OT .mbr-text,
  .cid-r6ipkjO8OT .mbr-section-btn,
  .cid-r6ipkjO8OT .form-title,
  .cid-r6ipkjO8OT .form-subtitle,
  .cid-r6ipkjO8OT input.field,
  .cid-r6ipkjO8OT .input-group-btn,
  .cid-r6ipkjO8OT .form-text {
    text-align: center !important;
  }
}
.cid-r6ipkjO8OT .form-title {
  color: #000000;
}
.cid-r6ipkjO8OT .form-subtitle,
.cid-r6ipkjO8OT input.field {
  color: #000000;
}
.cid-r6ipkjO8OT .form-text,
.cid-r6ipkjO8OT .input-group-btn {
  color: #000000;
}
.cid-r6iplgm1xn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #66458e;
  background: linear-gradient(45deg, #66458e, #00d17b);
}
.cid-r6iplgm1xn .mbr-section-subtitle {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-r6iplgm1xn .mbr-section-btn,
  .cid-r6iplgm1xn .mbr-section-subtitle,
  .cid-r6iplgm1xn .mbr-section-title {
    text-align: center !important;
  }
}
.cid-r6ipl5FHZP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-r6ipl5FHZP .mbr-section-subtitle {
  color: #767676;
}
.cid-r6ipl5FHZP ul.list-inline {
  margin: 0;
  align-self: center;
}
.cid-r6ipl5FHZP ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-r6ipl5FHZP ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-r6ipl5FHZP ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-r6ipl5FHZP .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-r6ipldI02z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r6ipldI02z .mbr-section-subtitle {
  color: #767676;
}
.cid-r6ipldI02z .mbr-section-title {
  color: #ffffff;
}
.cid-r6ipljekLi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-r6ipljekLi .content {
    text-align: center;
  }
  .cid-r6ipljekLi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-r6ipljekLi .img-logo img {
  height: 6rem;
}
.cid-r6ipljekLi .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-r6ipljekLi .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-r6ipljekLi .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-r6ipljekLi .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-r6ipljekLi .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r6ipljekLi .social-list a:hover {
  opacity: 1;
}
.cid-r6ipljekLi .form-group {
  width: 100%;
}
.cid-r6ipljekLi .form-group input {
  width: 100%;
}
.cid-r6ipljekLi .form-group input:focus {
  outline: none;
}
.cid-r6ipljekLi .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
}
.cid-r6ipljekLi .form-control:focus {
  outline: none;
}
.cid-r6ipljekLi input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-r6ipljekLi input::-moz-placeholder {
  color: #ffffff;
}
.cid-r6ipljekLi textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-r6ipljekLi textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-r6ipljekLi .list {
  list-style-type: none;
  padding: 0;
}
.cid-r6ipljekLi .list li {
  padding-bottom: .5rem;
}
.cid-r6ipljekLi .list li:last-child {
  padding-bottom: 0;
}
.cid-r6ipljekLi .mbr-footer-list,
.cid-r6ipljekLi .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-r6ipljekLi .mbr-footer-list,
  .cid-r6ipljekLi .form-text,
  .cid-r6ipljekLi .footer-title,
  .cid-r6ipljekLi .footer-main-title,
  .cid-r6ipljekLi .form-text,
  .cid-r6ipljekLi .list {
    text-align: center !important;
  }
  .cid-r6ipljekLi .form-inline,
  .cid-r6ipljekLi .social-list {
    justify-content: center !important;
  }
}
.cid-r6ipljekLi .mbr-footer-list P {
  color: #c1c1c1;
}
.cid-r6iplmguA3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r6iplmguA3 *:focus {
  outline: none;
}
.cid-r6iplmguA3 .input-wrap {
  padding-bottom: 1rem;
}
.cid-r6iplmguA3 .form-control,
.cid-r6iplmguA3 .field {
  width: 100%;
  min-height: auto;
  color: #232323 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #232323;
}
.cid-r6iplmguA3 .form-control:focus,
.cid-r6iplmguA3 .field:focus {
  outline: none;
}
.cid-r6iplmguA3 input::-webkit-input-placeholder {
  color: #232323;
}
.cid-r6iplmguA3 input::-moz-placeholder {
  color: #232323;
}
.cid-r6iplmguA3 textarea::-webkit-input-placeholder {
  color: #232323;
}
.cid-r6iplmguA3 textarea::-moz-placeholder {
  color: #232323;
}
.cid-r6iplmguA3 .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 1px solid #66458e;
  border-radius: 50%;
}
.cid-r6iplmguA3 .soc-item:hover {
  opacity: .5;
}
.cid-r6iplmguA3 .soc-item .socicon {
  font-size: 1.5rem;
  color: #66458e;
}
.cid-r6iplmguA3 .days-column,
.cid-r6iplmguA3 .hours-column {
  display: inline-block;
}
.cid-r6iplmguA3 .days-column span,
.cid-r6iplmguA3 .hours-column span {
  display: block;
}
.cid-r6iplmguA3 .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-r6iplmguA3 .days-column {
    padding-right: 0 !important;
  }
  .cid-r6iplmguA3 .hours-column {
    max-width: 50% !important;
  }
  .cid-r6iplmguA3 .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-r6iplmguA3 .follow-title,
.cid-r6iplmguA3 .social-list {
  text-align: center;
}
.cid-r6iplmguA3 .hours-column {
  text-align: left;
}
.cid-r6iplppTXM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r6iplppTXM .media-container-row {
  flex-wrap: wrap;
}
.cid-teXcUlKZnm .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;
  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-teXcUlKZnm .nav-item,
.cid-teXcUlKZnm .nav-link,
.cid-teXcUlKZnm .navbar-caption {
  font-weight: normal;
}
.cid-teXcUlKZnm .nav-item:focus,
.cid-teXcUlKZnm .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-teXcUlKZnm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-teXcUlKZnm .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-teXcUlKZnm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teXcUlKZnm .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-teXcUlKZnm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-teXcUlKZnm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-teXcUlKZnm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-teXcUlKZnm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teXcUlKZnm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teXcUlKZnm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-teXcUlKZnm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-teXcUlKZnm .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-teXcUlKZnm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teXcUlKZnm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teXcUlKZnm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-teXcUlKZnm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-teXcUlKZnm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teXcUlKZnm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teXcUlKZnm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-teXcUlKZnm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teXcUlKZnm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-teXcUlKZnm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-teXcUlKZnm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teXcUlKZnm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teXcUlKZnm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-teXcUlKZnm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teXcUlKZnm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teXcUlKZnm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-teXcUlKZnm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-teXcUlKZnm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teXcUlKZnm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teXcUlKZnm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-teXcUlKZnm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-teXcUlKZnm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-teXcUlKZnm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-teXcUlKZnm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-teXcUlKZnm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-teXcUlKZnm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-teXcUlKZnm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teXcUlKZnm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teXcUlKZnm .dropdown-item.active,
.cid-teXcUlKZnm .dropdown-item:active {
  background-color: transparent;
}
.cid-teXcUlKZnm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teXcUlKZnm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teXcUlKZnm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teXcUlKZnm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-teXcUlKZnm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teXcUlKZnm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teXcUlKZnm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teXcUlKZnm .navbar-buttons {
  text-align: center;
}
.cid-teXcUlKZnm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-teXcUlKZnm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-teXcUlKZnm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-teXcUlKZnm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-teXcUlKZnm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-teXcUlKZnm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-teXcUlKZnm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-teXcUlKZnm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-teXcUlKZnm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-teXcUlKZnm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-teXcUlKZnm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-teXcUlKZnm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-teXcUlKZnm .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-teXcUlKZnm .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-teXcUlKZnm .soc-item {
  margin: .5rem .3rem;
}
.cid-teXcUlKZnm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teXcUlKZnm .navbar {
    height: 77px;
  }
  .cid-teXcUlKZnm .navbar.opened {
    height: auto;
  }
  .cid-teXcUlKZnm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdX34Wdk9S {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tdX34Wdk9S .mbr-section-subtitle {
  color: #767676;
}
.cid-tdX34Wdk9S .mbr-section-title {
  color: #146dff;
}
#custom-html-4w {
  /* Type valid CSS here */
}
#custom-html-4w div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4w p {
  font-size: 60px;
  color: #777;
}
.cid-t7wSGHVNDb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #66458e;
}
.cid-t7wSGHVNDb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7wSGHVNDb .content-row {
  flex-direction: row-reverse;
}
.cid-t7wSGHVNDb .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-t7wSGHVNDb .mbr-section-btn,
  .cid-t7wSGHVNDb .mbr-section-subtitle,
  .cid-t7wSGHVNDb .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t7wSGJ0FxO {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t7wSGJ0FxO .form-control,
.cid-t7wSGJ0FxO .form-control:focus {
  color: #5b686b !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #5b686b;
}
.cid-t7wSGJ0FxO .form-control:focus,
.cid-t7wSGJ0FxO .form-control:focus:focus {
  outline: none;
}
.cid-t7wSGJ0FxO input::-webkit-input-placeholder {
  color: #5b686b;
}
.cid-t7wSGJ0FxO input::-moz-placeholder {
  color: #5b686b;
}
.cid-t7wSGJ0FxO textarea::-webkit-input-placeholder {
  color: #5b686b;
}
.cid-t7wSGJ0FxO textarea::-moz-placeholder {
  color: #5b686b;
}
.cid-t7wSGJ0FxO .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-t7wSGJ0FxO .input {
  margin-bottom: 15px;
}
.cid-t7wSGJ0FxO .map {
  width: 100%;
  height: 30rem;
}
.cid-t7wSGJ0FxO .map iframe {
  width: inherit;
  height: 100%;
}
.cid-t7wSGJ0FxO .mbr-text {
  color: #767676;
}
.cid-t7wSGJ0FxO .input-group-btn {
  display: block;
}
.cid-t7wSGJ0FxO .google-map {
  height: 25rem;
  position: relative;
}
.cid-t7wSGJ0FxO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t7wSGJ0FxO .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-t7wSGJ0FxO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t7wSGJ0FxO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 768px) {
  .cid-t7wSGJ0FxO .mbr-section-subtitle,
  .cid-t7wSGJ0FxO .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-t7wSGJ0FxO form.mbr-form {
    padding-bottom: 2rem;
  }
}
.cid-t7wSGL0sYF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #66458e;
  background: linear-gradient(45deg, #66458e, #00d17b);
}
.cid-t7wSGL0sYF .mbr-section-subtitle {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t7wSGL0sYF .mbr-section-btn,
  .cid-t7wSGL0sYF .mbr-section-subtitle,
  .cid-t7wSGL0sYF .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t7wSGLuMtb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t7wSGLuMtb .mbr-section-subtitle {
  color: #767676;
}
.cid-t7wSGLuMtb ul.list-inline {
  margin: 0;
  align-self: center;
}
.cid-t7wSGLuMtb ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-t7wSGLuMtb ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-t7wSGLuMtb ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-t7wSGLuMtb .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-t7wSGMMW4n {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-t7wSGMMW4n .content {
    text-align: center;
  }
  .cid-t7wSGMMW4n .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t7wSGMMW4n .img-logo img {
  height: 6rem;
}
.cid-t7wSGMMW4n .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-t7wSGMMW4n .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-t7wSGMMW4n .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-t7wSGMMW4n .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-t7wSGMMW4n .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t7wSGMMW4n .social-list a:hover {
  opacity: 1;
}
.cid-t7wSGMMW4n .form-group {
  width: 100%;
}
.cid-t7wSGMMW4n .form-group input {
  width: 100%;
}
.cid-t7wSGMMW4n .form-group input:focus {
  outline: none;
}
.cid-t7wSGMMW4n .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
}
.cid-t7wSGMMW4n .form-control:focus {
  outline: none;
}
.cid-t7wSGMMW4n input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t7wSGMMW4n input::-moz-placeholder {
  color: #ffffff;
}
.cid-t7wSGMMW4n textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t7wSGMMW4n textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-t7wSGMMW4n .list {
  list-style-type: none;
  padding: 0;
}
.cid-t7wSGMMW4n .list li {
  padding-bottom: .5rem;
}
.cid-t7wSGMMW4n .list li:last-child {
  padding-bottom: 0;
}
.cid-t7wSGMMW4n .mbr-footer-list,
.cid-t7wSGMMW4n .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t7wSGMMW4n .mbr-footer-list,
  .cid-t7wSGMMW4n .form-text,
  .cid-t7wSGMMW4n .footer-title,
  .cid-t7wSGMMW4n .footer-main-title,
  .cid-t7wSGMMW4n .form-text,
  .cid-t7wSGMMW4n .list {
    text-align: center !important;
  }
  .cid-t7wSGMMW4n .form-inline,
  .cid-t7wSGMMW4n .social-list {
    justify-content: center !important;
  }
}
.cid-t7wSGMMW4n .mbr-footer-list P {
  color: #c1c1c1;
}
.cid-t7wSGNyOxB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t7wSGNyOxB *:focus {
  outline: none;
}
.cid-t7wSGNyOxB .input-wrap {
  padding-bottom: 1rem;
}
.cid-t7wSGNyOxB .form-control,
.cid-t7wSGNyOxB .field {
  width: 100%;
  min-height: auto;
  color: #232323 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #232323;
}
.cid-t7wSGNyOxB .form-control:focus,
.cid-t7wSGNyOxB .field:focus {
  outline: none;
}
.cid-t7wSGNyOxB input::-webkit-input-placeholder {
  color: #232323;
}
.cid-t7wSGNyOxB input::-moz-placeholder {
  color: #232323;
}
.cid-t7wSGNyOxB textarea::-webkit-input-placeholder {
  color: #232323;
}
.cid-t7wSGNyOxB textarea::-moz-placeholder {
  color: #232323;
}
.cid-t7wSGNyOxB .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 1px solid #66458e;
  border-radius: 50%;
}
.cid-t7wSGNyOxB .soc-item:hover {
  opacity: .5;
}
.cid-t7wSGNyOxB .soc-item .socicon {
  font-size: 1.5rem;
  color: #66458e;
}
.cid-t7wSGNyOxB .days-column,
.cid-t7wSGNyOxB .hours-column {
  display: inline-block;
}
.cid-t7wSGNyOxB .days-column span,
.cid-t7wSGNyOxB .hours-column span {
  display: block;
}
.cid-t7wSGNyOxB .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-t7wSGNyOxB .days-column {
    padding-right: 0 !important;
  }
  .cid-t7wSGNyOxB .hours-column {
    max-width: 50% !important;
  }
  .cid-t7wSGNyOxB .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-t7wSGNyOxB .follow-title,
.cid-t7wSGNyOxB .social-list {
  text-align: center;
}
.cid-t7wSGNyOxB .hours-column {
  text-align: left;
}
.cid-t7wSGOp4t7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t7wSGOp4t7 .media-container-row {
  flex-wrap: wrap;
}
.cid-teXcHUZCxl .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;
  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-teXcHUZCxl .nav-item,
.cid-teXcHUZCxl .nav-link,
.cid-teXcHUZCxl .navbar-caption {
  font-weight: normal;
}
.cid-teXcHUZCxl .nav-item:focus,
.cid-teXcHUZCxl .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-teXcHUZCxl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-teXcHUZCxl .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-teXcHUZCxl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teXcHUZCxl .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-teXcHUZCxl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-teXcHUZCxl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-teXcHUZCxl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-teXcHUZCxl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teXcHUZCxl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teXcHUZCxl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-teXcHUZCxl .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-teXcHUZCxl .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-teXcHUZCxl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teXcHUZCxl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teXcHUZCxl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-teXcHUZCxl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-teXcHUZCxl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teXcHUZCxl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teXcHUZCxl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-teXcHUZCxl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teXcHUZCxl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-teXcHUZCxl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-teXcHUZCxl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teXcHUZCxl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teXcHUZCxl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-teXcHUZCxl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teXcHUZCxl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teXcHUZCxl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-teXcHUZCxl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-teXcHUZCxl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teXcHUZCxl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teXcHUZCxl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-teXcHUZCxl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-teXcHUZCxl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-teXcHUZCxl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-teXcHUZCxl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-teXcHUZCxl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-teXcHUZCxl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-teXcHUZCxl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teXcHUZCxl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teXcHUZCxl .dropdown-item.active,
.cid-teXcHUZCxl .dropdown-item:active {
  background-color: transparent;
}
.cid-teXcHUZCxl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teXcHUZCxl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teXcHUZCxl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teXcHUZCxl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-teXcHUZCxl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teXcHUZCxl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teXcHUZCxl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teXcHUZCxl .navbar-buttons {
  text-align: center;
}
.cid-teXcHUZCxl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-teXcHUZCxl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-teXcHUZCxl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-teXcHUZCxl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-teXcHUZCxl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-teXcHUZCxl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-teXcHUZCxl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-teXcHUZCxl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-teXcHUZCxl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-teXcHUZCxl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-teXcHUZCxl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-teXcHUZCxl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-teXcHUZCxl .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-teXcHUZCxl .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-teXcHUZCxl .soc-item {
  margin: .5rem .3rem;
}
.cid-teXcHUZCxl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teXcHUZCxl .navbar {
    height: 77px;
  }
  .cid-teXcHUZCxl .navbar.opened {
    height: auto;
  }
  .cid-teXcHUZCxl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdW12TcUHs {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tdW12TcUHs .mbr-section-subtitle {
  color: #767676;
}
.cid-tdW12TcUHs .mbr-section-title {
  color: #146dff;
}
#custom-html-54 {
  /* Type valid CSS here */
}
#custom-html-54 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-54 p {
  font-size: 60px;
  color: #777;
}
.cid-tdW12UIUKn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #66458e;
}
.cid-tdW12UIUKn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tdW12UIUKn .content-row {
  flex-direction: row-reverse;
}
.cid-tdW12UIUKn .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tdW12UIUKn .mbr-section-btn,
  .cid-tdW12UIUKn .mbr-section-subtitle,
  .cid-tdW12UIUKn .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tdW12VUsKs {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tdW12VUsKs .form-control,
.cid-tdW12VUsKs .form-control:focus {
  color: #5b686b !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #5b686b;
}
.cid-tdW12VUsKs .form-control:focus,
.cid-tdW12VUsKs .form-control:focus:focus {
  outline: none;
}
.cid-tdW12VUsKs input::-webkit-input-placeholder {
  color: #5b686b;
}
.cid-tdW12VUsKs input::-moz-placeholder {
  color: #5b686b;
}
.cid-tdW12VUsKs textarea::-webkit-input-placeholder {
  color: #5b686b;
}
.cid-tdW12VUsKs textarea::-moz-placeholder {
  color: #5b686b;
}
.cid-tdW12VUsKs .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tdW12VUsKs .input {
  margin-bottom: 15px;
}
.cid-tdW12VUsKs .map {
  width: 100%;
  height: 30rem;
}
.cid-tdW12VUsKs .map iframe {
  width: inherit;
  height: 100%;
}
.cid-tdW12VUsKs .mbr-text {
  color: #767676;
}
.cid-tdW12VUsKs .input-group-btn {
  display: block;
}
.cid-tdW12VUsKs .google-map {
  height: 25rem;
  position: relative;
}
.cid-tdW12VUsKs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tdW12VUsKs .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-tdW12VUsKs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tdW12VUsKs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 768px) {
  .cid-tdW12VUsKs .mbr-section-subtitle,
  .cid-tdW12VUsKs .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tdW12VUsKs form.mbr-form {
    padding-bottom: 2rem;
  }
}
.cid-tdW12XLRAm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #66458e;
  background: linear-gradient(45deg, #66458e, #00d17b);
}
.cid-tdW12XLRAm .mbr-section-subtitle {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tdW12XLRAm .mbr-section-btn,
  .cid-tdW12XLRAm .mbr-section-subtitle,
  .cid-tdW12XLRAm .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tdW12YCIXt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tdW12YCIXt .mbr-section-subtitle {
  color: #767676;
}
.cid-tdW12YCIXt ul.list-inline {
  margin: 0;
  align-self: center;
}
.cid-tdW12YCIXt ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tdW12YCIXt ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tdW12YCIXt ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tdW12YCIXt .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tdW12ZW2Jz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tdW12ZW2Jz .content {
    text-align: center;
  }
  .cid-tdW12ZW2Jz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tdW12ZW2Jz .img-logo img {
  height: 6rem;
}
.cid-tdW12ZW2Jz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tdW12ZW2Jz .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-tdW12ZW2Jz .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tdW12ZW2Jz .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-tdW12ZW2Jz .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tdW12ZW2Jz .social-list a:hover {
  opacity: 1;
}
.cid-tdW12ZW2Jz .form-group {
  width: 100%;
}
.cid-tdW12ZW2Jz .form-group input {
  width: 100%;
}
.cid-tdW12ZW2Jz .form-group input:focus {
  outline: none;
}
.cid-tdW12ZW2Jz .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
}
.cid-tdW12ZW2Jz .form-control:focus {
  outline: none;
}
.cid-tdW12ZW2Jz input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tdW12ZW2Jz input::-moz-placeholder {
  color: #ffffff;
}
.cid-tdW12ZW2Jz textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tdW12ZW2Jz textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-tdW12ZW2Jz .list {
  list-style-type: none;
  padding: 0;
}
.cid-tdW12ZW2Jz .list li {
  padding-bottom: .5rem;
}
.cid-tdW12ZW2Jz .list li:last-child {
  padding-bottom: 0;
}
.cid-tdW12ZW2Jz .mbr-footer-list,
.cid-tdW12ZW2Jz .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tdW12ZW2Jz .mbr-footer-list,
  .cid-tdW12ZW2Jz .form-text,
  .cid-tdW12ZW2Jz .footer-title,
  .cid-tdW12ZW2Jz .footer-main-title,
  .cid-tdW12ZW2Jz .form-text,
  .cid-tdW12ZW2Jz .list {
    text-align: center !important;
  }
  .cid-tdW12ZW2Jz .form-inline,
  .cid-tdW12ZW2Jz .social-list {
    justify-content: center !important;
  }
}
.cid-tdW12ZW2Jz .mbr-footer-list P {
  color: #c1c1c1;
}
.cid-tdW131a4hq {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tdW131a4hq *:focus {
  outline: none;
}
.cid-tdW131a4hq .input-wrap {
  padding-bottom: 1rem;
}
.cid-tdW131a4hq .form-control,
.cid-tdW131a4hq .field {
  width: 100%;
  min-height: auto;
  color: #232323 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #232323;
}
.cid-tdW131a4hq .form-control:focus,
.cid-tdW131a4hq .field:focus {
  outline: none;
}
.cid-tdW131a4hq input::-webkit-input-placeholder {
  color: #232323;
}
.cid-tdW131a4hq input::-moz-placeholder {
  color: #232323;
}
.cid-tdW131a4hq textarea::-webkit-input-placeholder {
  color: #232323;
}
.cid-tdW131a4hq textarea::-moz-placeholder {
  color: #232323;
}
.cid-tdW131a4hq .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 1px solid #66458e;
  border-radius: 50%;
}
.cid-tdW131a4hq .soc-item:hover {
  opacity: .5;
}
.cid-tdW131a4hq .soc-item .socicon {
  font-size: 1.5rem;
  color: #66458e;
}
.cid-tdW131a4hq .days-column,
.cid-tdW131a4hq .hours-column {
  display: inline-block;
}
.cid-tdW131a4hq .days-column span,
.cid-tdW131a4hq .hours-column span {
  display: block;
}
.cid-tdW131a4hq .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-tdW131a4hq .days-column {
    padding-right: 0 !important;
  }
  .cid-tdW131a4hq .hours-column {
    max-width: 50% !important;
  }
  .cid-tdW131a4hq .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-tdW131a4hq .follow-title,
.cid-tdW131a4hq .social-list {
  text-align: center;
}
.cid-tdW131a4hq .hours-column {
  text-align: left;
}
.cid-tdW132jYGt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tdW132jYGt .media-container-row {
  flex-wrap: wrap;
}
