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 Serif JP', 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 Serif JP', serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Noto Serif', serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 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: #b0d9ff !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: #b0d9ff !important;
  border-color: #b0d9ff !important;
  color: #005bb0 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #005bb0 !important;
  background-color: #63b4ff !important;
  border-color: #63b4ff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #005bb0 !important;
  background-color: #63b4ff !important;
  border-color: #63b4ff !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: #4aa8ff !important;
  color: #4aa8ff !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #005bb0 !important;
  background-color: #b0d9ff !important;
  border-color: #b0d9ff !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #005bb0 !important;
  background-color: #b0d9ff !important;
  border-color: #b0d9ff !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: #b0d9ff !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: #4aa8ff !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: #b0d9ff;
}
.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 Serif', serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #c1e9e9;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: 1.1rem !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-uuFIyjabsr {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mvlsc.jpg");
}
.cid-uuFIyjabsr .mbr-arrow {
  background: #bea073 !important;
  opacity: 0.7;
}
.cid-uuFIyjabsr .mbr-arrow i {
  color: #ffffff !important;
}
.cid-uuFIyjabsr .underline .line {
  width: 2rem;
  height: 1px;
  background: #bea073;
  display: inline-block;
}
.cid-uuFIyjabsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuFIyjabsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuFIyjabsr .mbr-section-title {
  color: #444444;
}
.cid-uuFIyjabsr .mbr-text,
.cid-uuFIyjabsr .mbr-section-btn {
  color: #444444;
}
.cid-uuFIyjabsr .mbr-section-subtitle,
.cid-uuFIyjabsr .underline {
  color: #bea073;
}
.cid-uuPjCvy6Yt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uuPjCvy6Yt .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uuPjCvy6Yt .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuPjCvy6Yt .title {
    width: 100% !important;
  }
}
.cid-uuPjCvy6Yt .mbr-section-subtitle,
.cid-uuPjCvy6Yt .underline {
  text-align: right;
}
.cid-uuIY9ZIXf1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .cid-uuIY9ZIXf1 br.br-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .cid-uuIY9ZIXf1 br.br-sp {
    display: none !important;
  }
}
.cid-uuIY9ZIXf1 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uuIY9ZIXf1 .mbr-section-subtitle {
  text-align: center;
}
.cid-uuIY9ZIXf1 .mbr-section-title {
  color: #bea073;
  text-align: center;
}
.cid-uuJ08nA4QC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .cid-uuJ08nA4QC br.br-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .cid-uuJ08nA4QC br.br-sp {
    display: none !important;
  }
}
.cid-uuJ08nA4QC .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uuJ08nA4QC .mbr-section-subtitle {
  text-align: center;
}
.cid-uuJ08nA4QC .mbr-section-title {
  color: #0035a4;
  text-align: center;
}
.cid-uuJ0xjquhe {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uuJ0xjquhe .container {
  max-width: 1312px;
}
.cid-uuJ0xjquhe .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-uuJ0xjquhe .label-text {
  color: #ffffff;
  width: 100%;
}
.cid-uuJ0xjquhe .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-uuJ0xjquhe .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-uuJ0xjquhe .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-uuJ0xjquhe .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-uuJ0xjquhe .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-uuJ0xjquhe .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #c1e9e9;
}
.cid-uuJ0xjquhe .advantage-icon span {
  color: #002549;
}
.cid-uuJ0xjquhe .advantage-text {
  color: #ffffff;
}
.cid-uuJ0xjquhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJ0xjquhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuOSBDtjfO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uuOSBDtjfO .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uuOSBDtjfO .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuOSBDtjfO .title {
    width: 100% !important;
  }
}
.cid-uuOSBDtjfO .mbr-section-subtitle,
.cid-uuOSBDtjfO .underline {
  color: #232323;
}
.cid-uuOSBDtjfO .mbr-section-title {
  color: #0035a4;
}
.cid-uuOSfB9wkC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uuOSfB9wkC .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uuOSfB9wkC .mbr-text {
  margin: 0;
  color: #333333;
}
@media (max-width: 768px) {
  .cid-uuOSfB9wkC .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uuFJHi2IEi {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-uuFJHi2IEi .team-card .image-wrap {
  overflow: hidden;
}
.cid-uuFJHi2IEi .team-card .image-wrap img {
  transition: all 0.5s;
}
.cid-uuFJHi2IEi .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uuFJHi2IEi .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uuFJHi2IEi .team-card {
  margin-bottom: 2rem;
}
.cid-uuFJHi2IEi .card-wrap {
  background: #ffffff;
}
.cid-uuFJHi2IEi .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uuFJHi2IEi .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-uuFJHi2IEi .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uuFJHi2IEi .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuFJHi2IEi .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uuFJHi2IEi .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-uuFJHi2IEi .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-uuFJHi2IEi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuFJHi2IEi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuFJHi2IEi .main-title {
  color: #bea073;
}
.cid-uuFJHi2IEi .main-subtitle,
.cid-uuFJHi2IEi .underline {
  color: #878787;
}
.cid-uuFJHi2IEi .card-text,
.cid-uuFJHi2IEi .mbr-section-btn DIV {
  text-align: left;
}
.cid-uuFJHi2IEi .card-text,
.cid-uuFJHi2IEi .mbr-section-btn {
  color: #232323;
}
.cid-tIKA3jw66s {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .cid-tIKA3jw66s br.br-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .cid-tIKA3jw66s br.br-sp {
    display: none !important;
  }
}
.cid-tIKA3jw66s .mbr-text {
  text-align: center;
  color: #bea073;
}
.cid-tIKA3jw66s .mbr-section-subtitle {
  text-align: center;
  color: #878787;
}
.cid-uuFPKEawW9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uuFPKEawW9 .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uuFPKEawW9 .mbr-text {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uuFPKEawW9 .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.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: #0035a4;
}
.cid-uuJ678RW4Y {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uuFMoCsFAc {
  padding-top: 30px;
  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: #000000;
}
.cid-uuFMoCsFAc .main-subtitle,
.cid-uuFMoCsFAc .underline {
  color: #0035a4;
}
.cid-uuFMoCsFAc .mbr-text {
  color: #000000;
}
.cid-tIEIqoJ6I3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIEIqoJ6I3 .container {
  max-width: 1312px;
}
.cid-tIEIqoJ6I3 .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tIEIqoJ6I3 .label-text {
  color: #ffffff;
  width: 100%;
}
.cid-tIEIqoJ6I3 .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-tIEIqoJ6I3 .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tIEIqoJ6I3 .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-tIEIqoJ6I3 .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-tIEIqoJ6I3 .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-tIEIqoJ6I3 .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #c1e9e9;
}
.cid-tIEIqoJ6I3 .advantage-icon span {
  color: #002549;
}
.cid-tIEIqoJ6I3 .advantage-text {
  color: #ffffff;
}
.cid-tIEIqoJ6I3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIEIqoJ6I3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
