.btn {
  border-width: 2px;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
}
.display-1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.8rem;
  line-height: 1.05;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.6rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  line-height: 1.45;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #09dadc !important;
}
.bg-success {
  background-color: #10c99a !important;
}
.bg-info {
  background-color: #09dadc !important;
}
.bg-warning {
  background-color: #f24918 !important;
}
.bg-danger {
  background-color: #f5f759 !important;
}
.btn-primary {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary,
.btn-primary:active {
  background-color: #09dadc !important;
  border-color: #09dadc !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-secondary {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #67b03f !important;
  border-color: #67b03f !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1f1437 !important;
  border-color: #1f1437 !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1f1437 !important;
  border-color: #1f1437 !important;
}
.btn-info {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info,
.btn-info:active {
  background-color: #09dadc !important;
  border-color: #09dadc !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-success {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success,
.btn-success:active {
  background-color: #10c99a !important;
  border-color: #10c99a !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-warning {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning,
.btn-warning:active {
  background-color: #f24918 !important;
  border-color: #f24918 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-danger {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger,
.btn-danger:active {
  background-color: #f5f759 !important;
  border-color: #f5f759 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-white {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #1f1437 !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #1f1437 !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-black {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border-color: #09dadc;
  color: #09dadc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border-color: #67b03f;
  color: #67b03f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border-color: #09dadc;
  color: #09dadc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border-color: #10c99a;
  color: #10c99a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border-color: #f24918;
  color: #f24918;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border-color: #f5f759;
  color: #f5f759;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-black-outline {
  background-color: transparent !important;
  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: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-white-outline {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.text-primary {
  color: #09dadc !important;
}
.text-secondary {
  color: #67b03f !important;
}
.text-success {
  color: #10c99a !important;
}
.text-info {
  color: #09dadc !important;
}
.text-warning {
  color: #f24918 !important;
}
.text-danger {
  color: #f5f759 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0af2f4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #73be4a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #12e1ac !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0af2f4 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #f35c30 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f6f871 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #333333 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #09dadc;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #8dd168;
}
.alert-info {
  background-color: #09dadc;
}
.alert-warning {
  background-color: #f24918;
}
.alert-danger {
  background-color: #f5f759;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 30px;
}
.mbr-gallery-filter li a {
  border-radius: 30px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #09dadc;
  border-color: #09dadc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 30px !important;
}
a,
a:hover {
  color: #09dadc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b5fbfc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #adf8e5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b5fbfc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fde1d9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 30px;
}
.form-control {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #09dadc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #09dadc;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 30px !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: 30px !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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #09dadc;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #09dadc;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #09dadc;
  border-bottom-color: #09dadc;
}
.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: #09dadc !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: #67b03f !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2309dadc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uMm9Dk8Qs6 {
  background-color: transparent;
}
.cid-uMm9Dk8Qs6 .navbar-dropdown {
  background-color: #2dbbc2 !important;
  padding: 0;
}
.cid-uMm9Dk8Qs6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2dbbc2 !important;
  background: #2dbbc2;
}
.cid-uMm9Dk8Qs6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMm9Dk8Qs6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMm9Dk8Qs6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMm9Dk8Qs6 .menu_box .navbar.opened,
  .cid-uMm9Dk8Qs6 .menu_box .navbar-collapse {
    background-color: #2dbbc2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMm9Dk8Qs6 .navbar-dropdown {
  position: relative !important;
}
.cid-uMm9Dk8Qs6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uMm9Dk8Qs6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMm9Dk8Qs6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMm9Dk8Qs6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMm9Dk8Qs6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMm9Dk8Qs6 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-uMm9Dk8Qs6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMm9Dk8Qs6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMm9Dk8Qs6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMm9Dk8Qs6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMm9Dk8Qs6 .offcanvas-body .mbr-text,
  .cid-uMm9Dk8Qs6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMm9Dk8Qs6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMm9Dk8Qs6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMm9Dk8Qs6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #71eac6;
  }
  .cid-uMm9Dk8Qs6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMm9Dk8Qs6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMm9Dk8Qs6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMm9Dk8Qs6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMm9Dk8Qs6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMm9Dk8Qs6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMm9Dk8Qs6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMm9Dk8Qs6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMm9Dk8Qs6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMm9Dk8Qs6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMm9Dk8Qs6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uMm9Dk8Qs6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMm9Dk8Qs6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMm9Dk8Qs6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uMm9Dk8Qs6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uMm9Dk8Qs6 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMm9Dk8Qs6 .nav-item .nav-link:hover,
.cid-uMm9Dk8Qs6 .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uMm9Dk8Qs6 .nav-item .nav-link:hover::before,
.cid-uMm9Dk8Qs6 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uMm9Dk8Qs6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMm9Dk8Qs6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMm9Dk8Qs6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMm9Dk8Qs6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMm9Dk8Qs6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMm9Dk8Qs6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMm9Dk8Qs6 .offcanvas_box {
    display: none;
  }
}
.cid-uMm9Dk8Qs6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMm9Dk8Qs6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMm9Dk8Qs6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMm9Dk8Qs6 .container {
  display: flex;
  margin: auto;
}
.cid-uMm9Dk8Qs6 .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMm9Dk8Qs6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMm9Dk8Qs6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMm9Dk8Qs6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMm9Dk8Qs6 .navbar-nav {
    margin: 0;
  }
}
.cid-uMm9Dk8Qs6 .dropdown-menu,
.cid-uMm9Dk8Qs6 .navbar.opened {
  background-color: false !important;
}
.cid-uMm9Dk8Qs6 .nav-item:focus,
.cid-uMm9Dk8Qs6 .nav-link:focus {
  outline: none;
}
.cid-uMm9Dk8Qs6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMm9Dk8Qs6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMm9Dk8Qs6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMm9Dk8Qs6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMm9Dk8Qs6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMm9Dk8Qs6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMm9Dk8Qs6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMm9Dk8Qs6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMm9Dk8Qs6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMm9Dk8Qs6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMm9Dk8Qs6 .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uMm9Dk8Qs6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMm9Dk8Qs6 .navbar.collapsed {
  justify-content: center;
}
.cid-uMm9Dk8Qs6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMm9Dk8Qs6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMm9Dk8Qs6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMm9Dk8Qs6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMm9Dk8Qs6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMm9Dk8Qs6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMm9Dk8Qs6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMm9Dk8Qs6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMm9Dk8Qs6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMm9Dk8Qs6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMm9Dk8Qs6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMm9Dk8Qs6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMm9Dk8Qs6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMm9Dk8Qs6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMm9Dk8Qs6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMm9Dk8Qs6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMm9Dk8Qs6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMm9Dk8Qs6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMm9Dk8Qs6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMm9Dk8Qs6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMm9Dk8Qs6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMm9Dk8Qs6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMm9Dk8Qs6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMm9Dk8Qs6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMm9Dk8Qs6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMm9Dk8Qs6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uMm9Dk8Qs6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMm9Dk8Qs6 .dropdown-item.active,
.cid-uMm9Dk8Qs6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMm9Dk8Qs6 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uMm9Dk8Qs6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMm9Dk8Qs6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMm9Dk8Qs6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMm9Dk8Qs6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMm9Dk8Qs6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMm9Dk8Qs6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2dbbc2;
  background: #10c99a;
}
.cid-uMm9Dk8Qs6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #71eac6;
}
.cid-uMm9Dk8Qs6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMm9Dk8Qs6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMm9Dk8Qs6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMm9Dk8Qs6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMm9Dk8Qs6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMm9Dk8Qs6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMm9Dk8Qs6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMm9Dk8Qs6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMm9Dk8Qs6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMm9Dk8Qs6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMm9Dk8Qs6 .navbar {
    height: 70px;
  }
  .cid-uMm9Dk8Qs6 .navbar.opened {
    height: auto;
  }
  .cid-uMm9Dk8Qs6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMm9Dk8Qs6 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uMm9Dk8Qs6 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uMm9Dk8Qs6 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMm9Dk8Qs6 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMm9Dk8Qs6 .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uMm9Dk8Qs6 .navbar-caption:hover {
  color: #67b03f;
}
@media (min-width: 992px) {
  .cid-uMm9Dk8Qs6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMm9Dk8Qs6 .text_widget {
  margin-bottom: 32px;
}
.cid-uMm9Dk8Qs6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMm9Dk8Qs6 .text_widget a:hover,
.cid-uMm9Dk8Qs6 .text_widget a:focus {
  opacity: .8;
}
.cid-uMm9Dk8Qs6 .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uMm9Dk8Qs6 .navbar-caption {
  color: #bee0d6;
}
.cid-uMm9Dk8Qs6 .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-uMm9Dk8Qs6 .mbr-section-subtitle,
.cid-uMm9Dk8Qs6 .text_widget,
.cid-uMm9Dk8Qs6 .mbr-section-btn {
  text-align: center;
}
.cid-uMm9Dk8Qs6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMmNRa3kxs {
  display: flex;
  padding-top: 255px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/0807-h2-2000x1126.png");
  overflow: hidden;
}
.cid-uMmNRa3kxs .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uMmNRa3kxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMmNRa3kxs img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 4rem !important;
}
@media (max-width: 767px) {
  .cid-uMmNRa3kxs img {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-uMmNRa3kxs img {
    z-index: 10;
  }
}
.cid-uMmNRa3kxs .face1 {
  position: absolute;
  left: 27%;
  top: 10%;
  animation: circle1 10s linear infinite;
}
.cid-uMmNRa3kxs .face2 {
  position: absolute;
  right: 25%;
  top: 13%;
  animation: circle1 8s linear infinite;
}
.cid-uMmNRa3kxs .face3 {
  position: absolute;
  left: 16%;
  bottom: 22%;
  animation: circle2 4s linear infinite;
}
.cid-uMmNRa3kxs .face4 {
  position: absolute;
  right: 15%;
  bottom: 28%;
  animation: circle2 7s linear infinite;
}
@keyframes circle1 {
  0% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
}
@keyframes circle2 {
  0% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
  100% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
}
.cid-uMmNRa3kxs .mbr-tag {
  border: 1px solid currentColor;
  border-radius: 20px;
  padding: 5px 30px;
  text-align: center;
  display: inline-block;
  margin-bottom: 6px;
}
.cid-uMmNRa3kxs .round {
  position: absolute;
  bottom: -1430px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background: #232323;
}
@media (max-width: 992px) {
  .cid-uMmNRa3kxs .round {
    bottom: -1300px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-uMmNRa3kxs .round {
    height: 600px;
    bottom: -500px;
  }
}
.cid-uMmNRa3kxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMmNRa3kxs .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uMmNRa3kxs .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uMmNRa3kxs {
    align-items: flex-start;
  }
  .cid-uMmNRa3kxs .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMmNRa3kxs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMmNRa3kxs {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMmNRa3kxs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMmNRa3kxs .content-wrap {
    width: 100%;
  }
}
.cid-uMmNRa3kxs .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uMmNRa3kxs .mbr-text,
.cid-uMmNRa3kxs .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uMmNRa3kxs .mbr-tag,
.cid-uMmNRa3kxs .tags {
  text-align: center;
  color: #1f1437;
}
.cid-uMmNRa3kxs .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uMtLua0pw6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMtLua0pw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtLua0pw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMtLua0pw6 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMtLua0pw6 .container {
    padding: 0 12px;
  }
}
.cid-uMtLua0pw6 .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMtLua0pw6 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMtLua0pw6 .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #ffcd9f;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uMtLua0pw6 .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-uMtLua0pw6 .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMtLua0pw6 .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMtLua0pw6 .title-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-uMtLua0pw6 .title-wrapper .tags-wrapper {
  margin-bottom: 24px;
}
.cid-uMtLua0pw6 .title-wrapper .tags-wrapper .tags-wrap {
  display: inline-block;
}
.cid-uMtLua0pw6 .title-wrapper .tags-wrapper .tags-wrap .tag-item {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.cid-uMtLua0pw6 .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-iconfont {
  font-size: 44px;
  margin-right: 8px;
  color: #ffffff;
}
.cid-uMtLua0pw6 .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-tag {
  margin-bottom: 0;
}
.cid-uMtLua0pw6 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uMtLua0pw6 .image-wrapper img {
  width: 420px;
  height: 420px;
  border-radius: 100%;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .cid-uMtLua0pw6 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-uMtLua0pw6 .image-wrapper img {
    width: 310px;
    height: 310px;
  }
}
@media (max-width: 768px) {
  .cid-uMtLua0pw6 .image-wrapper img {
    width: 280px;
    height: 280px;
  }
}
.cid-uMtLua0pw6 .mbr-section-title {
  color: #222222;
}
.cid-uMtLua0pw6 .mbr-text {
  color: #222222;
}
.cid-uMtLua0pw6 .mbr-tag {
  color: #222222;
}
.cid-uMmNV1szTY {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMmNV1szTY .mbr-iconfont {
  display: flex;
  font-size: 5rem;
  color: #000000;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  width: 300px;
  height: 300px;
  justify-content: center;
  align-items: center;
}
.cid-uMmNV1szTY .main-text {
  z-index: 5;
  position: relative;
  color: #000000;
}
.cid-uMmNV1szTY .row {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMmNV1szTY .row {
    justify-content: center;
  }
}
.cid-uMmNV1szTY .card1 {
  background: #09dadc;
}
.cid-uMmNV1szTY .card1:before {
  background: #09dadc;
}
.cid-uMmNV1szTY .card-box {
  position: absolute;
  z-index: 2;
  top: 50%;
  transition: all 0.4s;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-uMmNV1szTY .card2 {
  background: #fe6571;
}
.cid-uMmNV1szTY .card2:before {
  background: #fe6571;
}
.cid-uMmNV1szTY .card3 {
  background: #f5f759;
}
.cid-uMmNV1szTY .card3:before {
  background: #f5f759;
}
.cid-uMmNV1szTY .card-wrapper {
  transition: all 0.4s;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  width: 220px;
  height: 220px;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uMmNV1szTY .card-wrapper:hover {
  z-index: 3;
}
.cid-uMmNV1szTY .card-wrapper:hover .mbr-iconfont {
  opacity: 0.2;
}
.cid-uMmNV1szTY .card-wrapper:hover .card-box {
  opacity: 1;
}
.cid-uMmNV1szTY .card-wrapper:hover:before {
  opacity: 1;
}
.cid-uMmNV1szTY .card-wrapper:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 320px;
  transition: all 0.4s;
  z-index: 0;
  opacity: 0;
  border-radius: 50%;
  width: 320px;
  transform: translate(-50%, -50%);
  content: '';
}
.cid-uMmNV1szTY .card-title {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uMmNV1szTY .card-wrapper {
    z-index: 3;
  }
  .cid-uMmNV1szTY .card-wrapper .mbr-iconfont {
    opacity: 0.2;
  }
  .cid-uMmNV1szTY .card-wrapper .card-box {
    opacity: 1;
  }
  .cid-uMmNV1szTY .card-wrapper:before {
    opacity: 1;
    height: 270px;
    width: 270px;
  }
}
.cid-uMmNV1szTY .card-text {
  color: #000000;
}
.cid-uMmNV1szTY .seminar-note {
  font-size: 1.6rem;
  margin-top: 2rem;
}
.cid-uMzwElwiwm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMzwElwiwm .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uMzwElwiwm .row {
    text-align: center;
  }
}
.cid-uMzwElwiwm .mbr-text {
  text-align: center;
}
.cid-uMztVInXGi {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMztVInXGi .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uMztVInXGi .panel-group {
  border: none;
}
.cid-uMztVInXGi .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uMztVInXGi .card-header {
    padding: 0rem;
  }
}
.cid-uMztVInXGi .card-company-row {
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uMztVInXGi .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uMztVInXGi .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uMztVInXGi .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uMztVInXGi .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
}
.cid-uMztVInXGi .accordion-head {
  background: #09dadc;
  padding: 0.5rem 1.5rem;
  border-radius: 8px !important;
}
.cid-uMztVInXGi .accordion-head h5 {
  margin-bottom: 0;
}
.cid-uMztVInXGi .accordion-head h6 {
  font-weight: 600;
}
.cid-uMztVInXGi .card {
  border: solid 1px #09dadc;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uMztVInXGi .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uMztVInXGi .card {
    padding: 1rem;
  }
}
.cid-uMztVInXGi .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.cid-uMztVInXGi .img-col {
  padding: 0;
}
.cid-uMztVInXGi .img-item {
  height: 100%;
}
.cid-uMztVInXGi img {
  height: 100%;
  object-fit: cover;
}
.cid-uMztVInXGi .collapsed span {
  transform: rotate(0deg);
}
.cid-uMztVInXGi .panel-title {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uMztVInXGi .panel-title {
    flex-direction: column;
  }
}
.cid-uMztVInXGi .panel-title__left {
  width: 30%;
}
@media (max-width: 767px) {
  .cid-uMztVInXGi .panel-title__left {
    width: 100%;
  }
}
.cid-uMztVInXGi .panel-title__right {
  display: flex;
  flex-direction: column;
  width: 70%;
}
@media (max-width: 767px) {
  .cid-uMztVInXGi .panel-title__right {
    width: 100%;
  }
}
.cid-uMztVInXGi .panel-text-left {
  line-height: 1.3;
}
@media (max-width: 767px) {
  .cid-uMztVInXGi .panel-text-left {
    padding-right: 1.5em;
    margin-bottom: 1em;
  }
}
.cid-uMztVInXGi p {
  margin-bottom: 0.3rem;
}
.cid-uMztVInXGi .panel-title-edit {
  color: #000000;
  line-height: 1.1;
  padding-right: 10px;
}
.cid-uMztVInXGi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uMztVInXGi .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uMztVInXGi .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uMztVInXGi .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uMztVInXGi .panel-title-edit,
.cid-uMztVInXGi .mbr-iconfont {
  color: #09dadc;
  text-align: left;
}
.cid-uMztVInXGi .mbr-section-title,
.cid-uMztVInXGi .mbr-section-subtitle {
  background: #09dadc;
  display: inline;
}
.cid-uMztVInXGi .mbr-section-subtitle,
.cid-uMztVInXGi .align {
  color: #ffffff;
}
.cid-uMztVInXGi .mbr-section-title,
.cid-uMztVInXGi .align {
  color: #ffffff;
}
.cid-uMztVInXGi P {
  text-align: left;
  color: #000000;
}
.cid-uMztVInXGi .panel-text-top {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uMztVInXGi .sign {
    position: absolute;
    right: 1em;
    top: 1em;
  }
}
.cid-uMztVInXGi .seminar-note {
  font-size: 1.3rem;
  margin-top: 1rem;
}
.cid-uMztVInXGi .seminar-location {
  font-size: 1.3rem;
  margin-top: 0rem;
}
.cid-uMntvlgIUa {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/0625-b2-2000x1681.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.cid-uMntvlgIUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMntvlgIUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMntvlgIUa .mbr-section-head {
  max-width: 500px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  .cid-uMntvlgIUa .mbr-section-head {
    max-width: 480px;
  }
}
.cid-uMntvlgIUa .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-uMntvlgIUa .mbr-section-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
}
.cid-uMntvlgIUa .card-row {
  align-items: stretch;
}
.cid-uMntvlgIUa .item {
  margin-bottom: 2rem;
}
.cid-uMntvlgIUa .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: #09dadc;
}
.cid-uMntvlgIUa .card-box {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 2.5rem 2rem;
  margin-bottom: -2.5rem;
}
.cid-uMntvlgIUa .card-title {
  color: #000000;
  margin-bottom: 0.5rem;
}
.cid-uMntvlgIUa .card-subtitle {
  color: #181817;
  margin-bottom: 0;
  margin-top: 0 !important;
}
.cid-uMntvlgIUa .item-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  z-index: 2;
  margin-top: auto;
  transform: translate3d(0px, 1rem, 0px);
}
.cid-uMntvlgIUa .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMntvlgIUa .img-bg {
  position: absolute;
  left: -5%;
  bottom: -25%;
  z-index: 1;
  width: 110%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #f6f6ef;
}
.cid-uMm32DACyl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/0625-b2-2000x1681.png");
  background-attachment: fixed;
}
.cid-uMm32DACyl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
.cid-uMm32DACyl .form-control,
.cid-uMm32DACyl .field-input {
  padding: 0.5rem;
  background-color: #faf9fc;
  border-color: #b1e695;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uMm32DACyl .form-control::-webkit-input-placeholder,
.cid-uMm32DACyl .field-input::-webkit-input-placeholder,
.cid-uMm32DACyl .form-control::-webkit-input-placeholder,
.cid-uMm32DACyl .field-input::-webkit-input-placeholder {
  color: #233d63;
}
.cid-uMm32DACyl .form-control:-moz-placeholder,
.cid-uMm32DACyl .field-input:-moz-placeholder,
.cid-uMm32DACyl .form-control:-moz-placeholder,
.cid-uMm32DACyl .field-input:-moz-placeholder {
  color: #233d63;
}
.cid-uMm32DACyl .form-control:hover,
.cid-uMm32DACyl .field-input:hover,
.cid-uMm32DACyl .form-control:focus,
.cid-uMm32DACyl .field-input:focus {
  background-color: #10c99a;
  border-color: #b1e695;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uMm32DACyl .form-control:hover::-webkit-input-placeholder,
.cid-uMm32DACyl .field-input:hover::-webkit-input-placeholder,
.cid-uMm32DACyl .form-control:focus::-webkit-input-placeholder,
.cid-uMm32DACyl .field-input:focus::-webkit-input-placeholder,
.cid-uMm32DACyl .form-control:hover::-webkit-input-placeholder,
.cid-uMm32DACyl .field-input:hover::-webkit-input-placeholder,
.cid-uMm32DACyl .form-control:focus::-webkit-input-placeholder,
.cid-uMm32DACyl .field-input:focus::-webkit-input-placeholder {
  color: #33d5ad;
}
.cid-uMm32DACyl .form-control:hover:-moz-placeholder,
.cid-uMm32DACyl .field-input:hover:-moz-placeholder,
.cid-uMm32DACyl .form-control:focus:-moz-placeholder,
.cid-uMm32DACyl .field-input:focus:-moz-placeholder,
.cid-uMm32DACyl .form-control:hover:-moz-placeholder,
.cid-uMm32DACyl .field-input:hover:-moz-placeholder,
.cid-uMm32DACyl .form-control:focus:-moz-placeholder,
.cid-uMm32DACyl .field-input:focus:-moz-placeholder {
  color: #33d5ad;
}
.cid-uMm32DACyl .jq-number__spin:hover,
.cid-uMm32DACyl .jq-number__spin:focus {
  background-color: #10c99a;
  border-color: #b1e695;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uMm32DACyl .jq-number__spin {
  background-color: #faf9fc;
  border-color: #b1e695;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uMm32DACyl .jq-selectbox li,
.cid-uMm32DACyl .jq-selectbox li {
  background-color: #faf9fc;
  color: #000000;
}
.cid-uMm32DACyl .jq-selectbox li:hover,
.cid-uMm32DACyl .jq-selectbox li.selected {
  background-color: #10c99a;
  color: #000000;
}
.cid-uMm32DACyl .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uMm32DACyl .jq-number__spin.minus:hover:after,
.cid-uMm32DACyl .jq-number__spin.plus:hover:after {
  border-top-color: #faf9fc;
  border-bottom-color: #faf9fc;
}
.cid-uMm32DACyl .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uMm32DACyl .jq-number__spin.minus:after,
.cid-uMm32DACyl .jq-number__spin.plus:after {
  border-top-color: #10c99a;
  border-bottom-color: #10c99a;
}
.cid-uMm32DACyl input::-webkit-clear-button {
  display: none;
}
.cid-uMm32DACyl input::-webkit-inner-spin-button {
  display: none;
}
.cid-uMm32DACyl input::-webkit-outer-spin-button {
  display: none;
}
.cid-uMm32DACyl input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uMm32DACyl H4 {
  color: #000000;
  text-align: center;
}
.cid-uMnyK8JZ1K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/0625-b2-2000x1681.png");
  background-attachment: fixed;
}
.cid-uMnyK8JZ1K img {
  width: 190px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uMnyK8JZ1K img {
    width: 120px;
  }
}
.cid-uMnyK8JZ1K .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin-bottom: 2rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uMnyK8JZ1K .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uMnyK8JZ1K .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uMnyK8JZ1K .mbr-section-title {
  color: #ffffff;
}
.cid-uMnyK8JZ1K .mbr-section-subtitle {
  color: #000000;
}
.cid-uMnyBT7Ida {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/0625-b2-2000x1681.png");
  background-attachment: fixed;
}
.cid-uMnyBT7Ida img {
  width: 190px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uMnyBT7Ida img {
    width: 120px;
  }
}
.cid-uMnyBT7Ida .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin-bottom: 2rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uMnyBT7Ida .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uMnyBT7Ida .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uMnyBT7Ida .mbr-section-title {
  color: #ffffff;
}
.cid-uMnyBT7Ida .mbr-section-subtitle {
  color: #000000;
}
.cid-uMmavvqfwH {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/0625-b2-2000x1681.png");
  background-attachment: fixed;
}
.cid-uMmavvqfwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMmavvqfwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMmavvqfwH .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uMmavvqfwH .col-title {
    margin-bottom: 40px;
  }
}
.cid-uMmavvqfwH .mbr-section-title {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMmavvqfwH .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uMmavvqfwH .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-uMmavvqfwH .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uMmavvqfwH .accordion-row {
    margin: 0 -10px !important;
  }
}
.cid-uMmavvqfwH .accordion-title-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uMmavvqfwH .accordion-title-container {
    display: none;
  }
}
.cid-uMmavvqfwH .accordion-title {
  padding: 0 20px;
  width: 50%;
  color: #5F6AD4;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uMmavvqfwH .accordion-title {
    padding: 0 10px;
  }
}
.cid-uMmavvqfwH .panel-group {
  display: flex;
  flex-wrap: wrap;
  border: none;
  padding: 0 !important;
}
.cid-uMmavvqfwH .card {
  width: 50%;
  padding: 0 20px !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uMmavvqfwH .card {
    padding: 0 10px !important;
  }
}
@media (max-width: 991px) {
  .cid-uMmavvqfwH .card {
    width: 100%;
  }
}
.cid-uMmavvqfwH .card-border {
  height: 2px;
  width: 100%;
  background-color: #2dbbc2;
  margin-top: auto;
}
.cid-uMmavvqfwH .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uMmavvqfwH .card-border-top2 {
    display: none;
  }
}
.cid-uMmavvqfwH .mbr-iconfont {
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
  padding: 8px;
  background-color: #09dadc;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-uMmavvqfwH .card-header {
  border-bottom: none !important;
  padding: 15px 0 !important;
}
.cid-uMmavvqfwH .card-header:hover .mbr-iconfont {
  background-color: #cecec1 !important;
}
.cid-uMmavvqfwH .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uMmavvqfwH .panel-body {
  padding-bottom: 20px;
}
.cid-uMmavvqfwH .panel-text {
  margin-bottom: 20px !important;
  color: #646464;
}
.cid-uMmavvqfwH .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uMmavvqfwH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uMmavvqfwH .panel-title-edit {
  color: #2B2B2B;
}
.cid-uHFkt5uDxp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #09dadc;
}
.cid-uHFkt5uDxp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHFkt5uDxp .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHFkt5uDxp .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uHFkt5uDxp .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uHFkt5uDxp .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uHFkt5uDxp .row .foot-menu li p {
  margin: 0;
}
.cid-uHFkt5uDxp .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uHFkt5uDxp .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uHFkt5uDxp .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uHFkt5uDxp .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uHFkt5uDxp .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uHFkt5uDxp .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHFkt5uDxp .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uHFkt5uDxp .row .row-copirayt p {
  width: 100%;
}
#custom-html-3c {
  /* Type valid CSS here */
}
#custom-html-3c .floating-button {
  position: fixed;
  width: 175px;
  height: 155px;
  bottom: 40px;
  /*離底部多遠*/
  right: 40px;
  /*離右邊多遠*/
  z-index: 100;
  /*確認按鈕圖檔可顯示後請刪掉此行*/
}
#custom-html-3c .floating-button-image {
  width: 175px;
  height: 155px;
}
@media (max-width: 576px) {
  #custom-html-3c {
    /*小螢幕*/
  }
  #custom-html-3c .floating-button {
    width: 95px;
    height: 75px;
    bottom: 30px;
    /*離底部多遠*/
    right: 30px;
    /*離右邊多遠*/
  }
  #custom-html-3c .floating-button-image {
    width: 95px;
    height: 75px;
  }
}
.cid-uMxLfrkkjC.popup-builder {
  background-color: #ffffff;
}
.cid-uMxLfrkkjC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMxLfrkkjC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMxLfrkkjC .modal-content,
.cid-uMxLfrkkjC .modal-dialog {
  height: auto;
}
.cid-uMxLfrkkjC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMxLfrkkjC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMxLfrkkjC .form-wrapper .mbr-form .form-group,
  .cid-uMxLfrkkjC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMxLfrkkjC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMxLfrkkjC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMxLfrkkjC .mbr-text {
  text-align: left;
}
.cid-uMxLfrkkjC .pt-0 {
  padding-top: 0 !important;
}
.cid-uMxLfrkkjC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMxLfrkkjC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMxLfrkkjC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMxLfrkkjC .modal-open {
  overflow: hidden;
}
.cid-uMxLfrkkjC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMxLfrkkjC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMxLfrkkjC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMxLfrkkjC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMxLfrkkjC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMxLfrkkjC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMxLfrkkjC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMxLfrkkjC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMxLfrkkjC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMxLfrkkjC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMxLfrkkjC .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMxLfrkkjC .modal-backdrop.show {
  opacity: .5;
}
.cid-uMxLfrkkjC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uMxLfrkkjC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxLfrkkjC .modal-header {
    padding: 1rem;
  }
}
.cid-uMxLfrkkjC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMxLfrkkjC .modal-header .close svg {
  fill: #353535;
}
.cid-uMxLfrkkjC .modal-header .close:hover {
  opacity: 1;
}
.cid-uMxLfrkkjC .modal-header .close:focus {
  outline: none;
}
.cid-uMxLfrkkjC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMxLfrkkjC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uMxLfrkkjC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxLfrkkjC .modal-body {
    padding: 1rem;
  }
}
.cid-uMxLfrkkjC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uMxLfrkkjC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxLfrkkjC .modal-footer {
    padding: 1rem;
  }
}
.cid-uMxLfrkkjC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMxLfrkkjC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMxLfrkkjC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMxLfrkkjC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMxLfrkkjC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMxLfrkkjC .modal-lg,
  .cid-uMxLfrkkjC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMxLfrkkjC .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMxLfrkkjC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMxLfrkkjC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMxLfrkkjC .form-group {
  margin-bottom: 1rem;
}
.cid-uMxLfrkkjC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMxLfrkkjC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMxLfrkkjC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMxLfrkkjC .mbr-section-btn {
  margin: 0;
}
.cid-uMxLfrkkjC .mbr-section-btn .btn {
  margin: 0;
}
.cid-uMybTYv1rE.popup-builder {
  background-color: #ffffff;
}
.cid-uMybTYv1rE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMybTYv1rE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMybTYv1rE .modal-content,
.cid-uMybTYv1rE .modal-dialog {
  height: auto;
}
.cid-uMybTYv1rE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMybTYv1rE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMybTYv1rE .form-wrapper .mbr-form .form-group,
  .cid-uMybTYv1rE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMybTYv1rE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMybTYv1rE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMybTYv1rE .mbr-text {
  text-align: left;
}
.cid-uMybTYv1rE .pt-0 {
  padding-top: 0 !important;
}
.cid-uMybTYv1rE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMybTYv1rE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMybTYv1rE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMybTYv1rE .modal-open {
  overflow: hidden;
}
.cid-uMybTYv1rE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMybTYv1rE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMybTYv1rE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMybTYv1rE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMybTYv1rE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMybTYv1rE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMybTYv1rE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMybTYv1rE .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMybTYv1rE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMybTYv1rE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMybTYv1rE .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMybTYv1rE .modal-backdrop.show {
  opacity: .5;
}
.cid-uMybTYv1rE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uMybTYv1rE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMybTYv1rE .modal-header {
    padding: 1rem;
  }
}
.cid-uMybTYv1rE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMybTYv1rE .modal-header .close svg {
  fill: #353535;
}
.cid-uMybTYv1rE .modal-header .close:hover {
  opacity: 1;
}
.cid-uMybTYv1rE .modal-header .close:focus {
  outline: none;
}
.cid-uMybTYv1rE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMybTYv1rE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uMybTYv1rE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMybTYv1rE .modal-body {
    padding: 1rem;
  }
}
.cid-uMybTYv1rE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uMybTYv1rE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMybTYv1rE .modal-footer {
    padding: 1rem;
  }
}
.cid-uMybTYv1rE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMybTYv1rE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMybTYv1rE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMybTYv1rE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMybTYv1rE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMybTYv1rE .modal-lg,
  .cid-uMybTYv1rE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMybTYv1rE .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMybTYv1rE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMybTYv1rE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMybTYv1rE .form-group {
  margin-bottom: 1rem;
}
.cid-uMybTYv1rE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMybTYv1rE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMybTYv1rE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMybTYv1rE .mbr-section-btn {
  margin: 0;
}
.cid-uMybTYv1rE .mbr-section-btn .btn {
  margin: 0;
}
.cid-uPfw6ULZCR.popup-builder {
  background-color: #ffffff;
}
.cid-uPfw6ULZCR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPfw6ULZCR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPfw6ULZCR .modal-content,
.cid-uPfw6ULZCR .modal-dialog {
  height: auto;
}
.cid-uPfw6ULZCR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPfw6ULZCR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPfw6ULZCR .form-wrapper .mbr-form .form-group,
  .cid-uPfw6ULZCR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPfw6ULZCR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uPfw6ULZCR .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPfw6ULZCR .mbr-text {
  text-align: left;
}
.cid-uPfw6ULZCR .pt-0 {
  padding-top: 0 !important;
}
.cid-uPfw6ULZCR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPfw6ULZCR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPfw6ULZCR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPfw6ULZCR .modal-open {
  overflow: hidden;
}
.cid-uPfw6ULZCR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPfw6ULZCR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPfw6ULZCR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPfw6ULZCR .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uPfw6ULZCR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPfw6ULZCR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPfw6ULZCR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPfw6ULZCR .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uPfw6ULZCR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPfw6ULZCR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPfw6ULZCR .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPfw6ULZCR .modal-backdrop.show {
  opacity: .5;
}
.cid-uPfw6ULZCR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uPfw6ULZCR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfw6ULZCR .modal-header {
    padding: 1rem;
  }
}
.cid-uPfw6ULZCR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPfw6ULZCR .modal-header .close svg {
  fill: #353535;
}
.cid-uPfw6ULZCR .modal-header .close:hover {
  opacity: 1;
}
.cid-uPfw6ULZCR .modal-header .close:focus {
  outline: none;
}
.cid-uPfw6ULZCR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPfw6ULZCR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uPfw6ULZCR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfw6ULZCR .modal-body {
    padding: 1rem;
  }
}
.cid-uPfw6ULZCR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uPfw6ULZCR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfw6ULZCR .modal-footer {
    padding: 1rem;
  }
}
.cid-uPfw6ULZCR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPfw6ULZCR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPfw6ULZCR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPfw6ULZCR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPfw6ULZCR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPfw6ULZCR .modal-lg,
  .cid-uPfw6ULZCR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPfw6ULZCR .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPfw6ULZCR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPfw6ULZCR .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uPfw6ULZCR .form-group {
  margin-bottom: 1rem;
}
.cid-uPfw6ULZCR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPfw6ULZCR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPfw6ULZCR .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uPfw6ULZCR .mbr-section-btn {
  margin: 0;
}
.cid-uPfw6ULZCR .mbr-section-btn .btn {
  margin: 0;
}
