body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
  line-height: .89;
  letter-spacing: -0.05em;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: -0.06em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  line-height: 1.56;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.53;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 200px;
}
.bg-primary {
  background-color: #181818 !important;
}
.bg-success {
  background-color: #f8f8f8 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #838b9c !important;
}
.bg-danger {
  background-color: #dfa341 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #181818 !important;
  border-color: #181818 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #454545 !important;
  border-color: #454545 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
  color: #797979 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #4d4d4d !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #797979 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #838b9c !important;
  border-color: #838b9c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #59606f !important;
  border-color: #59606f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #59606f !important;
  border-color: #59606f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dfa341 !important;
  border-color: #dfa341 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ac761d !important;
  border-color: #ac761d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ac761d !important;
  border-color: #ac761d !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #181818;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #181818 !important;
  border-color: #181818 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #454545;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1a1a1a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f8f8f8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #cdcdcd !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #797979 !important;
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #838b9c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #59606f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #838b9c !important;
  border-color: #838b9c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dfa341;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ac761d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dfa341 !important;
  border-color: #dfa341 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #181818 !important;
}
.text-secondary {
  color: #454545 !important;
}
.text-success {
  color: #f8f8f8 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #838b9c !important;
}
.text-danger {
  color: #dfa341 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #121212 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c5c5c5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #525967 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9f6d1b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #181818;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #838b9c;
}
.alert-danger {
  background-color: #dfa341;
}
.mbr-gallery-filter li.active .btn {
  background-color: #181818;
  border-color: #181818;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #181818;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cbcbcb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cacdd5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fcf8f0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #181818 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #181818;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #181818;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #181818;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #181818;
  border-bottom-color: #181818;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #181818 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #454545 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23181818' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  min-width: 148px;
  max-height: 55px;
  font-weight: 400;
  box-shadow: none;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover {
  box-shadow: none;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #181818 !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border-color: #181818;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border-color: #454545;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border-color: #f8f8f8;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border-color: #838b9c;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border-color: #dfa341;
}
.cid-tim2LGbvHv .navbar-dropdown {
  background-color: #fffcee !important;
  padding: 0;
}
.cid-tim2LGbvHv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffcee !important;
  background: #fffcee;
}
.cid-tim2LGbvHv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .menu_box .navbar.opened,
  .cid-tim2LGbvHv .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tim2LGbvHv .navbar-dropdown {
  position: relative !important;
}
.cid-tim2LGbvHv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tim2LGbvHv .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tim2LGbvHv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tim2LGbvHv .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-tim2LGbvHv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tim2LGbvHv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tim2LGbvHv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tim2LGbvHv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tim2LGbvHv .offcanvas-body .mbr-text,
  .cid-tim2LGbvHv .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tim2LGbvHv .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tim2LGbvHv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tim2LGbvHv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tim2LGbvHv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tim2LGbvHv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tim2LGbvHv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tim2LGbvHv li.nav-item:hover {
    opacity: .8;
  }
  .cid-tim2LGbvHv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tim2LGbvHv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tim2LGbvHv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .nav-item {
    margin: 0 !important;
  }
}
.cid-tim2LGbvHv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tim2LGbvHv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tim2LGbvHv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tim2LGbvHv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tim2LGbvHv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tim2LGbvHv .offcanvas_box {
    display: none;
  }
}
.cid-tim2LGbvHv .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tim2LGbvHv .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tim2LGbvHv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tim2LGbvHv .nav-link {
  position: relative;
  color: #181818;
}
.cid-tim2LGbvHv .container {
  display: flex;
  margin: auto;
}
.cid-tim2LGbvHv .iconfont-wrapper {
  color: #181818;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tim2LGbvHv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tim2LGbvHv .iconfont-wrapper:hover {
  color: #181818;
}
.cid-tim2LGbvHv .navbar-caption {
  color: #181818;
}
.cid-tim2LGbvHv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tim2LGbvHv .navbar-nav {
    margin: 0;
  }
}
.cid-tim2LGbvHv .dropdown-menu,
.cid-tim2LGbvHv .navbar.opened {
  background-color: false !important;
}
.cid-tim2LGbvHv .nav-item:focus,
.cid-tim2LGbvHv .nav-link:focus {
  outline: none;
}
.cid-tim2LGbvHv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tim2LGbvHv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tim2LGbvHv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tim2LGbvHv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tim2LGbvHv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tim2LGbvHv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tim2LGbvHv .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tim2LGbvHv .navbar.opened {
  transition: all 0.3s;
}
.cid-tim2LGbvHv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tim2LGbvHv .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-tim2LGbvHv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tim2LGbvHv .navbar.collapsed {
  justify-content: center;
}
.cid-tim2LGbvHv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tim2LGbvHv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tim2LGbvHv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tim2LGbvHv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tim2LGbvHv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tim2LGbvHv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tim2LGbvHv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tim2LGbvHv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tim2LGbvHv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tim2LGbvHv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tim2LGbvHv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tim2LGbvHv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tim2LGbvHv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tim2LGbvHv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tim2LGbvHv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tim2LGbvHv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tim2LGbvHv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tim2LGbvHv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tim2LGbvHv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tim2LGbvHv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tim2LGbvHv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tim2LGbvHv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tim2LGbvHv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tim2LGbvHv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tim2LGbvHv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tim2LGbvHv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tim2LGbvHv .dropdown-item.active,
.cid-tim2LGbvHv .dropdown-item:active {
  background-color: transparent;
}
.cid-tim2LGbvHv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tim2LGbvHv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tim2LGbvHv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tim2LGbvHv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tim2LGbvHv ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tim2LGbvHv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tim2LGbvHv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffcee;
  background: #fffcee;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tim2LGbvHv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tim2LGbvHv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tim2LGbvHv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tim2LGbvHv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tim2LGbvHv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tim2LGbvHv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tim2LGbvHv .navbar {
    height: 70px;
  }
  .cid-tim2LGbvHv .navbar.opened {
    height: auto;
  }
  .cid-tim2LGbvHv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tim2LGbvHv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tim2LGbvHv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tim2LGbvHv .navbar-caption:hover {
  color: #181818;
}
.cid-tim2LGbvHv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tim2LGbvHv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tim2LGbvHv .text_widget {
  color: #ffffff;
}
.cid-tim2LGbvHv .mbr-section-subtitle,
.cid-tim2LGbvHv .text_widget {
  text-align: left;
}
.cid-tim2LGbvHv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tim8TgPnFf {
  background-image: url("../../../assets/images/sweatshirt-senhora-oversize-bordado-pap-1738-peito-lado-esquerdo-1024x1024.jpg");
}
.cid-tim8TgPnFf .container-fluid {
  padding-right: 0;
}
.cid-tim8TgPnFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tim8TgPnFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tim8TgPnFf .title {
  display: flex;
  align-items: center;
}
.cid-tim8TgPnFf .title-wrapper {
  width: 100%;
}
.cid-tim8TgPnFf .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tim8TgPnFf .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-tim8TgPnFf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tim8TgPnFf .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-tim8TgPnFf .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tim8TgPnFf .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-tim8TgPnFf .image-wrapper {
    margin-top: 39px;
  }
}
.cid-tim8TgPnFf .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tim8TgPnFf .mbr-section-subtitle {
  color: #181818;
}
.cid-tim8TgPnFf .mbr-section-title {
  color: #181818;
}
.cid-tim8TgPnFf .mbr-text {
  color: #454545;
}
.cid-uLn6Xk3r1q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uLn6Xk3r1q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLn6Xk3r1q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLn6Xk3r1q .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLn6Xk3r1q .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLn6Xk3r1q .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLn6Xk3r1q .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLn6Xk3r1q .container {
    padding: 0 24px;
  }
}
.cid-uLn6Xk3r1q .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fffcee;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uLn6Xk3r1q .content-wrapper {
    display: block;
  }
}
.cid-uLn6Xk3r1q .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uLn6Xk3r1q .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uLn6Xk3r1q .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uLn6Xk3r1q .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uLn6Xk3r1q .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLn6Xk3r1q .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uLn6Xk3r1q .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uLn6Xk3r1q .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uLn6Xk3r1q .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uLn6Xk3r1q .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uLn6Xk3r1q .mbr-section-title {
  color: #18212d;
}
.cid-uLn6Xk3r1q .mbr-desc {
  color: #18212d;
}
.cid-uLn6Xk3r1q .mbr-text {
  color: #141414;
}
.cid-uLn6Xk3r1q .mbr-section-title,
.cid-uLn6Xk3r1q .mbr-section-btn {
  text-align: left;
  color: #c29e64;
}
.cid-uMk363VSpX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uMk363VSpX .container-fluid {
  padding-right: 0;
}
@media (max-width: 992px) {
  .cid-uMk363VSpX .container-fluid {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.cid-uMk363VSpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk363VSpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMk363VSpX .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uMk363VSpX .title-wrapper {
    padding: 0 0px;
  }
}
.cid-uMk363VSpX .title {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uMk363VSpX .title-wrapper {
    margin-top: 3rem;
  }
}
.cid-uMk363VSpX .title-wrapper {
  width: 100%;
}
.cid-uMk363VSpX .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMk363VSpX .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMk363VSpX .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMk363VSpX .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMk363VSpX .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMk363VSpX .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMk363VSpX .image-wrapper {
    margin-top: 40px;
  }
}
.cid-uMk363VSpX .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMk363VSpX .mbr-section-subtitle {
  color: #000000;
}
.cid-uMk363VSpX .mbr-section-title {
  color: #181818;
}
.cid-uMk363VSpX .mbr-text {
  color: #000000;
}
.cid-uMk363VSpX .mbr-section-title,
.cid-uMk363VSpX .mbr-section-btn {
  color: #c29e64;
}
.cid-uMk371VNHG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fardamento-para-camara-municipal-valhelas-sapadores-florestais-.jpg-1530x2040.jpeg");
}
.cid-uMk371VNHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk371VNHG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMk371VNHG .row {
  justify-content: center;
}
.cid-uMk371VNHG .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uMk371VNHG .row {
    padding: 0 12px;
  }
}
.cid-uMk371VNHG .item-wrap {
  z-index: 1;
}
.cid-uMk371VNHG .mbr-section-subtitle {
  margin-bottom: 46px;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .cid-uMk371VNHG .mbr-section-subtitle {
    margin-bottom: 37px;
  }
}
.cid-uMk371VNHG .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uMk371VNHG .text-wrapper .mbr-text {
  margin-bottom: 46px;
  padding-top: 8px;
}
@media (max-width: 992px) {
  .cid-uMk371VNHG .text-wrapper .mbr-text {
    margin-bottom: 37px;
    padding-top: 7px;
  }
}
.cid-uMk371VNHG .mbr-section-title {
  color: #ffffff;
}
.cid-uMk371VNHG .mbr-text {
  color: #ffffff;
}
.cid-uMk371VNHG .mbr-text,
.cid-uMk371VNHG .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uMk371VNHG .mbr-section-title,
.cid-uMk371VNHG .image-wrapper {
  color: #FFFFFF;
}
.cid-uBKeJ3nunl {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #fffcee;
}
.cid-uBKeJ3nunl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKeJ3nunl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKeJ3nunl .container-fluid {
  padding: 0;
}
.cid-uBKeJ3nunl .row {
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .cid-uBKeJ3nunl .row {
    padding: 0 1rem;
  }
}
.cid-uBKeJ3nunl .row {
  justify-content: center;
}
.cid-uBKeJ3nunl .item {
  margin-bottom: 2rem;
}
.cid-uBKeJ3nunl .item .item-wrapper .img-wrapper {
  height: 600px;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 12px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uBKeJ3nunl .item .item-wrapper .img-wrapper {
    max-height: 480px;
  }
}
.cid-uBKeJ3nunl .item .item-wrapper .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uBKeJ3nunl .item .item-wrapper .img-wrapper img:hover {
  transform: scale(1.1, 1.1);
}
@media (max-width: 992px) {
  .cid-uBKeJ3nunl .item .item-wrapper .img-wrapper img {
    max-height: 480px;
  }
}
.cid-uBKeJ3nunl .item .item-wrapper .img-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  pointer-events: visible;
  line-height: 74%;
}
.cid-uBKeJ3nunl .item .item-wrapper .mbr-text {
  margin-bottom: 0;
  transition: all .3s ease;
  opacity: .5;
}
.cid-uBKeJ3nunl .item-link {
  width: 100%;
  height: 100%;
  display: block;
}
.cid-uBKeJ3nunl .mbr-section-title {
  color: #FFFFFF;
}
.cid-uBKeJ3nunl .mbr-text {
  color: #000000;
}
.cid-uMk3GfeNeQ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uMk3GfeNeQ .item:focus,
.cid-uMk3GfeNeQ span:focus {
  outline: none;
}
.cid-uMk3GfeNeQ .item {
  cursor: pointer;
}
.cid-uMk3GfeNeQ .grid-container {
  grid-row-gap: 24px;
}
.cid-uMk3GfeNeQ .grid-container-1,
.cid-uMk3GfeNeQ .grid-container-2 {
  gap: 0 24px;
}
.cid-uMk3GfeNeQ .mbr-section-title {
  margin-bottom: 80px;
  color: #c29e64;
  text-align: center;
}
.cid-uMk3GfeNeQ .content-head {
  max-width: 800px;
}
.cid-uMk3GfeNeQ .container,
.cid-uMk3GfeNeQ .container-fluid {
  overflow: hidden;
}
.cid-uMk3GfeNeQ .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  position: relative;
  z-index: 1;
}
.cid-uMk3GfeNeQ .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMk3GfeNeQ .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 310px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uMk3GfeNeQ .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uMk3GfeNeQ .grid-container-1,
.cid-uMk3GfeNeQ .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uMk3GfeNeQ .grid-container-1 {
  align-items: flex-end;
}
.cid-uMk3GfeNeQ .grid-container-2 {
  align-items: flex-start;
}
.cid-uLnoRBEC74 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fffcee;
}
.cid-uLnoRBEC74 img {
  border-radius: 0px;
}
.cid-uLnoRBEC74 .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uLnoRBEC74 .date {
  text-transform: uppercase;
  color: #181818;
  text-align: left;
  padding-top: 1rem;
}
.cid-uLnoRBEC74 .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uLnoRBEC74 .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uLnoRBEC74 .right {
  display: flex;
  flex-direction: column;
}
.cid-uLnoRBEC74 .mbr-section-btn {
  border: 2px solid #181818;
  width: auto;
}
.cid-uLnoRBEC74 .mbr-section-btn:hover {
  background-color: #181818;
  border: 2px solid #181818;
}
.cid-uLnoRBEC74 .card-heading {
  padding-top: 0;
}
.cid-uLnoRBEC74 .mbr-text {
  padding-top: 10px;
  text-align: center;
  color: #c29e64;
}
.cid-uBLowymIwf .google-map {
  height: 30rem;
  position: relative;
}
.cid-uBLowymIwf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uBLowymIwf .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-uBLowymIwf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBLowymIwf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uH73mzRkKM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-uH73mzRkKM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH73mzRkKM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH73mzRkKM .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .container {
    padding: 0 25px;
  }
}
.cid-uH73mzRkKM .row {
  justify-content: space-between;
}
.cid-uH73mzRkKM .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uH73mzRkKM .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #141414;
  transition: all 0.3s ease-in-out;
}
.cid-uH73mzRkKM .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .list-content {
    display: block;
  }
}
.cid-uH73mzRkKM .list-content .nav-wrapper,
.cid-uH73mzRkKM .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .list-content .nav-wrapper,
  .cid-uH73mzRkKM .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uH73mzRkKM .list-content .nav-wrapper .mbr-list-title,
.cid-uH73mzRkKM .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list,
.cid-uH73mzRkKM .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uH73mzRkKM .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uH73mzRkKM .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #141414;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uH73mzRkKM .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH73mzRkKM .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uH73mzRkKM .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uH73mzRkKM .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uH73mzRkKM .mbr-section-title {
  color: #ffffff;
}
.cid-uH73mzRkKM .mbr-list-title {
  color: #141414;
}
.cid-uH73mzRkKM .list {
  color: #ffffff;
}
.cid-uH73mzRkKM .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-uH73mzRkKM .mbr-brand {
  color: #ffffff;
}
.cid-uH73mzRkKM .mbr-section-title,
.cid-uH73mzRkKM .mbr-section-btn {
  color: #181818;
}
.cid-tim2LGbvHv .navbar-dropdown {
  background-color: #fffcee !important;
  padding: 0;
}
.cid-tim2LGbvHv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffcee !important;
  background: #fffcee;
}
.cid-tim2LGbvHv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .menu_box .navbar.opened,
  .cid-tim2LGbvHv .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tim2LGbvHv .navbar-dropdown {
  position: relative !important;
}
.cid-tim2LGbvHv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tim2LGbvHv .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tim2LGbvHv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tim2LGbvHv .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-tim2LGbvHv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tim2LGbvHv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tim2LGbvHv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tim2LGbvHv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tim2LGbvHv .offcanvas-body .mbr-text,
  .cid-tim2LGbvHv .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tim2LGbvHv .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tim2LGbvHv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tim2LGbvHv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tim2LGbvHv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tim2LGbvHv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tim2LGbvHv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tim2LGbvHv li.nav-item:hover {
    opacity: .8;
  }
  .cid-tim2LGbvHv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tim2LGbvHv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tim2LGbvHv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .nav-item {
    margin: 0 !important;
  }
}
.cid-tim2LGbvHv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tim2LGbvHv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tim2LGbvHv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tim2LGbvHv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tim2LGbvHv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tim2LGbvHv .offcanvas_box {
    display: none;
  }
}
.cid-tim2LGbvHv .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tim2LGbvHv .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tim2LGbvHv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tim2LGbvHv .nav-link {
  position: relative;
  color: #181818;
}
.cid-tim2LGbvHv .container {
  display: flex;
  margin: auto;
}
.cid-tim2LGbvHv .iconfont-wrapper {
  color: #181818;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tim2LGbvHv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tim2LGbvHv .iconfont-wrapper:hover {
  color: #181818;
}
.cid-tim2LGbvHv .navbar-caption {
  color: #181818;
}
.cid-tim2LGbvHv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tim2LGbvHv .navbar-nav {
    margin: 0;
  }
}
.cid-tim2LGbvHv .dropdown-menu,
.cid-tim2LGbvHv .navbar.opened {
  background-color: false !important;
}
.cid-tim2LGbvHv .nav-item:focus,
.cid-tim2LGbvHv .nav-link:focus {
  outline: none;
}
.cid-tim2LGbvHv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tim2LGbvHv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tim2LGbvHv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tim2LGbvHv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tim2LGbvHv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tim2LGbvHv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tim2LGbvHv .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tim2LGbvHv .navbar.opened {
  transition: all 0.3s;
}
.cid-tim2LGbvHv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tim2LGbvHv .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-tim2LGbvHv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tim2LGbvHv .navbar.collapsed {
  justify-content: center;
}
.cid-tim2LGbvHv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tim2LGbvHv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tim2LGbvHv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tim2LGbvHv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tim2LGbvHv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tim2LGbvHv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tim2LGbvHv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tim2LGbvHv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tim2LGbvHv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tim2LGbvHv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tim2LGbvHv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tim2LGbvHv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tim2LGbvHv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tim2LGbvHv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tim2LGbvHv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tim2LGbvHv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tim2LGbvHv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tim2LGbvHv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tim2LGbvHv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tim2LGbvHv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tim2LGbvHv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tim2LGbvHv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tim2LGbvHv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tim2LGbvHv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tim2LGbvHv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tim2LGbvHv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tim2LGbvHv .dropdown-item.active,
.cid-tim2LGbvHv .dropdown-item:active {
  background-color: transparent;
}
.cid-tim2LGbvHv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tim2LGbvHv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tim2LGbvHv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tim2LGbvHv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tim2LGbvHv ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tim2LGbvHv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tim2LGbvHv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffcee;
  background: #fffcee;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tim2LGbvHv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tim2LGbvHv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tim2LGbvHv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tim2LGbvHv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tim2LGbvHv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tim2LGbvHv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tim2LGbvHv .navbar {
    height: 70px;
  }
  .cid-tim2LGbvHv .navbar.opened {
    height: auto;
  }
  .cid-tim2LGbvHv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tim2LGbvHv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tim2LGbvHv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tim2LGbvHv .navbar-caption:hover {
  color: #181818;
}
.cid-tim2LGbvHv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tim2LGbvHv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tim2LGbvHv .text_widget {
  color: #ffffff;
}
.cid-tim2LGbvHv .mbr-section-subtitle,
.cid-tim2LGbvHv .text_widget {
  text-align: left;
}
.cid-tim2LGbvHv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBJSKojjZj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uBJSKojjZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBJSKojjZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBJSKojjZj .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uBJSKojjZj .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uBJSKojjZj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uBJSKojjZj .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uBJSKojjZj .container {
    padding: 0 16px;
  }
}
.cid-uBJSKojjZj .row {
  justify-content: center;
}
.cid-uBJSKojjZj .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBJSKojjZj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBJSKojjZj .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uBJSKojjZj .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBJSKojjZj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBJSKojjZj .form-wrap {
  padding-right: 48px;
}
@media (max-width: 1200px) {
  .cid-uBJSKojjZj .form-wrap {
    padding: 0;
  }
}
.cid-uBJSKojjZj .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uBJSKojjZj .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uBJSKojjZj .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uBJSKojjZj .form-wrap .dragArea.row .form-group .form-control {
  padding: 8px 16px;
  border: 1px solid #a6a99c !important;
  box-shadow: none;
  border-radius: .5rem !important;
  background-color: transparent;
}
.cid-uBJSKojjZj .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uBJSKojjZj .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uBJSKojjZj .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #a6a99c;
}
.cid-uBJSKojjZj .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uBJSKojjZj .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uBJSKojjZj .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #a6a99c;
  border-color: #a6a99c;
}
.cid-uBJSKojjZj .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 16px;
  min-height: auto;
}
.cid-uBJSKojjZj .image-wrapper {
  height: 100%;
}
.cid-uBJSKojjZj .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-uBJSKojjZj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBJSKojjZj .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBJSKojjZj .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uH73mzRkKM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-uH73mzRkKM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH73mzRkKM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH73mzRkKM .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .container {
    padding: 0 25px;
  }
}
.cid-uH73mzRkKM .row {
  justify-content: space-between;
}
.cid-uH73mzRkKM .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uH73mzRkKM .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #141414;
  transition: all 0.3s ease-in-out;
}
.cid-uH73mzRkKM .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .list-content {
    display: block;
  }
}
.cid-uH73mzRkKM .list-content .nav-wrapper,
.cid-uH73mzRkKM .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .list-content .nav-wrapper,
  .cid-uH73mzRkKM .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uH73mzRkKM .list-content .nav-wrapper .mbr-list-title,
.cid-uH73mzRkKM .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list,
.cid-uH73mzRkKM .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uH73mzRkKM .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uH73mzRkKM .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #141414;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uH73mzRkKM .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH73mzRkKM .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uH73mzRkKM .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uH73mzRkKM .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uH73mzRkKM .mbr-section-title {
  color: #ffffff;
}
.cid-uH73mzRkKM .mbr-list-title {
  color: #141414;
}
.cid-uH73mzRkKM .list {
  color: #ffffff;
}
.cid-uH73mzRkKM .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-uH73mzRkKM .mbr-brand {
  color: #ffffff;
}
.cid-uH73mzRkKM .mbr-section-title,
.cid-uH73mzRkKM .mbr-section-btn {
  color: #181818;
}
.cid-tim2LGbvHv .navbar-dropdown {
  background-color: #fffcee !important;
  padding: 0;
}
.cid-tim2LGbvHv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffcee !important;
  background: #fffcee;
}
.cid-tim2LGbvHv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .menu_box .navbar.opened,
  .cid-tim2LGbvHv .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tim2LGbvHv .navbar-dropdown {
  position: relative !important;
}
.cid-tim2LGbvHv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tim2LGbvHv .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tim2LGbvHv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tim2LGbvHv .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-tim2LGbvHv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tim2LGbvHv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tim2LGbvHv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tim2LGbvHv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tim2LGbvHv .offcanvas-body .mbr-text,
  .cid-tim2LGbvHv .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tim2LGbvHv .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tim2LGbvHv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tim2LGbvHv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tim2LGbvHv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tim2LGbvHv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tim2LGbvHv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tim2LGbvHv li.nav-item:hover {
    opacity: .8;
  }
  .cid-tim2LGbvHv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tim2LGbvHv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tim2LGbvHv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .nav-item {
    margin: 0 !important;
  }
}
.cid-tim2LGbvHv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tim2LGbvHv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tim2LGbvHv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tim2LGbvHv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tim2LGbvHv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tim2LGbvHv .offcanvas_box {
    display: none;
  }
}
.cid-tim2LGbvHv .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tim2LGbvHv .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tim2LGbvHv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tim2LGbvHv .nav-link {
  position: relative;
  color: #181818;
}
.cid-tim2LGbvHv .container {
  display: flex;
  margin: auto;
}
.cid-tim2LGbvHv .iconfont-wrapper {
  color: #181818;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tim2LGbvHv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tim2LGbvHv .iconfont-wrapper:hover {
  color: #181818;
}
.cid-tim2LGbvHv .navbar-caption {
  color: #181818;
}
.cid-tim2LGbvHv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tim2LGbvHv .navbar-nav {
    margin: 0;
  }
}
.cid-tim2LGbvHv .dropdown-menu,
.cid-tim2LGbvHv .navbar.opened {
  background-color: false !important;
}
.cid-tim2LGbvHv .nav-item:focus,
.cid-tim2LGbvHv .nav-link:focus {
  outline: none;
}
.cid-tim2LGbvHv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tim2LGbvHv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tim2LGbvHv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tim2LGbvHv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tim2LGbvHv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tim2LGbvHv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tim2LGbvHv .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tim2LGbvHv .navbar.opened {
  transition: all 0.3s;
}
.cid-tim2LGbvHv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tim2LGbvHv .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-tim2LGbvHv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tim2LGbvHv .navbar.collapsed {
  justify-content: center;
}
.cid-tim2LGbvHv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tim2LGbvHv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tim2LGbvHv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tim2LGbvHv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tim2LGbvHv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tim2LGbvHv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tim2LGbvHv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tim2LGbvHv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tim2LGbvHv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tim2LGbvHv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tim2LGbvHv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tim2LGbvHv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tim2LGbvHv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tim2LGbvHv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tim2LGbvHv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tim2LGbvHv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tim2LGbvHv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tim2LGbvHv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tim2LGbvHv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tim2LGbvHv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tim2LGbvHv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tim2LGbvHv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tim2LGbvHv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tim2LGbvHv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tim2LGbvHv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tim2LGbvHv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tim2LGbvHv .dropdown-item.active,
.cid-tim2LGbvHv .dropdown-item:active {
  background-color: transparent;
}
.cid-tim2LGbvHv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tim2LGbvHv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tim2LGbvHv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tim2LGbvHv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tim2LGbvHv ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tim2LGbvHv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tim2LGbvHv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffcee;
  background: #fffcee;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tim2LGbvHv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tim2LGbvHv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tim2LGbvHv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tim2LGbvHv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tim2LGbvHv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tim2LGbvHv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tim2LGbvHv .navbar {
    height: 70px;
  }
  .cid-tim2LGbvHv .navbar.opened {
    height: auto;
  }
  .cid-tim2LGbvHv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tim2LGbvHv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tim2LGbvHv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tim2LGbvHv .navbar-caption:hover {
  color: #181818;
}
.cid-tim2LGbvHv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tim2LGbvHv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tim2LGbvHv .text_widget {
  color: #ffffff;
}
.cid-tim2LGbvHv .mbr-section-subtitle,
.cid-tim2LGbvHv .text_widget {
  text-align: left;
}
.cid-tim2LGbvHv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBK2wrgiED {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/t-shirt-preta-bordado-branco-e-verde-800x800.jpg");
}
.cid-uBK2wrgiED .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK2wrgiED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK2wrgiED .container {
  max-width: 1280px;
}
.cid-uBK2wrgiED .row {
  justify-content: flex-start;
}
.cid-uBK2wrgiED .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uBK2wrgiED .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBK2wrgiED .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-uBK2wrgiED .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-uBK2wrgiED .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uBK2wrgiED .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBK2wrgiED .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uBK2wrgiED .mbr-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-uBK2wrgiED .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-uH73mzRkKM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-uH73mzRkKM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH73mzRkKM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH73mzRkKM .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .container {
    padding: 0 25px;
  }
}
.cid-uH73mzRkKM .row {
  justify-content: space-between;
}
.cid-uH73mzRkKM .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uH73mzRkKM .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #141414;
  transition: all 0.3s ease-in-out;
}
.cid-uH73mzRkKM .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .list-content {
    display: block;
  }
}
.cid-uH73mzRkKM .list-content .nav-wrapper,
.cid-uH73mzRkKM .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .list-content .nav-wrapper,
  .cid-uH73mzRkKM .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uH73mzRkKM .list-content .nav-wrapper .mbr-list-title,
.cid-uH73mzRkKM .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list,
.cid-uH73mzRkKM .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uH73mzRkKM .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uH73mzRkKM .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #141414;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uH73mzRkKM .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH73mzRkKM .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uH73mzRkKM .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uH73mzRkKM .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uH73mzRkKM .mbr-section-title {
  color: #ffffff;
}
.cid-uH73mzRkKM .mbr-list-title {
  color: #141414;
}
.cid-uH73mzRkKM .list {
  color: #ffffff;
}
.cid-uH73mzRkKM .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-uH73mzRkKM .mbr-brand {
  color: #ffffff;
}
.cid-uH73mzRkKM .mbr-section-title,
.cid-uH73mzRkKM .mbr-section-btn {
  color: #181818;
}
.cid-tim2LGbvHv .navbar-dropdown {
  background-color: #fffcee !important;
  padding: 0;
}
.cid-tim2LGbvHv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffcee !important;
  background: #fffcee;
}
.cid-tim2LGbvHv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .menu_box .navbar.opened,
  .cid-tim2LGbvHv .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tim2LGbvHv .navbar-dropdown {
  position: relative !important;
}
.cid-tim2LGbvHv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tim2LGbvHv .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tim2LGbvHv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tim2LGbvHv .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-tim2LGbvHv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tim2LGbvHv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tim2LGbvHv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tim2LGbvHv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tim2LGbvHv .offcanvas-body .mbr-text,
  .cid-tim2LGbvHv .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tim2LGbvHv .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tim2LGbvHv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tim2LGbvHv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tim2LGbvHv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tim2LGbvHv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tim2LGbvHv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tim2LGbvHv li.nav-item:hover {
    opacity: .8;
  }
  .cid-tim2LGbvHv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tim2LGbvHv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tim2LGbvHv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .nav-item {
    margin: 0 !important;
  }
}
.cid-tim2LGbvHv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tim2LGbvHv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tim2LGbvHv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tim2LGbvHv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tim2LGbvHv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tim2LGbvHv .offcanvas_box {
    display: none;
  }
}
.cid-tim2LGbvHv .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tim2LGbvHv .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tim2LGbvHv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tim2LGbvHv .nav-link {
  position: relative;
  color: #181818;
}
.cid-tim2LGbvHv .container {
  display: flex;
  margin: auto;
}
.cid-tim2LGbvHv .iconfont-wrapper {
  color: #181818;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tim2LGbvHv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tim2LGbvHv .iconfont-wrapper:hover {
  color: #181818;
}
.cid-tim2LGbvHv .navbar-caption {
  color: #181818;
}
.cid-tim2LGbvHv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tim2LGbvHv .navbar-nav {
    margin: 0;
  }
}
.cid-tim2LGbvHv .dropdown-menu,
.cid-tim2LGbvHv .navbar.opened {
  background-color: false !important;
}
.cid-tim2LGbvHv .nav-item:focus,
.cid-tim2LGbvHv .nav-link:focus {
  outline: none;
}
.cid-tim2LGbvHv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tim2LGbvHv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tim2LGbvHv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tim2LGbvHv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tim2LGbvHv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tim2LGbvHv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tim2LGbvHv .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tim2LGbvHv .navbar.opened {
  transition: all 0.3s;
}
.cid-tim2LGbvHv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tim2LGbvHv .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-tim2LGbvHv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tim2LGbvHv .navbar.collapsed {
  justify-content: center;
}
.cid-tim2LGbvHv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tim2LGbvHv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tim2LGbvHv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tim2LGbvHv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tim2LGbvHv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tim2LGbvHv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tim2LGbvHv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tim2LGbvHv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tim2LGbvHv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tim2LGbvHv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tim2LGbvHv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tim2LGbvHv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tim2LGbvHv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tim2LGbvHv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tim2LGbvHv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tim2LGbvHv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tim2LGbvHv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tim2LGbvHv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tim2LGbvHv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tim2LGbvHv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tim2LGbvHv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tim2LGbvHv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tim2LGbvHv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tim2LGbvHv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tim2LGbvHv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tim2LGbvHv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tim2LGbvHv .dropdown-item.active,
.cid-tim2LGbvHv .dropdown-item:active {
  background-color: transparent;
}
.cid-tim2LGbvHv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tim2LGbvHv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tim2LGbvHv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tim2LGbvHv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tim2LGbvHv ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tim2LGbvHv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tim2LGbvHv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffcee;
  background: #fffcee;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tim2LGbvHv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tim2LGbvHv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tim2LGbvHv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tim2LGbvHv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tim2LGbvHv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tim2LGbvHv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tim2LGbvHv .navbar {
    height: 70px;
  }
  .cid-tim2LGbvHv .navbar.opened {
    height: auto;
  }
  .cid-tim2LGbvHv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tim2LGbvHv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tim2LGbvHv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tim2LGbvHv .navbar-caption:hover {
  color: #181818;
}
.cid-tim2LGbvHv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tim2LGbvHv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tim2LGbvHv .text_widget {
  color: #ffffff;
}
.cid-tim2LGbvHv .mbr-section-subtitle,
.cid-tim2LGbvHv .text_widget {
  text-align: left;
}
.cid-tim2LGbvHv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBK3dwfM1D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hoodie-ponto-wear-your-dreams-1011x1011.jpg");
}
.cid-uBK3dwfM1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK3dwfM1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK3dwfM1D .container {
  max-width: 1280px;
}
.cid-uBK3dwfM1D .row {
  justify-content: flex-start;
}
.cid-uBK3dwfM1D .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uBK3dwfM1D .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBK3dwfM1D .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-uBK3dwfM1D .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-uBK3dwfM1D .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uBK3dwfM1D .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBK3dwfM1D .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uBK3dwfM1D .mbr-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-uBK3dwfM1D .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-uH73mzRkKM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-uH73mzRkKM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH73mzRkKM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH73mzRkKM .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .container {
    padding: 0 25px;
  }
}
.cid-uH73mzRkKM .row {
  justify-content: space-between;
}
.cid-uH73mzRkKM .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uH73mzRkKM .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #141414;
  transition: all 0.3s ease-in-out;
}
.cid-uH73mzRkKM .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .list-content {
    display: block;
  }
}
.cid-uH73mzRkKM .list-content .nav-wrapper,
.cid-uH73mzRkKM .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .list-content .nav-wrapper,
  .cid-uH73mzRkKM .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uH73mzRkKM .list-content .nav-wrapper .mbr-list-title,
.cid-uH73mzRkKM .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list,
.cid-uH73mzRkKM .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uH73mzRkKM .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uH73mzRkKM .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #141414;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uH73mzRkKM .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH73mzRkKM .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uH73mzRkKM .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uH73mzRkKM .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uH73mzRkKM .mbr-section-title {
  color: #ffffff;
}
.cid-uH73mzRkKM .mbr-list-title {
  color: #141414;
}
.cid-uH73mzRkKM .list {
  color: #ffffff;
}
.cid-uH73mzRkKM .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-uH73mzRkKM .mbr-brand {
  color: #ffffff;
}
.cid-uH73mzRkKM .mbr-section-title,
.cid-uH73mzRkKM .mbr-section-btn {
  color: #181818;
}
.cid-uBKQr4Vz4N .navbar-dropdown {
  background-color: #fffcee !important;
  padding: 0;
}
.cid-uBKQr4Vz4N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffcee !important;
  background: #fffcee;
}
.cid-uBKQr4Vz4N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uBKQr4Vz4N .menu_box .navbar.opened,
  .cid-uBKQr4Vz4N .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBKQr4Vz4N .navbar-dropdown {
  position: relative !important;
}
.cid-uBKQr4Vz4N .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBKQr4Vz4N .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBKQr4Vz4N .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBKQr4Vz4N .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBKQr4Vz4N .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBKQr4Vz4N .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-uBKQr4Vz4N .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBKQr4Vz4N .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBKQr4Vz4N .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBKQr4Vz4N .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBKQr4Vz4N .offcanvas-body .mbr-text,
  .cid-uBKQr4Vz4N .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uBKQr4Vz4N .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uBKQr4Vz4N .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBKQr4Vz4N .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-uBKQr4Vz4N .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBKQr4Vz4N .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBKQr4Vz4N .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBKQr4Vz4N .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBKQr4Vz4N ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBKQr4Vz4N .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBKQr4Vz4N .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uBKQr4Vz4N .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBKQr4Vz4N li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uBKQr4Vz4N li.nav-item:hover {
    opacity: .8;
  }
  .cid-uBKQr4Vz4N .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uBKQr4Vz4N .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBKQr4Vz4N .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBKQr4Vz4N .nav-item {
    margin: 0 !important;
  }
}
.cid-uBKQr4Vz4N .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBKQr4Vz4N .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uBKQr4Vz4N .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBKQr4Vz4N .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBKQr4Vz4N .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uBKQr4Vz4N .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBKQr4Vz4N .offcanvas_box {
    display: none;
  }
}
.cid-uBKQr4Vz4N .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uBKQr4Vz4N .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBKQr4Vz4N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBKQr4Vz4N .nav-link {
  position: relative;
  color: #181818;
}
.cid-uBKQr4Vz4N .container {
  display: flex;
  margin: auto;
}
.cid-uBKQr4Vz4N .iconfont-wrapper {
  color: #181818;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uBKQr4Vz4N .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBKQr4Vz4N .iconfont-wrapper:hover {
  color: #181818;
}
.cid-uBKQr4Vz4N .navbar-caption {
  color: #181818;
}
.cid-uBKQr4Vz4N .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBKQr4Vz4N .navbar-nav {
    margin: 0;
  }
}
.cid-uBKQr4Vz4N .dropdown-menu,
.cid-uBKQr4Vz4N .navbar.opened {
  background-color: false !important;
}
.cid-uBKQr4Vz4N .nav-item:focus,
.cid-uBKQr4Vz4N .nav-link:focus {
  outline: none;
}
.cid-uBKQr4Vz4N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBKQr4Vz4N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBKQr4Vz4N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBKQr4Vz4N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBKQr4Vz4N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBKQr4Vz4N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBKQr4Vz4N .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uBKQr4Vz4N .navbar.opened {
  transition: all 0.3s;
}
.cid-uBKQr4Vz4N .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBKQr4Vz4N .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-uBKQr4Vz4N .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uBKQr4Vz4N .navbar.collapsed {
  justify-content: center;
}
.cid-uBKQr4Vz4N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBKQr4Vz4N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBKQr4Vz4N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBKQr4Vz4N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBKQr4Vz4N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBKQr4Vz4N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBKQr4Vz4N .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBKQr4Vz4N .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBKQr4Vz4N .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBKQr4Vz4N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBKQr4Vz4N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBKQr4Vz4N .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBKQr4Vz4N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBKQr4Vz4N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBKQr4Vz4N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBKQr4Vz4N .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBKQr4Vz4N .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBKQr4Vz4N .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBKQr4Vz4N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBKQr4Vz4N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBKQr4Vz4N .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBKQr4Vz4N .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBKQr4Vz4N .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBKQr4Vz4N .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBKQr4Vz4N .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBKQr4Vz4N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBKQr4Vz4N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBKQr4Vz4N .dropdown-item.active,
.cid-uBKQr4Vz4N .dropdown-item:active {
  background-color: transparent;
}
.cid-uBKQr4Vz4N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBKQr4Vz4N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBKQr4Vz4N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBKQr4Vz4N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBKQr4Vz4N ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uBKQr4Vz4N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBKQr4Vz4N button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffcee;
  background: #fffcee;
}
.cid-uBKQr4Vz4N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-uBKQr4Vz4N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBKQr4Vz4N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKQr4Vz4N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKQr4Vz4N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBKQr4Vz4N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKQr4Vz4N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBKQr4Vz4N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBKQr4Vz4N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKQr4Vz4N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBKQr4Vz4N .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBKQr4Vz4N .navbar {
    height: 70px;
  }
  .cid-uBKQr4Vz4N .navbar.opened {
    height: auto;
  }
  .cid-uBKQr4Vz4N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBKQr4Vz4N .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBKQr4Vz4N .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uBKQr4Vz4N .navbar-caption:hover {
  color: #181818;
}
.cid-uBKQr4Vz4N .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBKQr4Vz4N .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uBKQr4Vz4N .text_widget {
  color: #ffffff;
}
.cid-uBKQr4Vz4N .mbr-section-subtitle,
.cid-uBKQr4Vz4N .text_widget {
  text-align: left;
}
.cid-uBKQr4Vz4N a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBL08gzIwb {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/sweatshirt-oversize-navy-bordado-pap-peito-lado-esquerdo-branco-1024x1024.jpeg");
  align-items: flex-end;
}
.cid-uBL08gzIwb .mbr-overlay {
  background-color: #45494e;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uBL08gzIwb .row {
    justify-content: flex-start;
  }
  .cid-uBL08gzIwb .content-wrap {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uBL08gzIwb .content-wrap {
    width: 100%;
  }
}
.cid-uBL08gzIwb .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uBL08gzIwb .mbr-section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uBL08gzIwb .mbr-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uBL08gzIwb .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBKRIZB0As {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBKRIZB0As .item:focus,
.cid-uBKRIZB0As span:focus {
  outline: none;
}
.cid-uBKRIZB0As .item-wrapper {
  position: relative;
}
.cid-uBKRIZB0As .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uBKRIZB0As .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-uBKRIZB0As .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 40px;
}
.cid-uBKRIZB0As .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-uBKRIZB0As .shadow {
  border-radius: 34px;
  overflow: visible;
  padding: 0 20px 20px;
  background-color: transparent !important;
  box-shadow: none !important;
  margin-top: 35px;
}
.cid-uBKRIZB0As .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-uBKRIZB0As img {
  border-radius: 25px;
  margin-bottom: 20px;
  width: 100%;
}
.cid-uBKRIZB0As .card-title {
  margin-bottom: 10px;
  color: #4c4c4c;
  text-align: left;
}
.cid-uBKRIZB0As .card-text {
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
}
.cid-uBKRIZB0As .btn {
  padding: 1rem 2rem;
  transition: all 300ms ease !important;
  font-weight: 600;
}
.cid-uBKRIZB0As a.btn > span {
  margin-left: 0.5rem;
}
.cid-uBKRIZB0As .mbr-section-title,
.cid-uBKRIZB0As .button-align {
  color: #000000;
  text-align: left;
}
.cid-uBKRIZB0As .t {
  display: flex;
  justify-content: flex-end;
}
.cid-uBKRIZB0As .row.b {
  display: flex;
  align-items: center;
}
.cid-uBKRIZB0As .card-title,
.cid-uBKRIZB0As .iconfont-wrapper {
  color: #000000;
}
.cid-uBKRIZB0As .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 1070px) {
  .cid-uBKRIZB0As .b {
    display: flex;
    flex-direction: column;
  }
  .cid-uBKRIZB0As .t {
    justify-content: center;
  }
  .cid-uBKRIZB0As .card-title {
    text-align: center;
  }
}
.cid-uBKRIZB0As .shadow:nth-child(1) {
  margin-top: 0;
}
.cid-uBKRIZB0As .shadow:nth-child(2) {
  margin-top: 0;
}
.cid-uBKRIZB0As .shadow:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 576px) {
  .cid-uBKRIZB0As .shadow:nth-child(2) {
    margin-top: 35px;
  }
  .cid-uBKRIZB0As .shadow:nth-child(3) {
    margin-top: 35px;
  }
  .cid-uBKRIZB0As .shadow {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uGvPbCRQ9U {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGvPbCRQ9U .item:focus,
.cid-uGvPbCRQ9U span:focus {
  outline: none;
}
.cid-uGvPbCRQ9U .item-wrapper {
  position: relative;
}
.cid-uGvPbCRQ9U .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uGvPbCRQ9U .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-uGvPbCRQ9U .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 40px;
}
.cid-uGvPbCRQ9U .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-uGvPbCRQ9U .shadow {
  border-radius: 34px;
  overflow: visible;
  padding: 0 20px 20px;
  background-color: transparent !important;
  box-shadow: none !important;
  margin-top: 35px;
}
.cid-uGvPbCRQ9U .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-uGvPbCRQ9U img {
  border-radius: 25px;
  margin-bottom: 20px;
  width: 100%;
}
.cid-uGvPbCRQ9U .card-title {
  margin-bottom: 10px;
  color: #4c4c4c;
  text-align: left;
}
.cid-uGvPbCRQ9U .card-text {
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
}
.cid-uGvPbCRQ9U .btn {
  padding: 1rem 2rem;
  transition: all 300ms ease !important;
  font-weight: 600;
}
.cid-uGvPbCRQ9U a.btn > span {
  margin-left: 0.5rem;
}
.cid-uGvPbCRQ9U .mbr-section-title,
.cid-uGvPbCRQ9U .button-align {
  color: #000000;
  text-align: left;
}
.cid-uGvPbCRQ9U .t {
  display: flex;
  justify-content: flex-end;
}
.cid-uGvPbCRQ9U .row.b {
  display: flex;
  align-items: center;
}
.cid-uGvPbCRQ9U .card-title,
.cid-uGvPbCRQ9U .iconfont-wrapper {
  color: #000000;
}
.cid-uGvPbCRQ9U .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 1070px) {
  .cid-uGvPbCRQ9U .b {
    display: flex;
    flex-direction: column;
  }
  .cid-uGvPbCRQ9U .t {
    justify-content: center;
  }
  .cid-uGvPbCRQ9U .card-title {
    text-align: center;
  }
}
.cid-uGvPbCRQ9U .shadow:nth-child(1) {
  margin-top: 0;
}
.cid-uGvPbCRQ9U .shadow:nth-child(2) {
  margin-top: 0;
}
.cid-uGvPbCRQ9U .shadow:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 576px) {
  .cid-uGvPbCRQ9U .shadow:nth-child(2) {
    margin-top: 35px;
  }
  .cid-uGvPbCRQ9U .shadow:nth-child(3) {
    margin-top: 35px;
  }
  .cid-uGvPbCRQ9U .shadow {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uH73mzRkKM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-uH73mzRkKM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH73mzRkKM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH73mzRkKM .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .container {
    padding: 0 25px;
  }
}
.cid-uH73mzRkKM .row {
  justify-content: space-between;
}
.cid-uH73mzRkKM .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uH73mzRkKM .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #141414;
  transition: all 0.3s ease-in-out;
}
.cid-uH73mzRkKM .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .list-content {
    display: block;
  }
}
.cid-uH73mzRkKM .list-content .nav-wrapper,
.cid-uH73mzRkKM .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .list-content .nav-wrapper,
  .cid-uH73mzRkKM .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uH73mzRkKM .list-content .nav-wrapper .mbr-list-title,
.cid-uH73mzRkKM .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list,
.cid-uH73mzRkKM .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uH73mzRkKM .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uH73mzRkKM .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #141414;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uH73mzRkKM .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH73mzRkKM .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uH73mzRkKM .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uH73mzRkKM .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uH73mzRkKM .mbr-section-title {
  color: #ffffff;
}
.cid-uH73mzRkKM .mbr-list-title {
  color: #141414;
}
.cid-uH73mzRkKM .list {
  color: #ffffff;
}
.cid-uH73mzRkKM .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-uH73mzRkKM .mbr-brand {
  color: #ffffff;
}
.cid-uH73mzRkKM .mbr-section-title,
.cid-uH73mzRkKM .mbr-section-btn {
  color: #181818;
}
.cid-uBL0DUV5z6 .navbar-dropdown {
  background-color: #fffcee !important;
  padding: 0;
}
.cid-uBL0DUV5z6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffcee !important;
  background: #fffcee;
}
.cid-uBL0DUV5z6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uBL0DUV5z6 .menu_box .navbar.opened,
  .cid-uBL0DUV5z6 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBL0DUV5z6 .navbar-dropdown {
  position: relative !important;
}
.cid-uBL0DUV5z6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBL0DUV5z6 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBL0DUV5z6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBL0DUV5z6 .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBL0DUV5z6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBL0DUV5z6 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-uBL0DUV5z6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBL0DUV5z6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBL0DUV5z6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBL0DUV5z6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBL0DUV5z6 .offcanvas-body .mbr-text,
  .cid-uBL0DUV5z6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uBL0DUV5z6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uBL0DUV5z6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBL0DUV5z6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-uBL0DUV5z6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBL0DUV5z6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBL0DUV5z6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBL0DUV5z6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBL0DUV5z6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBL0DUV5z6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBL0DUV5z6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uBL0DUV5z6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBL0DUV5z6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uBL0DUV5z6 li.nav-item:hover {
    opacity: .8;
  }
  .cid-uBL0DUV5z6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uBL0DUV5z6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBL0DUV5z6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBL0DUV5z6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uBL0DUV5z6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBL0DUV5z6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uBL0DUV5z6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBL0DUV5z6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBL0DUV5z6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uBL0DUV5z6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBL0DUV5z6 .offcanvas_box {
    display: none;
  }
}
.cid-uBL0DUV5z6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uBL0DUV5z6 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBL0DUV5z6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBL0DUV5z6 .nav-link {
  position: relative;
  color: #181818;
}
.cid-uBL0DUV5z6 .container {
  display: flex;
  margin: auto;
}
.cid-uBL0DUV5z6 .iconfont-wrapper {
  color: #181818;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uBL0DUV5z6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBL0DUV5z6 .iconfont-wrapper:hover {
  color: #181818;
}
.cid-uBL0DUV5z6 .navbar-caption {
  color: #181818;
}
.cid-uBL0DUV5z6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBL0DUV5z6 .navbar-nav {
    margin: 0;
  }
}
.cid-uBL0DUV5z6 .dropdown-menu,
.cid-uBL0DUV5z6 .navbar.opened {
  background-color: false !important;
}
.cid-uBL0DUV5z6 .nav-item:focus,
.cid-uBL0DUV5z6 .nav-link:focus {
  outline: none;
}
.cid-uBL0DUV5z6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBL0DUV5z6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBL0DUV5z6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBL0DUV5z6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBL0DUV5z6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBL0DUV5z6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBL0DUV5z6 .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uBL0DUV5z6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBL0DUV5z6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBL0DUV5z6 .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-uBL0DUV5z6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uBL0DUV5z6 .navbar.collapsed {
  justify-content: center;
}
.cid-uBL0DUV5z6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBL0DUV5z6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBL0DUV5z6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBL0DUV5z6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBL0DUV5z6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBL0DUV5z6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBL0DUV5z6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBL0DUV5z6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBL0DUV5z6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBL0DUV5z6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBL0DUV5z6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBL0DUV5z6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBL0DUV5z6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBL0DUV5z6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBL0DUV5z6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBL0DUV5z6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBL0DUV5z6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBL0DUV5z6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBL0DUV5z6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBL0DUV5z6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBL0DUV5z6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBL0DUV5z6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBL0DUV5z6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBL0DUV5z6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBL0DUV5z6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBL0DUV5z6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBL0DUV5z6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBL0DUV5z6 .dropdown-item.active,
.cid-uBL0DUV5z6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBL0DUV5z6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBL0DUV5z6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBL0DUV5z6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBL0DUV5z6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBL0DUV5z6 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uBL0DUV5z6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBL0DUV5z6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffcee;
  background: #fffcee;
}
.cid-uBL0DUV5z6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-uBL0DUV5z6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBL0DUV5z6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBL0DUV5z6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBL0DUV5z6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBL0DUV5z6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBL0DUV5z6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBL0DUV5z6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBL0DUV5z6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBL0DUV5z6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBL0DUV5z6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBL0DUV5z6 .navbar {
    height: 70px;
  }
  .cid-uBL0DUV5z6 .navbar.opened {
    height: auto;
  }
  .cid-uBL0DUV5z6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBL0DUV5z6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBL0DUV5z6 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uBL0DUV5z6 .navbar-caption:hover {
  color: #181818;
}
.cid-uBL0DUV5z6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBL0DUV5z6 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uBL0DUV5z6 .text_widget {
  color: #ffffff;
}
.cid-uBL0DUV5z6 .mbr-section-subtitle,
.cid-uBL0DUV5z6 .text_widget {
  text-align: left;
}
.cid-uBL0DUV5z6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBL0DTe0oT {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/t-shirt-ivory-bordado-azul-bebe-modelo-senhora-1024x1024.jpeg");
  align-items: flex-end;
}
.cid-uBL0DTe0oT .mbr-overlay {
  background-color: #45494e;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uBL0DTe0oT .row {
    justify-content: flex-start;
  }
  .cid-uBL0DTe0oT .content-wrap {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uBL0DTe0oT .content-wrap {
    width: 100%;
  }
}
.cid-uBL0DTe0oT .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uBL0DTe0oT .mbr-section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uBL0DTe0oT .mbr-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uBL0DTe0oT .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBL0DTe0oT .mbr-section-title,
.cid-uBL0DTe0oT .mbr-section-btn {
  color: #ffffff;
}
.cid-uBL0DTSQge {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uBL0DTSQge .item:focus,
.cid-uBL0DTSQge span:focus {
  outline: none;
}
.cid-uBL0DTSQge .item-wrapper {
  position: relative;
}
.cid-uBL0DTSQge .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uBL0DTSQge .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-uBL0DTSQge .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 40px;
}
.cid-uBL0DTSQge .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-uBL0DTSQge .shadow {
  border-radius: 34px;
  overflow: visible;
  padding: 0 20px 20px;
  background-color: transparent !important;
  box-shadow: none !important;
  margin-top: 35px;
}
.cid-uBL0DTSQge .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-uBL0DTSQge img {
  border-radius: 25px;
  margin-bottom: 20px;
  width: 100%;
}
.cid-uBL0DTSQge .card-title {
  margin-bottom: 10px;
  color: #4c4c4c;
  text-align: left;
}
.cid-uBL0DTSQge .card-text {
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
}
.cid-uBL0DTSQge .btn {
  padding: 1rem 2rem;
  transition: all 300ms ease !important;
  font-weight: 600;
}
.cid-uBL0DTSQge a.btn > span {
  margin-left: 0.5rem;
}
.cid-uBL0DTSQge .mbr-section-title,
.cid-uBL0DTSQge .button-align {
  color: #000000;
  text-align: left;
}
.cid-uBL0DTSQge .t {
  display: flex;
  justify-content: flex-end;
}
.cid-uBL0DTSQge .row.b {
  display: flex;
  align-items: center;
}
.cid-uBL0DTSQge .card-title,
.cid-uBL0DTSQge .iconfont-wrapper {
  color: #000000;
}
.cid-uBL0DTSQge .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 1070px) {
  .cid-uBL0DTSQge .b {
    display: flex;
    flex-direction: column;
  }
  .cid-uBL0DTSQge .t {
    justify-content: center;
  }
  .cid-uBL0DTSQge .card-title {
    text-align: center;
  }
}
.cid-uBL0DTSQge .shadow:nth-child(1) {
  margin-top: 0;
}
.cid-uBL0DTSQge .shadow:nth-child(2) {
  margin-top: 0;
}
.cid-uBL0DTSQge .shadow:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 576px) {
  .cid-uBL0DTSQge .shadow:nth-child(2) {
    margin-top: 35px;
  }
  .cid-uBL0DTSQge .shadow:nth-child(3) {
    margin-top: 35px;
  }
  .cid-uBL0DTSQge .shadow {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uH73mzRkKM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-uH73mzRkKM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH73mzRkKM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH73mzRkKM .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .container {
    padding: 0 25px;
  }
}
.cid-uH73mzRkKM .row {
  justify-content: space-between;
}
.cid-uH73mzRkKM .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uH73mzRkKM .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uH73mzRkKM .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #141414;
  transition: all 0.3s ease-in-out;
}
.cid-uH73mzRkKM .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .list-content {
    display: block;
  }
}
.cid-uH73mzRkKM .list-content .nav-wrapper,
.cid-uH73mzRkKM .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .list-content .nav-wrapper,
  .cid-uH73mzRkKM .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uH73mzRkKM .list-content .nav-wrapper .mbr-list-title,
.cid-uH73mzRkKM .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list,
.cid-uH73mzRkKM .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uH73mzRkKM .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uH73mzRkKM .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uH73mzRkKM .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uH73mzRkKM .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uH73mzRkKM .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #141414;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uH73mzRkKM .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH73mzRkKM .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uH73mzRkKM .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uH73mzRkKM .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uH73mzRkKM .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uH73mzRkKM .mbr-section-title {
  color: #ffffff;
}
.cid-uH73mzRkKM .mbr-list-title {
  color: #141414;
}
.cid-uH73mzRkKM .list {
  color: #ffffff;
}
.cid-uH73mzRkKM .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-uH73mzRkKM .mbr-brand {
  color: #ffffff;
}
.cid-uH73mzRkKM .mbr-section-title,
.cid-uH73mzRkKM .mbr-section-btn {
  color: #181818;
}
.cid-uLnle4t7Eb .navbar-dropdown {
  background-color: #fffcee !important;
  padding: 0;
}
.cid-uLnle4t7Eb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffcee !important;
  background: #fffcee;
}
.cid-uLnle4t7Eb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLnle4t7Eb .menu_box .navbar.opened,
  .cid-uLnle4t7Eb .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLnle4t7Eb .navbar-dropdown {
  position: relative !important;
}
.cid-uLnle4t7Eb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLnle4t7Eb .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLnle4t7Eb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLnle4t7Eb .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLnle4t7Eb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLnle4t7Eb .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-uLnle4t7Eb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLnle4t7Eb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLnle4t7Eb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLnle4t7Eb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLnle4t7Eb .offcanvas-body .mbr-text,
  .cid-uLnle4t7Eb .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLnle4t7Eb .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLnle4t7Eb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLnle4t7Eb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-uLnle4t7Eb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLnle4t7Eb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLnle4t7Eb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLnle4t7Eb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLnle4t7Eb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLnle4t7Eb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLnle4t7Eb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLnle4t7Eb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLnle4t7Eb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uLnle4t7Eb li.nav-item:hover {
    opacity: .8;
  }
  .cid-uLnle4t7Eb .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLnle4t7Eb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLnle4t7Eb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLnle4t7Eb .nav-item {
    margin: 0 !important;
  }
}
.cid-uLnle4t7Eb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLnle4t7Eb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uLnle4t7Eb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLnle4t7Eb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLnle4t7Eb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLnle4t7Eb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLnle4t7Eb .offcanvas_box {
    display: none;
  }
}
.cid-uLnle4t7Eb .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLnle4t7Eb .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLnle4t7Eb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLnle4t7Eb .nav-link {
  position: relative;
  color: #181818;
}
.cid-uLnle4t7Eb .container {
  display: flex;
  margin: auto;
}
.cid-uLnle4t7Eb .iconfont-wrapper {
  color: #181818;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLnle4t7Eb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLnle4t7Eb .iconfont-wrapper:hover {
  color: #181818;
}
.cid-uLnle4t7Eb .navbar-caption {
  color: #181818;
}
.cid-uLnle4t7Eb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLnle4t7Eb .navbar-nav {
    margin: 0;
  }
}
.cid-uLnle4t7Eb .dropdown-menu,
.cid-uLnle4t7Eb .navbar.opened {
  background-color: false !important;
}
.cid-uLnle4t7Eb .nav-item:focus,
.cid-uLnle4t7Eb .nav-link:focus {
  outline: none;
}
.cid-uLnle4t7Eb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLnle4t7Eb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLnle4t7Eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLnle4t7Eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLnle4t7Eb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLnle4t7Eb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLnle4t7Eb .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uLnle4t7Eb .navbar.opened {
  transition: all 0.3s;
}
.cid-uLnle4t7Eb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLnle4t7Eb .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-uLnle4t7Eb .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLnle4t7Eb .navbar.collapsed {
  justify-content: center;
}
.cid-uLnle4t7Eb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLnle4t7Eb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLnle4t7Eb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLnle4t7Eb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLnle4t7Eb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLnle4t7Eb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLnle4t7Eb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLnle4t7Eb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLnle4t7Eb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLnle4t7Eb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLnle4t7Eb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLnle4t7Eb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLnle4t7Eb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLnle4t7Eb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLnle4t7Eb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLnle4t7Eb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLnle4t7Eb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLnle4t7Eb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLnle4t7Eb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLnle4t7Eb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLnle4t7Eb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLnle4t7Eb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLnle4t7Eb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLnle4t7Eb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLnle4t7Eb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLnle4t7Eb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLnle4t7Eb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLnle4t7Eb .dropdown-item.active,
.cid-uLnle4t7Eb .dropdown-item:active {
  background-color: transparent;
}
.cid-uLnle4t7Eb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLnle4t7Eb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLnle4t7Eb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLnle4t7Eb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLnle4t7Eb ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uLnle4t7Eb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLnle4t7Eb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffcee;
  background: #fffcee;
}
.cid-uLnle4t7Eb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-uLnle4t7Eb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLnle4t7Eb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLnle4t7Eb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLnle4t7Eb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLnle4t7Eb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLnle4t7Eb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLnle4t7Eb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLnle4t7Eb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLnle4t7Eb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLnle4t7Eb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLnle4t7Eb .navbar {
    height: 70px;
  }
  .cid-uLnle4t7Eb .navbar.opened {
    height: auto;
  }
  .cid-uLnle4t7Eb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLnle4t7Eb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLnle4t7Eb .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uLnle4t7Eb .navbar-caption:hover {
  color: #181818;
}
.cid-uLnle4t7Eb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLnle4t7Eb .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uLnle4t7Eb .text_widget {
  color: #ffffff;
}
.cid-uLnle4t7Eb .mbr-section-subtitle,
.cid-uLnle4t7Eb .text_widget {
  text-align: left;
}
.cid-uLnle4t7Eb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLnle3f5vj {
  background-color: transparent;
}
.cid-uLnle3f5vj .container-fluid {
  padding-right: 0;
}
@media (max-width: 992px) {
  .cid-uLnle3f5vj .container-fluid {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.cid-uLnle3f5vj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnle3f5vj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnle3f5vj .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uLnle3f5vj .title-wrapper {
    padding: 0 0px;
  }
}
.cid-uLnle3f5vj .title {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uLnle3f5vj .title-wrapper {
    margin-top: 3rem;
  }
}
.cid-uLnle3f5vj .title-wrapper {
  width: 100%;
}
.cid-uLnle3f5vj .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uLnle3f5vj .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uLnle3f5vj .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uLnle3f5vj .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLnle3f5vj .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLnle3f5vj .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLnle3f5vj .image-wrapper {
    margin-top: 40px;
  }
}
.cid-uLnle3f5vj .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLnle3f5vj .mbr-section-subtitle {
  color: #000000;
}
.cid-uLnle3f5vj .mbr-section-title {
  color: #181818;
}
.cid-uLnle3f5vj .mbr-text {
  color: #000000;
}
.cid-uLnle3f5vj .mbr-section-title,
.cid-uLnle3f5vj .mbr-section-btn {
  color: #000000;
}
.cid-uLnlPZ7zaN {
  padding-top: 30px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uLnlPZ7zaN .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uLnlPZ7zaN .mbr-section-title,
.cid-uLnlPZ7zaN .mbr-section-subtitle,
.cid-uLnlPZ7zaN .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uLnlPZ7zaN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uLnlPZ7zaN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLnlPZ7zaN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLnlPZ7zaN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uLnlPZ7zaN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-uLnlPZ7zaN .icon-focus {
  display: none;
}
.cid-uLnlPZ7zaN .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  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-uLnlPZ7zaN ul {
  font-size: 0;
}
.cid-uLnlPZ7zaN .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uLnlPZ7zaN .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uLnlPZ7zaN .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uLnlPZ7zaN .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uLnlPZ7zaN .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uLnlPZ7zaN .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uLnlPZ7zaN .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uLnlPZ7zaN .btn:hover {
  background: transparent !important;
}
.cid-uLnlPZ7zaN .btn:hover:before {
  background: transparent !important;
}
.cid-uLnlPZ7zaN .btn:before {
  background-color: transparent !important;
}
.cid-uLnlPZ7zaN .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uLnle45W4a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fardamento-para-camara-municipal-valhelas-sapadores-florestais-.jpg-1530x2040.jpeg");
}
.cid-uLnle45W4a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnle45W4a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnle45W4a .row {
  justify-content: center;
}
.cid-uLnle45W4a .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uLnle45W4a .row {
    padding: 0 12px;
  }
}
.cid-uLnle45W4a .item-wrap {
  z-index: 1;
}
.cid-uLnle45W4a .mbr-section-subtitle {
  margin-bottom: 46px;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .cid-uLnle45W4a .mbr-section-subtitle {
    margin-bottom: 37px;
  }
}
.cid-uLnle45W4a .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLnle45W4a .text-wrapper .mbr-text {
  margin-bottom: 46px;
  padding-top: 8px;
}
@media (max-width: 992px) {
  .cid-uLnle45W4a .text-wrapper .mbr-text {
    margin-bottom: 37px;
    padding-top: 7px;
  }
}
.cid-uLnle45W4a .mbr-section-title {
  color: #ffffff;
}
.cid-uLnle45W4a .mbr-text {
  color: #ffffff;
}
.cid-uLnle45W4a .mbr-text,
.cid-uLnle45W4a .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uLnle45W4a .mbr-section-title,
.cid-uLnle45W4a .image-wrapper {
  color: #FFFFFF;
}
.cid-uLnmy6svcD {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uLnmy6svcD .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uLnmy6svcD .mbr-section-title,
.cid-uLnmy6svcD .mbr-section-subtitle,
.cid-uLnmy6svcD .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uLnmy6svcD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uLnmy6svcD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLnmy6svcD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLnmy6svcD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uLnmy6svcD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-uLnmy6svcD .icon-focus {
  display: none;
}
.cid-uLnmy6svcD .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  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-uLnmy6svcD ul {
  font-size: 0;
}
.cid-uLnmy6svcD .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uLnmy6svcD .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uLnmy6svcD .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uLnmy6svcD .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uLnmy6svcD .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uLnmy6svcD .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uLnmy6svcD .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uLnmy6svcD .btn:hover {
  background: transparent !important;
}
.cid-uLnmy6svcD .btn:hover:before {
  background: transparent !important;
}
.cid-uLnmy6svcD .btn:before {
  background-color: transparent !important;
}
.cid-uLnmy6svcD .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uLnle5380K {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-uLnle5380K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnle5380K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnle5380K .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uLnle5380K .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uLnle5380K .container {
    padding: 0 25px;
  }
}
.cid-uLnle5380K .row {
  justify-content: space-between;
}
.cid-uLnle5380K .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uLnle5380K .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uLnle5380K .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uLnle5380K .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-uLnle5380K .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLnle5380K .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uLnle5380K .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uLnle5380K .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uLnle5380K .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLnle5380K .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uLnle5380K .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #141414;
  transition: all 0.3s ease-in-out;
}
.cid-uLnle5380K .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uLnle5380K .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uLnle5380K .list-content {
    display: block;
  }
}
.cid-uLnle5380K .list-content .nav-wrapper,
.cid-uLnle5380K .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uLnle5380K .list-content .nav-wrapper,
  .cid-uLnle5380K .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uLnle5380K .list-content .nav-wrapper .mbr-list-title,
.cid-uLnle5380K .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-uLnle5380K .list-content .nav-wrapper .list,
.cid-uLnle5380K .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLnle5380K .list-content .nav-wrapper .list .item-wrap,
.cid-uLnle5380K .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uLnle5380K .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uLnle5380K .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uLnle5380K .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uLnle5380K .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uLnle5380K .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uLnle5380K .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLnle5380K .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uLnle5380K .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uLnle5380K .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uLnle5380K .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLnle5380K .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #141414;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uLnle5380K .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uLnle5380K .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uLnle5380K .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uLnle5380K .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uLnle5380K .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uLnle5380K .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uLnle5380K .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uLnle5380K .mbr-section-title {
  color: #ffffff;
}
.cid-uLnle5380K .mbr-list-title {
  color: #141414;
}
.cid-uLnle5380K .list {
  color: #ffffff;
}
.cid-uLnle5380K .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-uLnle5380K .mbr-brand {
  color: #ffffff;
}
.cid-uLnle5380K .mbr-section-title,
.cid-uLnle5380K .mbr-section-btn {
  color: #181818;
}
