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





body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
/* ---- 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: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 1.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ed6436 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  box-shadow: 0 0 0 100px #ed6436 inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ed6436 !important;
  border-color: #ed6436 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c53f12 !important;
  border-color: #c53f12 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c53f12 !important;
  border-color: #c53f12 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 0 0 2px #ed6436 inset !important;
  background: transparent!important;
  border: none!important;
  color: #ed6436 !important;
}
.btn-primary span {
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
@media (max-width: 767px) {
  .btn-primary {
    width: -webkit-fill-available;
  }
}
.btn-secondary {
  box-shadow: 0 0 0 100px #181818 inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #181818 !important;
  border-color: #181818 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 0 2px #181818 inset !important;
  background: transparent!important;
  border: none!important;
  color: #181818 !important;
}
.btn-secondary span {
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
@media (max-width: 767px) {
  .btn-secondary {
    width: -webkit-fill-available;
  }
}
.btn-info {
  box-shadow: 0 0 0 100px #82786e inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover,
.btn-info:focus {
  box-shadow: 0 0 0 2px #82786e inset !important;
  background: transparent!important;
  border: none!important;
  color: #82786e !important;
}
.btn-info span {
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
@media (max-width: 767px) {
  .btn-info {
    width: -webkit-fill-available;
  }
}
.btn-success {
  box-shadow: 0 0 0 100px #f7ed4a inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success:hover,
.btn-success:focus {
  box-shadow: 0 0 0 2px #f7ed4a inset !important;
  background: transparent!important;
  border: none!important;
  color: #f7ed4a !important;
}
.btn-success span {
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
@media (max-width: 767px) {
  .btn-success {
    width: -webkit-fill-available;
  }
}
.btn-warning {
  box-shadow: 0 0 0 100px #879a9f inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none!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-warning:hover,
.btn-warning:focus {
  box-shadow: 0 0 0 2px #879a9f inset !important;
  background: transparent!important;
  border: none!important;
  color: #879a9f !important;
}
.btn-warning span {
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
@media (max-width: 767px) {
  .btn-warning {
    width: -webkit-fill-available;
  }
}
.btn-danger {
  box-shadow: 0 0 0 100px #b1a374 inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  box-shadow: 0 0 0 2px #b1a374 inset !important;
  background: transparent!important;
  border: none!important;
  color: #b1a374 !important;
}
.btn-danger span {
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
@media (max-width: 767px) {
  .btn-danger {
    width: -webkit-fill-available;
  }
}
.btn-white {
  box-shadow: 0 0 0 100px #ffffff inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none!important;
  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-white:hover,
.btn-white:focus {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent!important;
  border: none!important;
  color: #ffffff !important;
}
.btn-white span {
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
@media (max-width: 767px) {
  .btn-white {
    width: -webkit-fill-available;
  }
}
.btn-black {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none!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-black:hover,
.btn-black:focus {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent!important;
  border: none!important;
  color: #333333 !important;
}
.btn-black span {
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
@media (max-width: 767px) {
  .btn-black {
    width: -webkit-fill-available;
  }
}
.btn-primary-outline {
  box-shadow: 0 0 0 2px #ed6436 inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818!important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ad3710;
  color: #ad3710;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ed6436;
  border-color: #ed6436;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed6436 !important;
  border-color: #ed6436 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  box-shadow: 0 0 0 100px #ed6436 inset !important;
  background: transparent!important;
  border: none!important;
  color: white !important;
}
.btn-primary-outline span {
  position: relative;
  color: white!important;
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
.btn-primary-outline span:after {
  content: '';
  position: absolute;
  background: #ed6436;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-primary-outline {
    width: -webkit-fill-available;
  }
}
.btn-secondary-outline {
  box-shadow: 0 0 0 2px #181818 inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818!important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #181818;
  border-color: #181818;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #181818 !important;
  border-color: #181818 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  box-shadow: 0 0 0 100px #181818 inset !important;
  background: transparent!important;
  border: none!important;
  color: white !important;
}
.btn-secondary-outline span {
  position: relative;
  color: white!important;
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
.btn-secondary-outline span:after {
  content: '';
  position: absolute;
  background: #181818;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-secondary-outline {
    width: -webkit-fill-available;
  }
}
.btn-info-outline {
  box-shadow: 0 0 0 2px #82786e inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818!important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  box-shadow: 0 0 0 100px #82786e inset !important;
  background: transparent!important;
  border: none!important;
  color: white !important;
}
.btn-info-outline span {
  position: relative;
  color: white!important;
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
.btn-info-outline span:after {
  content: '';
  position: absolute;
  background: #82786e;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-info-outline {
    width: -webkit-fill-available;
  }
}
.btn-success-outline {
  box-shadow: 0 0 0 2px #f7ed4a inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818!important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  box-shadow: 0 0 0 100px #f7ed4a inset !important;
  background: transparent!important;
  border: none!important;
  color: white !important;
}
.btn-success-outline span {
  position: relative;
  color: white!important;
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
.btn-success-outline span:after {
  content: '';
  position: absolute;
  background: #f7ed4a;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-success-outline {
    width: -webkit-fill-available;
  }
}
.btn-warning-outline {
  box-shadow: 0 0 0 2px #879a9f inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818!important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none!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-warning-outline:hover,
.btn-warning-outline:focus {
  box-shadow: 0 0 0 100px #879a9f inset !important;
  background: transparent!important;
  border: none!important;
  color: white !important;
}
.btn-warning-outline span {
  position: relative;
  color: white!important;
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
.btn-warning-outline span:after {
  content: '';
  position: absolute;
  background: #879a9f;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-warning-outline {
    width: -webkit-fill-available;
  }
}
.btn-danger-outline {
  box-shadow: 0 0 0 2px #b1a374 inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818!important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  box-shadow: 0 0 0 100px #b1a374 inset !important;
  background: transparent!important;
  border: none!important;
  color: white !important;
}
.btn-danger-outline span {
  position: relative;
  color: white!important;
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
.btn-danger-outline span:after {
  content: '';
  position: absolute;
  background: #b1a374;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-danger-outline {
    width: -webkit-fill-available;
  }
}
.btn-black-outline {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818!important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none!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-black-outline:hover,
.btn-black-outline:focus {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent!important;
  border: none!important;
  color: white !important;
}
.btn-black-outline span {
  position: relative;
  color: white!important;
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
.btn-black-outline span:after {
  content: '';
  position: absolute;
  background: #333333;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-black-outline {
    width: -webkit-fill-available;
  }
}
.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: #ed6436 !important;
}
.text-secondary {
  color: #181818 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #181818 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ed6436 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #181818 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff!important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ed6436;
  border-color: #ed6436;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ed6436;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef4f1;
}
.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: #beb8b2;
}
.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: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ed6436;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ed6436;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ed6436;
  border-bottom-color: #ed6436;
}
.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: #ed6436 !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: #181818 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  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='%23ed6436' %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-rGtUi5Rzo2 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGtUi5Rzo2 .nav-item:focus,
.cid-rGtUi5Rzo2 .nav-link:focus {
  outline: none;
}
.cid-rGtUi5Rzo2 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rGtUi5Rzo2 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGtUi5Rzo2 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rGtUi5Rzo2 .dropdown .dropdown-menu .dropdown-item:active,
.cid-rGtUi5Rzo2 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-rGtUi5Rzo2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rGtUi5Rzo2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rGtUi5Rzo2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGtUi5Rzo2 .navbar-caption:hover {
  color: inherit!important;
}
.cid-rGtUi5Rzo2 .container {
  max-width: 1380px;
}
.cid-rGtUi5Rzo2 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rGtUi5Rzo2 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rGtUi5Rzo2 .nav-link:hover,
.cid-rGtUi5Rzo2 .nav-link:active,
.cid-rGtUi5Rzo2 .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-rGtUi5Rzo2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rGtUi5Rzo2 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rGtUi5Rzo2 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rGtUi5Rzo2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rGtUi5Rzo2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rGtUi5Rzo2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rGtUi5Rzo2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rGtUi5Rzo2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rGtUi5Rzo2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rGtUi5Rzo2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rGtUi5Rzo2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rGtUi5Rzo2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rGtUi5Rzo2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rGtUi5Rzo2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rGtUi5Rzo2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rGtUi5Rzo2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rGtUi5Rzo2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rGtUi5Rzo2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rGtUi5Rzo2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rGtUi5Rzo2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rGtUi5Rzo2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rGtUi5Rzo2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rGtUi5Rzo2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rGtUi5Rzo2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rGtUi5Rzo2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rGtUi5Rzo2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rGtUi5Rzo2 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rGtUi5Rzo2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rGtUi5Rzo2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rGtUi5Rzo2 .icons-menu span {
  color: #ed6436 !important;
}
.cid-rGtUi5Rzo2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rGtUi5Rzo2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rGtUi5Rzo2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rGtUi5Rzo2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rGtUi5Rzo2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rGtUi5Rzo2 .dropdown-item.active,
.cid-rGtUi5Rzo2 .dropdown-item:active {
  background-color: transparent;
}
.cid-rGtUi5Rzo2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rGtUi5Rzo2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rGtUi5Rzo2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rGtUi5Rzo2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rGtUi5Rzo2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rGtUi5Rzo2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rGtUi5Rzo2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rGtUi5Rzo2 .navbar-buttons {
  text-align: center;
}
.cid-rGtUi5Rzo2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rGtUi5Rzo2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-rGtUi5Rzo2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rGtUi5Rzo2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rGtUi5Rzo2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rGtUi5Rzo2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rGtUi5Rzo2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGtUi5Rzo2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rGtUi5Rzo2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rGtUi5Rzo2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGtUi5Rzo2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rGtUi5Rzo2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rGtUi5Rzo2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rGtUi5Rzo2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rGtUi5Rzo2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rGtUi5Rzo2 .navbar {
    height: 77px;
  }
  .cid-rGtUi5Rzo2 .navbar.opened {
    height: auto;
  }
  .cid-rGtUi5Rzo2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s8ikZ1I0HZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/-hal5920-2000x1333.jpg");
}
.cid-s8ikZ1I0HZ .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-s8ikZ1I0HZ .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-s8ikZ1I0HZ .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-s8ikZ1I0HZ .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-s8ikZ1I0HZ .container {
  max-width: 1600px;
}
.cid-s8ikZ1I0HZ .mbr-bold,
.cid-s8ikZ1I0HZ b {
  font-weight: 900;
}
.cid-s8ikZ1I0HZ .btn {
  color: white!important;
}
.cid-s8ikZ1I0HZ svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-s8ikZ1I0HZ svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-s8ikZ1I0HZ svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-s8ikZ1I0HZ svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-s8ikZ1I0HZ svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-s8ikZ1I0HZ .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-s8ikZ1I0HZ H1 {
  color: #0f7699;
}
.cid-s8ikZ1I0HZ .mbr-text,
.cid-s8ikZ1I0HZ .mbr-section-btn {
  color: #0b1b3f;
}
.cid-s8iaiJDPUO {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s8iaiJDPUO .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-s8iaiJDPUO .content {
    padding: 0 2rem;
  }
}
.cid-s8iaiJDPUO .row {
  justify-content: flex-end;
}
.cid-s8iaiJDPUO .img-col {
  padding: 0;
}
.cid-s8iaiJDPUO .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-s8iaiJDPUO .icon-wrap h3 {
  margin: 0;
}
.cid-s8iaiJDPUO .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-s8iaiJDPUO .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-s8iaiJDPUO .icon-title,
.cid-s8iaiJDPUO .mbr-iconfont {
  color: #181818;
}
.cid-s8iaiJDPUO .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-s8iaiJDPUO .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-s8iaiJDPUO .icons-wrap {
    flex-direction: column;
  }
  .cid-s8iaiJDPUO .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-s8iaiJDPUO .mbr-text,
.cid-s8iaiJDPUO .mbr-section-btn,
.cid-s8iaiJDPUO .content {
  text-align: left;
  color: #383838;
}
.cid-s8iaiJDPUO H1 {
  text-align: left;
  color: #0f7699;
}
.cid-s8imXCuDjw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s8imXCuDjw .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-s8imXCuDjw .content {
    padding: 0 2rem;
  }
}
.cid-s8imXCuDjw .img-col {
  padding: 0;
}
.cid-s8imXCuDjw .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-s8imXCuDjw .icon-wrap h3 {
  margin: 0;
}
.cid-s8imXCuDjw .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-s8imXCuDjw .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-s8imXCuDjw .icon-title,
.cid-s8imXCuDjw .mbr-iconfont {
  color: #181818;
}
.cid-s8imXCuDjw .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-s8imXCuDjw .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-s8imXCuDjw .icons-wrap {
    flex-direction: column;
  }
  .cid-s8imXCuDjw .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-s8imXCuDjw H1 {
  color: #0f7699;
  text-align: left;
}
.cid-s8imXCuDjw .mbr-text,
.cid-s8imXCuDjw .mbr-section-btn,
.cid-s8imXCuDjw .content {
  color: #383838;
  text-align: left;
}
.cid-s8ioNNiQgp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s8ioNNiQgp .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-s8ioNNiQgp .content {
    padding: 0 2rem;
  }
}
.cid-s8ioNNiQgp .row {
  justify-content: flex-end;
}
.cid-s8ioNNiQgp .img-col {
  padding: 0;
}
.cid-s8ioNNiQgp .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-s8ioNNiQgp .icon-wrap h3 {
  margin: 0;
}
.cid-s8ioNNiQgp .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-s8ioNNiQgp .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-s8ioNNiQgp .icon-title,
.cid-s8ioNNiQgp .mbr-iconfont {
  color: #181818;
}
.cid-s8ioNNiQgp .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-s8ioNNiQgp .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-s8ioNNiQgp .icons-wrap {
    flex-direction: column;
  }
  .cid-s8ioNNiQgp .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-s8ioNNiQgp H1 {
  color: #0f7699;
  text-align: left;
}
.cid-s8ioNNiQgp .mbr-text,
.cid-s8ioNNiQgp .mbr-section-btn,
.cid-s8ioNNiQgp .content {
  color: #383838;
  text-align: left;
}
.cid-s8iaKyjn81 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s8iaKyjn81 .btn-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s8iaKyjn81 .card-wrapper {
  position: relative;
  height: 350px;
}
.cid-s8iaKyjn81 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  background: #181818;
  border-radius: 30px;
  opacity: 0.3;
  pointer-events: none;
}
.cid-s8iaKyjn81 .card-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 30px;
}
.cid-s8iaKyjn81 .wrapper {
  position: absolute;
  padding: 1rem;
  left: 0;
  transition: all 0.5s;
  width: 100%;
  height: fit-content;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .cid-s8iaKyjn81 .col-md-6 {
    margin-bottom: 2rem;
  }
  .cid-s8iaKyjn81 .wrapper {
    top: auto;
    bottom: 0rem;
    transform: none;
  }
  .cid-s8iaKyjn81 .mbr-text {
    padding-bottom: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-s8iaKyjn81 .col-md-4 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-s8iaKyjn81 .card-wrapper {
    position: relative;
  }
  .cid-s8iaKyjn81 .card-wrapper:before {
    opacity: 0;
  }
  .cid-s8iaKyjn81 .card-wrapper:hover:before {
    opacity: 0.3;
  }
  .cid-s8iaKyjn81 .card-wrapper:hover .wrapper {
    opacity: 1;
  }
  .cid-s8iaKyjn81 .wrapper {
    opacity: 0;
  }
  .cid-s8iaKyjn81 .btn-col {
    justify-content: flex-end;
  }
}
.cid-s8iaKyjn81 H4 {
  color: #ed6436;
}
.cid-s8iaKyjn81 .mbr-section-title,
.cid-s8iaKyjn81 .underline {
  color: #0f7699;
}
.cid-s8MuqS4nGO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s8MuqS4nGO .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-s8MuqS4nGO .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-s8MuqS4nGO img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-s8MuqS4nGO .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-s8yS4cwh4s {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/2420136-m-1920x1280.jpg");
}
@media (max-width: 768px) {
  .cid-s8yS4cwh4s .mbr-text,
  .cid-s8yS4cwh4s .mbr-section-subtitle,
  .cid-s8yS4cwh4s .mbr-section-title {
    text-align: center !important;
  }
}
.cid-s8yS4cwh4s .mbr-section-title {
  color: #0f7699;
}
.cid-s8ySIM7lFm {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background6.jpg");
  overflow: hidden;
}
.cid-s8ySIM7lFm svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-s8ySIM7lFm #e2_shape {
  fill: #ffffff !important;
}
.cid-s8ySIM7lFm img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
}
@media (max-width: 576px) {
  .cid-s8ySIM7lFm img {
    width: 90%!important;
  }
}
.cid-s8ySIM7lFm H1 {
  color: #0f7699;
}
.cid-s8ySIM7lFm .mbr-text,
.cid-s8ySIM7lFm .mbr-section-btn {
  color: #383838;
}
.cid-s8Mn5G53dN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s8Mn5G53dN .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-s8Mn5G53dN .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-s8Mn5G53dN .btn {
  margin: 0px !important;
}
.cid-s8Mn5G53dN .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8Mn5G53dN .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8Mn5G53dN .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-s8Mn5G53dN .carousel-item .wrap-img {
  text-align: center;
}
.cid-s8Mn5G53dN .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-s8Mn5G53dN .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-s8Mn5G53dN .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-s8Mn5G53dN .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-s8Mn5G53dN .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-s8Mn5G53dN .second-col {
    padding-top: 2rem;
  }
}
.cid-s8z6D5mbIb {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s8z6D5mbIb .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-s8z6D5mbIb .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s8z6D5mbIb .image-block:hover:before {
  opacity: 0.4;
}
.cid-s8z6D5mbIb .image-block:hover .wrap {
  opacity: 1;
}
.cid-s8z6D5mbIb .image-block:hover img {
  transform: scale(1.05);
}
.cid-s8z6D5mbIb h4 {
  letter-spacing: 2px;
}
.cid-s8z6D5mbIb figcaption {
  position: relative;
}
.cid-s8z6D5mbIb figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-s8z6D5mbIb img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s8z6D5mbIb .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-s8z6D5mbIb .wrap {
    opacity: 1!important;
  }
  .cid-s8z6D5mbIb .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-s8yUQG46RB {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s8yUQG46RB .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-s8yUQG46RB .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-s8yUQG46RB .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-s8yUQG46RB p {
  line-height: 1.6;
}
.cid-s8yUQG46RB .rev,
.cid-s8yUQG46RB .mbr-iconfont {
  display: inline-block;
}
.cid-s8yUQG46RB .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #c1c1c1;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-s8yUQG46RB .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-s8yUQG46RB .card-box {
  padding: 1.5rem;
}
.cid-s8yUQG46RB .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-s8yUQG46RB .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-s8yUQG46RB .mbr-section-title,
.cid-s8yUQG46RB .line-wrap {
  text-align: center;
  color: #0f7699;
}
.cid-s8yUQG46RB .rev {
  color: #0a1c44;
}
.cid-s8yUQG46RB .card-text,
.cid-s8yUQG46RB .mbr-section-btn,
.cid-s8yUQG46RB .ico-line {
  color: #383838;
}
.cid-s8WKybsoNR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8WKybsoNR .container {
  max-width: 1500px;
}
.cid-s8WKybsoNR img {
  width: 100%;
}
.cid-s8WKybsoNR h2 {
  padding: 0;
  margin: 0;
}
.cid-s8WKybsoNR .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-s8WKybsoNR .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s8WKybsoNR .img-col {
  position: relative;
}
.cid-s8WKybsoNR .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-s8WKybsoNR .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-s8WKybsoNR .img-col {
    margin-bottom: 3rem;
  }
  .cid-s8WKybsoNR .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-s8WKybsoNR .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-s8WKybsoNR .number {
    margin: auto;
  }
}
.cid-s8WKybsoNR .mbr-text {
  text-align: left;
}
.cid-s8yVZe5ykc {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-s8yVZe5ykc .container {
  max-width: 1500px;
}
.cid-s8yVZe5ykc img {
  width: 100%;
}
.cid-s8yVZe5ykc h2 {
  padding: 0;
  margin: 0;
}
.cid-s8yVZe5ykc .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-s8yVZe5ykc .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s8yVZe5ykc .img-col {
  position: relative;
}
.cid-s8yVZe5ykc .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-s8yVZe5ykc .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-s8yVZe5ykc .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-s8yVZe5ykc .img2 {
    top: -2rem;
  }
  .cid-s8yVZe5ykc .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-s8yVZe5ykc .img2 {
    width: 50%;
  }
  .cid-s8yVZe5ykc .number {
    margin: auto;
  }
}
.cid-s8yVZe5ykc H3 {
  color: #383838;
}
.cid-s8yVZe5ykc H2 {
  color: #0f7699;
}
.cid-s8yVZe5ykc .mbr-text {
  color: #383838;
  text-align: left;
}
.cid-s8z6ce6MiP {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s8z6ce6MiP .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-s8z6ce6MiP .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s8z6ce6MiP .image-block:hover:before {
  opacity: 0;
}
.cid-s8z6ce6MiP .image-block:hover .wrap {
  opacity: 1;
}
.cid-s8z6ce6MiP .image-block:hover img {
  transform: scale(1.05);
}
.cid-s8z6ce6MiP h4 {
  letter-spacing: 2px;
}
.cid-s8z6ce6MiP figcaption {
  position: relative;
}
.cid-s8z6ce6MiP figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-s8z6ce6MiP img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s8z6ce6MiP .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-s8z6ce6MiP .wrap {
    opacity: 1!important;
  }
  .cid-s8z6ce6MiP .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-s8z0M7pp4p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8z0M7pp4p .content {
  max-width: 800px;
  margin: auto 0;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .cid-s8z0M7pp4p .content {
    padding: 0 6rem;
  }
}
.cid-s8z0M7pp4p .mbr-figure {
  height: 100%;
}
.cid-s8z0M7pp4p img {
  height: 100%;
  object-fit: cover;
}
.cid-s8z0M7pp4p .img-col {
  padding: 0;
}
.cid-s8z0M7pp4p .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
  display: inline-block;
}
.cid-s8z0M7pp4p p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-s8z0M7pp4p .mbr-iconfont {
  font-size: 5rem;
  color: #ed6436 !important;
}
.cid-s8z0M7pp4p .icon-title,
.cid-s8z0M7pp4p .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-s8z0M7pp4p .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-s8z0M7pp4p .icon-wrap {
    margin: auto;
  }
}
.cid-s8z0M7pp4p H3 {
  color: #ed6436;
}
.cid-s8z0M7pp4p .mbr-text,
.cid-s8z0M7pp4p .mbr-section-btn,
.cid-s8z0M7pp4p .content {
  text-align: left;
}
.cid-s8z8SWobzt {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/3398656-m-1920x1280.jpg");
}
.cid-s8z8SWobzt .block {
  background-color: #d88569;
}
.cid-s8z8SWobzt img {
  width: 100%;
}
.cid-s8z8SWobzt .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-s8z8SWobzt .content {
  max-width: 600px;
}
.cid-s8z8SWobzt h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-s8z8SWobzt .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-s8z8SWobzt h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-s8z8SWobzt .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-s8z8SWobzt h4 {
    left: 2rem;
    bottom: 30%;
  }
}
.cid-s8z8SWobzt .mbr-text,
.cid-s8z8SWobzt .mbr-section-btn {
  text-align: left;
}
.cid-s8z7P0adxT {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-s8z7P0adxT .mbr-text {
  color: #767676;
}
.cid-s8z7P0adxT .card-subtitle {
  margin: 0;
}
.cid-s8z7P0adxT .link {
  margin: 0;
}
.cid-s8z7P0adxT .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s8z7P0adxT img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s8z7P0adxT .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s8z7P0adxT .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s8z7P0adxT .card-img:hover:before {
  opacity: 0.4;
}
.cid-s8z7P0adxT .card-img:hover img {
  transform: scale(1.05);
}
.cid-s8z7P0adxT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-s8z7P0adxT .card {
    margin-bottom: 3rem;
  }
}
.cid-s8z5IJar41 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s8z5IJar41 .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-s8z5IJar41 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s8z5IJar41 .image-block:hover:before {
  opacity: 0;
}
.cid-s8z5IJar41 .image-block:hover .wrap {
  opacity: 1;
}
.cid-s8z5IJar41 .image-block:hover img {
  transform: scale(1.05);
}
.cid-s8z5IJar41 h4 {
  letter-spacing: 2px;
}
.cid-s8z5IJar41 figcaption {
  position: relative;
}
.cid-s8z5IJar41 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-s8z5IJar41 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s8z5IJar41 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-s8z5IJar41 .wrap {
    opacity: 1!important;
  }
  .cid-s8z5IJar41 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-s8zcAOtQDh {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s8zcAOtQDh .carousel {
  z-index: 0;
}
.cid-s8zcAOtQDh .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s8zcAOtQDh .carousel-item.active,
.cid-s8zcAOtQDh .carousel-item-next,
.cid-s8zcAOtQDh .carousel-item-prev {
  display: flex;
}
.cid-s8zcAOtQDh .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-s8zcAOtQDh .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-s8zcAOtQDh .line {
  width: 100px;
  height: 1px;
  background: #232323;
}
.cid-s8zcAOtQDh .line1 {
  margin-left: -2rem;
}
.cid-s8zcAOtQDh .line2 {
  margin-right: -2rem;
  margin-top: 0.2rem;
}
.cid-s8zcAOtQDh .carousel-controls a {
  font-size: 2rem;
}
.cid-s8zcAOtQDh .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: 0.5;
}
.cid-s8zcAOtQDh .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-s8zcAOtQDh ol {
  margin-bottom: 0;
  bottom: -4rem;
}
.cid-s8zcAOtQDh .carousel-indicators li {
  width: 7px;
  height: 7px;
  border: none;
  background: #ffffff;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 50%;
  opacity: 0.2;
}
.cid-s8zcAOtQDh .carousel-indicators .active {
  opacity: 1;
}
.cid-s8zcAOtQDh .user_text,
.cid-s8zcAOtQDh .user_desk {
  color: #767676;
}
.cid-s8zcAOtQDh .user_text {
  color: #0f7699;
}
.cid-s8zaUMzwyT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s8zaUMzwyT .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-s8zaUMzwyT h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-s8zaUMzwyT .svg11 path {
  fill: #7aba59;
}
.cid-s8zaUMzwyT .svg21 path {
  fill: #f9b945;
}
.cid-s8zaUMzwyT .svg31 path {
  fill: #ed6436;
}
.cid-s8zaUMzwyT .svg4 path {
  fill: #ed6436 !important;
}
.cid-s8zaUMzwyT .svg12 path,
.cid-s8zaUMzwyT .svg22 path,
.cid-s8zaUMzwyT .svg32 path {
  fill: #f2f2f4;
  stroke: #181818;
}
.cid-s8zaUMzwyT .card {
  position: relative;
  height: 300px;
}
.cid-s8zaUMzwyT .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-s8zaUMzwyT .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-s8zaUMzwyT .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s8zaUMzwyT .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-s8zaUMzwyT .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s8zaUMzwyT .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-s8zaUMzwyT .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s8zaUMzwyT .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-s8zaUMzwyT .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-s8zaUMzwyT .card .svg22,
.cid-s8zaUMzwyT .card .svg32,
.cid-s8zaUMzwyT .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-s8zaUMzwyT .card .svg21,
.cid-s8zaUMzwyT .card .svg31,
.cid-s8zaUMzwyT .card .svg11 {
  z-index: 2;
}
.cid-s8zaUMzwyT .card div {
  z-index: 3;
}
.cid-s8zaUMzwyT .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-s8zaUMzwyT .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-s8zaUMzwyT .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-s8zaUMzwyT .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-s8zaUMzwyT .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-s8zaUMzwyT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-s8zaUMzwyT .card {
    margin-bottom: 2rem;
  }
  .cid-s8zaUMzwyT .card svg {
    left: 30px;
  }
  .cid-s8zaUMzwyT .card:hover h4 {
    animation: none;
  }
  .cid-s8zaUMzwyT .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-s8zaUMzwyT h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-s8zaUMzwyT .card {
    max-width: 330px;
  }
  .cid-s8zaUMzwyT .card svg {
    left: 0px;
  }
}
.cid-s8zaUMzwyT H2 {
  color: #0f7699;
}
.cid-rGtUo6gJTl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
