body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #cccccc !important;
}
.bg-success {
  background-color: #474644 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #007904 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f0ddd7 !important;
  border-color: #f0ddd7 !important;
  color: #914c37 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #914c37 !important;
  background-color: #dbae9f !important;
  border-color: #dbae9f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #914c37 !important;
  background-color: #dbae9f !important;
  border-color: #dbae9f !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #474644 !important;
  border-color: #474644 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #201f1f !important;
  border-color: #201f1f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #201f1f !important;
  border-color: #201f1f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #007904 !important;
  border-color: #007904 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #002d01 !important;
  border-color: #002d01 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #002d01 !important;
  border-color: #002d01 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #d49e8d;
  color: #d49e8d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #914c37;
  background-color: #f0ddd7;
  border-color: #f0ddd7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #914c37 !important;
  background-color: #f0ddd7 !important;
  border-color: #f0ddd7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #131312;
  color: #131312;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #474644;
  border-color: #474644;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #474644 !important;
  border-color: #474644 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #001301;
  color: #001301;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #007904;
  border-color: #007904;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #007904 !important;
  border-color: #007904 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #cccccc !important;
}
.text-secondary {
  color: #f0ddd7 !important;
}
.text-success {
  color: #474644 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #007904 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #999999 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #d49e8d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #131312 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #001301 !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: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #007904;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #595959;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #cccccc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bab9b7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #00f908;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #cccccc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #cccccc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #cccccc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cccccc;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #cccccc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f0ddd7 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23cccccc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-rRKUfAia67 .navbar {
  background: #f0ddd7;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rRKUfAia67 .navbar-dropdown.bg-color.transparent.opened {
  background: #f0ddd7;
}
.cid-rRKUfAia67 a {
  font-style: normal;
}
.cid-rRKUfAia67 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rRKUfAia67 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rRKUfAia67 .nav-item:focus,
.cid-rRKUfAia67 .nav-link:focus {
  outline: none;
}
.cid-rRKUfAia67 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rRKUfAia67 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rRKUfAia67 .menu-logo {
  margin-right: auto;
}
.cid-rRKUfAia67 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rRKUfAia67 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rRKUfAia67 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rRKUfAia67 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rRKUfAia67 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rRKUfAia67 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rRKUfAia67 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rRKUfAia67 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rRKUfAia67 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rRKUfAia67 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRKUfAia67 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rRKUfAia67 .dropdown .dropdown-menu {
  background: #f0ddd7;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rRKUfAia67 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rRKUfAia67 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rRKUfAia67 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rRKUfAia67 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rRKUfAia67 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rRKUfAia67 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rRKUfAia67 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rRKUfAia67 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rRKUfAia67 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rRKUfAia67 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rRKUfAia67 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rRKUfAia67 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rRKUfAia67 button.navbar-toggler:focus {
  outline: none;
}
.cid-rRKUfAia67 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #474644;
}
.cid-rRKUfAia67 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRKUfAia67 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRKUfAia67 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRKUfAia67 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRKUfAia67 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRKUfAia67 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRKUfAia67 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRKUfAia67 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRKUfAia67 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rRKUfAia67 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rRKUfAia67 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rRKUfAia67 .collapsed .navbar-collapse.collapsing,
.cid-rRKUfAia67 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rRKUfAia67 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rRKUfAia67 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rRKUfAia67 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rRKUfAia67 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rRKUfAia67 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rRKUfAia67 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rRKUfAia67 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rRKUfAia67 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rRKUfAia67 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rRKUfAia67 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rRKUfAia67 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.3rem);
  }
}
.cid-rRKUfAia67 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rRKUfAia67 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rRKUfAia67 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rRKUfAia67 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rRKUfAia67 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rRKUfAia67 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rRKUfAia67 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rRKUfAia67.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rRKUfAia67 img {
    height: 3.8rem !important;
  }
  .cid-rRKUfAia67 .btn {
    display: -webkit-flex;
  }
  .cid-rRKUfAia67 button.navbar-toggler {
    display: block;
  }
  .cid-rRKUfAia67 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rRKUfAia67 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rRKUfAia67 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rRKUfAia67 .navbar-collapse.collapsing,
  .cid-rRKUfAia67 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rRKUfAia67 .navbar-collapse.collapsing .navbar-nav,
  .cid-rRKUfAia67 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rRKUfAia67 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rRKUfAia67 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rRKUfAia67 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rRKUfAia67 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rRKUfAia67 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rRKUfAia67 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rRKUfAia67 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rRKUfAia67 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rRKUfAia67 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rRKUfAia67 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rRKUfAia67 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rRKUfAia67 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rRKUfAia67 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rRKUfAia67 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rRKUfAia67 .nav-link:hover,
.cid-rRKUfAia67 .dropdown-item:hover {
  color: #efefef !important;
}
@media (min-width: 600px) {
  .cid-rRKUfAia67 .logomenu {
    height: 7.3rem!important;
  }
}
.cid-rO3zA2b44D {
  background-image: url("../../../assets/images/120136271-327889918280198-3736522628694799768-n-2000x2000.jpg");
}
.cid-rO3zA2b44D .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rO3zA2b44D .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rO3zA2b44D .mbr-figure img {
    width: 70% !important;
  }
}
.cid-rO3zA2b44D .mbr-text,
.cid-rO3zA2b44D .mbr-section-btn {
  color: #ffffff;
}
.cid-rO3zA2b44D H3 {
  color: #4f4943;
}
.cid-rO3zA2b44D .central {
  width: 70%;
}
.cid-rO3F53O7iy {
  background-color: #ffffff;
}
.cid-rO3F53O7iy .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rO3F53O7iy .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rO3F53O7iy .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rO3F53O7iy .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-rO3F53O7iy .image-element {
    padding-left: 0;
  }
}
.cid-rO3F53O7iy .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-rO3F53O7iy .mbr-text {
  color: #373435;
  line-height: 27px;
  text-align: justify;
}
.cid-rO3F53O7iy .brown {
  color: #cccccc;
}
.cid-rO3F53O7iy .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rO3F53O7iy .paragraphs-wrapper .first-paragraph,
.cid-rO3F53O7iy .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-rO3F53O7iy .image-element {
    padding-top: 1rem;
  }
  .cid-rO3F53O7iy .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rO3F53O7iy .paragraphs-wrapper .first-paragraph,
  .cid-rO3F53O7iy .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-rO3F53O7iy .first-paragraph,
  .cid-rO3F53O7iy .second-paragraph {
    width: 50%;
  }
  .cid-rO3F53O7iy .first-paragraph {
    padding-right: .5rem;
  }
  .cid-rO3F53O7iy .second-paragraph {
    padding-left: .5rem;
  }
  .cid-rO3F53O7iy .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-rO3F53O7iy .mbr-section-title,
  .cid-rO3F53O7iy .mbr-section-btn {
    text-align: left;
  }
}
.cid-rO3F53O7iy .mbr-section-title {
  color: #f0ddd7;
  text-align: center;
}
.cid-rO3F53O7iy .mbr-section-btn {
  text-align: center;
}
.cid-sx8fg7F49P {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sx8fg7F49P .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sx8fg7F49P .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sx8fg7F49P .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sx8fg7F49P .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sx8fg7F49P .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sx8fg7F49P .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sx8fg7F49P .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sx8fg7F49P .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sx8fg7F49P .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sw0QndoRyp {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background5-1.jpg");
}
.cid-sw0QndoRyp .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sw0QndoRyp .table {
  margin-bottom: 0;
}
.cid-sw0QndoRyp .table .table-wrapper {
  padding: 2rem;
  background: ;
  position: relative;
}
.cid-sw0QndoRyp .table .table-wrapper .table-head-wrapper {
  background: #f0ddd7;
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-sw0QndoRyp .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-sw0QndoRyp .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-sw0QndoRyp .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-sw0QndoRyp .table .table-wrapper .list-group {
  list-style: none;
  padding-top: 2rem;
}
.cid-sw0QndoRyp .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #efefef;
}
.cid-sw0QndoRyp .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-sw0QndoRyp .table:not(.last-table) {
    margin-bottom: 1rem;
  }
  .cid-sw0QndoRyp .table-heading {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sw0QndoRyp .table.first-row-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sw0QndoRyp .table {
    margin-bottom: 0;
  }
}
.cid-sw0QndoRyp .table-heading {
  text-align: center;
  color: #373435;
}
.cid-sw0QndoRyp .pricing-value {
  text-align: center;
}
.cid-sw0QndoRyp .table-pricing {
  text-align: center;
  color: #373435;
}
.cid-sw0QndoRyp .table-head-wrapper.mbr-white {
  border-radius: 25px;
}
.cid-rUdugFzQ35 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-rUdugFzQ35 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rUdugFzQ35 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUdugFzQ35 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUdugFzQ35 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rUdugFzQ35 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rUdugFzQ35 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rUdugFzQ35 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rUdugFzQ35 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rUdugFzQ35 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rRKX9r618s {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRKX9r618s .mbr-iconfont {
  color: #000000;
}
.cid-rRKX9r618s .mbr-iconfont:hover {
  color: #00b106 !important;
}
.cid-rRKX9r618s .mbr-text {
  margin: 1.5rem 0;
}
.cid-rRKX9r618s .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rRKX9r618s .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-rRKX9r618s .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rRKX9r618s .mbr-section-subtitle,
.cid-rRKX9r618s .mbr-text,
.cid-rRKX9r618s .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-rO3RfIRC7q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rO3RfIRC7q .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rO3RfIRC7q .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rO3RfIRC7q .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rO3RfIRC7q .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rO3RfIRC7q .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rO3RfIRC7q .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rO3RfIRC7q .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rO3RfIRC7q .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rO3RfIRC7q .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rO3RfIRC7q .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rO3RfIRC7q .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rO3RfIRC7q .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rO3RfIRC7q .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rO3RfIRC7q .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-swCVZCC1PD.popup-builder {
  background-color: #ffffff;
}
.cid-swCVZCC1PD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-swCVZCC1PD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-swCVZCC1PD .modal-content,
.cid-swCVZCC1PD .modal-dialog {
  height: auto;
}
.cid-swCVZCC1PD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-swCVZCC1PD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-swCVZCC1PD .form-wrapper .mbr-form .form-group,
  .cid-swCVZCC1PD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-swCVZCC1PD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-swCVZCC1PD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swCVZCC1PD .mbr-text {
  text-align: center;
}
.cid-swCVZCC1PD .pt-0 {
  padding-top: 0 !important;
}
.cid-swCVZCC1PD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-swCVZCC1PD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-swCVZCC1PD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-swCVZCC1PD .modal-open {
  overflow: hidden;
}
.cid-swCVZCC1PD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-swCVZCC1PD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-swCVZCC1PD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-swCVZCC1PD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-swCVZCC1PD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-swCVZCC1PD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-swCVZCC1PD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-swCVZCC1PD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-swCVZCC1PD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-swCVZCC1PD .modal-backdrop.fade {
  opacity: 0;
}
.cid-swCVZCC1PD .modal-backdrop.show {
  opacity: .5;
}
.cid-swCVZCC1PD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-swCVZCC1PD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-swCVZCC1PD .modal-header .close:hover {
  opacity: 1;
}
.cid-swCVZCC1PD .modal-header .close:focus {
  outline: none;
}
.cid-swCVZCC1PD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-swCVZCC1PD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-swCVZCC1PD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-swCVZCC1PD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-swCVZCC1PD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-swCVZCC1PD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-swCVZCC1PD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-swCVZCC1PD .modal-sm {
    max-width: 300px;
  }
  .cid-swCVZCC1PD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-swCVZCC1PD .modal-lg,
  .cid-swCVZCC1PD .modal-xl {
    max-width: 800px;
  }
  .cid-swCVZCC1PD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-swCVZCC1PD .modal-xl {
    max-width: 1140px;
  }
  .cid-swCVZCC1PD .container {
    max-width: 1140px;
  }
}
.cid-swCVZCC1PD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-swCVZCC1PD .container {
    max-width: 720px;
  }
}
.cid-swCVZCC1PD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-swCVZCC1PD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-swCVZCC1PD .form-group {
  margin-bottom: 1rem;
}
.cid-swCVZCC1PD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-swCVZCC1PD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-swCVZCC1PD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sh0qkberux {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/124251660-371289044109743-4936590628654731271-n-960x960.jpeg");
}
.cid-sh0qkberux .mbr-overlay {
  background-color: #4f4943;
  opacity: 0.8;
}
.cid-sh0qkberux H5 {
  color: #ffffff;
}
.cid-sh0qkberux LABEL {
  color: #ffffff;
}
.cid-sh0qkberux .hide {
  display: none;
}
.cid-sh0qkberux .show {
  display: block!important;
}
.cid-sh0pwRJgNE {
  padding-top: 150px;
  padding-bottom: 750px;
  background-image: url("../../../assets/images/124251660-371289044109743-4936590628654731271-n-960x960.jpeg");
}
.cid-sh0pwRJgNE .mbr-overlay {
  background-color: #4f4943;
  opacity: 0.8;
}
.cid-sh0pwRJgNE LABEL {
  color: #ffffff;
}
.cid-sh7x2PWjca {
  background-color: #ffffff;
}
.cid-sh7x2PWjca .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sh7x2PWjca .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sh7x2PWjca .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sh7x2PWjca .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sh7x2PWjca .image-element {
    padding-left: 0;
  }
}
.cid-sh7x2PWjca .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sh7x2PWjca .mbr-text {
  color: #373435;
  line-height: 27px;
  text-align: justify;
}
.cid-sh7x2PWjca .brown {
  color: #cccccc;
}
.cid-sh7x2PWjca .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sh7x2PWjca .paragraphs-wrapper .first-paragraph,
.cid-sh7x2PWjca .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sh7x2PWjca .image-element {
    padding-top: 1rem;
  }
  .cid-sh7x2PWjca .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sh7x2PWjca .paragraphs-wrapper .first-paragraph,
  .cid-sh7x2PWjca .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sh7x2PWjca .first-paragraph,
  .cid-sh7x2PWjca .second-paragraph {
    width: 50%;
  }
  .cid-sh7x2PWjca .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sh7x2PWjca .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sh7x2PWjca .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sh7x2PWjca .mbr-section-title,
  .cid-sh7x2PWjca .mbr-section-btn {
    text-align: left;
  }
}
.cid-sh7x2PWjca .mbr-section-title {
  color: #df9b86;
  text-align: center;
}
.cid-sh7x2PWjca .mbr-section-btn {
  text-align: center;
}
.cid-sqoZjpynQk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #c42f33;
}
.cid-sqoZjpynQk P {
  color: #767676;
}
.cid-sqoZjpynQk .mbr-text,
.cid-sqoZjpynQk .mbr-section-btn {
  color: #ffffff;
}
.cid-sqoZ7Z2kW2 {
  padding-top: 150px;
  padding-bottom: 750px;
  background-image: url("../../../assets/images/124251660-371289044109743-4936590628654731271-n-960x960.jpeg");
}
.cid-sqoZ7Z2kW2 .mbr-overlay {
  background-color: #4f4943;
  opacity: 0.8;
}
.cid-sqoZ7Z2kW2 LABEL {
  color: #ffffff;
}
.cid-szpaHbaUUS {
  padding-top: 200px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/stivy-malty-photography-20210401-151301-sm57785-2000x1333.jpg");
}
.cid-szpaHbaUUS .mbr-overlay {
  background-color: #635a51;
  opacity: 0.7;
}
.cid-szpaHbaUUS .erro {
  color: red;
}
.cid-szpaHbaUUS .btn {
  background: #d2938c!important;
  color: #fff!important;
  width: 90%!important;
}
.cid-szpaHbaUUS .btn-primary:hover {
  color: #f78273!important;
}
@media (max-width: 600px) {
  .cid-szpaHbaUUS .pequ {
    width: 33.33%;
  }
}
.cid-szpaHbaUUS P {
  text-align: center;
}
.cid-szpaHbaUUS div#infosfrete {
  margin-top: 2rem;
  text-align: center;
}
.cid-szpaHbaUUS .rosinha {
  color: #f78273;
}
.cid-szpaHbaUUS .col-lg-12.col-md-12.col-sm-12.form-group {
  margin-top: 1rem;
}
.cid-szpaHbaUUS LABEL {
  text-align: center;
  color: #ffffff;
}
.cid-szpaHbaUUS .pay {
  margin-bottom: 1rem;
  text-align: center!important;
}
.cid-szpaHbaUUS label.mbr-fonts-style.pay.display-2 {
  display: block;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.cid-szpaHbaUUS .form-check.form-check-inline {
  margin-bottom: 0.5rem;
  padding: 1rem;
  background: #d2938c;
  border-radius: 10px;
  color: #d2938c;
  font-weight: bold;
  border: solid;
  border-width: 3px;
  display: block;
}
.cid-szpaHbaUUS .hide {
  display: none;
}
.cid-szpaHbaUUS .form-check.form-check-inline.selecionado {
  color: #fff;
  background: #f78273;
  border-color: #f78273;
}
.cid-szpaHbaUUS input#labelcard {
  display: none;
}
.cid-szpaHbaUUS input#labelboleto {
  display: none;
}
.cid-szpaHbaUUS label.form-check-label {
  display: flow-root;
}
@media (min-width: 600px) {
  .cid-szpaHbaUUS .botoespagamento {
    max-width: 200px;
    margin: auto;
  }
}
.cid-szpaHbaUUS .botoespagamento {
  margin-bottom: 3rem;
}
.cid-szpaHbaUUS .form-group.check {
  background: #d2938c;
  padding: 1rem;
  border-radius: 10px;
}
.cid-szpaHbaUUS div#monthlycheck {
  margin: auto;
}
.cid-szpaHbaUUS .show {
  display: block!important;
}
.cid-szpaHbaUUS label.form-check-label.display-7.animated.fadeInUp {
  text-align: left;
}
.cid-szpaHbaUUS div#pagamentolivre {
  margin: auto;
}
.cid-szpaHbaUUS button#finalizarcart {
  margin: auto;
}
.cid-szpaHbaUUS button#finalizarboleto {
  margin: auto;
}
.cid-rRKUfAia67 .navbar {
  background: #f0ddd7;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rRKUfAia67 .navbar-dropdown.bg-color.transparent.opened {
  background: #f0ddd7;
}
.cid-rRKUfAia67 a {
  font-style: normal;
}
.cid-rRKUfAia67 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rRKUfAia67 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rRKUfAia67 .nav-item:focus,
.cid-rRKUfAia67 .nav-link:focus {
  outline: none;
}
.cid-rRKUfAia67 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rRKUfAia67 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rRKUfAia67 .menu-logo {
  margin-right: auto;
}
.cid-rRKUfAia67 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rRKUfAia67 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rRKUfAia67 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rRKUfAia67 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rRKUfAia67 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rRKUfAia67 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rRKUfAia67 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rRKUfAia67 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rRKUfAia67 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rRKUfAia67 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRKUfAia67 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rRKUfAia67 .dropdown .dropdown-menu {
  background: #f0ddd7;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rRKUfAia67 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rRKUfAia67 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rRKUfAia67 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rRKUfAia67 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rRKUfAia67 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rRKUfAia67 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rRKUfAia67 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rRKUfAia67 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rRKUfAia67 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rRKUfAia67 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rRKUfAia67 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rRKUfAia67 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rRKUfAia67 button.navbar-toggler:focus {
  outline: none;
}
.cid-rRKUfAia67 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #474644;
}
.cid-rRKUfAia67 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRKUfAia67 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRKUfAia67 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRKUfAia67 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRKUfAia67 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRKUfAia67 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRKUfAia67 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRKUfAia67 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRKUfAia67 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rRKUfAia67 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rRKUfAia67 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rRKUfAia67 .collapsed .navbar-collapse.collapsing,
.cid-rRKUfAia67 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rRKUfAia67 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rRKUfAia67 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rRKUfAia67 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rRKUfAia67 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rRKUfAia67 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rRKUfAia67 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rRKUfAia67 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rRKUfAia67 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rRKUfAia67 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rRKUfAia67 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rRKUfAia67 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.3rem);
  }
}
.cid-rRKUfAia67 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rRKUfAia67 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rRKUfAia67 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rRKUfAia67 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rRKUfAia67 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rRKUfAia67 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rRKUfAia67 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rRKUfAia67.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rRKUfAia67 img {
    height: 3.8rem !important;
  }
  .cid-rRKUfAia67 .btn {
    display: -webkit-flex;
  }
  .cid-rRKUfAia67 button.navbar-toggler {
    display: block;
  }
  .cid-rRKUfAia67 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rRKUfAia67 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rRKUfAia67 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rRKUfAia67 .navbar-collapse.collapsing,
  .cid-rRKUfAia67 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rRKUfAia67 .navbar-collapse.collapsing .navbar-nav,
  .cid-rRKUfAia67 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rRKUfAia67 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rRKUfAia67 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rRKUfAia67 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rRKUfAia67 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rRKUfAia67 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rRKUfAia67 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rRKUfAia67 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rRKUfAia67 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rRKUfAia67 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rRKUfAia67 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rRKUfAia67 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rRKUfAia67 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rRKUfAia67 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rRKUfAia67 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rRKUfAia67 .nav-link:hover,
.cid-rRKUfAia67 .dropdown-item:hover {
  color: #efefef !important;
}
@media (min-width: 600px) {
  .cid-rRKUfAia67 .logomenu {
    height: 7.3rem!important;
  }
}
.cid-rO3RfIRC7q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rO3RfIRC7q .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rO3RfIRC7q .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rO3RfIRC7q .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rO3RfIRC7q .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rO3RfIRC7q .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rO3RfIRC7q .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rO3RfIRC7q .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rO3RfIRC7q .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rO3RfIRC7q .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rO3RfIRC7q .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rO3RfIRC7q .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rO3RfIRC7q .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rO3RfIRC7q .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rO3RfIRC7q .media-container-row .row-copirayt p {
  width: 100%;
}
