body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.7rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #c1e9e9 !important;
}
.bg-success {
  background-color: #0035a4 !important;
}
.bg-info {
  background-color: #47802a !important;
}
.bg-warning {
  background-color: #f5fcef !important;
}
.bg-danger {
  background-color: #f4fcef !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #c1e9e9 !important;
  border-color: #c1e9e9 !important;
  color: #2d7e7e !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #2d7e7e !important;
  background-color: #89d5d5 !important;
  border-color: #89d5d5 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #2d7e7e !important;
  background-color: #89d5d5 !important;
  border-color: #89d5d5 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #bea073 !important;
  border-color: #bea073 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #9c7b48 !important;
  border-color: #9c7b48 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9c7b48 !important;
  border-color: #9c7b48 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #47802a !important;
  border-color: #47802a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #274617 !important;
  border-color: #274617 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #274617 !important;
  border-color: #274617 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #0035a4 !important;
  border-color: #0035a4 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #001c58 !important;
  border-color: #001c58 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #001c58 !important;
  border-color: #001c58 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f5fcef !important;
  border-color: #f5fcef !important;
  color: #70c725 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #70c725 !important;
  background-color: #cdf0af !important;
  border-color: #cdf0af !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #70c725 !important;
  background-color: #cdf0af !important;
  border-color: #cdf0af !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #f4fcef !important;
  border-color: #f4fcef !important;
  color: #63c725 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #63c725 !important;
  background-color: #c8f0af !important;
  border-color: #c8f0af !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #63c725 !important;
  background-color: #c8f0af !important;
  border-color: #c8f0af !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #76cece !important;
  color: #76cece !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #2d7e7e !important;
  background-color: #c1e9e9 !important;
  border-color: #c1e9e9 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #2d7e7e !important;
  background-color: #c1e9e9 !important;
  border-color: #c1e9e9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #8b6d40 !important;
  color: #8b6d40 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #bea073 !important;
  border-color: #bea073 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bea073 !important;
  border-color: #bea073 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #1c3311 !important;
  color: #1c3311 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #47802a !important;
  border-color: #47802a !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47802a !important;
  border-color: #47802a !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #00143e !important;
  color: #00143e !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #0035a4 !important;
  border-color: #0035a4 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0035a4 !important;
  border-color: #0035a4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #bfec99 !important;
  color: #bfec99 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #70c725 !important;
  background-color: #f5fcef !important;
  border-color: #f5fcef !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #70c725 !important;
  background-color: #f5fcef !important;
  border-color: #f5fcef !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #b9ec99 !important;
  color: #b9ec99 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #63c725 !important;
  background-color: #f4fcef !important;
  border-color: #f4fcef !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #63c725 !important;
  background-color: #f4fcef !important;
  border-color: #f4fcef !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #c1e9e9 !important;
}
.text-secondary {
  color: #bea073 !important;
}
.text-success {
  color: #0035a4 !important;
}
.text-info {
  color: #47802a !important;
}
.text-warning {
  color: #f5fcef !important;
}
.text-danger {
  color: #f4fcef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #76cece !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8b6d40 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #00143e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #1c3311 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #bfec99 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9ec99 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47802a;
}
.alert-warning {
  background-color: #f5fcef;
}
.alert-danger {
  background-color: #f4fcef;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c1e9e9;
  border-color: #c1e9e9;
  color: #339191;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c1e9e9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #246bff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #83cb5f;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #c1e9e9;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #c1e9e9;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c1e9e9;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c1e9e9;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c1e9e9;
  border-bottom-color: #c1e9e9;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #c1e9e9 !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: #bea073 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%23c1e9e9' %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;
}
.cid-uBNqPdB4b7 {
  background-image: url("../../../assets/images/rich-rev-1-1200x800.png");
}
.cid-uBNqPdB4b7 .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-uBNqPdB4b7 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-uBNqPdB4b7 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uBNqPdB4b7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBNqPdB4b7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBNqPdB4b7 .mbr-section-subtitle,
.cid-uBNqPdB4b7 .underline {
  color: #000000;
}
.cid-uBNqPdB4b7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBNqPdB4b7 .mbr-text,
.cid-uBNqPdB4b7 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uBNqPdB4b7 .mbr-section-title DIV {
  text-align: center;
}
.cid-uBNqPdB4b7 .mbr-section-subtitle,
.cid-uBNqPdB4b7 .underline DIV {
  text-align: center;
}
.cid-uvSgiIZrvh {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-uvSgiIZrvh .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uvSgiIZrvh .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvSgiIZrvh .title {
    width: 100% !important;
  }
}
.cid-uvSgiIZrvh .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uvSgiIZrvh .mbr-section-title DIV {
  text-align: left;
}
.cid-uBNs1aP7jt {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uBNs1aP7jt .row {
  background-color: #ffffff;
}
.cid-uBNs1aP7jt .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uBNs1aP7jt .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uBNs1aP7jt .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uBNs1aP7jt .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBNs1aP7jt .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBNs1aP7jt .image-element {
    padding: 0 15px;
  }
  .cid-uBNs1aP7jt .text-element {
    padding: 2rem 1rem;
  }
  .cid-uBNs1aP7jt .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-uBNs1aP7jt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBNs1aP7jt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBNs1aP7jt .mbr-text,
.cid-uBNs1aP7jt .mbr-section-btn {
  text-align: center;
}
.cid-uBNtyomy69 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f5fcef;
}
.cid-uBNtyomy69 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uBNtyomy69 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uBNtyomy69 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-uBNtyomy69 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-uBNtyomy69 .image-element {
    padding-right: 0;
  }
}
.cid-uBNtyomy69 .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBNtyomy69 .mbr-section-subtitle,
.cid-uBNtyomy69 .mbr-text {
  color: #878787;
}
.cid-uBNtyomy69 .mbr-text {
  line-height: 27px;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uBNtyomy69 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBNtyomy69 .text-element {
    padding-top: 0;
  }
}
.cid-uBNtyomy69 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBNtyomy69 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBNtyomy69 .mbr-text,
.cid-uBNtyomy69 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uBNtyomy69 .mbr-section-title {
  text-align: left;
}
.cid-uBUgqUPuF3 {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #f5fcef;
}
@media (max-width: 767px) {
  .cid-uBUgqUPuF3 .first-col {
    padding-bottom: 1rem;
  }
}
.cid-uBUgqUPuF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBUgqUPuF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBUgqUPuF3 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uBUgqUPuF3 .mbr-section-title {
  color: #000000;
}
.cid-uBTqnW5sIb {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #242120;
}
.cid-uBTqOOzfJu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uBTqOOzfJu .row {
  background-color: #ffffff;
}
.cid-uBTqOOzfJu .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uBTqOOzfJu .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uBTqOOzfJu .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uBTqOOzfJu .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBTqOOzfJu .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBTqOOzfJu .image-element {
    padding: 0 15px;
  }
  .cid-uBTqOOzfJu .text-element {
    padding: 2rem 1rem;
  }
  .cid-uBTqOOzfJu .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-uBTqOOzfJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBTqOOzfJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBTqOOzfJu .mbr-section-title {
  text-align: left;
}
.cid-uBTqOOzfJu .mbr-text,
.cid-uBTqOOzfJu .mbr-section-btn {
  text-align: left;
}
.cid-uBTpGaVe3P {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #242120;
}
.cid-uvSBbyTAaO {
  padding-top: 45px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-uvSBbyTAaO .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uvSBbyTAaO .team-card {
  margin-bottom: 2rem;
}
.cid-uvSBbyTAaO .card-wrap {
  background: #ffffff;
}
.cid-uvSBbyTAaO .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uvSBbyTAaO .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-uvSBbyTAaO .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uvSBbyTAaO .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvSBbyTAaO .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvSBbyTAaO .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-uvSBbyTAaO .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-uvSBbyTAaO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvSBbyTAaO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvSBbyTAaO .main-title {
  color: #84582e;
}
.cid-uvSBbyTAaO .main-subtitle,
.cid-uvSBbyTAaO .underline {
  color: #000000;
}
.cid-uvSBbyTAaO .card-text,
.cid-uvSBbyTAaO .mbr-section-btn DIV {
  text-align: left;
}
.cid-uvSBbyTAaO .card-text,
.cid-uvSBbyTAaO .mbr-section-btn {
  color: #232323;
}
.cid-tJj4UnrQjK {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tJj4UnrQjK .underline .line {
  width: 2rem;
  height: 1px;
  background: #c64935;
  display: inline-block;
}
.cid-tJj4UnrQjK .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tJj4UnrQjK .title {
    width: 100% !important;
  }
}
.cid-tJj4UnrQjK .mbr-section-subtitle,
.cid-tJj4UnrQjK .underline {
  color: #a2784f;
}
.cid-tJj4UnrQjK .mbr-section-title {
  color: #000000;
}
.cid-uuJ678RW4Y {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uuFMoCsFAc {
  padding-top: 45px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-uuFMoCsFAc .team-card .image-wrap {
  overflow: hidden;
}
.cid-uuFMoCsFAc .team-card .image-wrap img {
  transition: all 0.5s;
}
.cid-uuFMoCsFAc .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uuFMoCsFAc .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uuFMoCsFAc .team-card {
  margin-bottom: 2rem;
}
.cid-uuFMoCsFAc .card-wrap {
  background: #ffffff;
}
.cid-uuFMoCsFAc .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uuFMoCsFAc .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-uuFMoCsFAc .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uuFMoCsFAc .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuFMoCsFAc .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uuFMoCsFAc .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-uuFMoCsFAc .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-uuFMoCsFAc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuFMoCsFAc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuFMoCsFAc .main-title {
  color: #bea073;
}
.cid-uuFMoCsFAc .main-subtitle,
.cid-uuFMoCsFAc .underline {
  color: #0035a4;
}
.cid-uuFMoCsFAc .mbr-text {
  color: #000000;
}
