body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Unbounded', sans-serif;
  font-size: 3.6rem;
  line-height: 1.15;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Unbounded', sans-serif;
  font-size: 3rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Unbounded', sans-serif;
  font-size: 2.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.13rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4125rem;
}
/* ---- 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: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((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: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.904rem;
    font-size: calc( 1.0454999999999999rem + (1.13 - 1.0454999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0454999999999999rem + (1.13 - 1.0454999999999999) * ((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: #b63b07 !important;
}
.bg-success {
  background-color: #a6b1d8 !important;
}
.bg-info {
  background-color: #5189b8 !important;
}
.bg-warning {
  background-color: #f5db6e !important;
}
.bg-danger {
  background-color: #b63b07 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b63b07 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #131313 !important;
  background-color: #b63b07 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #131313 !important;
  background-color: #632004 !important;
  border-color: #632004 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a6d8b5 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #131313 !important;
  background-color: #a6d8b5 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #131313 !important;
  background-color: #6abe83 !important;
  border-color: #6abe83 !important;
}
.btn-info,
.btn-info:active {
  background-color: #5189b8 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #131313 !important;
  background-color: #5189b8 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #131313 !important;
  background-color: #345c7f !important;
  border-color: #345c7f !important;
}
.btn-success,
.btn-success:active {
  background-color: #a6b1d8 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #131313 !important;
  background-color: #a6b1d8 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #131313 !important;
  background-color: #6a7cbe !important;
  border-color: #6a7cbe !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f5db6e !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #131313 !important;
  background-color: #f5db6e !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #131313 !important;
  background-color: #efc71d !important;
  border-color: #efc71d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b63b07 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #131313 !important;
  background-color: #b63b07 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #131313 !important;
  background-color: #632004 !important;
  border-color: #632004 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #131313 !important;
  background-color: #ffffff !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #131313 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #131313 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #131313 !important;
  background-color: #131313 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #131313 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b63b07;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #632004 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b63b07 !important;
  border-color: #b63b07 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a6d8b5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6abe83 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #275836 !important;
  background-color: #a6d8b5 !important;
  border-color: #a6d8b5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5189b8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #345c7f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5189b8 !important;
  border-color: #5189b8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a6b1d8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6a7cbe !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a6b1d8 !important;
  border-color: #a6b1d8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f5db6e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #efc71d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5e4d06 !important;
  background-color: #f5db6e !important;
  border-color: #f5db6e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b63b07;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #632004 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b63b07 !important;
  border-color: #b63b07 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #131313;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #131313 !important;
  border-color: #131313 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #b63b07 !important;
}
.text-secondary {
  color: #a6d8b5 !important;
}
.text-success {
  color: #a6b1d8 !important;
}
.text-info {
  color: #5189b8 !important;
}
.text-warning {
  color: #f5db6e !important;
}
.text-danger {
  color: #b63b07 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #131313 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #541b03 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5fb97a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5f73b9 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2f5474 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #edc210 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #541b03 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #b63b07;
}
.nav-tabs .nav-link:not(.active) {
  color: #131313;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #5189b8;
}
.alert-warning {
  background-color: #f5db6e;
}
.alert-danger {
  background-color: #b63b07;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b63b07;
  border-color: #b63b07;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b63b07;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f87a45;
}
.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: #acc6dd;
}
.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: #f87a45;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #b63b07 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #b63b07;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b63b07;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b63b07;
}
.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: #b63b07;
  border-bottom-color: #b63b07;
}
.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: #b63b07 !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: #a6d8b5 !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='%23b63b07' %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: .3s all;
  font-weight: 600 !important;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1399px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}
.container-small {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  word-wrap: break-word;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1500px) {
  .container-small {
    max-width: 1180px;
  }
}
@media (max-width: 1024px) {
  .container-small {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .container-small {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .container-small {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container-fluid {
  max-width: 1724px;
  padding-left: 12px;
  padding-right: 12px;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 12px;
  padding-right: 12px;
}
b,
strong {
  font-weight: 600 !important;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 68px;
  padding: 20px 44px;
  border-radius: 0;
  font-weight: 600 !important;
  transition: all .3s;
}
@media (max-width: 1199px) {
  .mbr-section-btn .btn {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .mbr-section-btn .btn {
    padding: 15px 20px;
  }
}
.mbr-section-btn .btn-black {
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
  box-shadow: 4px 4px 0 #FFFFFF !important;
}
.mbr-section-btn .btn-black:hover {
  box-shadow: none !important;
}
.cid-tBocOvocla {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tBocOvocla nav.navbar {
  position: fixed;
}
.cid-tBocOvocla .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-tBocOvocla .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBocOvocla .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBocOvocla .dropdown-item:hover,
.cid-tBocOvocla .dropdown-item:focus {
  background: #b63b07 !important;
  color: white !important;
}
.cid-tBocOvocla .dropdown-item:hover span {
  color: white;
}
.cid-tBocOvocla .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBocOvocla .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBocOvocla .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBocOvocla .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBocOvocla .nav-link {
  position: relative;
}
.cid-tBocOvocla .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tBocOvocla .container {
    flex-wrap: nowrap;
  }
}
.cid-tBocOvocla .navbar-nav {
  margin: 0 auto;
}
.cid-tBocOvocla .dropdown-menu,
.cid-tBocOvocla .navbar.opened {
  background: #ffffff !important;
}
.cid-tBocOvocla .nav-item:focus,
.cid-tBocOvocla .nav-link:focus {
  outline: none;
}
.cid-tBocOvocla .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBocOvocla .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBocOvocla .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBocOvocla .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBocOvocla .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBocOvocla .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBocOvocla .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: #ffffff;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}
.cid-tBocOvocla .navbar.opened {
  transition: all 0.3s;
}
.cid-tBocOvocla .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBocOvocla .navbar .navbar-logo img {
  width: auto;
}
.cid-tBocOvocla .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBocOvocla .navbar.collapsed {
  justify-content: center;
}
.cid-tBocOvocla .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBocOvocla .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBocOvocla .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tBocOvocla .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBocOvocla .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBocOvocla .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-tBocOvocla .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBocOvocla .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tBocOvocla .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBocOvocla .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBocOvocla .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBocOvocla .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBocOvocla .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-tBocOvocla .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBocOvocla .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBocOvocla .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBocOvocla .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBocOvocla .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBocOvocla .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBocOvocla .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBocOvocla .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBocOvocla .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBocOvocla .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBocOvocla .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBocOvocla .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBocOvocla .dropdown-item.active,
.cid-tBocOvocla .dropdown-item:active {
  background-color: transparent;
}
.cid-tBocOvocla .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBocOvocla .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBocOvocla .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBocOvocla .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBocOvocla .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBocOvocla .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBocOvocla ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBocOvocla .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBocOvocla button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131313;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBocOvocla nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBocOvocla nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBocOvocla nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBocOvocla nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBocOvocla .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBocOvocla a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBocOvocla .navbar {
    height: 70px;
  }
  .cid-tBocOvocla .navbar.opened {
    height: auto;
  }
  .cid-tBocOvocla .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBocOvocla .container,
.cid-tBocOvocla .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-tBocOvocla .container:before,
  .cid-tBocOvocla .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.cid-tBocOvocla .navbar-short {
  background-color: #ffffff !important;
}
.cid-tBocOvocla .navbar-short .container,
.cid-tBocOvocla .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-tBocOvocla .navbar-short .container:before,
.cid-tBocOvocla .navbar-short .container-fluid:before {
  display: none;
}
.cid-tBocOvocla .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-tBocOvocla .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-tBocOvocla .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .cid-tBocOvocla .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-tBocOvocla .container,
  .cid-tBocOvocla .container-fluid {
    min-height: 85px;
  }
  .cid-tBocOvocla .navbar-brand {
    min-height: 85px;
  }
  .cid-tBocOvocla .navbar-short .container,
  .cid-tBocOvocla .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-tBocOvocla .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-tBocOvocla .navbar.navbar-short {
    background-color: #ffffff !important;
  }
  .cid-tBocOvocla .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-tBocOvocla .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-tBocOvocla .mbr-section-btn {
    text-align: left;
  }
  .cid-tBocOvocla .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-tBocOvocla .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #ffffff;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-tBocYSVu1K {
  background-color: #a6b1d8;
}
.cid-tBocYSVu1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBocYSVu1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBocYSVu1K .mbr-section-title {
  color: #131313;
  text-align: center;
}
.cid-tBocYSVu1K .mbr-section-subtitle {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tBocYSVu1K .mbr-section-subtitle {
    margin-top: 18px;
  }
}
.cid-tBocYSVu1K .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tBocYSVu1K .mbr-text {
    margin-top: 18px;
  }
}
.cid-tBocYSVu1K .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-tBocYSVu1K .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tBocYSVu1K .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tBocYSVu1K .mbr-text,
.cid-tBocYSVu1K .mbr-section-btn {
  text-align: center;
}
.cid-tBodlClnY9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBodlClnY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBodlClnY9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBodlClnY9 .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-tBodlClnY9 .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-tBodlClnY9 .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBodlClnY9 .item-img {
    width: 100%;
  }
}
.cid-tBodlClnY9 .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tBodlClnY9 .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tBodlClnY9 .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-tBodlClnY9 .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tBodlClnY9 .card-title {
  color: #131313;
}
.cid-tBodlClnY9 .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-tBodlClnY9 .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-tBodlClnY9 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-tBodlClnY9 .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-tBodlClnY9 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
  transform: rotate(-45deg);
}
.cid-tBodlClnY9 .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-tBodlClnY9 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-tBodlClnY9 .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tBoeK5qOAe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a6b1d8;
}
.cid-tBoeK5qOAe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBoeK5qOAe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBoeK5qOAe .container-small,
.cid-tBoeK5qOAe .container-fluid {
  padding: 0 !important;
}
.cid-tBoeK5qOAe .container-small {
  max-width: 1440px;
}
.cid-tBoeK5qOAe .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #a6b1d8;
}
@media (max-width: 991px) {
  .cid-tBoeK5qOAe .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-tBoeK5qOAe .text-box {
    padding: 50px 10px;
  }
}
.cid-tBoeK5qOAe .mbr-section-title {
  color: #131313;
}
.cid-tBoeK5qOAe .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-tBoeK5qOAe .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tBoeK5qOAe .mbr-text {
    margin-top: 20px;
  }
}
.cid-tBoeK5qOAe .mbr-text a {
  text-decoration: underline;
}
.cid-tBoeK5qOAe .mbr-section-btn {
  margin-top: 34px;
}
.cid-tY7Cy0LWoU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-tY7Cy0LWoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7Cy0LWoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY7Cy0LWoU .image-wrapper {
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
}
.cid-tY7Cy0LWoU img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .cid-tY7Cy0LWoU img {
    min-height: 400px;
  }
}
.cid-tBodUel9DN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBodUel9DN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBodUel9DN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBodUel9DN .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tBodUel9DN .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tBodUel9DN .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tBodUel9DN .mbr-section-title {
  color: #131313;
}
.cid-tBodUel9DN .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tBodUel9DN .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tBodUel9DN .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tBodUel9DN .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #a6b1d8;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tBodUel9DN .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tBodUel9DN .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tBodUel9DN .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tBodUel9DN .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tBodUel9DN .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #a6b1d8;
}
.cid-tBodUel9DN .card-title {
  color: #131313;
}
.cid-tBodUel9DN .card-text {
  margin-top: 10px;
  color: #131313;
  text-align: center;
}
.cid-tBodUel9DN .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tBodUel9DN .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tBodUel9DN .card-link {
    margin-top: 15px;
  }
}
.cid-tBodUel9DN .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tBodUel9DN .card-title,
.cid-tBodUel9DN .iconfont-wrapper {
  text-align: center;
}
.cid-tY7yuNnUJW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #a6b1d8;
}
.cid-tY7yuNnUJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7yuNnUJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY7yuNnUJW .mbr-section-title {
  color: #131313;
  text-align: center;
}
.cid-tY7yuNnUJW .mbr-section-subtitle {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tY7yuNnUJW .mbr-section-subtitle {
    margin-top: 18px;
  }
}
.cid-tY7yuNnUJW .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tY7yuNnUJW .mbr-text {
    margin-top: 18px;
  }
}
.cid-tY7yuNnUJW .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-tY7yuNnUJW .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tY7yuNnUJW .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tY7yuNnUJW .mbr-text,
.cid-tY7yuNnUJW .mbr-section-btn {
  text-align: center;
}
.cid-tBoeFKGI9m {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBoeFKGI9m .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tBoeFKGI9m .mbr-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tBoeFKGI9m .mbr-section-head {
    margin-bottom: 35px;
  }
}
.cid-tBoeFKGI9m .mbr-section-title {
  color: #131313;
}
.cid-tBoeFKGI9m .mbr-section-subtitle {
  margin-top: 16px;
  color: #131313;
}
.cid-tBoeFKGI9m .items-row {
  column-gap: 120px;
}
@media (min-width: 992px) {
  .cid-tBoeFKGI9m .items-row {
    margin: 0 !important;
  }
}
.cid-tBoeFKGI9m .item {
  margin-bottom: 80px;
  width: calc(50% - 60px);
}
@media (min-width: 992px) {
  .cid-tBoeFKGI9m .item {
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tBoeFKGI9m .item {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tBoeFKGI9m .item {
    margin-bottom: 40px;
  }
}
.cid-tBoeFKGI9m .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-tBoeFKGI9m .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tBoeFKGI9m .item-content {
  margin-top: 40px;
}
@media (max-width: 1439px) {
  .cid-tBoeFKGI9m .item-content {
    margin-top: 20px;
  }
}
.cid-tBoeFKGI9m .item-title {
  color: #131313;
  text-align: center;
}
.cid-tBoeFKGI9m .mbr-text {
  margin-top: 14px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tBoeFKGI9m .mbr-text {
    margin-top: 8px;
  }
}
.cid-tBoeFKGI9m .mbr-section-btn {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .cid-tBoeFKGI9m .mbr-section-btn {
    margin-top: 4px;
  }
}
.cid-tBoeFKGI9m .mbr-text,
.cid-tBoeFKGI9m .mbr-section-btn {
  text-align: center;
}
.cid-tBofHXKj6y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6b1d8;
}
.cid-tBofHXKj6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBofHXKj6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBofHXKj6y .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-tBofHXKj6y .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-tBofHXKj6y .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBofHXKj6y .item-img {
    width: 100%;
  }
}
.cid-tBofHXKj6y .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tBofHXKj6y .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tBofHXKj6y .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-tBofHXKj6y .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tBofHXKj6y .card-title {
  color: #131313;
}
.cid-tBofHXKj6y .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-tBofHXKj6y .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .cid-tBofHXKj6y .list-box {
    margin-top: 24px;
    row-gap: 5px;
  }
}
.cid-tBofHXKj6y .list-item {
  width: 100%;
}
.cid-tBofHXKj6y .list-text {
  color: #131313;
}
.cid-tBofHXKj6y .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tBofHXKj6y .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tY7zUJvnyJ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tY7zUJvnyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7zUJvnyJ p {
  line-height: 2;
}
.cid-tY7zUJvnyJ p a:hover {
  background: none !important;
}
.cid-tY7zUJvnyJ .row {
  align-items: flex-end;
}
.cid-tY7zUJvnyJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY7zUJvnyJ .btn-white {
  color: #b63b07 !important;
}
.cid-tY7zUJvnyJ h1 {
  font-weight: 500;
}
.cid-tY7zUJvnyJ .text-white:hover {
  color: #a6d8b5 !important;
}
.cid-tY7zUJvnyJ .mbr-section-subtitle {
  background: #b63b07;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tY7zUJvnyJ .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #a6d8b5;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tY7zUJvnyJ .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #b63b07;
  font-size: 1.5rem;
}
.cid-tY7zUJvnyJ .mbr-section-title {
  color: #ffffff;
}
.cid-tY7zUJvnyJ .mbr-text,
.cid-tY7zUJvnyJ .mbr-section-btn {
  color: #fafaf9;
}
.cid-tY7zUJvnyJ .mbr-section-title,
.cid-tY7zUJvnyJ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tY7zUJvnyJ .mbr-text {
  color: #000000;
}
.cid-tBoeDn57Kr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a6b1d8;
  overflow: hidden;
}
.cid-tBoeDn57Kr .mbr-text {
  color: #131313;
}
.cid-tBocOvocla {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tBocOvocla nav.navbar {
  position: fixed;
}
.cid-tBocOvocla .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-tBocOvocla .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBocOvocla .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBocOvocla .dropdown-item:hover,
.cid-tBocOvocla .dropdown-item:focus {
  background: #b63b07 !important;
  color: white !important;
}
.cid-tBocOvocla .dropdown-item:hover span {
  color: white;
}
.cid-tBocOvocla .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBocOvocla .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBocOvocla .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBocOvocla .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBocOvocla .nav-link {
  position: relative;
}
.cid-tBocOvocla .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tBocOvocla .container {
    flex-wrap: nowrap;
  }
}
.cid-tBocOvocla .navbar-nav {
  margin: 0 auto;
}
.cid-tBocOvocla .dropdown-menu,
.cid-tBocOvocla .navbar.opened {
  background: #ffffff !important;
}
.cid-tBocOvocla .nav-item:focus,
.cid-tBocOvocla .nav-link:focus {
  outline: none;
}
.cid-tBocOvocla .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBocOvocla .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBocOvocla .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBocOvocla .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBocOvocla .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBocOvocla .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBocOvocla .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: #ffffff;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}
.cid-tBocOvocla .navbar.opened {
  transition: all 0.3s;
}
.cid-tBocOvocla .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBocOvocla .navbar .navbar-logo img {
  width: auto;
}
.cid-tBocOvocla .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBocOvocla .navbar.collapsed {
  justify-content: center;
}
.cid-tBocOvocla .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBocOvocla .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBocOvocla .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tBocOvocla .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBocOvocla .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBocOvocla .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-tBocOvocla .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBocOvocla .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tBocOvocla .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBocOvocla .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBocOvocla .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBocOvocla .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBocOvocla .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-tBocOvocla .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBocOvocla .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBocOvocla .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBocOvocla .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBocOvocla .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBocOvocla .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBocOvocla .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBocOvocla .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBocOvocla .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBocOvocla .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBocOvocla .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBocOvocla .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBocOvocla .dropdown-item.active,
.cid-tBocOvocla .dropdown-item:active {
  background-color: transparent;
}
.cid-tBocOvocla .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBocOvocla .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBocOvocla .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBocOvocla .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBocOvocla .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBocOvocla .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBocOvocla ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBocOvocla .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBocOvocla button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131313;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBocOvocla button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBocOvocla nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBocOvocla nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBocOvocla nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBocOvocla nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBocOvocla .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBocOvocla a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBocOvocla .navbar {
    height: 70px;
  }
  .cid-tBocOvocla .navbar.opened {
    height: auto;
  }
  .cid-tBocOvocla .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBocOvocla .container,
.cid-tBocOvocla .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-tBocOvocla .container:before,
  .cid-tBocOvocla .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.cid-tBocOvocla .navbar-short {
  background-color: #ffffff !important;
}
.cid-tBocOvocla .navbar-short .container,
.cid-tBocOvocla .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-tBocOvocla .navbar-short .container:before,
.cid-tBocOvocla .navbar-short .container-fluid:before {
  display: none;
}
.cid-tBocOvocla .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-tBocOvocla .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-tBocOvocla .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .cid-tBocOvocla .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-tBocOvocla .container,
  .cid-tBocOvocla .container-fluid {
    min-height: 85px;
  }
  .cid-tBocOvocla .navbar-brand {
    min-height: 85px;
  }
  .cid-tBocOvocla .navbar-short .container,
  .cid-tBocOvocla .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-tBocOvocla .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-tBocOvocla .navbar.navbar-short {
    background-color: #ffffff !important;
  }
  .cid-tBocOvocla .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-tBocOvocla .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-tBocOvocla .mbr-section-btn {
    text-align: left;
  }
  .cid-tBocOvocla .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-tBocOvocla .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #ffffff;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-tY7DkkhDW7 {
  background-color: #a6b1d8;
  position: relative;
}
.cid-tY7DkkhDW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7DkkhDW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY7DkkhDW7 .container,
.cid-tY7DkkhDW7 .container-fluid {
  position: static;
}
.cid-tY7DkkhDW7 .mbr-section-title {
  margin-bottom: 25px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tY7DkkhDW7 .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-tY7DkkhDW7 .mbr-section-subtitle {
  color: #131313;
  text-align: center;
}
.cid-tY7DkkhDW7 .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tY7DkkhDW7 .mbr-text {
    margin-top: 18px;
  }
}
.cid-tY7DkkhDW7 .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tY7DkkhDW7 .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tY7DkkhDW7 .item-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 42%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tY7DkkhDW7 .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tY7DkkhDW7 .item-img {
    display: none;
  }
}
.cid-tY7DkkhDW7 .mbr-text,
.cid-tY7DkkhDW7 .mbr-section-btn {
  text-align: center;
}
.cid-tY7DkVY0d0 {
  background-color: #ffffff;
}
.cid-tY7DkVY0d0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7DkVY0d0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY7DkVY0d0 .mbr-section-title {
  color: #131313;
  text-align: center;
}
.cid-tY7DkVY0d0 .mbr-section-subtitle {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tY7DkVY0d0 .mbr-section-subtitle {
    margin-top: 18px;
  }
}
.cid-tY7DkVY0d0 .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tY7DkVY0d0 .mbr-text {
    margin-top: 18px;
  }
}
.cid-tY7DkVY0d0 .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-tY7DkVY0d0 .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tY7DkVY0d0 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tY7DkVY0d0 .mbr-text,
.cid-tY7DkVY0d0 .mbr-section-btn {
  text-align: center;
}
.cid-tY7DlDmriX {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #a6b1d8;
}
.cid-tY7DlDmriX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7DlDmriX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY7DlDmriX .col-title {
  padding-top: 5.5%;
}
@media (max-width: 991px) {
  .cid-tY7DlDmriX .col-title {
    padding-top: 0;
  }
}
.cid-tY7DlDmriX .col-text {
  padding-top: 100px;
}
@media (min-width: 1200px) {
  .cid-tY7DlDmriX .col-text {
    padding-left: 110px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tY7DlDmriX .col-text {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tY7DlDmriX .col-text {
    padding-top: 20px;
  }
}
.cid-tY7DlDmriX .mbr-section-title {
  margin-bottom: 0;
  color: #131313;
}
.cid-tY7DlDmriX .mbr-section-subtitle {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 991px) {
  .cid-tY7DlDmriX .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-tY7DlDmriX .mbr-text {
  color: #131313;
}
.cid-tY7DlDmriX .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .cid-tY7DlDmriX .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-tY7DlDmriX .mbr-section-btn .btn-white:hover {
  color: #b63b07 !important;
}
.cid-tY7Fj1GOiR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tY7Fj1GOiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7Fj1GOiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY7Fj1GOiR .image-wrapper {
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
}
.cid-tY7Fj1GOiR img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .cid-tY7Fj1GOiR img {
    min-height: 400px;
  }
}
.cid-tY7DmJU3Xe {
  background-color: #a6b1d8;
}
.cid-tY7DmJU3Xe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7DmJU3Xe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY7DmJU3Xe .mbr-section-title {
  color: #131313;
  text-align: center;
}
.cid-tY7DmJU3Xe .mbr-section-subtitle {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tY7DmJU3Xe .mbr-section-subtitle {
    margin-top: 18px;
  }
}
.cid-tY7DmJU3Xe .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tY7DmJU3Xe .mbr-text {
    margin-top: 18px;
  }
}
.cid-tY7DmJU3Xe .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-tY7DmJU3Xe .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tY7DmJU3Xe .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tY7DmJU3Xe .mbr-text,
.cid-tY7DmJU3Xe .mbr-section-btn {
  text-align: center;
}
.cid-tY7DrPrWUV {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tY7DrPrWUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7DrPrWUV p {
  line-height: 2;
}
.cid-tY7DrPrWUV p a:hover {
  background: none !important;
}
.cid-tY7DrPrWUV .row {
  align-items: flex-end;
}
.cid-tY7DrPrWUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY7DrPrWUV .btn-white {
  color: #b63b07 !important;
}
.cid-tY7DrPrWUV h1 {
  font-weight: 500;
}
.cid-tY7DrPrWUV .text-white:hover {
  color: #a6d8b5 !important;
}
.cid-tY7DrPrWUV .mbr-section-subtitle {
  background: #b63b07;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tY7DrPrWUV .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #a6d8b5;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tY7DrPrWUV .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #b63b07;
  font-size: 1.5rem;
}
.cid-tY7DrPrWUV .mbr-section-title {
  color: #ffffff;
}
.cid-tY7DrPrWUV .mbr-text,
.cid-tY7DrPrWUV .mbr-section-btn {
  color: #fafaf9;
}
.cid-tY7DrPrWUV .mbr-section-title,
.cid-tY7DrPrWUV .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tY7DrPrWUV .mbr-text {
  color: #000000;
}
.cid-tBoeDn57Kr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a6b1d8;
  overflow: hidden;
}
.cid-tBoeDn57Kr .mbr-text {
  color: #131313;
}
.cid-tY7FMUL6fi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tY7FMUL6fi nav.navbar {
  position: fixed;
}
.cid-tY7FMUL6fi .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-tY7FMUL6fi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tY7FMUL6fi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tY7FMUL6fi .dropdown-item:hover,
.cid-tY7FMUL6fi .dropdown-item:focus {
  background: #b63b07 !important;
  color: white !important;
}
.cid-tY7FMUL6fi .dropdown-item:hover span {
  color: white;
}
.cid-tY7FMUL6fi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tY7FMUL6fi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tY7FMUL6fi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tY7FMUL6fi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tY7FMUL6fi .nav-link {
  position: relative;
}
.cid-tY7FMUL6fi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tY7FMUL6fi .container {
    flex-wrap: nowrap;
  }
}
.cid-tY7FMUL6fi .navbar-nav {
  margin: 0 auto;
}
.cid-tY7FMUL6fi .dropdown-menu,
.cid-tY7FMUL6fi .navbar.opened {
  background: #ffffff !important;
}
.cid-tY7FMUL6fi .nav-item:focus,
.cid-tY7FMUL6fi .nav-link:focus {
  outline: none;
}
.cid-tY7FMUL6fi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tY7FMUL6fi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tY7FMUL6fi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tY7FMUL6fi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tY7FMUL6fi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tY7FMUL6fi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tY7FMUL6fi .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: #ffffff;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}
.cid-tY7FMUL6fi .navbar.opened {
  transition: all 0.3s;
}
.cid-tY7FMUL6fi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tY7FMUL6fi .navbar .navbar-logo img {
  width: auto;
}
.cid-tY7FMUL6fi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tY7FMUL6fi .navbar.collapsed {
  justify-content: center;
}
.cid-tY7FMUL6fi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tY7FMUL6fi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tY7FMUL6fi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tY7FMUL6fi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tY7FMUL6fi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tY7FMUL6fi .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-tY7FMUL6fi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tY7FMUL6fi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tY7FMUL6fi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tY7FMUL6fi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tY7FMUL6fi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tY7FMUL6fi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tY7FMUL6fi .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-tY7FMUL6fi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tY7FMUL6fi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tY7FMUL6fi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tY7FMUL6fi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tY7FMUL6fi .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tY7FMUL6fi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tY7FMUL6fi .navbar.navbar-short {
  min-height: 60px;
}
.cid-tY7FMUL6fi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tY7FMUL6fi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tY7FMUL6fi .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tY7FMUL6fi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tY7FMUL6fi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tY7FMUL6fi .dropdown-item.active,
.cid-tY7FMUL6fi .dropdown-item:active {
  background-color: transparent;
}
.cid-tY7FMUL6fi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tY7FMUL6fi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tY7FMUL6fi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tY7FMUL6fi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tY7FMUL6fi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tY7FMUL6fi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tY7FMUL6fi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tY7FMUL6fi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tY7FMUL6fi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tY7FMUL6fi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131313;
}
.cid-tY7FMUL6fi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tY7FMUL6fi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tY7FMUL6fi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tY7FMUL6fi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tY7FMUL6fi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tY7FMUL6fi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tY7FMUL6fi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tY7FMUL6fi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tY7FMUL6fi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tY7FMUL6fi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tY7FMUL6fi .navbar {
    height: 70px;
  }
  .cid-tY7FMUL6fi .navbar.opened {
    height: auto;
  }
  .cid-tY7FMUL6fi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tY7FMUL6fi .container,
.cid-tY7FMUL6fi .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-tY7FMUL6fi .container:before,
  .cid-tY7FMUL6fi .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.cid-tY7FMUL6fi .navbar-short {
  background-color: #ffffff !important;
}
.cid-tY7FMUL6fi .navbar-short .container,
.cid-tY7FMUL6fi .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-tY7FMUL6fi .navbar-short .container:before,
.cid-tY7FMUL6fi .navbar-short .container-fluid:before {
  display: none;
}
.cid-tY7FMUL6fi .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-tY7FMUL6fi .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-tY7FMUL6fi .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .cid-tY7FMUL6fi .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-tY7FMUL6fi .container,
  .cid-tY7FMUL6fi .container-fluid {
    min-height: 85px;
  }
  .cid-tY7FMUL6fi .navbar-brand {
    min-height: 85px;
  }
  .cid-tY7FMUL6fi .navbar-short .container,
  .cid-tY7FMUL6fi .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-tY7FMUL6fi .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-tY7FMUL6fi .navbar.navbar-short {
    background-color: #ffffff !important;
  }
  .cid-tY7FMUL6fi .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-tY7FMUL6fi .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-tY7FMUL6fi .mbr-section-btn {
    text-align: left;
  }
  .cid-tY7FMUL6fi .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-tY7FMUL6fi .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #ffffff;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-tY7FMVk90J {
  background-color: #a6b1d8;
  position: relative;
}
.cid-tY7FMVk90J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7FMVk90J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY7FMVk90J .container,
.cid-tY7FMVk90J .container-fluid {
  position: static;
}
.cid-tY7FMVk90J .mbr-section-title {
  margin-bottom: 25px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tY7FMVk90J .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-tY7FMVk90J .mbr-section-subtitle {
  color: #131313;
  text-align: center;
}
.cid-tY7FMVk90J .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tY7FMVk90J .mbr-text {
    margin-top: 18px;
  }
}
.cid-tY7FMVk90J .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tY7FMVk90J .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tY7FMVk90J .item-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 42%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tY7FMVk90J .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tY7FMVk90J .item-img {
    display: none;
  }
}
.cid-tY7FMVk90J .mbr-text,
.cid-tY7FMVk90J .mbr-section-btn {
  text-align: center;
}
.cid-tY7FMVKAwl {
  background-color: #ffffff;
}
.cid-tY7FMVKAwl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7FMVKAwl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY7FMVKAwl .mbr-section-title {
  color: #131313;
  text-align: center;
}
.cid-tY7FMVKAwl .mbr-section-subtitle {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tY7FMVKAwl .mbr-section-subtitle {
    margin-top: 18px;
  }
}
.cid-tY7FMVKAwl .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tY7FMVKAwl .mbr-text {
    margin-top: 18px;
  }
}
.cid-tY7FMVKAwl .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-tY7FMVKAwl .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tY7FMVKAwl .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tY7FMVKAwl .mbr-text,
.cid-tY7FMVKAwl .mbr-section-btn {
  text-align: center;
}
.cid-tY7FMW2aJ4 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #a6b1d8;
}
.cid-tY7FMW2aJ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7FMW2aJ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY7FMW2aJ4 .col-title {
  padding-top: 5.5%;
}
@media (max-width: 991px) {
  .cid-tY7FMW2aJ4 .col-title {
    padding-top: 0;
  }
}
.cid-tY7FMW2aJ4 .col-text {
  padding-top: 100px;
}
@media (min-width: 1200px) {
  .cid-tY7FMW2aJ4 .col-text {
    padding-left: 110px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tY7FMW2aJ4 .col-text {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tY7FMW2aJ4 .col-text {
    padding-top: 20px;
  }
}
.cid-tY7FMW2aJ4 .mbr-section-title {
  margin-bottom: 0;
  color: #131313;
}
.cid-tY7FMW2aJ4 .mbr-section-subtitle {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 991px) {
  .cid-tY7FMW2aJ4 .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-tY7FMW2aJ4 .mbr-text {
  color: #131313;
}
.cid-tY7FMW2aJ4 .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .cid-tY7FMW2aJ4 .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-tY7FMW2aJ4 .mbr-section-btn .btn-white:hover {
  color: #b63b07 !important;
}
.cid-tY7FMWtGuA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tY7FMWtGuA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7FMWtGuA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY7FMWtGuA .image-wrapper {
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
}
.cid-tY7FMWtGuA img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .cid-tY7FMWtGuA img {
    min-height: 400px;
  }
}
.cid-tY7FMWOmYv {
  background-color: #a6b1d8;
}
.cid-tY7FMWOmYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7FMWOmYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY7FMWOmYv .mbr-section-title {
  color: #131313;
  text-align: center;
}
.cid-tY7FMWOmYv .mbr-section-subtitle {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tY7FMWOmYv .mbr-section-subtitle {
    margin-top: 18px;
  }
}
.cid-tY7FMWOmYv .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tY7FMWOmYv .mbr-text {
    margin-top: 18px;
  }
}
.cid-tY7FMWOmYv .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-tY7FMWOmYv .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tY7FMWOmYv .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tY7FMWOmYv .mbr-text,
.cid-tY7FMWOmYv .mbr-section-btn {
  text-align: center;
}
.cid-tY7FMXa4RU {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tY7FMXa4RU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7FMXa4RU p {
  line-height: 2;
}
.cid-tY7FMXa4RU p a:hover {
  background: none !important;
}
.cid-tY7FMXa4RU .row {
  align-items: flex-end;
}
.cid-tY7FMXa4RU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY7FMXa4RU .btn-white {
  color: #b63b07 !important;
}
.cid-tY7FMXa4RU h1 {
  font-weight: 500;
}
.cid-tY7FMXa4RU .text-white:hover {
  color: #a6d8b5 !important;
}
.cid-tY7FMXa4RU .mbr-section-subtitle {
  background: #b63b07;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tY7FMXa4RU .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #a6d8b5;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tY7FMXa4RU .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #b63b07;
  font-size: 1.5rem;
}
.cid-tY7FMXa4RU .mbr-section-title {
  color: #ffffff;
}
.cid-tY7FMXa4RU .mbr-text,
.cid-tY7FMXa4RU .mbr-section-btn {
  color: #fafaf9;
}
.cid-tY7FMXa4RU .mbr-section-title,
.cid-tY7FMXa4RU .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tY7FMXa4RU .mbr-text {
  color: #000000;
}
.cid-tY7FMXCC0e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a6b1d8;
  overflow: hidden;
}
.cid-tY7FMXCC0e .mbr-text {
  color: #131313;
}
.cid-tY7HuUlo5y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tY7HuUlo5y nav.navbar {
  position: fixed;
}
.cid-tY7HuUlo5y .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-tY7HuUlo5y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tY7HuUlo5y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tY7HuUlo5y .dropdown-item:hover,
.cid-tY7HuUlo5y .dropdown-item:focus {
  background: #b63b07 !important;
  color: white !important;
}
.cid-tY7HuUlo5y .dropdown-item:hover span {
  color: white;
}
.cid-tY7HuUlo5y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tY7HuUlo5y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tY7HuUlo5y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tY7HuUlo5y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tY7HuUlo5y .nav-link {
  position: relative;
}
.cid-tY7HuUlo5y .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tY7HuUlo5y .container {
    flex-wrap: nowrap;
  }
}
.cid-tY7HuUlo5y .navbar-nav {
  margin: 0 auto;
}
.cid-tY7HuUlo5y .dropdown-menu,
.cid-tY7HuUlo5y .navbar.opened {
  background: #ffffff !important;
}
.cid-tY7HuUlo5y .nav-item:focus,
.cid-tY7HuUlo5y .nav-link:focus {
  outline: none;
}
.cid-tY7HuUlo5y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tY7HuUlo5y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tY7HuUlo5y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tY7HuUlo5y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tY7HuUlo5y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tY7HuUlo5y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tY7HuUlo5y .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: #ffffff;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}
.cid-tY7HuUlo5y .navbar.opened {
  transition: all 0.3s;
}
.cid-tY7HuUlo5y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tY7HuUlo5y .navbar .navbar-logo img {
  width: auto;
}
.cid-tY7HuUlo5y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tY7HuUlo5y .navbar.collapsed {
  justify-content: center;
}
.cid-tY7HuUlo5y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tY7HuUlo5y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tY7HuUlo5y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tY7HuUlo5y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tY7HuUlo5y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tY7HuUlo5y .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-tY7HuUlo5y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tY7HuUlo5y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tY7HuUlo5y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tY7HuUlo5y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tY7HuUlo5y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tY7HuUlo5y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tY7HuUlo5y .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-tY7HuUlo5y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tY7HuUlo5y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tY7HuUlo5y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tY7HuUlo5y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tY7HuUlo5y .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tY7HuUlo5y .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tY7HuUlo5y .navbar.navbar-short {
  min-height: 60px;
}
.cid-tY7HuUlo5y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tY7HuUlo5y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tY7HuUlo5y .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tY7HuUlo5y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tY7HuUlo5y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tY7HuUlo5y .dropdown-item.active,
.cid-tY7HuUlo5y .dropdown-item:active {
  background-color: transparent;
}
.cid-tY7HuUlo5y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tY7HuUlo5y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tY7HuUlo5y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tY7HuUlo5y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tY7HuUlo5y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tY7HuUlo5y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tY7HuUlo5y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tY7HuUlo5y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tY7HuUlo5y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tY7HuUlo5y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131313;
}
.cid-tY7HuUlo5y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tY7HuUlo5y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tY7HuUlo5y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tY7HuUlo5y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tY7HuUlo5y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tY7HuUlo5y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tY7HuUlo5y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tY7HuUlo5y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tY7HuUlo5y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tY7HuUlo5y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tY7HuUlo5y .navbar {
    height: 70px;
  }
  .cid-tY7HuUlo5y .navbar.opened {
    height: auto;
  }
  .cid-tY7HuUlo5y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tY7HuUlo5y .container,
.cid-tY7HuUlo5y .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-tY7HuUlo5y .container:before,
  .cid-tY7HuUlo5y .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.cid-tY7HuUlo5y .navbar-short {
  background-color: #ffffff !important;
}
.cid-tY7HuUlo5y .navbar-short .container,
.cid-tY7HuUlo5y .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-tY7HuUlo5y .navbar-short .container:before,
.cid-tY7HuUlo5y .navbar-short .container-fluid:before {
  display: none;
}
.cid-tY7HuUlo5y .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-tY7HuUlo5y .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-tY7HuUlo5y .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .cid-tY7HuUlo5y .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-tY7HuUlo5y .container,
  .cid-tY7HuUlo5y .container-fluid {
    min-height: 85px;
  }
  .cid-tY7HuUlo5y .navbar-brand {
    min-height: 85px;
  }
  .cid-tY7HuUlo5y .navbar-short .container,
  .cid-tY7HuUlo5y .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-tY7HuUlo5y .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-tY7HuUlo5y .navbar.navbar-short {
    background-color: #ffffff !important;
  }
  .cid-tY7HuUlo5y .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-tY7HuUlo5y .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-tY7HuUlo5y .mbr-section-btn {
    text-align: left;
  }
  .cid-tY7HuUlo5y .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-tY7HuUlo5y .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #ffffff;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-tY7HuUZtgF {
  background-color: #a6b1d8;
  position: relative;
}
.cid-tY7HuUZtgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7HuUZtgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY7HuUZtgF .container,
.cid-tY7HuUZtgF .container-fluid {
  position: static;
}
.cid-tY7HuUZtgF .mbr-section-title {
  margin-bottom: 25px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tY7HuUZtgF .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-tY7HuUZtgF .mbr-section-subtitle {
  color: #131313;
  text-align: center;
}
.cid-tY7HuUZtgF .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tY7HuUZtgF .mbr-text {
    margin-top: 18px;
  }
}
.cid-tY7HuUZtgF .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tY7HuUZtgF .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tY7HuUZtgF .item-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 42%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tY7HuUZtgF .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tY7HuUZtgF .item-img {
    display: none;
  }
}
.cid-tY7HuUZtgF .mbr-text,
.cid-tY7HuUZtgF .mbr-section-btn {
  text-align: center;
}
.cid-tY7HuVnUEi {
  background-color: #ffffff;
}
.cid-tY7HuVnUEi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7HuVnUEi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY7HuVnUEi .mbr-section-title {
  color: #131313;
  text-align: center;
}
.cid-tY7HuVnUEi .mbr-section-subtitle {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tY7HuVnUEi .mbr-section-subtitle {
    margin-top: 18px;
  }
}
.cid-tY7HuVnUEi .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tY7HuVnUEi .mbr-text {
    margin-top: 18px;
  }
}
.cid-tY7HuVnUEi .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-tY7HuVnUEi .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tY7HuVnUEi .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tY7HuVnUEi .mbr-text,
.cid-tY7HuVnUEi .mbr-section-btn {
  text-align: center;
}
.cid-tY7HuVFOz5 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #a6b1d8;
}
.cid-tY7HuVFOz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7HuVFOz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY7HuVFOz5 .col-title {
  padding-top: 5.5%;
}
@media (max-width: 991px) {
  .cid-tY7HuVFOz5 .col-title {
    padding-top: 0;
  }
}
.cid-tY7HuVFOz5 .col-text {
  padding-top: 100px;
}
@media (min-width: 1200px) {
  .cid-tY7HuVFOz5 .col-text {
    padding-left: 110px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tY7HuVFOz5 .col-text {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tY7HuVFOz5 .col-text {
    padding-top: 20px;
  }
}
.cid-tY7HuVFOz5 .mbr-section-title {
  margin-bottom: 0;
  color: #131313;
}
.cid-tY7HuVFOz5 .mbr-section-subtitle {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 991px) {
  .cid-tY7HuVFOz5 .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-tY7HuVFOz5 .mbr-text {
  color: #131313;
}
.cid-tY7HuVFOz5 .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .cid-tY7HuVFOz5 .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-tY7HuVFOz5 .mbr-section-btn .btn-white:hover {
  color: #b63b07 !important;
}
.cid-tY7HuVYm40 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tY7HuVYm40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7HuVYm40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY7HuVYm40 .image-wrapper {
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
}
.cid-tY7HuVYm40 img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .cid-tY7HuVYm40 img {
    min-height: 400px;
  }
}
.cid-tY7HuWeZQA {
  background-color: #a6b1d8;
}
.cid-tY7HuWeZQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7HuWeZQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY7HuWeZQA .mbr-section-title {
  color: #131313;
  text-align: center;
}
.cid-tY7HuWeZQA .mbr-section-subtitle {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tY7HuWeZQA .mbr-section-subtitle {
    margin-top: 18px;
  }
}
.cid-tY7HuWeZQA .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tY7HuWeZQA .mbr-text {
    margin-top: 18px;
  }
}
.cid-tY7HuWeZQA .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-tY7HuWeZQA .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tY7HuWeZQA .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tY7HuWeZQA .mbr-text,
.cid-tY7HuWeZQA .mbr-section-btn {
  text-align: center;
}
.cid-tY7HuWvRPw {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tY7HuWvRPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7HuWvRPw p {
  line-height: 2;
}
.cid-tY7HuWvRPw p a:hover {
  background: none !important;
}
.cid-tY7HuWvRPw .row {
  align-items: flex-end;
}
.cid-tY7HuWvRPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY7HuWvRPw .btn-white {
  color: #b63b07 !important;
}
.cid-tY7HuWvRPw h1 {
  font-weight: 500;
}
.cid-tY7HuWvRPw .text-white:hover {
  color: #a6d8b5 !important;
}
.cid-tY7HuWvRPw .mbr-section-subtitle {
  background: #b63b07;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tY7HuWvRPw .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #a6d8b5;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tY7HuWvRPw .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #b63b07;
  font-size: 1.5rem;
}
.cid-tY7HuWvRPw .mbr-section-title {
  color: #ffffff;
}
.cid-tY7HuWvRPw .mbr-text,
.cid-tY7HuWvRPw .mbr-section-btn {
  color: #fafaf9;
}
.cid-tY7HuWvRPw .mbr-section-title,
.cid-tY7HuWvRPw .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tY7HuWvRPw .mbr-text {
  color: #000000;
}
.cid-tY7HuWPMLP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a6b1d8;
  overflow: hidden;
}
.cid-tY7HuWPMLP .mbr-text {
  color: #131313;
}
