.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #8c533e !important;
}
.bg-success {
  background-color: #d9c179 !important;
}
.bg-info {
  background-color: #bf8136 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #8caff0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8c533e !important;
  border-color: #8c533e !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: #502f23 !important;
  border-color: #502f23 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #502f23 !important;
  border-color: #502f23 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e3d27f !important;
  border-color: #e3d27f !important;
  color: #514612 !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: #d3b938 !important;
  border-color: #d3b938 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #514612 !important;
  background-color: #d3b938 !important;
  border-color: #d3b938 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bf8136 !important;
  border-color: #bf8136 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #7b5323 !important;
  border-color: #7b5323 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7b5323 !important;
  border-color: #7b5323 !important;
}
.btn-success,
.btn-success:active {
  background-color: #d9c179 !important;
  border-color: #d9c179 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #c4a138 !important;
  border-color: #c4a138 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c4a138 !important;
  border-color: #c4a138 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #8caff0 !important;
  border-color: #8caff0 !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: #3f7ae6 !important;
  border-color: #3f7ae6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3f7ae6 !important;
  border-color: #3f7ae6 !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: #8c533e;
  color: #8c533e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #502f23 !important;
  background-color: transparent!important;
  border-color: #502f23 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8c533e !important;
  border-color: #8c533e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e3d27f;
  color: #e3d27f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d3b938 !important;
  background-color: transparent!important;
  border-color: #d3b938 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #514612 !important;
  background-color: #e3d27f !important;
  border-color: #e3d27f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #bf8136;
  color: #bf8136;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #7b5323 !important;
  background-color: transparent!important;
  border-color: #7b5323 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bf8136 !important;
  border-color: #bf8136 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d9c179;
  color: #d9c179;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c4a138 !important;
  background-color: transparent!important;
  border-color: #c4a138 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d9c179 !important;
  border-color: #d9c179 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #8caff0;
  color: #8caff0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3f7ae6 !important;
  background-color: transparent!important;
  border-color: #3f7ae6 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8caff0 !important;
  border-color: #8caff0 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #8c533e !important;
}
.text-secondary {
  color: #e3d27f !important;
}
.text-success {
  color: #d9c179 !important;
}
.text-info {
  color: #bf8136 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #8caff0 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #45291f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cfb32d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b89734 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #6f4b20 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3270e4 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #8c533e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bf8136;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #8caff0;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8c533e;
  border-color: #8c533e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #8c533e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c89582;
}
.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: #e1be94;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #8c533e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #8c533e;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8c533e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8c533e;
}
.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: #8c533e;
  border-bottom-color: #8c533e;
}
.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: #8c533e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e3d27f !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='%238c533e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tdLul3PZXl .navbar-dropdown {
  position: relative !important;
}
.cid-tdLul3PZXl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tdLul3PZXl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tdLul3PZXl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tdLul3PZXl .dropdown-item:hover,
.cid-tdLul3PZXl .dropdown-item:focus {
  background: #8c533e !important;
  color: white !important;
}
.cid-tdLul3PZXl .dropdown-item:hover span {
  color: white;
}
.cid-tdLul3PZXl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tdLul3PZXl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tdLul3PZXl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tdLul3PZXl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tdLul3PZXl .nav-link {
  position: relative;
}
.cid-tdLul3PZXl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tdLul3PZXl .container {
    flex-wrap: nowrap;
  }
}
.cid-tdLul3PZXl .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tdLul3PZXl .dropdown-menu,
.cid-tdLul3PZXl .navbar.opened {
  background: #c0470a !important;
}
.cid-tdLul3PZXl .nav-item:focus,
.cid-tdLul3PZXl .nav-link:focus {
  outline: none;
}
.cid-tdLul3PZXl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tdLul3PZXl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdLul3PZXl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tdLul3PZXl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tdLul3PZXl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdLul3PZXl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdLul3PZXl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c0470a;
}
.cid-tdLul3PZXl .navbar.opened {
  transition: all 0.3s;
}
.cid-tdLul3PZXl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tdLul3PZXl .navbar .navbar-logo img {
  width: auto;
}
.cid-tdLul3PZXl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdLul3PZXl .navbar.collapsed {
  justify-content: center;
}
.cid-tdLul3PZXl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdLul3PZXl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdLul3PZXl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tdLul3PZXl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdLul3PZXl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdLul3PZXl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tdLul3PZXl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdLul3PZXl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tdLul3PZXl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tdLul3PZXl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdLul3PZXl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdLul3PZXl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdLul3PZXl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdLul3PZXl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tdLul3PZXl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tdLul3PZXl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdLul3PZXl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdLul3PZXl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tdLul3PZXl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tdLul3PZXl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tdLul3PZXl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tdLul3PZXl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tdLul3PZXl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tdLul3PZXl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tdLul3PZXl .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-tdLul3PZXl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdLul3PZXl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdLul3PZXl .dropdown-item.active,
.cid-tdLul3PZXl .dropdown-item:active {
  background-color: transparent;
}
.cid-tdLul3PZXl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdLul3PZXl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdLul3PZXl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdLul3PZXl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c0470a;
}
.cid-tdLul3PZXl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdLul3PZXl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tdLul3PZXl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tdLul3PZXl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tdLul3PZXl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tdLul3PZXl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8c533e;
}
.cid-tdLul3PZXl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tdLul3PZXl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdLul3PZXl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdLul3PZXl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tdLul3PZXl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdLul3PZXl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tdLul3PZXl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tdLul3PZXl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdLul3PZXl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tdLul3PZXl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tdLul3PZXl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdLul3PZXl .navbar {
    height: 70px;
  }
  .cid-tdLul3PZXl .navbar.opened {
    height: auto;
  }
  .cid-tdLul3PZXl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdF20fDQxi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tdF20fDQxi .carousel {
  height: 800px;
}
.cid-tdF20fDQxi .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tdF20fDQxi .carousel-item,
.cid-tdF20fDQxi .carousel-inner {
  height: 100%;
}
.cid-tdF20fDQxi .carousel-caption {
  bottom: 40px;
}
.cid-tdF20fDQxi .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tdF20fDQxi .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tdF20fDQxi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tdF20fDQxi .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tdF20fDQxi .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tdF20fDQxi .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tdF20fDQxi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tdF20fDQxi .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tdF20fDQxi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tdF20fDQxi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tdF20fDQxi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tdF20fDQxi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tdF20fDQxi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tdF20fDQxi .carousel-indicators li.active,
.cid-tdF20fDQxi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tdF20fDQxi .carousel-indicators li::after,
.cid-tdF20fDQxi .carousel-indicators li::before {
  content: none;
}
.cid-tdF20fDQxi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tdF20fDQxi .carousel-indicators {
    display: none !important;
  }
}
.cid-tdF20fDQxi H5 {
  color: #fafafa;
}
.cid-tsRlacwP2V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tsRlacwP2V .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tsRlacwP2V .mbr-text {
  color: #ffffff;
}
.cid-uaxpHxl010 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uaxpHxl010 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uaxpHxl010 .mbr-text {
  color: #ffffff;
}
.cid-uaxjJIeYIp {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uaxjJIeYIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaxjJIeYIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaxjJIeYIp .mbr-section-title {
  color: #ffffff;
}
.cid-uaxjJIeYIp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uaxjJIeYIp .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tdH0GJrsjC {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-tdH0GJrsjC img,
.cid-tdH0GJrsjC .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tdH0GJrsjC .item:focus,
.cid-tdH0GJrsjC span:focus {
  outline: none;
}
.cid-tdH0GJrsjC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tdH0GJrsjC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tdH0GJrsjC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tdH0GJrsjC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tdH0GJrsjC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tdH0GJrsjC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tdH0GJrsjC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tdH0GJrsjC .mbr-section-title {
  color: #ffffff;
}
.cid-tdH0GJrsjC .mbr-text,
.cid-tdH0GJrsjC .mbr-section-btn {
  text-align: left;
}
.cid-tdH0GJrsjC .item-title {
  text-align: center;
  color: #bf8136;
}
.cid-tdH0GJrsjC .item-subtitle {
  text-align: center;
  color: #8c533e;
}
.cid-tdH0GJrsjC .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uaxZT0zleK {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uaxZT0zleK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaxZT0zleK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaxZT0zleK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaxZT0zleK .row {
  flex-direction: row-reverse;
}
.cid-uaxZT0zleK img {
  width: 100%;
}
.cid-uaxZT0zleK .mbr-text {
  color: #ffffff;
}
.cid-trfG063fcY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-trfG063fcY img,
.cid-trfG063fcY .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-trfG063fcY .item:focus,
.cid-trfG063fcY span:focus {
  outline: none;
}
.cid-trfG063fcY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-trfG063fcY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-trfG063fcY .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-trfG063fcY .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-trfG063fcY .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-trfG063fcY .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-trfG063fcY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-trfG063fcY .mbr-section-title {
  color: #fafafa;
}
.cid-trfG063fcY .mbr-text,
.cid-trfG063fcY .mbr-section-btn {
  text-align: left;
}
.cid-trfG063fcY .item-title {
  text-align: left;
}
.cid-trfG063fcY .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-trfG063fcY .mbr-section-subtitle {
  color: #fafafa;
}
.cid-trh1nNZwAN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-trh1nNZwAN .mbr-fallback-image.disabled {
  display: none;
}
.cid-trh1nNZwAN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trh1nNZwAN .video-wrapper iframe {
  width: 100%;
}
.cid-trh1nNZwAN .mbr-section-title,
.cid-trh1nNZwAN .mbr-section-subtitle,
.cid-trh1nNZwAN .mbr-text {
  text-align: center;
}
.cid-trh1nNZwAN .mbr-section-title {
  color: #ffffff;
}
.cid-trh1nNZwAN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tdGWOU9uCi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f1b42;
}
.cid-tdGWOU9uCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdGWOU9uCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdGWOU9uCi .mbr-section-title {
  color: #fafafa;
}
.cid-tdGWeeNJaF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0f1b42;
}
.cid-tdGWeeNJaF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdGWeeNJaF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdGWeeNJaF .content-wrapper {
  background: #0f1b42;
}
@media (max-width: 991px) {
  .cid-tdGWeeNJaF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tdGWeeNJaF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tdGWeeNJaF .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tdGWeeNJaF .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tdGWeeNJaF .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tdGWeeNJaF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tdGWeeNJaF .card-title {
  color: #ffffff;
}
.cid-tdGWeeNJaF .mbr-text,
.cid-tdGWeeNJaF .mbr-section-btn {
  color: #ffffff;
}
.cid-tdGXsPM1tq {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-5.jpg");
}
.cid-tdGXsPM1tq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdGXsPM1tq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdGXsPM1tq .mbr-section-title {
  text-align: center;
  color: #e3d27f;
}
.cid-tdGXsPM1tq .mbr-text,
.cid-tdGXsPM1tq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tdH2onq1et {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-24.jpg");
}
.cid-tdH2onq1et .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdH2onq1et .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdH2onq1et .media-container-row {
  justify-content: space-between;
}
.cid-tdH2onq1et .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tdH2onq1et .text-content {
    max-width: none;
  }
}
.cid-tdH2onq1et .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #232323;
  border: 2px solid #232323;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tdH2onq1et .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tdH2onq1et .mbr-iconfont-social:hover {
  background-color: #232323;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tdH2onq1et .icons {
    justify-content: center !important;
  }
  .cid-tdH2onq1et .text-content * {
    text-align: center;
  }
}
.cid-tdH2onq1et .mbr-section-title {
  color: #fafafa;
}
.cid-tdH2onq1et P {
  color: #ffffff;
}
.cid-tdH2S89ijL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tdH2S89ijL .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tdH2S89ijL .mbr-text {
  color: #767676;
}
.cid-tdH2S89ijL .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tdH2S89ijL .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tdH2S89ijL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tdH2S89ijL .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tdH2S89ijL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tdH2S89ijL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tdH2S89ijL .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tdH2S89ijL .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tdH2S89ijL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tdH2S89ijL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdH2S89ijL .copyright > p {
  color: #ffffff;
}
.cid-tdH5N2RsMI {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/1080.png");
}
.cid-tdH5N2RsMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdH5N2RsMI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdH5N2RsMI .mbr-section-title {
  text-align: center;
  color: #e3d27f;
}
.cid-tdH5N2RsMI .mbr-text,
.cid-tdH5N2RsMI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tr9kCGEygJ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tr9kCGEygJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tr9kCGEygJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tr9kCGEygJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tr9kCGEygJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tr9kCGEygJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tr9kCGEygJ .mbr-section-title {
  color: #bf8136;
}
.cid-tdH65k0nZz {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tr9mUdmndv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tr9mUdmndv .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tdH5N6x04O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-28.jpg");
}
.cid-tdH5N6x04O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdH5N6x04O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdH5N6x04O .media-container-row {
  justify-content: space-between;
}
.cid-tdH5N6x04O .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tdH5N6x04O .text-content {
    max-width: none;
  }
}
.cid-tdH5N6x04O .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e3d27f;
  border: 2px solid #e3d27f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tdH5N6x04O .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tdH5N6x04O .mbr-iconfont-social:hover {
  background-color: #e3d27f;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tdH5N6x04O .icons {
    justify-content: center !important;
  }
  .cid-tdH5N6x04O .text-content * {
    text-align: center;
  }
}
.cid-tdH5N6x04O .mbr-section-title {
  color: #e3d27f;
}
.cid-tdH5N6x04O P {
  color: #ffffff;
}
.cid-tdH5N7hGSw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tdH5N7hGSw .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tdH5N7hGSw .mbr-text {
  color: #767676;
}
.cid-tdH5N7hGSw .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tdH5N7hGSw .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tdH5N7hGSw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tdH5N7hGSw .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tdH5N7hGSw .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tdH5N7hGSw .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tdH5N7hGSw .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tdH5N7hGSw .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tdH5N7hGSw .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tdH5N7hGSw .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdH5N7hGSw .copyright > p {
  color: #ffffff;
}
.cid-tdH9tGKGec {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-31.jpg");
}
.cid-tdH9tGKGec .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdH9tGKGec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdH9tGKGec .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-tdH9tGKGec .mbr-text,
.cid-tdH9tGKGec .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tqTUJMZHPm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tqTUJMZHPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqTUJMZHPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqTUJMZHPm .timeline-element {
  position: relative;
}
.cid-tqTUJMZHPm .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tqTUJMZHPm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqTUJMZHPm .mbr-section-title,
.cid-tqTUJMZHPm .mbr-section-subtitle,
.cid-tqTUJMZHPm .timeline-date {
  text-align: center;
}
.cid-tqTUJMZHPm .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tqTUJMZHPm .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tqTUJMZHPm .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tqTUJMZHPm .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tqTUJMZHPm .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tqTUJMZHPm .row:after {
    height: calc(100% + 28px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tqTUJMZHPm .timeline-date-wrapper,
  .cid-tqTUJMZHPm .timeline-text-wrapper,
  .cid-tqTUJMZHPm .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tqTUJMZHPm .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tqTUJMZHPm .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tqTUJMZHPm .timeline-date-wrapper,
  .cid-tqTUJMZHPm .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tqTUJMZHPm .timeline-date-wrapper,
  .cid-tqTUJMZHPm .timeline-text-wrapper,
  .cid-tqTUJMZHPm .image-wrapper {
    padding: 2rem;
  }
}
.cid-tqTUJMZHPm .mbr-section-subtitle {
  color: #8c533e;
}
.cid-tqTUJMZHPm .mbr-section-title {
  color: #8c533e;
}
.cid-tdH9tIAKUM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tdH9tIAKUM .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tdH9tIAKUM .mbr-text {
  color: #767676;
}
.cid-tdH9tIAKUM .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tdH9tIAKUM .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tdH9tIAKUM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tdH9tIAKUM .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tdH9tIAKUM .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tdH9tIAKUM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tdH9tIAKUM .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tdH9tIAKUM .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tdH9tIAKUM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tdH9tIAKUM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdH9tIAKUM .copyright > p {
  color: #ffffff;
}
.cid-tqU1kSmymh {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-20.jpeg");
}
.cid-tqU1kSmymh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqU1kSmymh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqU1kSmymh .mbr-section-title {
  text-align: center;
  color: #fff0b0;
}
.cid-tqU1kSmymh .mbr-text,
.cid-tqU1kSmymh .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tqU1kSZsfG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tqU1kSZsfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqU1kSZsfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqU1kSZsfG .container {
    max-width: 1400px;
  }
}
.cid-tqU1kSZsfG .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tqU1kSZsfG .card-wrapper {
  margin-top: 3rem;
}
.cid-tqU1kSZsfG .row {
  justify-content: center;
}
.cid-tqU1kSZsfG .mbr-section-title {
  color: #fafafa;
}
.cid-tqU1kSZsfG .card-title,
.cid-tqU1kSZsfG .iconfont-wrapper {
  color: #8c533e;
}
.cid-treCgU5cWd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-treCgU5cWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-treCgU5cWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-treCgU5cWd .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-treCgU5cWd .card-wrapper {
  background-color: #bbbbbb;
  border-radius: 4px;
}
.cid-treCgU5cWd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-treCgU5cWd .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-treCgU5cWd .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-treCgU5cWd .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-treCgU5cWd .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-treCgU5cWd .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-treCgU5cWd .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-treCgU5cWd .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-treCpxspx7 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-treCpxspx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-treCpxspx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-treCpxspx7 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-treCpxspx7 .mbr-section-title {
  color: #000000;
}
.cid-tqU1kW7QOF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tqU1kW7QOF .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqU1kW7QOF .mbr-text {
  color: #767676;
}
.cid-tqU1kW7QOF .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tqU1kW7QOF .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tqU1kW7QOF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqU1kW7QOF .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tqU1kW7QOF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqU1kW7QOF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tqU1kW7QOF .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tqU1kW7QOF .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqU1kW7QOF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqU1kW7QOF .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqU1kW7QOF .copyright > p {
  color: #ffffff;
}
.cid-tqWiW7Hpq0 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-16.jpg");
}
.cid-tqWiW7Hpq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqWiW7Hpq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqWiW7Hpq0 .mbr-section-title {
  text-align: center;
  color: #5c5847;
}
.cid-tqWiW7Hpq0 .mbr-text,
.cid-tqWiW7Hpq0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tqWiW9KvwX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #5c5847;
}
.cid-tqWiW9KvwX .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tqWiWa6IGW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #5c5847;
}
.cid-tqWiWaBvNw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5c5847;
}
.cid-tqWiWaBvNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqWiWaBvNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqWiWaBvNw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tqWiWaBvNw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tqWiWaBvNw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tqWiWaBvNw .mbr-section-title {
  color: #e6c63b;
}
.cid-tqWiWaBvNw .mbr-text,
.cid-tqWiWaBvNw .mbr-section-btn {
  color: #ffffff;
}
.cid-tqWiWb7uBT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-15.jpg");
}
.cid-tqWiWb7uBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqWiWb7uBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqWiWb7uBT .media-container-row {
  justify-content: space-between;
}
.cid-tqWiWb7uBT .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tqWiWb7uBT .text-content {
    max-width: none;
  }
}
.cid-tqWiWb7uBT .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e3d27f;
  border: 2px solid #e3d27f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tqWiWb7uBT .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tqWiWb7uBT .mbr-iconfont-social:hover {
  background-color: #e3d27f;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tqWiWb7uBT .icons {
    justify-content: center !important;
  }
  .cid-tqWiWb7uBT .text-content * {
    text-align: center;
  }
}
.cid-tqWiWb7uBT .mbr-section-title {
  color: #e3d27f;
}
.cid-tqWiWb7uBT P {
  color: #ffffff;
}
.cid-tqWiWbOiZR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tqWiWbOiZR .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqWiWbOiZR .mbr-text {
  color: #767676;
}
.cid-tqWiWbOiZR .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tqWiWbOiZR .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tqWiWbOiZR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqWiWbOiZR .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tqWiWbOiZR .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqWiWbOiZR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tqWiWbOiZR .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tqWiWbOiZR .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqWiWbOiZR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqWiWbOiZR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqWiWbOiZR .copyright > p {
  color: #ffffff;
}
.cid-tqWj8HzYXM {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/pteo-avivamentosextanoite-323.jpg");
}
.cid-tqWj8HzYXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqWj8HzYXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqWj8HzYXM .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-tqWj8HzYXM .mbr-text,
.cid-tqWj8HzYXM .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tqWj8J1iOv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tqWj8J1iOv .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tqWj8JVWFV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tqWj8KkN6d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
.cid-tqWj8KkN6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqWj8KkN6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqWj8KkN6d .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tqWj8KkN6d .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tqWj8KkN6d .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tqWj8KNBCf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/pteo-avivamentosextanoite-323.jpg");
}
.cid-tqWj8KNBCf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqWj8KNBCf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqWj8KNBCf .media-container-row {
  justify-content: space-between;
}
.cid-tqWj8KNBCf .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tqWj8KNBCf .text-content {
    max-width: none;
  }
}
.cid-tqWj8KNBCf .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e3d27f;
  border: 2px solid #e3d27f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tqWj8KNBCf .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tqWj8KNBCf .mbr-iconfont-social:hover {
  background-color: #e3d27f;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tqWj8KNBCf .icons {
    justify-content: center !important;
  }
  .cid-tqWj8KNBCf .text-content * {
    text-align: center;
  }
}
.cid-tqWj8KNBCf .mbr-section-title {
  color: #e3d27f;
}
.cid-tqWj8KNBCf P {
  color: #ffffff;
}
.cid-tqWj8LvDkW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tqWj8LvDkW .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqWj8LvDkW .mbr-text {
  color: #767676;
}
.cid-tqWj8LvDkW .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tqWj8LvDkW .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tqWj8LvDkW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqWj8LvDkW .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tqWj8LvDkW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqWj8LvDkW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tqWj8LvDkW .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tqWj8LvDkW .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqWj8LvDkW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqWj8LvDkW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqWj8LvDkW .copyright > p {
  color: #ffffff;
}
.cid-tqWsTuqw0L {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/cojaro.jpg");
}
.cid-tqWsTuqw0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqWsTuqw0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqWsTuqw0L .mbr-section-title {
  text-align: center;
  color: #8c533e;
}
.cid-tqWsTuqw0L .mbr-text,
.cid-tqWsTuqw0L .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uaxuGRm32N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f1b42;
}
.cid-uaxuGRm32N .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uaxuGRm32N .mbr-text {
  color: #ffffff;
}
.cid-tqWsTwgtmB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0f1b42;
}
.cid-tqWsTwgtmB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqWsTwgtmB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqWsTwgtmB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tqWsTwgtmB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tqWsTwgtmB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tqWsTwgtmB .mbr-section-title {
  color: #ffffff;
}
.cid-tqWsTwgtmB .mbr-text,
.cid-tqWsTwgtmB .mbr-section-btn {
  color: #ffffff;
}
.cid-uaxTHPBJys {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2a3863;
}
.cid-uaxTHPBJys .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaxTHPBJys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaxTHPBJys .video-wrapper iframe {
  width: 100%;
}
.cid-uaxTHPBJys .mbr-section-title,
.cid-uaxTHPBJys .mbr-section-subtitle,
.cid-uaxTHPBJys .mbr-text {
  text-align: center;
}
.cid-uaxTHPBJys .mbr-section-title {
  color: #ffffff;
}
.cid-uaxTHPBJys .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqWsTwL0LR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-15.jpg");
}
.cid-tqWsTwL0LR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqWsTwL0LR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqWsTwL0LR .media-container-row {
  justify-content: space-between;
}
.cid-tqWsTwL0LR .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tqWsTwL0LR .text-content {
    max-width: none;
  }
}
.cid-tqWsTwL0LR .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e3d27f;
  border: 2px solid #e3d27f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tqWsTwL0LR .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tqWsTwL0LR .mbr-iconfont-social:hover {
  background-color: #e3d27f;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tqWsTwL0LR .icons {
    justify-content: center !important;
  }
  .cid-tqWsTwL0LR .text-content * {
    text-align: center;
  }
}
.cid-tqWsTwL0LR .mbr-section-title {
  color: #e3d27f;
}
.cid-tqWsTwL0LR P {
  color: #ffffff;
}
.cid-tqWsTxzZET {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tqWsTxzZET .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqWsTxzZET .mbr-text {
  color: #767676;
}
.cid-tqWsTxzZET .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tqWsTxzZET .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tqWsTxzZET .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqWsTxzZET .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tqWsTxzZET .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqWsTxzZET .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tqWsTxzZET .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tqWsTxzZET .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqWsTxzZET .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqWsTxzZET .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqWsTxzZET .copyright > p {
  color: #ffffff;
}
.cid-tqWyUs8Ngc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ben-white-181034.jpg");
}
.cid-tqWyUs8Ngc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqWyUs8Ngc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqWyUs8Ngc .mbr-section-title {
  text-align: center;
  color: #c0470a;
}
.cid-tqWyUs8Ngc .mbr-text,
.cid-tqWyUs8Ngc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tqWAa2C92Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f1b42;
}
.cid-tqWAa2C92Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqWAa2C92Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqWAa2C92Z .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqWAa2C92Z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tqWAa2C92Z .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tqWAa2C92Z .mbr-text {
  color: #ffffff;
}
.cid-tqWAa2C92Z .name {
  color: #ffffff;
}
.cid-tqWAa2C92Z .position {
  color: #ffffff;
}
.cid-uTrb98SQIl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0f1b42;
}
.cid-uTrb98SQIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTrb98SQIl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTrb98SQIl .mbr-section-title {
  color: #ffffff;
}
.cid-uTrb98SQIl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uTrbbwtgl1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0f1b42;
}
.cid-uTrbbwtgl1 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uTrbbwtgl1 .mbr-text {
  color: #ffffff;
}
.cid-uaxw2q9lGS {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #0f1b42;
}
.cid-uaxw2q9lGS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaxw2q9lGS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaxw2q9lGS .mbr-section-title {
  color: #ffffff;
}
.cid-uaxw2q9lGS .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uaxw2q9lGS .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tqWyUF2F9s {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tqWyUF2F9s .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqWyUF2F9s .mbr-text {
  color: #767676;
}
.cid-tqWyUF2F9s .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tqWyUF2F9s .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tqWyUF2F9s .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqWyUF2F9s .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tqWyUF2F9s .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqWyUF2F9s .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tqWyUF2F9s .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tqWyUF2F9s .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqWyUF2F9s .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqWyUF2F9s .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqWyUF2F9s .copyright > p {
  color: #ffffff;
}
.cid-tqWQUHIPrc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-19.jpg");
}
.cid-tqWQUHIPrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqWQUHIPrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqWQUHIPrc .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tqWQUHIPrc .mbr-text,
.cid-tqWQUHIPrc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tqWS3karHR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tqWS3karHR .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tqWS3karHR img,
.cid-tqWS3karHR .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tqWS3karHR .item:focus,
.cid-tqWS3karHR span:focus {
  outline: none;
}
.cid-tqWS3karHR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqWS3karHR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tqWS3karHR .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tqWS3karHR .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqWS3karHR .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tqWS3karHR .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tqWS3karHR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqWS3karHR .mbr-section-title {
  color: #232323;
}
.cid-tqWS3karHR .mbr-text,
.cid-tqWS3karHR .mbr-section-btn {
  text-align: left;
}
.cid-tqWS3karHR .item-title {
  text-align: left;
}
.cid-tqWS3karHR .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-tqWQV7lPcC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-18.jpg");
}
.cid-tqWQV7lPcC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqWQV7lPcC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqWQV7lPcC .media-container-row {
  justify-content: space-between;
}
.cid-tqWQV7lPcC .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tqWQV7lPcC .text-content {
    max-width: none;
  }
}
.cid-tqWQV7lPcC .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e3d27f;
  border: 2px solid #e3d27f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tqWQV7lPcC .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tqWQV7lPcC .mbr-iconfont-social:hover {
  background-color: #e3d27f;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tqWQV7lPcC .icons {
    justify-content: center !important;
  }
  .cid-tqWQV7lPcC .text-content * {
    text-align: center;
  }
}
.cid-tqWQV7lPcC .mbr-section-title {
  color: #e3d27f;
}
.cid-tqWQV7lPcC P {
  color: #ffffff;
}
.cid-tqWQV84y2J {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tqWQV84y2J .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqWQV84y2J .mbr-text {
  color: #767676;
}
.cid-tqWQV84y2J .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tqWQV84y2J .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tqWQV84y2J .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqWQV84y2J .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tqWQV84y2J .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqWQV84y2J .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tqWQV84y2J .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tqWQV84y2J .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqWQV84y2J .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqWQV84y2J .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqWQV84y2J .copyright > p {
  color: #ffffff;
}
.cid-tr9onydtce {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/historia-1.jpg");
}
.cid-tr9onydtce .mbr-fallback-image.disabled {
  display: none;
}
.cid-tr9onydtce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tr9onydtce .mbr-section-title {
  text-align: center;
  color: #e3d27f;
}
.cid-tr9onydtce .mbr-text,
.cid-tr9onydtce .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tr9onzhX1p {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tr9onzhX1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tr9onzhX1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tr9onzhX1p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tr9onzhX1p img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tr9onzhX1p .text-wrapper {
    padding: 2rem;
  }
}
.cid-tr9onzhX1p .mbr-section-title {
  color: #bf8136;
}
.cid-tr9onzZKXk {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tr9onAnjg7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tr9onAnjg7 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tr9onALrIg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-27.jpg");
}
.cid-tr9onALrIg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tr9onALrIg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tr9onALrIg .media-container-row {
  justify-content: space-between;
}
.cid-tr9onALrIg .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tr9onALrIg .text-content {
    max-width: none;
  }
}
.cid-tr9onALrIg .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e3d27f;
  border: 2px solid #e3d27f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tr9onALrIg .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tr9onALrIg .mbr-iconfont-social:hover {
  background-color: #e3d27f;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tr9onALrIg .icons {
    justify-content: center !important;
  }
  .cid-tr9onALrIg .text-content * {
    text-align: center;
  }
}
.cid-tr9onALrIg .mbr-section-title {
  color: #e3d27f;
}
.cid-tr9onALrIg P {
  color: #ffffff;
}
.cid-tr9onBRSQM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tr9onBRSQM .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tr9onBRSQM .mbr-text {
  color: #767676;
}
.cid-tr9onBRSQM .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tr9onBRSQM .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tr9onBRSQM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tr9onBRSQM .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tr9onBRSQM .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tr9onBRSQM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tr9onBRSQM .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tr9onBRSQM .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tr9onBRSQM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tr9onBRSQM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tr9onBRSQM .copyright > p {
  color: #ffffff;
}
.cid-tr9oz4h4SM {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/1080.png");
}
.cid-tr9oz4h4SM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tr9oz4h4SM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tr9oz4h4SM .mbr-section-title {
  text-align: center;
  color: #e3d27f;
}
.cid-tr9oz4h4SM .mbr-text,
.cid-tr9oz4h4SM .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tr9oz5otgs {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tr9oz5otgs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tr9oz5otgs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tr9oz5otgs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tr9oz5otgs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tr9oz5otgs .text-wrapper {
    padding: 2rem;
  }
}
.cid-tr9oz5otgs .mbr-section-title {
  color: #bf8136;
}
.cid-tr9oz5XgAm {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tr9oz6uQSi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tr9oz6uQSi .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tr9oz6N491 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-27.jpg");
}
.cid-tr9oz6N491 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tr9oz6N491 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tr9oz6N491 .media-container-row {
  justify-content: space-between;
}
.cid-tr9oz6N491 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tr9oz6N491 .text-content {
    max-width: none;
  }
}
.cid-tr9oz6N491 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e3d27f;
  border: 2px solid #e3d27f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tr9oz6N491 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tr9oz6N491 .mbr-iconfont-social:hover {
  background-color: #e3d27f;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tr9oz6N491 .icons {
    justify-content: center !important;
  }
  .cid-tr9oz6N491 .text-content * {
    text-align: center;
  }
}
.cid-tr9oz6N491 .mbr-section-title {
  color: #e3d27f;
}
.cid-tr9oz6N491 P {
  color: #ffffff;
}
.cid-tr9oz7xmIS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tr9oz7xmIS .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tr9oz7xmIS .mbr-text {
  color: #767676;
}
.cid-tr9oz7xmIS .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tr9oz7xmIS .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tr9oz7xmIS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tr9oz7xmIS .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tr9oz7xmIS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tr9oz7xmIS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tr9oz7xmIS .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tr9oz7xmIS .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tr9oz7xmIS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tr9oz7xmIS .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tr9oz7xmIS .copyright > p {
  color: #ffffff;
}
.cid-trgMOiymP2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-25.jpg");
}
.cid-trgMOiymP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trgMOiymP2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trgMOiymP2 .mbr-section-title {
  text-align: center;
  color: #fff0b0;
}
.cid-trgMOiymP2 .mbr-text,
.cid-trgMOiymP2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-trgMOjHGjG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-trgMOjHGjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-trgMOjHGjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-trgMOjHGjG .container {
    max-width: 1400px;
  }
}
.cid-trgMOjHGjG .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-trgMOjHGjG .card-wrapper {
  margin-top: 3rem;
}
.cid-trgMOjHGjG .row {
  justify-content: center;
}
.cid-trgMOjHGjG .mbr-section-title {
  color: #fafafa;
}
.cid-trgMOjHGjG .card-title,
.cid-trgMOjHGjG .iconfont-wrapper {
  color: #8c533e;
}
.cid-trgMOjHGjG .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsfNzNcxo9 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tsfNzNcxo9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsfNzNcxo9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tsfNzNcxo9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tsfNzNcxo9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tsfNzNcxo9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tsfNzNcxo9 .mbr-description {
  color: #8c533e;
}
.cid-trgMOmm9Rp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-trgMOmm9Rp .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-trgMOmm9Rp .mbr-text {
  color: #767676;
}
.cid-trgMOmm9Rp .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-trgMOmm9Rp .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-trgMOmm9Rp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-trgMOmm9Rp .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-trgMOmm9Rp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-trgMOmm9Rp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-trgMOmm9Rp .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-trgMOmm9Rp .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-trgMOmm9Rp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-trgMOmm9Rp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-trgMOmm9Rp .copyright > p {
  color: #ffffff;
}
.cid-ts6mTbFx4K {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-29.jpg");
}
.cid-ts6mTbFx4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts6mTbFx4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts6mTbFx4K .mbr-section-title {
  text-align: center;
  color: #fff0b0;
}
.cid-ts6mTbFx4K .mbr-text,
.cid-ts6mTbFx4K .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ts6mTcekfj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-ts6mTcekfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts6mTcekfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-ts6mTcekfj .container {
    max-width: 1400px;
  }
}
.cid-ts6mTcekfj .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-ts6mTcekfj .card-wrapper {
  margin-top: 3rem;
}
.cid-ts6mTcekfj .row {
  justify-content: center;
}
.cid-ts6mTcekfj .mbr-section-title {
  color: #fafafa;
}
.cid-ts6mTcekfj .card-title,
.cid-ts6mTcekfj .iconfont-wrapper {
  color: #8c533e;
}
.cid-ts6mTcekfj .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsfVj8PxU1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tsfVj8PxU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsfVj8PxU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tsfVj8PxU1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tsfVj8PxU1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tsfVj8PxU1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tsfVj8PxU1 .mbr-description {
  color: #8c533e;
}
.cid-ts6mTe8Ify {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-ts6mTe8Ify .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts6mTe8Ify .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts6mTe8Ify .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ts6mTeIpqL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ts6mTeIpqL .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ts6mTeIpqL .mbr-text {
  color: #767676;
}
.cid-ts6mTeIpqL .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ts6mTeIpqL .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-ts6mTeIpqL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ts6mTeIpqL .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-ts6mTeIpqL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ts6mTeIpqL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ts6mTeIpqL .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ts6mTeIpqL .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ts6mTeIpqL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ts6mTeIpqL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ts6mTeIpqL .copyright > p {
  color: #ffffff;
}
.cid-tsc6gJAJlM .navbar-dropdown {
  position: relative !important;
}
.cid-tsc6gJAJlM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsc6gJAJlM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsc6gJAJlM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsc6gJAJlM .dropdown-item:hover,
.cid-tsc6gJAJlM .dropdown-item:focus {
  background: #8c533e !important;
  color: white !important;
}
.cid-tsc6gJAJlM .dropdown-item:hover span {
  color: white;
}
.cid-tsc6gJAJlM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsc6gJAJlM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsc6gJAJlM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsc6gJAJlM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsc6gJAJlM .nav-link {
  position: relative;
}
.cid-tsc6gJAJlM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsc6gJAJlM .container {
    flex-wrap: nowrap;
  }
}
.cid-tsc6gJAJlM .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsc6gJAJlM .dropdown-menu,
.cid-tsc6gJAJlM .navbar.opened {
  background: #c0470a !important;
}
.cid-tsc6gJAJlM .nav-item:focus,
.cid-tsc6gJAJlM .nav-link:focus {
  outline: none;
}
.cid-tsc6gJAJlM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsc6gJAJlM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsc6gJAJlM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsc6gJAJlM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsc6gJAJlM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsc6gJAJlM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsc6gJAJlM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c0470a;
}
.cid-tsc6gJAJlM .navbar.opened {
  transition: all 0.3s;
}
.cid-tsc6gJAJlM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsc6gJAJlM .navbar .navbar-logo img {
  width: auto;
}
.cid-tsc6gJAJlM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsc6gJAJlM .navbar.collapsed {
  justify-content: center;
}
.cid-tsc6gJAJlM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsc6gJAJlM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsc6gJAJlM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tsc6gJAJlM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsc6gJAJlM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsc6gJAJlM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tsc6gJAJlM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsc6gJAJlM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsc6gJAJlM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsc6gJAJlM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsc6gJAJlM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsc6gJAJlM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsc6gJAJlM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsc6gJAJlM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tsc6gJAJlM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsc6gJAJlM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsc6gJAJlM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsc6gJAJlM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsc6gJAJlM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsc6gJAJlM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tsc6gJAJlM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tsc6gJAJlM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsc6gJAJlM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsc6gJAJlM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsc6gJAJlM .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-tsc6gJAJlM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsc6gJAJlM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsc6gJAJlM .dropdown-item.active,
.cid-tsc6gJAJlM .dropdown-item:active {
  background-color: transparent;
}
.cid-tsc6gJAJlM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsc6gJAJlM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsc6gJAJlM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsc6gJAJlM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c0470a;
}
.cid-tsc6gJAJlM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsc6gJAJlM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsc6gJAJlM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsc6gJAJlM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsc6gJAJlM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsc6gJAJlM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8c533e;
}
.cid-tsc6gJAJlM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsc6gJAJlM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsc6gJAJlM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsc6gJAJlM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsc6gJAJlM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsc6gJAJlM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsc6gJAJlM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsc6gJAJlM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsc6gJAJlM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tsc6gJAJlM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsc6gJAJlM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsc6gJAJlM .navbar {
    height: 70px;
  }
  .cid-tsc6gJAJlM .navbar.opened {
    height: auto;
  }
  .cid-tsc6gJAJlM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsc6gEnLZI {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-30.jpg");
}
.cid-tsc6gEnLZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsc6gEnLZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsc6gEnLZI .mbr-section-title {
  text-align: center;
  color: #fff0b0;
}
.cid-tsc6gEnLZI .mbr-text,
.cid-tsc6gEnLZI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tsc6gG20tA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tsc6gG20tA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsc6gG20tA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tsc6gG20tA .container {
    max-width: 1400px;
  }
}
.cid-tsc6gG20tA .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tsc6gG20tA .card-wrapper {
  margin-top: 3rem;
}
.cid-tsc6gG20tA .row {
  justify-content: center;
}
.cid-tsc6gG20tA .mbr-section-title {
  color: #fafafa;
}
.cid-tsc6gG20tA .card-title,
.cid-tsc6gG20tA .iconfont-wrapper {
  color: #8c533e;
}
.cid-tsc6gG20tA .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsc6gH6wcm {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tsc6gH6wcm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsc6gH6wcm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsc6gH6wcm .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tsc6gH6wcm .card-wrapper {
  background-color: #232323;
  border-radius: 4px;
}
.cid-tsc6gH6wcm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsc6gH6wcm .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tsc6gH6wcm .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tsc6gH6wcm .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tsc6gH6wcm .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tsc6gH6wcm .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tsc6gH6wcm .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsc6gH6wcm .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tsc6gH6wcm .mbr-text,
.cid-tsc6gH6wcm .social-row {
  color: #ffffff;
}
.cid-tsc6gH6wcm .card-title {
  color: #ffffff;
}
.cid-tsc6gIT6Pf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tsc6gIT6Pf .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tsc6gIT6Pf .mbr-text {
  color: #767676;
}
.cid-tsc6gIT6Pf .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tsc6gIT6Pf .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tsc6gIT6Pf .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tsc6gIT6Pf .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tsc6gIT6Pf .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tsc6gIT6Pf .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tsc6gIT6Pf .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tsc6gIT6Pf .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tsc6gIT6Pf .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsc6gIT6Pf .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tsc6gIT6Pf .copyright > p {
  color: #ffffff;
}
.cid-tuQ2uZqOQq {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-34.jpg");
}
.cid-tuQ2uZqOQq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuQ2uZqOQq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuQ2uZqOQq .mbr-section-title {
  text-align: center;
  color: #fff0b0;
}
.cid-tuQ2uZqOQq .mbr-text,
.cid-tuQ2uZqOQq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tuQ2v09GhJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tuQ2v09GhJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuQ2v09GhJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tuQ2v09GhJ .container {
    max-width: 1400px;
  }
}
.cid-tuQ2v09GhJ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tuQ2v09GhJ .card-wrapper {
  margin-top: 3rem;
}
.cid-tuQ2v09GhJ .row {
  justify-content: center;
}
.cid-tuQ2v09GhJ .mbr-section-title {
  color: #fafafa;
}
.cid-tuQ2v09GhJ .card-title,
.cid-tuQ2v09GhJ .iconfont-wrapper {
  color: #8c533e;
}
.cid-tuQ2v102fg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tuQ2v102fg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuQ2v102fg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tuQ2v102fg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tuQ2v102fg .row {
  flex-direction: row-reverse;
}
.cid-tuQ2v102fg img {
  width: 100%;
}
.cid-tuQ2v1TNKU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tuQ2v1TNKU .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tuQ2v1TNKU .mbr-text {
  color: #767676;
}
.cid-tuQ2v1TNKU .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tuQ2v1TNKU .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tuQ2v1TNKU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tuQ2v1TNKU .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tuQ2v1TNKU .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tuQ2v1TNKU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tuQ2v1TNKU .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tuQ2v1TNKU .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tuQ2v1TNKU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tuQ2v1TNKU .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tuQ2v1TNKU .copyright > p {
  color: #ffffff;
}
.cid-twBi5K3ip5 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-38.jpg");
}
.cid-twBi5K3ip5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twBi5K3ip5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twBi5K3ip5 .mbr-section-title {
  text-align: center;
  color: #fff0b0;
}
.cid-twBi5K3ip5 .mbr-text,
.cid-twBi5K3ip5 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-twBi5KLlom {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-twBi5KLlom .mbr-fallback-image.disabled {
  display: none;
}
.cid-twBi5KLlom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-twBi5KLlom .container {
    max-width: 1400px;
  }
}
.cid-twBi5KLlom .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-twBi5KLlom .card-wrapper {
  margin-top: 3rem;
}
.cid-twBi5KLlom .row {
  justify-content: center;
}
.cid-twBi5KLlom .mbr-section-title {
  color: #fafafa;
}
.cid-twBi5KLlom .card-title,
.cid-twBi5KLlom .iconfont-wrapper {
  color: #8c533e;
}
.cid-twBi5KLlom .mbr-section-subtitle {
  color: #fafafa;
}
.cid-twBi5LCBID {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-twBi5LCBID .mbr-fallback-image.disabled {
  display: none;
}
.cid-twBi5LCBID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-twBi5LCBID .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-twBi5LCBID img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-twBi5LCBID .text-wrapper {
    padding: 2rem;
  }
}
.cid-twBi5LCBID .mbr-description {
  color: #8c533e;
}
.cid-twBi5MaFzc {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-twBi5MaFzc .mbr-fallback-image.disabled {
  display: none;
}
.cid-twBi5MaFzc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twBi5MaFzc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-twBi5MAqOo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-twBi5MAqOo .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-twBi5MAqOo .mbr-text {
  color: #767676;
}
.cid-twBi5MAqOo .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-twBi5MAqOo .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-twBi5MAqOo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-twBi5MAqOo .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-twBi5MAqOo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-twBi5MAqOo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-twBi5MAqOo .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-twBi5MAqOo .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-twBi5MAqOo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-twBi5MAqOo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-twBi5MAqOo .copyright > p {
  color: #ffffff;
}
