@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.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: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #dbd9b6 !important;
}
.bg-success {
  background-color: #ffb100 !important;
}
.bg-info {
  background-color: #4f4943 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #787324 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #dbd9b6 !important;
  border-color: #dbd9b6 !important;
  color: #625f30 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #625f30 !important;
  background-color: #c2be83 !important;
  border-color: #c2be83 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #625f30 !important;
  background-color: #c2be83 !important;
  border-color: #c2be83 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4f4943 !important;
  border-color: #4f4943 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #262320 !important;
  border-color: #262320 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #262320 !important;
  border-color: #262320 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffb100 !important;
  border-color: #ffb100 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b37c00 !important;
  border-color: #b37c00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b37c00 !important;
  border-color: #b37c00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #787324 !important;
  border-color: #787324 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #3d3b12 !important;
  border-color: #3d3b12 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3d3b12 !important;
  border-color: #3d3b12 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #b9b572;
  color: #b9b572;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #625f30;
  background-color: #dbd9b6;
  border-color: #dbd9b6;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #625f30 !important;
  background-color: #dbd9b6 !important;
  border-color: #dbd9b6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #181614;
  color: #181614;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #4f4943;
  border-color: #4f4943;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4f4943 !important;
  border-color: #4f4943 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #996a00;
  color: #996a00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ffb100;
  border-color: #ffb100;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb100 !important;
  border-color: #ffb100 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #2a280c;
  color: #2a280c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #787324;
  border-color: #787324;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #787324 !important;
  border-color: #787324 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !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: #dbd9b6 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #ffb100 !important;
}
.text-info {
  color: #4f4943 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #787324 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b9b572 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #996a00 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #181614 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #2a280c !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: #4f4943;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #787324;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #dbd9b6;
  border-color: #dbd9b6;
  color: #737039;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #dbd9b6;
}
.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: #ffefcc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c1bcb6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cbc351;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #dbd9b6;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@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: #dbd9b6;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #dbd9b6;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #dbd9b6;
  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: #dbd9b6;
  border-bottom-color: #dbd9b6;
}
.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: #dbd9b6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !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: 100px;
  height: 100px;
  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='%23dbd9b6' %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.3;
}
.cid-tw3eZ8e2RK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tw3eZ8e2RK .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-tw3eZ8e2RK .mbr-author-name {
  font-weight: bold;
}
.cid-tw3eZ8e2RK .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-tw3eZ8e2RK .mbr-figure,
  .cid-tw3eZ8e2RK img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-tw3eZ8e2RK .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-tw3gG63Tkb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #767676;
}
@media (max-width: 767px) {
  .cid-tw3gG63Tkb .content {
    text-align: center;
  }
  .cid-tw3gG63Tkb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tw3gG63Tkb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tw3gG63Tkb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tw3gG63Tkb .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tw3gG63Tkb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tw3gG63Tkb .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tw3gG63Tkb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tw3gG63Tkb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tw3gG63Tkb .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tw3gG63Tkb .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tw3gG63Tkb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tw3gG63Tkb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tw3biygU6i {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tw3biygU6i h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tw3biygU6i p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tw3biygU6i .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-tw3biygU6i .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-tw3biygU6i .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tw3biygU6i .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-tw3biygU6i .card-box {
    padding-left: 0;
  }
}
.cid-solyCDx4sk {
  background-image: url("../../../assets/images/mbr-1920x1135.jpg");
}
.cid-solyCDx4sk .mbr-text,
.cid-solyCDx4sk .mbr-section-btn {
  text-align: left;
}
.cid-solyCDx4sk H1 {
  text-align: left;
  color: #ffb200;
}
.cid-soVZ0owmKE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-soVZ0owmKE .line {
  background-color: #cdaf8f;
  color: #cdaf8f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-soVZ0owmKE .section-text {
  padding: 2rem 0;
  color: #cec5a6;
}
.cid-soVZ0owmKE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-soVZ0owmKE .inner-container {
    width: 100% !important;
  }
}
.cid-soW0MyTVOg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-soW0MyTVOg .mbr-text,
.cid-soW0MyTVOg blockquote {
  color: #767676;
}
.cid-soW0MyTVOg .mbr-text P {
  text-align: center;
}
.cid-sp0FkXa8nH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sp0FkXa8nH .mbr-section-subtitle {
  color: #767676;
}
.cid-solz1Lv6SN {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-solz1Lv6SN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-solz1Lv6SN .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-solz1Lv6SN .mbr-text {
  color: #767676;
}
.cid-sp0Fl82gTX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sp0Fl82gTX .mbr-section-subtitle {
  color: #767676;
}
.cid-solz11u3hE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-solz11u3hE .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-solz11u3hE .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-solz11u3hE .mbr-text {
  color: #767676;
}
.cid-solz1RhrEi {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-solz1RhrEi .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-solz1RhrEi .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-solz1RhrEi .mbr-text {
  color: #767676;
}
.cid-sp0Flw4BAZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sp0Flw4BAZ .mbr-section-subtitle {
  color: #767676;
}
.cid-soyaYJ8CoJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-soyaYJ8CoJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-soyaYJ8CoJ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-soyaYJ8CoJ .mbr-text {
  color: #767676;
}
.cid-solXqiYh3s {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-solXqiYh3s .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-solXqiYh3s .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-solXqiYh3s .mbr-text {
  color: #767676;
}
.cid-spdzMyAAmc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-spdzMyAAmc .mbr-section-subtitle {
  color: #767676;
}
.cid-solXpItD6O {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-solXpItD6O .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-solXpItD6O .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-solXpItD6O .mbr-text {
  color: #767676;
}
.cid-solyCNDxoQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-solyCNDxoQ .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-solyCNDxoQ .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-solyCNDxoQ .media-wrap img {
  height: 6rem;
}
.cid-solyCNDxoQ .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-solyCNDxoQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-solyCNDxoQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-solyCNDxoQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-solyCNDxoQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-solyCNDxoQ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-solyCNDxoQ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-solyCNDxoQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-solyCNDxoQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-solyCNDxoQ .links {
  color: #ffffff;
}
.cid-solyCNDxoQ .copyright > p {
  color: #ffb200;
}
.cid-scnePqV4yF {
  background-image: url("../../../assets/images/mbr-2-1920x1357.jpeg");
}
.cid-scnePqV4yF H1 {
  text-align: left;
  color: #dbd9b6;
}
.cid-scnePqV4yF .mbr-text,
.cid-scnePqV4yF .mbr-section-btn {
  text-align: left;
  color: #efefef;
}
.cid-scuFKpMSNX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scuFKpMSNX .mbr-section-subtitle {
  color: #767676;
}
.cid-scubAVOgMO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scubAVOgMO .line {
  background-color: #d69500;
  color: #d69500;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scubAVOgMO .section-text {
  padding: 2rem 0;
  color: #5b686b;
}
.cid-scubAVOgMO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scubAVOgMO .inner-container {
    width: 100% !important;
  }
}
.cid-scngunPHAF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-4.jpeg");
}
.cid-scngunPHAF .form-control,
.cid-scngunPHAF .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-scngunPHAF .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-scngunPHAF textarea.form-control {
  min-height: 188px;
}
.cid-scngunPHAF .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-scngunPHAF .content-container {
    padding-right: 5rem;
  }
}
.cid-scngunPHAF H1 {
  color: #e4d295;
}
.cid-scuGXXsqKu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scuGXXsqKu .title {
  padding-bottom: 2.5rem;
}
.cid-scuGXXsqKu .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-scuGXXsqKu .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-scuGXXsqKu .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-scuGXXsqKu .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-scuGXXsqKu .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-scuGXXsqKu .iconfont-wrapper {
    display: none;
  }
}
.cid-scuGXXsqKu H2 {
  color: #82786e;
}
.cid-spdxjht6cg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-spdxjht6cg .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spdxjht6cg .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-spdxjht6cg .media-wrap img {
  height: 6rem;
}
.cid-spdxjht6cg .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spdxjht6cg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spdxjht6cg .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-spdxjht6cg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spdxjht6cg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spdxjht6cg .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spdxjht6cg .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spdxjht6cg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spdxjht6cg .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spdxjht6cg .links {
  color: #ffffff;
}
.cid-spdxjht6cg .copyright > p {
  color: #ffb200;
}
.cid-soW1ckJDCe {
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-soW1ckJDCe H1 {
  text-align: left;
  color: #cdaf8f;
}
.cid-soW1ckJDCe .mbr-text,
.cid-soW1ckJDCe .mbr-section-btn {
  text-align: left;
  color: #cccccc;
}
.cid-soW1IOe2UX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soW1IOe2UX .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-soW1IOe2UX .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-soW1IOe2UX .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-soW1IOe2UX .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-soW1IOe2UX .mbr-text {
  color: #767676;
}
.cid-soW224PJyL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-soW224PJyL .mbr-text,
.cid-soW224PJyL blockquote {
  color: #767676;
}
.cid-spdtj2UsZT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/pic02-1920x705.jpg");
}
.cid-spdss8DsB3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spdss8DsB3 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-spdss8DsB3 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-spdss8DsB3 .card-img {
  width: auto;
}
.cid-spdss8DsB3 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-spdss8DsB3 .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-spdss8DsB3 .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-spdss8DsB3 .card-img span {
    font-size: 40px !important;
  }
}
.cid-spdqrHcCRt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-spdqrHcCRt .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spdqrHcCRt .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-spdqrHcCRt .media-wrap img {
  height: 6rem;
}
.cid-spdqrHcCRt .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spdqrHcCRt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spdqrHcCRt .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-spdqrHcCRt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spdqrHcCRt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spdqrHcCRt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spdqrHcCRt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spdqrHcCRt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spdqrHcCRt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spdqrHcCRt .links {
  color: #ffffff;
}
.cid-spdqrHcCRt .copyright > p {
  color: #ffb200;
}
