body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.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: #31e420 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #31e420 !important;
  border-color: #31e420 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1f9b13 !important;
  border-color: #1f9b13 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1f9b13 !important;
  border-color: #1f9b13 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #31e420;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1f9b13 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #31e420 !important;
  border-color: #31e420 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #31e420 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1c8d11 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #31e420;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #31e420;
  border-color: #31e420;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #31e420;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d9fad6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #31e420 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #31e420;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #31e420;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #31e420;
}
.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: #31e420;
  border-bottom-color: #31e420;
}
.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: #31e420 !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: #ffffff !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='%2331e420' %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-sgqBhgm0bC .navbar-dropdown {
  position: relative !important;
}
.cid-sgqBhgm0bC .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgqBhgm0bC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgqBhgm0bC .dropdown-item:hover,
.cid-sgqBhgm0bC .dropdown-item:focus {
  background: #31e420 !important;
  color: white !important;
}
.cid-sgqBhgm0bC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgqBhgm0bC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgqBhgm0bC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgqBhgm0bC .nav-link {
  position: relative;
}
.cid-sgqBhgm0bC .container {
  display: flex;
  margin: auto;
}
.cid-sgqBhgm0bC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgqBhgm0bC .dropdown-menu,
.cid-sgqBhgm0bC .navbar.opened {
  background: #1a1a1a !important;
}
.cid-sgqBhgm0bC .nav-item:focus,
.cid-sgqBhgm0bC .nav-link:focus {
  outline: none;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgqBhgm0bC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgqBhgm0bC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1a1a;
}
.cid-sgqBhgm0bC .navbar.opened {
  transition: all 0.3s;
}
.cid-sgqBhgm0bC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgqBhgm0bC .navbar .navbar-logo img {
  width: auto;
}
.cid-sgqBhgm0bC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgqBhgm0bC .navbar.collapsed {
  justify-content: center;
}
.cid-sgqBhgm0bC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgqBhgm0bC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgqBhgm0bC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sgqBhgm0bC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgqBhgm0bC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgqBhgm0bC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgqBhgm0bC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sgqBhgm0bC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgqBhgm0bC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgqBhgm0bC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgqBhgm0bC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgqBhgm0bC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgqBhgm0bC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgqBhgm0bC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgqBhgm0bC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgqBhgm0bC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgqBhgm0bC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgqBhgm0bC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgqBhgm0bC .dropdown-item.active,
.cid-sgqBhgm0bC .dropdown-item:active {
  background-color: transparent;
}
.cid-sgqBhgm0bC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgqBhgm0bC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1a1a;
}
.cid-sgqBhgm0bC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgqBhgm0bC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgqBhgm0bC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgqBhgm0bC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgqBhgm0bC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #31e420;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sgqBhgm0bC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgqBhgm0bC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgqBhgm0bC .navbar {
    height: 70px;
  }
  .cid-sgqBhgm0bC .navbar.opened {
    height: auto;
  }
  .cid-sgqBhgm0bC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sijHlEGkpA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-sijHlEGkpA .carousel {
    min-height: 900px;
  }
  .cid-sijHlEGkpA .carousel img {
    max-height: 900px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sijHlEGkpA .carousel {
    min-height: 585px;
  }
  .cid-sijHlEGkpA .carousel img {
    max-height: 585px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sijHlEGkpA .carousel {
    min-height: 495px;
  }
  .cid-sijHlEGkpA .carousel img {
    max-height: 495px;
    object-fit: contain;
  }
  .cid-sijHlEGkpA .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sijHlEGkpA .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sijHlEGkpA .carousel,
.cid-sijHlEGkpA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sijHlEGkpA .item-wrapper {
  width: 100%;
}
.cid-sijHlEGkpA .carousel-caption {
  bottom: 40px;
}
.cid-sijHlEGkpA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sijHlEGkpA .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sijHlEGkpA .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sijHlEGkpA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sijHlEGkpA .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sijHlEGkpA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sijHlEGkpA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sijHlEGkpA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sijHlEGkpA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sijHlEGkpA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sijHlEGkpA .carousel-indicators li.active,
.cid-sijHlEGkpA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sijHlEGkpA .carousel-indicators li::after,
.cid-sijHlEGkpA .carousel-indicators li::before {
  content: none;
}
.cid-sijHlEGkpA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sijHlEGkpA .carousel-indicators {
    display: none !important;
  }
}
.cid-sgOGocDwmc {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sgOGocDwmc .mbr-section-title {
  color: #ffffff;
}
.cid-sgOGocDwmc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sfN1IAvxOX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sfN1IAvxOX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfN1IAvxOX .row {
  flex-direction: row-reverse;
}
.cid-sfN1IAvxOX img {
  width: 100%;
}
.cid-sgZWvQZVIx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgZWvQZVIx .mbr-section-title {
  color: #000000;
}
.cid-sgZWvQZVIx .mbr-section-subtitle {
  color: #000000;
}
.cid-sgZY0jIkwD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sgZY0jIkwD .container {
    max-width: 1400px;
  }
}
.cid-sgZY0jIkwD .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #31e420;
  margin-bottom: 2rem;
}
.cid-sgZY0jIkwD .card-wrapper {
  margin-top: 3rem;
}
.cid-sgZY0jIkwD .row {
  justify-content: center;
}
.cid-sgZY0jIkwD .card-text {
  color: #000000;
}
.cid-sgZY0jIkwD .card-title,
.cid-sgZY0jIkwD .iconfont-wrapper {
  color: #000000;
}
.cid-sh0mzxIHRe {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sh0mzxIHRe .container {
    max-width: 1400px;
  }
}
.cid-sh0mzxIHRe .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #31e420;
  margin-bottom: 2rem;
}
.cid-sh0mzxIHRe .card-wrapper {
  margin-top: 3rem;
}
.cid-sh0mzxIHRe .row {
  justify-content: center;
}
.cid-sh0mzxIHRe .card-text {
  color: #000000;
}
.cid-sh0mzxIHRe .card-title,
.cid-sh0mzxIHRe .iconfont-wrapper {
  color: #000000;
}
.cid-sh9zACG923 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sh9zACG923 .item {
  padding-bottom: 2rem;
}
.cid-sh9zACG923 .item-wrapper {
  position: relative;
}
.cid-sh9zACG923 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sh9zACG923 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sh9zACG923 .carousel-control,
.cid-sh9zACG923 .close {
  background: #1b1b1b;
}
.cid-sh9zACG923 .carousel-control-prev {
  margin-left: 2.0rem;
}
.cid-sh9zACG923 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sh9zACG923 .carousel-control-next {
  margin-right: 2.0rem;
}
.cid-sh9zACG923 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sh9zACG923 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sh9zACG923 .close::before {
  content: '\e91a';
}
.cid-sh9zACG923 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sh9zACG923 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sh9zACG923 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sh9zACG923 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sh9zACG923 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sh9zACG923 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sh9zACG923 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sh9zACG923 .carousel-indicators li.active,
.cid-sh9zACG923 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sh9zACG923 .carousel-indicators li::after,
.cid-sh9zACG923 .carousel-indicators li::before {
  content: none;
}
.cid-sh9zACG923 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sh9zACG923 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sh9zACG923 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.0rem;
    padding-right: 2.0rem;
  }
}
@media (max-width: 767px) {
  .cid-sh9zACG923 .carousel-indicators {
    display: none;
  }
}
.cid-sh9zACG923 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sh9zACG923 .carousel-inner > .active {
  display: block;
}
.cid-sh9zACG923 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sh9zACG923 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sh9zACG923 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sh9zACG923 .carousel-control,
  .cid-sh9zACG923 .carousel-indicators,
  .cid-sh9zACG923 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sh9zACG923 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sh9zACG923 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sh9zACG923 .carousel-indicators .active,
.cid-sh9zACG923 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sh9zACG923 .carousel-indicators .active {
  background: #fff;
}
.cid-sh9zACG923 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sh9zACG923 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sh9zACG923 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sh9zACG923 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sh9zACG923 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sh9zACG923 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sh9zACG923 .carousel {
  width: 100%;
}
.cid-sh9zACG923 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sh9zACG923 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sh9zACG923 .modal.fade .modal-dialog,
.cid-sh9zACG923 .modal.in .modal-dialog {
  transform: none;
}
.cid-sh9zACG923 .mbr-gallery .item-wrapper {
  cursor: pointer;
  border-radius: 15px;
}
.cid-sh9zACG923 H6 {
  text-align: center;
  color: #ffffff;
}
.cid-sh9zACG923 H3 {
  color: #ffffff;
}
.cid-sh9zACG923 H4 {
  color: #ffffff;
}
.cid-sh0EQk48LZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sh0EQk48LZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sh0EQk48LZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sh0TTh53IB {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sh0TTh53IB .image-wrapper {
    margin-bottom: 1px;
  }
}
.cid-sh0TTh53IB .row {
  flex-direction: row-reverse;
}
.cid-sh0TTh53IB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sh0TTh53IB .text-wrapper {
    padding: 1px;
  }
}
.cid-sh0TTh53IB .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-sh0TTh53IB .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sh0TTh53IB .mbr-description {
  color: #ffffff;
}
.cid-sh1hwr7CKF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sh1hwr7CKF .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sh1hwr7CKF .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sh1uxYn9g8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sh1uxYn9g8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sh1uxYn9g8 img {
  width: 100%;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-sh1uxYn9g8 .text-wrapper {
    padding: 1rem;
  }
}
.cid-sh1uxYn9g8 .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-sh1uxYn9g8 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sh1uxYn9g8 .mbr-description {
  color: #ffffff;
}
.cid-sh9x3vezQF {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sh9x3vezQF .item {
  padding-bottom: 2rem;
}
.cid-sh9x3vezQF .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sh9x3vezQF .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sh9x3vezQF .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sh9x3vezQF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sh9x3vezQF .carousel-control,
.cid-sh9x3vezQF .close {
  background: #1b1b1b;
}
.cid-sh9x3vezQF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sh9x3vezQF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sh9x3vezQF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sh9x3vezQF .carousel-control-next span {
  margin-left: 5px;
}
.cid-sh9x3vezQF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sh9x3vezQF .close::before {
  content: '\e91a';
}
.cid-sh9x3vezQF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sh9x3vezQF .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sh9x3vezQF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sh9x3vezQF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sh9x3vezQF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sh9x3vezQF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sh9x3vezQF .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sh9x3vezQF .carousel-indicators li.active,
.cid-sh9x3vezQF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sh9x3vezQF .carousel-indicators li::after,
.cid-sh9x3vezQF .carousel-indicators li::before {
  content: none;
}
.cid-sh9x3vezQF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sh9x3vezQF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sh9x3vezQF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sh9x3vezQF .carousel-indicators {
    display: none;
  }
}
.cid-sh9x3vezQF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sh9x3vezQF .carousel-inner > .active {
  display: block;
}
.cid-sh9x3vezQF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sh9x3vezQF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sh9x3vezQF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sh9x3vezQF .carousel-control,
  .cid-sh9x3vezQF .carousel-indicators,
  .cid-sh9x3vezQF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sh9x3vezQF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sh9x3vezQF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sh9x3vezQF .carousel-indicators .active,
.cid-sh9x3vezQF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sh9x3vezQF .carousel-indicators .active {
  background: #fff;
}
.cid-sh9x3vezQF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sh9x3vezQF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sh9x3vezQF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sh9x3vezQF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sh9x3vezQF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sh9x3vezQF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sh9x3vezQF .carousel {
  width: 100%;
}
.cid-sh9x3vezQF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sh9x3vezQF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sh9x3vezQF .modal.fade .modal-dialog,
.cid-sh9x3vezQF .modal.in .modal-dialog {
  transform: none;
}
.cid-sh9x3vezQF .mbr-gallery .item-wrapper {
  cursor: pointer;
  border-radius: 15px;
}
.cid-sh9x3vezQF H6 {
  text-align: center;
}
.cid-sh9x3vezQF H3 {
  color: #ffffff;
}
.cid-sh9wenS2Nz {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sh9wenS2Nz .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-sh9wenS2Nz .mbr-section-subtitle {
  color: #31e420;
  text-align: center;
}
.cid-sh9CQU3zlK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sh9CQU3zlK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sh9CQU3zlK .row {
  flex-direction: row-reverse;
}
.cid-sh9CQU3zlK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sh9CQU3zlK .text-wrapper {
    padding: 1rem;
  }
}
.cid-sh9CQU3zlK .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-sh9CQU3zlK .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sh9CQU3zlK .mbr-description {
  color: #ffffff;
}
.cid-sh9SnGSoEW {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sh9SnGSoEW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sh9SnGSoEW img {
  width: 100%;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-sh9SnGSoEW .text-wrapper {
    padding: 1rem;
  }
}
.cid-sh9SnGSoEW .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-sh9SnGSoEW .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-sh9SnGSoEW .mbr-description {
  color: #ffffff;
}
.cid-si1HlFRxlN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-si1HlFRxlN .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  flex-direction: column;
}
.cid-si1HlFRxlN .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-si1HlFRxlN .text-box {
  text-align: center;
}
.cid-si1HlFRxlN span {
  font-size: 10rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-si1HlFRxlN .card {
    margin-bottom: 2rem;
  }
  .cid-si1HlFRxlN .card-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-si1HlFRxlN span {
    font-size: 21vw;
  }
}
.cid-si1HlFRxlN H3 {
  color: #ffffff;
}
.cid-si1HlFRxlN .icon-title,
.cid-si1HlFRxlN .mbr-section-btn,
.cid-si1HlFRxlN .item .icon-box .step-number {
  color: #ffffff;
}
.cid-si1HlFRxlN .icon-text,
.cid-si1HlFRxlN .mbr-section-btn {
  color: #ffffff;
}
.cid-sh9KYBlp1o {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sh9KYBlp1o .item {
  padding-bottom: 2rem;
}
.cid-sh9KYBlp1o .item-wrapper {
  position: relative;
}
.cid-sh9KYBlp1o .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sh9KYBlp1o .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sh9KYBlp1o .carousel-control,
.cid-sh9KYBlp1o .close {
  background: #1b1b1b;
}
.cid-sh9KYBlp1o .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sh9KYBlp1o .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sh9KYBlp1o .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sh9KYBlp1o .carousel-control-next span {
  margin-left: 5px;
}
.cid-sh9KYBlp1o .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sh9KYBlp1o .close::before {
  content: '\e91a';
}
.cid-sh9KYBlp1o .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sh9KYBlp1o .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sh9KYBlp1o .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sh9KYBlp1o .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sh9KYBlp1o .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sh9KYBlp1o .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sh9KYBlp1o .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sh9KYBlp1o .carousel-indicators li.active,
.cid-sh9KYBlp1o .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sh9KYBlp1o .carousel-indicators li::after,
.cid-sh9KYBlp1o .carousel-indicators li::before {
  content: none;
}
.cid-sh9KYBlp1o .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sh9KYBlp1o .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sh9KYBlp1o .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sh9KYBlp1o .carousel-indicators {
    display: none;
  }
}
.cid-sh9KYBlp1o .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sh9KYBlp1o .carousel-inner > .active {
  display: block;
}
.cid-sh9KYBlp1o .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sh9KYBlp1o .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sh9KYBlp1o .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sh9KYBlp1o .carousel-control,
  .cid-sh9KYBlp1o .carousel-indicators,
  .cid-sh9KYBlp1o .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sh9KYBlp1o .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sh9KYBlp1o .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sh9KYBlp1o .carousel-indicators .active,
.cid-sh9KYBlp1o .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sh9KYBlp1o .carousel-indicators .active {
  background: #fff;
}
.cid-sh9KYBlp1o .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sh9KYBlp1o .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sh9KYBlp1o .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sh9KYBlp1o .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sh9KYBlp1o .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sh9KYBlp1o .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sh9KYBlp1o .carousel {
  width: 100%;
}
.cid-sh9KYBlp1o .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sh9KYBlp1o .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sh9KYBlp1o .modal.fade .modal-dialog,
.cid-sh9KYBlp1o .modal.in .modal-dialog {
  transform: none;
}
.cid-sh9KYBlp1o .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sh9KYBlp1o H6 {
  text-align: center;
  color: #ffffff;
}
.cid-sh9KYBlp1o H3 {
  color: #ffffff;
}
.cid-sh9KYBlp1o H4 {
  color: #ffffff;
}
.cid-sh9LSv92Uv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sh9LSv92Uv .item {
  padding-bottom: 2rem;
}
.cid-sh9LSv92Uv .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sh9LSv92Uv .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sh9LSv92Uv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sh9LSv92Uv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sh9LSv92Uv .carousel-control,
.cid-sh9LSv92Uv .close {
  background: #1b1b1b;
}
.cid-sh9LSv92Uv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sh9LSv92Uv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sh9LSv92Uv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sh9LSv92Uv .carousel-control-next span {
  margin-left: 5px;
}
.cid-sh9LSv92Uv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sh9LSv92Uv .close::before {
  content: '\e91a';
}
.cid-sh9LSv92Uv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sh9LSv92Uv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sh9LSv92Uv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sh9LSv92Uv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sh9LSv92Uv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sh9LSv92Uv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sh9LSv92Uv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sh9LSv92Uv .carousel-indicators li.active,
.cid-sh9LSv92Uv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sh9LSv92Uv .carousel-indicators li::after,
.cid-sh9LSv92Uv .carousel-indicators li::before {
  content: none;
}
.cid-sh9LSv92Uv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sh9LSv92Uv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sh9LSv92Uv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.0rem;
    padding-right: 2.0rem;
  }
}
@media (max-width: 767px) {
  .cid-sh9LSv92Uv .carousel-indicators {
    display: none;
  }
}
.cid-sh9LSv92Uv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sh9LSv92Uv .carousel-inner > .active {
  display: block;
}
.cid-sh9LSv92Uv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sh9LSv92Uv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sh9LSv92Uv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sh9LSv92Uv .carousel-control,
  .cid-sh9LSv92Uv .carousel-indicators,
  .cid-sh9LSv92Uv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sh9LSv92Uv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sh9LSv92Uv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sh9LSv92Uv .carousel-indicators .active,
.cid-sh9LSv92Uv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sh9LSv92Uv .carousel-indicators .active {
  background: #fff;
}
.cid-sh9LSv92Uv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sh9LSv92Uv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sh9LSv92Uv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sh9LSv92Uv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sh9LSv92Uv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sh9LSv92Uv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sh9LSv92Uv .carousel {
  width: 100%;
}
.cid-sh9LSv92Uv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sh9LSv92Uv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sh9LSv92Uv .modal.fade .modal-dialog,
.cid-sh9LSv92Uv .modal.in .modal-dialog {
  transform: none;
}
.cid-sh9LSv92Uv .mbr-gallery .item-wrapper {
  cursor: pointer;
  border-radius: 15px;
}
.cid-sh9LSv92Uv H6 {
  text-align: center;
  color: #ffffff;
}
.cid-sh9LSv92Uv H3 {
  color: #ffffff;
}
.cid-sh9LSv92Uv H4 {
  color: #ffffff;
}
.cid-sh9EGbcjva {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-sh9EGbcjva .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sh9EGbcjva .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sh9V2nANUr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-sh9V2nANUr .item {
  padding-bottom: 2rem;
}
.cid-sh9V2nANUr .item-wrapper {
  position: relative;
}
.cid-sh9V2nANUr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sh9V2nANUr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sh9V2nANUr .carousel-control,
.cid-sh9V2nANUr .close {
  background: #1b1b1b;
}
.cid-sh9V2nANUr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sh9V2nANUr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sh9V2nANUr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sh9V2nANUr .carousel-control-next span {
  margin-left: 5px;
}
.cid-sh9V2nANUr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sh9V2nANUr .close::before {
  content: '\e91a';
}
.cid-sh9V2nANUr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sh9V2nANUr .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sh9V2nANUr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sh9V2nANUr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sh9V2nANUr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sh9V2nANUr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sh9V2nANUr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sh9V2nANUr .carousel-indicators li.active,
.cid-sh9V2nANUr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sh9V2nANUr .carousel-indicators li::after,
.cid-sh9V2nANUr .carousel-indicators li::before {
  content: none;
}
.cid-sh9V2nANUr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sh9V2nANUr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sh9V2nANUr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sh9V2nANUr .carousel-indicators {
    display: none;
  }
}
.cid-sh9V2nANUr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sh9V2nANUr .carousel-inner > .active {
  display: block;
}
.cid-sh9V2nANUr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sh9V2nANUr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sh9V2nANUr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sh9V2nANUr .carousel-control,
  .cid-sh9V2nANUr .carousel-indicators,
  .cid-sh9V2nANUr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sh9V2nANUr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sh9V2nANUr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sh9V2nANUr .carousel-indicators .active,
.cid-sh9V2nANUr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sh9V2nANUr .carousel-indicators .active {
  background: #fff;
}
.cid-sh9V2nANUr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sh9V2nANUr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sh9V2nANUr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sh9V2nANUr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sh9V2nANUr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sh9V2nANUr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sh9V2nANUr .carousel {
  width: 100%;
}
.cid-sh9V2nANUr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sh9V2nANUr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sh9V2nANUr .modal.fade .modal-dialog,
.cid-sh9V2nANUr .modal.in .modal-dialog {
  transform: none;
}
.cid-sh9V2nANUr .mbr-gallery .item-wrapper {
  cursor: pointer;
  border-radius: 15px;
}
.cid-sh9V2nANUr H6 {
  text-align: center;
  color: #ffffff;
}
.cid-shEJuCz0Wd {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-shEJuCz0Wd .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-shEJuCz0Wd .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-shEJuCz0Wd .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-sha0EafHmw {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sha0EafHmw .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sha0EafHmw .item:last-child .icon-box:before {
  display: none;
}
.cid-sha0EafHmw .item.last .icon-box:before {
  display: none;
}
.cid-sha0EafHmw .icon-box {
  background: #31e420;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sha0EafHmw .icon-box {
    margin-right: 1rem;
  }
}
.cid-sha0EafHmw .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 54px;
  left: 50%;
  top: 90%;
  color: #31e420;
  transform: translate(-50%, 0);
}
.cid-sha0EafHmw span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sha0EafHmw .card {
    margin-bottom: 2rem;
  }
  .cid-sha0EafHmw .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sha0EafHmw .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-sha0EafHmw .icon-box::before {
    top: 114%;
  }
}
.cid-sha0EafHmw .icon-text {
  text-align: center;
  color: #000000;
}
.cid-sha0EafHmw .icon-title {
  text-align: left;
  color: #000000;
}
.cid-sha0EafHmw .mbr-text,
.cid-sha0EafHmw .mbr-section-btn {
  text-align: center;
}
.cid-shEqsjZLN3 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-10.jpg");
}
.cid-shEqsjZLN3 .mbr-section-subtitle {
  color: #000000;
}
.cid-shEqsjZLN3 .progressbar-title p {
  margin-bottom: 8px;
}
.cid-shEqsjZLN3 .progress {
  width: 100%;
  height: 40px;
}
.cid-shEqsjZLN3 .progress_elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shEqsjZLN3 .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-shEqsjZLN3 .progress-bar {
  height: 40px;
  background-color: #31e420;
}
.cid-shEqsjZLN3 .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-shEqsjZLN3 .progressbar-number {
  display: inline-block;
}
.cid-shEqsjZLN3 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-shEqsjZLN3 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-shEqsjZLN3 .progress_value {
  position: relative;
}
.cid-shEqsjZLN3 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-shEqsjZLN3 progress::-webkit-progress-value {
  background: #31e420;
}
.cid-shEqsjZLN3 progress[value]::-moz-progress-bar {
  background: #31e420;
}
.cid-shEqsjZLN3 progress::-ms-fill {
  background: #31e420;
}
.cid-shEqsjZLN3 .progress1 .progressbar-number:before {
  content: '10';
}
.cid-shEqsjZLN3 .progress2 .progressbar-number:before {
  content: '54';
}
.cid-shEqsjZLN3 .progress3 .progressbar-number:before {
  content: '74';
}
.cid-shEqsjZLN3 .progress4 .progressbar-number:before {
  content: '100';
}
.cid-shEqsjZLN3 .progress5 .progressbar-number:before {
  content: '100';
}
.cid-shEqsjZLN3 .progress-bar-1 {
  width: 10%;
}
.cid-shEqsjZLN3 .progress-bar-2 {
  width: 54%;
}
.cid-shEqsjZLN3 .progress-bar-3 {
  width: 74%;
}
.cid-shEqsjZLN3 .progress-bar-4 {
  width: 100%;
}
.cid-shEqsjZLN3 .progress-bar-5 {
  width: 100%;
}
.cid-shEqsjZLN3 .progressbar-title p,
.cid-shEqsjZLN3 .progress_value {
  text-align: left;
  color: #000000;
}
.cid-shEqsjZLN3 .mbr-section-title {
  color: #000000;
}
.cid-sFCjbliOFf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1a1a1a;
}
.cid-sFCjbliOFf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCjbliOFf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCjbliOFf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCjbliOFf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCjbliOFf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCjbliOFf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFCjbliOFf .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCjbliOFf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCjbliOFf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCjbliOFf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCjbliOFf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCjbliOFf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCjbliOFf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCjbliOFf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFCjbliOFf .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-sgqBhgm0bC .navbar-dropdown {
  position: relative !important;
}
.cid-sgqBhgm0bC .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgqBhgm0bC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgqBhgm0bC .dropdown-item:hover,
.cid-sgqBhgm0bC .dropdown-item:focus {
  background: #31e420 !important;
  color: white !important;
}
.cid-sgqBhgm0bC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgqBhgm0bC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgqBhgm0bC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgqBhgm0bC .nav-link {
  position: relative;
}
.cid-sgqBhgm0bC .container {
  display: flex;
  margin: auto;
}
.cid-sgqBhgm0bC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgqBhgm0bC .dropdown-menu,
.cid-sgqBhgm0bC .navbar.opened {
  background: #1a1a1a !important;
}
.cid-sgqBhgm0bC .nav-item:focus,
.cid-sgqBhgm0bC .nav-link:focus {
  outline: none;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgqBhgm0bC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgqBhgm0bC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1a1a;
}
.cid-sgqBhgm0bC .navbar.opened {
  transition: all 0.3s;
}
.cid-sgqBhgm0bC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgqBhgm0bC .navbar .navbar-logo img {
  width: auto;
}
.cid-sgqBhgm0bC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgqBhgm0bC .navbar.collapsed {
  justify-content: center;
}
.cid-sgqBhgm0bC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgqBhgm0bC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgqBhgm0bC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sgqBhgm0bC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgqBhgm0bC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgqBhgm0bC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgqBhgm0bC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sgqBhgm0bC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgqBhgm0bC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgqBhgm0bC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgqBhgm0bC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgqBhgm0bC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgqBhgm0bC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgqBhgm0bC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgqBhgm0bC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgqBhgm0bC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgqBhgm0bC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgqBhgm0bC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgqBhgm0bC .dropdown-item.active,
.cid-sgqBhgm0bC .dropdown-item:active {
  background-color: transparent;
}
.cid-sgqBhgm0bC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgqBhgm0bC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1a1a;
}
.cid-sgqBhgm0bC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgqBhgm0bC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgqBhgm0bC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgqBhgm0bC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgqBhgm0bC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #31e420;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sgqBhgm0bC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgqBhgm0bC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgqBhgm0bC .navbar {
    height: 70px;
  }
  .cid-sgqBhgm0bC .navbar.opened {
    height: auto;
  }
  .cid-sgqBhgm0bC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shbmeUdwdA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-shbmeUdwdA .carousel {
    min-height: 900px;
  }
  .cid-shbmeUdwdA .carousel img {
    max-height: 900px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-shbmeUdwdA .carousel {
    min-height: 585px;
  }
  .cid-shbmeUdwdA .carousel img {
    max-height: 585px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-shbmeUdwdA .carousel {
    min-height: 495px;
  }
  .cid-shbmeUdwdA .carousel img {
    max-height: 495px;
    object-fit: contain;
  }
  .cid-shbmeUdwdA .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-shbmeUdwdA .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-shbmeUdwdA .carousel,
.cid-shbmeUdwdA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-shbmeUdwdA .item-wrapper {
  width: 100%;
}
.cid-shbmeUdwdA .carousel-caption {
  bottom: 40px;
}
.cid-shbmeUdwdA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-shbmeUdwdA .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-shbmeUdwdA .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-shbmeUdwdA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-shbmeUdwdA .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-shbmeUdwdA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shbmeUdwdA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-shbmeUdwdA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-shbmeUdwdA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-shbmeUdwdA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-shbmeUdwdA .carousel-indicators li.active,
.cid-shbmeUdwdA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-shbmeUdwdA .carousel-indicators li::after,
.cid-shbmeUdwdA .carousel-indicators li::before {
  content: none;
}
.cid-shbmeUdwdA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-shbmeUdwdA .carousel-indicators {
    display: none !important;
  }
}
.cid-shbps45rIS {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-shbps45rIS .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-shbps45rIS .mbr-section-subtitle {
  text-align: center;
}
.cid-shbps45rIS .mbr-text {
  text-align: center;
}
.cid-shbuGFwmI0 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #f4f4f4;
}
.cid-shbuGFwmI0 .item {
  padding-bottom: 2rem;
}
.cid-shbuGFwmI0 .item-wrapper {
  position: relative;
}
.cid-shbuGFwmI0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-shbuGFwmI0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-shbuGFwmI0 .carousel-control,
.cid-shbuGFwmI0 .close {
  background: #1b1b1b;
}
.cid-shbuGFwmI0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-shbuGFwmI0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-shbuGFwmI0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-shbuGFwmI0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-shbuGFwmI0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-shbuGFwmI0 .close::before {
  content: '\e91a';
}
.cid-shbuGFwmI0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-shbuGFwmI0 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-shbuGFwmI0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shbuGFwmI0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-shbuGFwmI0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-shbuGFwmI0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-shbuGFwmI0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-shbuGFwmI0 .carousel-indicators li.active,
.cid-shbuGFwmI0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-shbuGFwmI0 .carousel-indicators li::after,
.cid-shbuGFwmI0 .carousel-indicators li::before {
  content: none;
}
.cid-shbuGFwmI0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-shbuGFwmI0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-shbuGFwmI0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-shbuGFwmI0 .carousel-indicators {
    display: none;
  }
}
.cid-shbuGFwmI0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-shbuGFwmI0 .carousel-inner > .active {
  display: block;
}
.cid-shbuGFwmI0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shbuGFwmI0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shbuGFwmI0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-shbuGFwmI0 .carousel-control,
  .cid-shbuGFwmI0 .carousel-indicators,
  .cid-shbuGFwmI0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-shbuGFwmI0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-shbuGFwmI0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shbuGFwmI0 .carousel-indicators .active,
.cid-shbuGFwmI0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-shbuGFwmI0 .carousel-indicators .active {
  background: #fff;
}
.cid-shbuGFwmI0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-shbuGFwmI0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-shbuGFwmI0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-shbuGFwmI0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-shbuGFwmI0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-shbuGFwmI0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-shbuGFwmI0 .carousel {
  width: 100%;
}
.cid-shbuGFwmI0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-shbuGFwmI0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-shbuGFwmI0 .modal.fade .modal-dialog,
.cid-shbuGFwmI0 .modal.in .modal-dialog {
  transform: none;
}
.cid-shbuGFwmI0 .mbr-gallery .item-wrapper {
  cursor: pointer;
  border-radius: 15px;
}
.cid-shbuGFwmI0 H6 {
  text-align: center;
}
.cid-shbuG3lTLr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-shbuG3lTLr .item {
  padding-bottom: 2rem;
}
.cid-shbuG3lTLr .item-wrapper {
  position: relative;
}
.cid-shbuG3lTLr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-shbuG3lTLr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-shbuG3lTLr .carousel-control,
.cid-shbuG3lTLr .close {
  background: #1b1b1b;
}
.cid-shbuG3lTLr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-shbuG3lTLr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-shbuG3lTLr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-shbuG3lTLr .carousel-control-next span {
  margin-left: 5px;
}
.cid-shbuG3lTLr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-shbuG3lTLr .close::before {
  content: '\e91a';
}
.cid-shbuG3lTLr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-shbuG3lTLr .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-shbuG3lTLr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shbuG3lTLr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-shbuG3lTLr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-shbuG3lTLr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-shbuG3lTLr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-shbuG3lTLr .carousel-indicators li.active,
.cid-shbuG3lTLr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-shbuG3lTLr .carousel-indicators li::after,
.cid-shbuG3lTLr .carousel-indicators li::before {
  content: none;
}
.cid-shbuG3lTLr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-shbuG3lTLr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-shbuG3lTLr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-shbuG3lTLr .carousel-indicators {
    display: none;
  }
}
.cid-shbuG3lTLr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-shbuG3lTLr .carousel-inner > .active {
  display: block;
}
.cid-shbuG3lTLr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shbuG3lTLr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shbuG3lTLr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-shbuG3lTLr .carousel-control,
  .cid-shbuG3lTLr .carousel-indicators,
  .cid-shbuG3lTLr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-shbuG3lTLr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-shbuG3lTLr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shbuG3lTLr .carousel-indicators .active,
.cid-shbuG3lTLr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-shbuG3lTLr .carousel-indicators .active {
  background: #fff;
}
.cid-shbuG3lTLr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-shbuG3lTLr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-shbuG3lTLr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-shbuG3lTLr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-shbuG3lTLr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-shbuG3lTLr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-shbuG3lTLr .carousel {
  width: 100%;
}
.cid-shbuG3lTLr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-shbuG3lTLr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-shbuG3lTLr .modal.fade .modal-dialog,
.cid-shbuG3lTLr .modal.in .modal-dialog {
  transform: none;
}
.cid-shbuG3lTLr .mbr-gallery .item-wrapper {
  cursor: pointer;
  border-radius: 15px;
}
.cid-shbuG3lTLr H6 {
  text-align: center;
}
.cid-sFCjbliOFf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1a1a1a;
}
.cid-sFCjbliOFf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCjbliOFf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCjbliOFf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCjbliOFf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCjbliOFf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCjbliOFf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFCjbliOFf .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCjbliOFf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCjbliOFf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCjbliOFf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCjbliOFf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCjbliOFf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCjbliOFf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCjbliOFf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFCjbliOFf .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-sgqBhgm0bC .navbar-dropdown {
  position: relative !important;
}
.cid-sgqBhgm0bC .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgqBhgm0bC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgqBhgm0bC .dropdown-item:hover,
.cid-sgqBhgm0bC .dropdown-item:focus {
  background: #31e420 !important;
  color: white !important;
}
.cid-sgqBhgm0bC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgqBhgm0bC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgqBhgm0bC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgqBhgm0bC .nav-link {
  position: relative;
}
.cid-sgqBhgm0bC .container {
  display: flex;
  margin: auto;
}
.cid-sgqBhgm0bC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgqBhgm0bC .dropdown-menu,
.cid-sgqBhgm0bC .navbar.opened {
  background: #1a1a1a !important;
}
.cid-sgqBhgm0bC .nav-item:focus,
.cid-sgqBhgm0bC .nav-link:focus {
  outline: none;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgqBhgm0bC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgqBhgm0bC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1a1a;
}
.cid-sgqBhgm0bC .navbar.opened {
  transition: all 0.3s;
}
.cid-sgqBhgm0bC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgqBhgm0bC .navbar .navbar-logo img {
  width: auto;
}
.cid-sgqBhgm0bC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgqBhgm0bC .navbar.collapsed {
  justify-content: center;
}
.cid-sgqBhgm0bC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgqBhgm0bC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgqBhgm0bC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sgqBhgm0bC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgqBhgm0bC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgqBhgm0bC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgqBhgm0bC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sgqBhgm0bC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgqBhgm0bC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgqBhgm0bC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgqBhgm0bC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgqBhgm0bC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgqBhgm0bC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgqBhgm0bC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgqBhgm0bC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgqBhgm0bC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgqBhgm0bC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgqBhgm0bC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgqBhgm0bC .dropdown-item.active,
.cid-sgqBhgm0bC .dropdown-item:active {
  background-color: transparent;
}
.cid-sgqBhgm0bC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgqBhgm0bC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1a1a;
}
.cid-sgqBhgm0bC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgqBhgm0bC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgqBhgm0bC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgqBhgm0bC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgqBhgm0bC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #31e420;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sgqBhgm0bC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgqBhgm0bC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgqBhgm0bC .navbar {
    height: 70px;
  }
  .cid-sgqBhgm0bC .navbar.opened {
    height: auto;
  }
  .cid-sgqBhgm0bC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shsI6yfz9R {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-shsI6yfz9R .mbr-section-title {
  color: #ffffff;
}
.cid-shsI6yfz9R .mbr-section-subtitle {
  color: #ffffff;
}
.cid-shsFZFMkZf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-shsFZFMkZf .item {
  padding-bottom: 2rem;
}
.cid-shsFZFMkZf .item-wrapper {
  height: 400px;
  position: relative;
}
.cid-shsFZFMkZf .item-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-shsFZFMkZf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-shsFZFMkZf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-shsFZFMkZf .carousel-control,
.cid-shsFZFMkZf .close {
  background: #1b1b1b;
}
.cid-shsFZFMkZf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-shsFZFMkZf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-shsFZFMkZf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-shsFZFMkZf .carousel-control-next span {
  margin-left: 5px;
}
.cid-shsFZFMkZf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-shsFZFMkZf .close::before {
  content: '\e91a';
}
.cid-shsFZFMkZf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-shsFZFMkZf .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-shsFZFMkZf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shsFZFMkZf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-shsFZFMkZf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-shsFZFMkZf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-shsFZFMkZf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-shsFZFMkZf .carousel-indicators li.active,
.cid-shsFZFMkZf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-shsFZFMkZf .carousel-indicators li::after,
.cid-shsFZFMkZf .carousel-indicators li::before {
  content: none;
}
.cid-shsFZFMkZf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-shsFZFMkZf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-shsFZFMkZf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-shsFZFMkZf .carousel-indicators {
    display: none;
  }
}
.cid-shsFZFMkZf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-shsFZFMkZf .carousel-inner > .active {
  display: block;
}
.cid-shsFZFMkZf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shsFZFMkZf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shsFZFMkZf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-shsFZFMkZf .carousel-control,
  .cid-shsFZFMkZf .carousel-indicators,
  .cid-shsFZFMkZf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-shsFZFMkZf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-shsFZFMkZf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shsFZFMkZf .carousel-indicators .active,
.cid-shsFZFMkZf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-shsFZFMkZf .carousel-indicators .active {
  background: #fff;
}
.cid-shsFZFMkZf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-shsFZFMkZf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-shsFZFMkZf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-shsFZFMkZf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-shsFZFMkZf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-shsFZFMkZf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-shsFZFMkZf .carousel {
  width: 100%;
}
.cid-shsFZFMkZf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-shsFZFMkZf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-shsFZFMkZf .modal.fade .modal-dialog,
.cid-shsFZFMkZf .modal.in .modal-dialog {
  transform: none;
}
.cid-shsFZFMkZf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-shsFZFMkZf H6 {
  text-align: center;
  color: #ffffff;
}
.cid-shsFZFMkZf H3 {
  color: #31e420;
}
.cid-shsFZFMkZf H4 {
  color: #ffffff;
}
.cid-shsWBGX9QU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-shsWBGX9QU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-shsWBGX9QU .row {
  flex-direction: row-reverse;
}
.cid-shsWBGX9QU img {
  width: 100%;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-shsWBGX9QU .text-wrapper {
    padding: 1rem;
  }
}
.cid-shsWBGX9QU .mbr-text {
  text-align: right;
  color: #000000;
}
.cid-shsWBGX9QU .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-shsWBGX9QU .mbr-description {
  color: #4479d9;
}
.cid-sht0k4j5pC {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sht0k4j5pC .item {
  padding-bottom: 2rem;
}
.cid-sht0k4j5pC .item-wrapper {
  position: relative;
}
.cid-sht0k4j5pC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sht0k4j5pC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sht0k4j5pC .carousel-control,
.cid-sht0k4j5pC .close {
  background: #1b1b1b;
}
.cid-sht0k4j5pC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sht0k4j5pC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sht0k4j5pC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sht0k4j5pC .carousel-control-next span {
  margin-left: 5px;
}
.cid-sht0k4j5pC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sht0k4j5pC .close::before {
  content: '\e91a';
}
.cid-sht0k4j5pC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sht0k4j5pC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sht0k4j5pC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sht0k4j5pC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sht0k4j5pC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sht0k4j5pC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sht0k4j5pC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sht0k4j5pC .carousel-indicators li.active,
.cid-sht0k4j5pC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sht0k4j5pC .carousel-indicators li::after,
.cid-sht0k4j5pC .carousel-indicators li::before {
  content: none;
}
.cid-sht0k4j5pC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sht0k4j5pC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sht0k4j5pC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sht0k4j5pC .carousel-indicators {
    display: none;
  }
}
.cid-sht0k4j5pC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sht0k4j5pC .carousel-inner > .active {
  display: block;
}
.cid-sht0k4j5pC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sht0k4j5pC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sht0k4j5pC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sht0k4j5pC .carousel-control,
  .cid-sht0k4j5pC .carousel-indicators,
  .cid-sht0k4j5pC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sht0k4j5pC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sht0k4j5pC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sht0k4j5pC .carousel-indicators .active,
.cid-sht0k4j5pC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sht0k4j5pC .carousel-indicators .active {
  background: #fff;
}
.cid-sht0k4j5pC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sht0k4j5pC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sht0k4j5pC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sht0k4j5pC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sht0k4j5pC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sht0k4j5pC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sht0k4j5pC .carousel {
  width: 100%;
}
.cid-sht0k4j5pC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sht0k4j5pC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sht0k4j5pC .modal.fade .modal-dialog,
.cid-sht0k4j5pC .modal.in .modal-dialog {
  transform: none;
}
.cid-sht0k4j5pC .mbr-gallery .item-wrapper {
  cursor: pointer;
  border-radius: 15px;
}
.cid-sht0k4j5pC H6 {
  text-align: center;
  color: #ffffff;
}
.cid-sht0k4j5pC H3 {
  color: #ffffff;
}
.cid-sht0k4j5pC H4 {
  color: #ffffff;
}
.cid-sht2IOD8Ji {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sht2IOD8Ji .text-wrapper {
  padding: 2rem;
}
@media (max-width: 991px) {
  .cid-sht2IOD8Ji .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sht2IOD8Ji img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sht2IOD8Ji .text-wrapper {
    padding: 1px;
  }
}
.cid-sht2IOD8Ji .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sht2IOD8Ji .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-sht2IOD8Ji .mbr-description {
  color: #ffffff;
}
.cid-shtac7AUYS {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-shtac7AUYS .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-shtac7AUYS .image-wrap img {
    display: block;
    margin: auto;
    border-radius: 15px;
    width: 80%;
  }
}
.cid-shtac7AUYS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-shtac7AUYS .mbr-text,
.cid-shtac7AUYS .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sFCjbliOFf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1a1a1a;
}
.cid-sFCjbliOFf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCjbliOFf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCjbliOFf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCjbliOFf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCjbliOFf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCjbliOFf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFCjbliOFf .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCjbliOFf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCjbliOFf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCjbliOFf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCjbliOFf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCjbliOFf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCjbliOFf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCjbliOFf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFCjbliOFf .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-sgqBhgm0bC .navbar-dropdown {
  position: relative !important;
}
.cid-sgqBhgm0bC .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgqBhgm0bC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgqBhgm0bC .dropdown-item:hover,
.cid-sgqBhgm0bC .dropdown-item:focus {
  background: #31e420 !important;
  color: white !important;
}
.cid-sgqBhgm0bC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgqBhgm0bC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgqBhgm0bC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgqBhgm0bC .nav-link {
  position: relative;
}
.cid-sgqBhgm0bC .container {
  display: flex;
  margin: auto;
}
.cid-sgqBhgm0bC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgqBhgm0bC .dropdown-menu,
.cid-sgqBhgm0bC .navbar.opened {
  background: #1a1a1a !important;
}
.cid-sgqBhgm0bC .nav-item:focus,
.cid-sgqBhgm0bC .nav-link:focus {
  outline: none;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgqBhgm0bC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgqBhgm0bC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1a1a;
}
.cid-sgqBhgm0bC .navbar.opened {
  transition: all 0.3s;
}
.cid-sgqBhgm0bC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgqBhgm0bC .navbar .navbar-logo img {
  width: auto;
}
.cid-sgqBhgm0bC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgqBhgm0bC .navbar.collapsed {
  justify-content: center;
}
.cid-sgqBhgm0bC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgqBhgm0bC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgqBhgm0bC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sgqBhgm0bC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgqBhgm0bC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgqBhgm0bC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgqBhgm0bC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sgqBhgm0bC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgqBhgm0bC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgqBhgm0bC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgqBhgm0bC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgqBhgm0bC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgqBhgm0bC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgqBhgm0bC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgqBhgm0bC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgqBhgm0bC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgqBhgm0bC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgqBhgm0bC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgqBhgm0bC .dropdown-item.active,
.cid-sgqBhgm0bC .dropdown-item:active {
  background-color: transparent;
}
.cid-sgqBhgm0bC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgqBhgm0bC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1a1a;
}
.cid-sgqBhgm0bC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgqBhgm0bC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgqBhgm0bC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgqBhgm0bC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgqBhgm0bC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #31e420;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sgqBhgm0bC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgqBhgm0bC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgqBhgm0bC .navbar {
    height: 70px;
  }
  .cid-sgqBhgm0bC .navbar.opened {
    height: auto;
  }
  .cid-sgqBhgm0bC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shb4i530QD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-shb4i530QD .mbr-section-subtitle {
  text-align: center;
}
.cid-shb4i530QD .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-shb3THiFew {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-shb3THiFew blockquote {
  border-color: #31e420;
  border-radius: 15px;
  background-color: #f4f4f4;
}
.cid-shb3THiFew .mbr-text {
  color: #000000;
  margin-bottom: -2rem;
  margin-top: -2rem;
}
.cid-t6XIY3C7kS {
  padding-top: 45px;
  padding-bottom: 6rem;
  background-color: #f4f4f4;
}
.cid-t6XIY3C7kS .container-fluid {
  padding: 0 3rem;
}
.cid-t6XIY3C7kS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #31e420 50%, #ffffff 120%);
  display: inline-block;
}
.cid-t6XIY3C7kS .panel-group {
  width: 100%;
  margin: 1rem auto;
  margin-top: 0;
}
.cid-t6XIY3C7kS .header-text {
  padding: 10px 15px !important;
}
.cid-t6XIY3C7kS .card {
  border-radius: 20px !important;
  background: #fafafa;
  margin-bottom: 10px;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.2);
}
.cid-t6XIY3C7kS .card .card-header {
  border-radius: 10px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-t6XIY3C7kS .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 20px 20px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-t6XIY3C7kS .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t6XIY3C7kS .card .card-header a.panel-title:hover .sign {
  background-color: #d7d7d7 !important;
}
.cid-t6XIY3C7kS .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 20px 20px 0;
  background-color: #31e420;
  padding: 2rem;
  padding-top: 20px;
  color: #000000;
}
.cid-t6XIY3C7kS .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-t6XIY3C7kS .card .card-header a.collapsed {
  border-radius: 20px;
}
.cid-t6XIY3C7kS .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 20px;
}
@media (max-width: 767px) {
  .cid-t6XIY3C7kS .container-fluid {
    padding: 0 1rem;
  }
  .cid-t6XIY3C7kS .header-text {
    padding: 15px !important;
  }
  .cid-t6XIY3C7kS .sign {
    padding: 16px !important;
    padding-top: 16px !important;
  }
  .cid-t6XIY3C7kS .panel-body {
    width: calc(100% - 48px);
  }
  .cid-t6XIY3C7kS .panel-group {
    padding: 0;
  }
}
.cid-t6XIY3C7kS .header-text,
.cid-t6XIY3C7kS .sign {
  color: #000000;
}
.cid-t6XIY3C7kS .mbr-section-subtitle {
  color: #000000;
}
.cid-sFCjbliOFf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1a1a1a;
}
.cid-sFCjbliOFf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCjbliOFf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCjbliOFf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCjbliOFf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCjbliOFf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCjbliOFf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFCjbliOFf .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCjbliOFf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCjbliOFf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCjbliOFf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCjbliOFf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCjbliOFf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCjbliOFf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCjbliOFf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFCjbliOFf .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-sgqBhgm0bC .navbar-dropdown {
  position: relative !important;
}
.cid-sgqBhgm0bC .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgqBhgm0bC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgqBhgm0bC .dropdown-item:hover,
.cid-sgqBhgm0bC .dropdown-item:focus {
  background: #31e420 !important;
  color: white !important;
}
.cid-sgqBhgm0bC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgqBhgm0bC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgqBhgm0bC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgqBhgm0bC .nav-link {
  position: relative;
}
.cid-sgqBhgm0bC .container {
  display: flex;
  margin: auto;
}
.cid-sgqBhgm0bC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgqBhgm0bC .dropdown-menu,
.cid-sgqBhgm0bC .navbar.opened {
  background: #1a1a1a !important;
}
.cid-sgqBhgm0bC .nav-item:focus,
.cid-sgqBhgm0bC .nav-link:focus {
  outline: none;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgqBhgm0bC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgqBhgm0bC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1a1a;
}
.cid-sgqBhgm0bC .navbar.opened {
  transition: all 0.3s;
}
.cid-sgqBhgm0bC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgqBhgm0bC .navbar .navbar-logo img {
  width: auto;
}
.cid-sgqBhgm0bC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgqBhgm0bC .navbar.collapsed {
  justify-content: center;
}
.cid-sgqBhgm0bC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgqBhgm0bC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgqBhgm0bC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sgqBhgm0bC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgqBhgm0bC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgqBhgm0bC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgqBhgm0bC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sgqBhgm0bC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgqBhgm0bC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgqBhgm0bC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgqBhgm0bC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgqBhgm0bC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgqBhgm0bC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgqBhgm0bC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgqBhgm0bC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgqBhgm0bC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgqBhgm0bC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgqBhgm0bC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgqBhgm0bC .dropdown-item.active,
.cid-sgqBhgm0bC .dropdown-item:active {
  background-color: transparent;
}
.cid-sgqBhgm0bC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgqBhgm0bC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1a1a;
}
.cid-sgqBhgm0bC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgqBhgm0bC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgqBhgm0bC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgqBhgm0bC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgqBhgm0bC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #31e420;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sgqBhgm0bC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgqBhgm0bC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgqBhgm0bC .navbar {
    height: 70px;
  }
  .cid-sgqBhgm0bC .navbar.opened {
    height: auto;
  }
  .cid-sgqBhgm0bC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shaFCb9mCq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-shaFCb9mCq .mbr-section-title {
  color: #000000;
}
.cid-shaFCb9mCq .mbr-section-subtitle {
  color: #000000;
}
.cid-shaFuDjXZd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-shaFuDjXZd .line {
  background-color: #31e420;
  align: center;
  height: 2px;
  margin: 0 auto;
  border-radius: 15px;
}
.cid-shaFuDjXZd .mbr-text {
  color: #000000;
}
.cid-shaGmDXsrp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-shaGmDXsrp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-shaGmDXsrp .row {
  flex-direction: row-reverse;
}
.cid-shaGmDXsrp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-shaGmDXsrp .text-wrapper {
    padding: 1px;
  }
}
.cid-shaGmDXsrp .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-shaGmDXsrp .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-shaGmDXsrp .mbr-description {
  color: #000000;
}
.cid-shaHRw0koC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-shaHRw0koC .mbr-section-subtitle {
  color: #000000;
}
.cid-shaHRw0koC .mbr-text {
  color: #000000;
}
.cid-shaHS0hpEz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-shaHS0hpEz blockquote {
  border-color: #31e420;
  border-radius: 15px;
  background-color: #f4f4f4;
}
.cid-shaHS0hpEz .mbr-text {
  color: #000000;
  margin-bottom: -2rem;
}
.cid-shaHS0hpEz .mbr-section-title {
  color: #000000;
  margin-top: -2rem;
}
.cid-shaJNlSCPC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-shaJNlSCPC .row {
  flex-direction: row-reverse;
}
.cid-shaJNlSCPC .mbr-section-subtitle {
  color: #000000;
}
.cid-shaJNlSCPC .mbr-text {
  color: #000000;
}
.cid-shaL6nQnQ9 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-shaL6nQnQ9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-shaL6nQnQ9 img {
  width: 100%;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-shaL6nQnQ9 .text-wrapper {
    padding: 1rem;
  }
}
.cid-shaL6nQnQ9 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shaL6nQnQ9 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-shaL6nQnQ9 .mbr-description {
  color: #ffffff;
}
.cid-shaVf1djUt {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-shaVf1djUt .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-shaVf1djUt .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-shaMI40NMg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-shaMI40NMg .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-shaMI40NMg .container {
    max-width: 1400px;
  }
}
.cid-shaMI40NMg .card {
  margin: auto;
}
.cid-shaMI40NMg .mbr-iconfont {
  display: block;
  font-size: 5.5rem;
  color: #31e420;
  margin-bottom: 1rem;
}
.cid-shaMI40NMg .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-shaMI40NMg .row {
  justify-content: center;
}
.cid-shaMI40NMg H3 {
  text-align: center;
}
.cid-shaMI40NMg .card-title,
.cid-shaMI40NMg .card-box {
  color: #000000;
}
.cid-shaMcKOyI8 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-shaMcKOyI8 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-shaMcKOyI8 .counter-container ul li {
  margin-bottom: 3rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-shaMcKOyI8 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #31e420;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-shaMcKOyI8 .mbr-text UL {
  text-align: left;
}
.cid-shaMcKOyI8 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shaMcKOyI8 .mbr-text {
  color: #000000;
}
.cid-sFCjbliOFf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1a1a1a;
}
.cid-sFCjbliOFf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCjbliOFf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCjbliOFf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCjbliOFf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCjbliOFf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCjbliOFf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFCjbliOFf .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCjbliOFf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCjbliOFf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCjbliOFf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCjbliOFf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCjbliOFf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCjbliOFf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCjbliOFf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFCjbliOFf .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-shs234FDAm .navbar-dropdown {
  position: relative !important;
}
.cid-shs234FDAm .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-shs234FDAm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-shs234FDAm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-shs234FDAm .dropdown-item:hover,
.cid-shs234FDAm .dropdown-item:focus {
  background: #31e420 !important;
  color: white !important;
}
.cid-shs234FDAm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-shs234FDAm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-shs234FDAm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-shs234FDAm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-shs234FDAm .nav-link {
  position: relative;
}
.cid-shs234FDAm .container {
  display: flex;
  margin: auto;
}
.cid-shs234FDAm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-shs234FDAm .dropdown-menu,
.cid-shs234FDAm .navbar.opened {
  background: #1a1a1a !important;
}
.cid-shs234FDAm .nav-item:focus,
.cid-shs234FDAm .nav-link:focus {
  outline: none;
}
.cid-shs234FDAm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-shs234FDAm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shs234FDAm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-shs234FDAm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-shs234FDAm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shs234FDAm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shs234FDAm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1a1a;
}
.cid-shs234FDAm .navbar.opened {
  transition: all 0.3s;
}
.cid-shs234FDAm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-shs234FDAm .navbar .navbar-logo img {
  width: auto;
}
.cid-shs234FDAm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-shs234FDAm .navbar.collapsed {
  justify-content: center;
}
.cid-shs234FDAm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shs234FDAm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-shs234FDAm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-shs234FDAm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shs234FDAm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shs234FDAm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-shs234FDAm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shs234FDAm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-shs234FDAm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-shs234FDAm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shs234FDAm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shs234FDAm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shs234FDAm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shs234FDAm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-shs234FDAm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-shs234FDAm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shs234FDAm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-shs234FDAm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-shs234FDAm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-shs234FDAm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-shs234FDAm .navbar.navbar-short {
  min-height: 60px;
}
.cid-shs234FDAm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-shs234FDAm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-shs234FDAm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shs234FDAm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shs234FDAm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shs234FDAm .dropdown-item.active,
.cid-shs234FDAm .dropdown-item:active {
  background-color: transparent;
}
.cid-shs234FDAm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-shs234FDAm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shs234FDAm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shs234FDAm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1a1a;
}
.cid-shs234FDAm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shs234FDAm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shs234FDAm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-shs234FDAm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-shs234FDAm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-shs234FDAm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #31e420;
}
.cid-shs234FDAm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shs234FDAm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shs234FDAm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shs234FDAm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shs234FDAm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shs234FDAm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shs234FDAm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shs234FDAm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shs234FDAm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-shs234FDAm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-shs234FDAm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shs234FDAm .navbar {
    height: 70px;
  }
  .cid-shs234FDAm .navbar.opened {
    height: auto;
  }
  .cid-shs234FDAm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shFG9TIKdZ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-shFG9TIKdZ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shFG9TIKdZ .mbr-section-subtitle {
  text-align: center;
}
.cid-shFG9TIKdZ .mbr-text {
  text-align: left;
}
.cid-shFvsatMnw {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shFvsatMnw a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 4px;
}
.cid-shFvsatMnw a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-shFvsatMnw .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-shFvsatMnw .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-shFvsatMnw .form-control {
  background: none;
  border-radius: 15px;
  background-color: #f4f4f4;
}
.cid-shFvsatMnw textarea.form-control {
  min-height: 214.5px;
}
.cid-shFvsatMnw .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-shFvsatMnw .order-2 {
  margin-bottom: -2.5rem;
}
.cid-shFvsatMnw h4,
.cid-shFvsatMnw p {
  margin: 0;
}
.cid-shFvsatMnw h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-shFvsatMnw h3 {
  color: #767676;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.cid-shFvsatMnw .icon {
  color: #31e420;
  font-size: 2.3rem;
}
@media (max-width: 991px) {
  .cid-shFvsatMnw h2 {
    text-align: center;
  }
  .cid-shFvsatMnw h3 {
    text-align: center;
  }
  .cid-shFvsatMnw .input-group-btn {
    text-align: center;
  }
  .cid-shFvsatMnw .social-list {
    text-align: center;
  }
  .cid-shFvsatMnw .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-shFvsatMnw H2 {
  color: #656565;
}
.cid-shFvsatMnw .content {
  text-align: left;
  color: #000000;
}
.cid-shFvsatMnw .type {
  text-align: left;
  padding-bottom: 8px;
  color: #000000;
}
.cid-shFvsatMnw .title1 {
  text-align: left;
  color: #000000;
}
.cid-shFvsatMnw .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-shFvsatMnw .title2 {
  color: #e43f3f;
}
.cid-sFCjbliOFf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1a1a1a;
}
.cid-sFCjbliOFf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCjbliOFf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCjbliOFf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCjbliOFf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCjbliOFf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCjbliOFf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFCjbliOFf .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCjbliOFf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCjbliOFf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCjbliOFf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCjbliOFf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCjbliOFf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCjbliOFf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCjbliOFf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFCjbliOFf .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-sgqBhgm0bC .navbar-dropdown {
  position: relative !important;
}
.cid-sgqBhgm0bC .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgqBhgm0bC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgqBhgm0bC .dropdown-item:hover,
.cid-sgqBhgm0bC .dropdown-item:focus {
  background: #31e420 !important;
  color: white !important;
}
.cid-sgqBhgm0bC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgqBhgm0bC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgqBhgm0bC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgqBhgm0bC .nav-link {
  position: relative;
}
.cid-sgqBhgm0bC .container {
  display: flex;
  margin: auto;
}
.cid-sgqBhgm0bC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgqBhgm0bC .dropdown-menu,
.cid-sgqBhgm0bC .navbar.opened {
  background: #1a1a1a !important;
}
.cid-sgqBhgm0bC .nav-item:focus,
.cid-sgqBhgm0bC .nav-link:focus {
  outline: none;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgqBhgm0bC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgqBhgm0bC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1a1a;
}
.cid-sgqBhgm0bC .navbar.opened {
  transition: all 0.3s;
}
.cid-sgqBhgm0bC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgqBhgm0bC .navbar .navbar-logo img {
  width: auto;
}
.cid-sgqBhgm0bC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgqBhgm0bC .navbar.collapsed {
  justify-content: center;
}
.cid-sgqBhgm0bC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgqBhgm0bC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgqBhgm0bC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sgqBhgm0bC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgqBhgm0bC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgqBhgm0bC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgqBhgm0bC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sgqBhgm0bC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgqBhgm0bC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgqBhgm0bC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgqBhgm0bC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgqBhgm0bC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgqBhgm0bC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgqBhgm0bC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgqBhgm0bC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgqBhgm0bC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgqBhgm0bC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgqBhgm0bC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgqBhgm0bC .dropdown-item.active,
.cid-sgqBhgm0bC .dropdown-item:active {
  background-color: transparent;
}
.cid-sgqBhgm0bC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgqBhgm0bC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1a1a;
}
.cid-sgqBhgm0bC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgqBhgm0bC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgqBhgm0bC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgqBhgm0bC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgqBhgm0bC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #31e420;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sgqBhgm0bC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgqBhgm0bC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgqBhgm0bC .navbar {
    height: 70px;
  }
  .cid-sgqBhgm0bC .navbar.opened {
    height: auto;
  }
  .cid-sgqBhgm0bC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shawdz3bvT {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-shawdz3bvT .mbr-text {
  text-align: left;
}
.cid-sFCjbliOFf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1a1a1a;
}
.cid-sFCjbliOFf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCjbliOFf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCjbliOFf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCjbliOFf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCjbliOFf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCjbliOFf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFCjbliOFf .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCjbliOFf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCjbliOFf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCjbliOFf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCjbliOFf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCjbliOFf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCjbliOFf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCjbliOFf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFCjbliOFf .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-sgqBhgm0bC .navbar-dropdown {
  position: relative !important;
}
.cid-sgqBhgm0bC .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgqBhgm0bC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgqBhgm0bC .dropdown-item:hover,
.cid-sgqBhgm0bC .dropdown-item:focus {
  background: #31e420 !important;
  color: white !important;
}
.cid-sgqBhgm0bC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgqBhgm0bC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgqBhgm0bC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgqBhgm0bC .nav-link {
  position: relative;
}
.cid-sgqBhgm0bC .container {
  display: flex;
  margin: auto;
}
.cid-sgqBhgm0bC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgqBhgm0bC .dropdown-menu,
.cid-sgqBhgm0bC .navbar.opened {
  background: #1a1a1a !important;
}
.cid-sgqBhgm0bC .nav-item:focus,
.cid-sgqBhgm0bC .nav-link:focus {
  outline: none;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgqBhgm0bC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgqBhgm0bC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1a1a;
}
.cid-sgqBhgm0bC .navbar.opened {
  transition: all 0.3s;
}
.cid-sgqBhgm0bC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgqBhgm0bC .navbar .navbar-logo img {
  width: auto;
}
.cid-sgqBhgm0bC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgqBhgm0bC .navbar.collapsed {
  justify-content: center;
}
.cid-sgqBhgm0bC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgqBhgm0bC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgqBhgm0bC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sgqBhgm0bC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgqBhgm0bC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgqBhgm0bC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgqBhgm0bC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sgqBhgm0bC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgqBhgm0bC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgqBhgm0bC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgqBhgm0bC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgqBhgm0bC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgqBhgm0bC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgqBhgm0bC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgqBhgm0bC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgqBhgm0bC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgqBhgm0bC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgqBhgm0bC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgqBhgm0bC .dropdown-item.active,
.cid-sgqBhgm0bC .dropdown-item:active {
  background-color: transparent;
}
.cid-sgqBhgm0bC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgqBhgm0bC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1a1a;
}
.cid-sgqBhgm0bC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgqBhgm0bC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgqBhgm0bC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgqBhgm0bC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgqBhgm0bC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #31e420;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sgqBhgm0bC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgqBhgm0bC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgqBhgm0bC .navbar {
    height: 70px;
  }
  .cid-sgqBhgm0bC .navbar.opened {
    height: auto;
  }
  .cid-sgqBhgm0bC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shQnvAMzRk {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sFCjbliOFf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1a1a1a;
}
.cid-sFCjbliOFf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCjbliOFf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCjbliOFf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCjbliOFf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCjbliOFf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCjbliOFf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFCjbliOFf .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCjbliOFf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCjbliOFf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCjbliOFf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCjbliOFf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCjbliOFf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCjbliOFf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCjbliOFf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFCjbliOFf .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-shs234FDAm .navbar-dropdown {
  position: relative !important;
}
.cid-shs234FDAm .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-shs234FDAm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-shs234FDAm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-shs234FDAm .dropdown-item:hover,
.cid-shs234FDAm .dropdown-item:focus {
  background: #31e420 !important;
  color: white !important;
}
.cid-shs234FDAm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-shs234FDAm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-shs234FDAm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-shs234FDAm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-shs234FDAm .nav-link {
  position: relative;
}
.cid-shs234FDAm .container {
  display: flex;
  margin: auto;
}
.cid-shs234FDAm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-shs234FDAm .dropdown-menu,
.cid-shs234FDAm .navbar.opened {
  background: #1a1a1a !important;
}
.cid-shs234FDAm .nav-item:focus,
.cid-shs234FDAm .nav-link:focus {
  outline: none;
}
.cid-shs234FDAm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-shs234FDAm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shs234FDAm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-shs234FDAm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-shs234FDAm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shs234FDAm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shs234FDAm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1a1a;
}
.cid-shs234FDAm .navbar.opened {
  transition: all 0.3s;
}
.cid-shs234FDAm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-shs234FDAm .navbar .navbar-logo img {
  width: auto;
}
.cid-shs234FDAm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-shs234FDAm .navbar.collapsed {
  justify-content: center;
}
.cid-shs234FDAm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shs234FDAm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-shs234FDAm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-shs234FDAm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shs234FDAm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shs234FDAm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-shs234FDAm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shs234FDAm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-shs234FDAm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-shs234FDAm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shs234FDAm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shs234FDAm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shs234FDAm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shs234FDAm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-shs234FDAm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-shs234FDAm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shs234FDAm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-shs234FDAm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-shs234FDAm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-shs234FDAm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-shs234FDAm .navbar.navbar-short {
  min-height: 60px;
}
.cid-shs234FDAm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-shs234FDAm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-shs234FDAm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shs234FDAm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shs234FDAm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shs234FDAm .dropdown-item.active,
.cid-shs234FDAm .dropdown-item:active {
  background-color: transparent;
}
.cid-shs234FDAm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-shs234FDAm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shs234FDAm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shs234FDAm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1a1a;
}
.cid-shs234FDAm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shs234FDAm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shs234FDAm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-shs234FDAm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-shs234FDAm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-shs234FDAm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #31e420;
}
.cid-shs234FDAm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shs234FDAm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shs234FDAm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shs234FDAm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shs234FDAm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shs234FDAm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shs234FDAm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shs234FDAm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shs234FDAm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-shs234FDAm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-shs234FDAm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shs234FDAm .navbar {
    height: 70px;
  }
  .cid-shs234FDAm .navbar.opened {
    height: auto;
  }
  .cid-shs234FDAm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shs235xuHJ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-shs235xuHJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-shs235xuHJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-shs235VPFQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-shs235VPFQ .item {
  padding-bottom: 2rem;
}
.cid-shs235VPFQ .item-wrapper {
  position: relative;
}
.cid-shs235VPFQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-shs235VPFQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-shs235VPFQ .carousel-control,
.cid-shs235VPFQ .close {
  background: #1b1b1b;
}
.cid-shs235VPFQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-shs235VPFQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-shs235VPFQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-shs235VPFQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-shs235VPFQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-shs235VPFQ .close::before {
  content: '\e91a';
}
.cid-shs235VPFQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-shs235VPFQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-shs235VPFQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shs235VPFQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-shs235VPFQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-shs235VPFQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-shs235VPFQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-shs235VPFQ .carousel-indicators li.active,
.cid-shs235VPFQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-shs235VPFQ .carousel-indicators li::after,
.cid-shs235VPFQ .carousel-indicators li::before {
  content: none;
}
.cid-shs235VPFQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-shs235VPFQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-shs235VPFQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-shs235VPFQ .carousel-indicators {
    display: none;
  }
}
.cid-shs235VPFQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-shs235VPFQ .carousel-inner > .active {
  display: block;
}
.cid-shs235VPFQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shs235VPFQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shs235VPFQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-shs235VPFQ .carousel-control,
  .cid-shs235VPFQ .carousel-indicators,
  .cid-shs235VPFQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-shs235VPFQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-shs235VPFQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shs235VPFQ .carousel-indicators .active,
.cid-shs235VPFQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-shs235VPFQ .carousel-indicators .active {
  background: #fff;
}
.cid-shs235VPFQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-shs235VPFQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-shs235VPFQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-shs235VPFQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-shs235VPFQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-shs235VPFQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-shs235VPFQ .carousel {
  width: 100%;
}
.cid-shs235VPFQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-shs235VPFQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-shs235VPFQ .modal.fade .modal-dialog,
.cid-shs235VPFQ .modal.in .modal-dialog {
  transform: none;
}
.cid-shs235VPFQ .mbr-gallery .item-wrapper {
  cursor: pointer;
  border-radius: 15px;
}
.cid-shs235VPFQ H6 {
  text-align: center;
  color: #ffffff;
}
.cid-shs235VPFQ H3 {
  color: #ffffff;
}
.cid-shs235VPFQ H4 {
  color: #31e420;
}
.cid-shs236Btdx {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #1a1a1a;
}
.cid-shs236Btdx .item {
  padding-bottom: 2rem;
}
.cid-shs236Btdx .item-wrapper {
  position: relative;
}
.cid-shs236Btdx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-shs236Btdx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-shs236Btdx .carousel-control,
.cid-shs236Btdx .close {
  background: #1b1b1b;
}
.cid-shs236Btdx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-shs236Btdx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-shs236Btdx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-shs236Btdx .carousel-control-next span {
  margin-left: 5px;
}
.cid-shs236Btdx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-shs236Btdx .close::before {
  content: '\e91a';
}
.cid-shs236Btdx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-shs236Btdx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-shs236Btdx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shs236Btdx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-shs236Btdx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-shs236Btdx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-shs236Btdx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-shs236Btdx .carousel-indicators li.active,
.cid-shs236Btdx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-shs236Btdx .carousel-indicators li::after,
.cid-shs236Btdx .carousel-indicators li::before {
  content: none;
}
.cid-shs236Btdx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-shs236Btdx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-shs236Btdx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-shs236Btdx .carousel-indicators {
    display: none;
  }
}
.cid-shs236Btdx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-shs236Btdx .carousel-inner > .active {
  display: block;
}
.cid-shs236Btdx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shs236Btdx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shs236Btdx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-shs236Btdx .carousel-control,
  .cid-shs236Btdx .carousel-indicators,
  .cid-shs236Btdx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-shs236Btdx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-shs236Btdx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shs236Btdx .carousel-indicators .active,
.cid-shs236Btdx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-shs236Btdx .carousel-indicators .active {
  background: #fff;
}
.cid-shs236Btdx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-shs236Btdx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-shs236Btdx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-shs236Btdx .modal-content {
  border: none;
  background: transparent;
}
.cid-shs236Btdx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-shs236Btdx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-shs236Btdx .carousel {
  width: 100%;
}
.cid-shs236Btdx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-shs236Btdx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-shs236Btdx .modal.fade .modal-dialog,
.cid-shs236Btdx .modal.in .modal-dialog {
  transform: none;
}
.cid-shs236Btdx .mbr-gallery .item-wrapper {
  cursor: pointer;
  border-radius: 15px;
}
.cid-shs236Btdx H6 {
  text-align: center;
  color: #ffffff;
}
.cid-shs236Btdx H3 {
  color: #31e420;
}
.cid-shs236Btdx H4 {
  color: #ffffff;
}
.cid-shs237kebz {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-shs237kebz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-shs237kebz .row {
  flex-direction: row-reverse;
}
.cid-shs237kebz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-shs237kebz .text-wrapper {
    padding: 1rem;
  }
}
.cid-shs237kebz .mbr-description {
  color: #ffffff;
}
.cid-shs237kebz .mbr-text {
  color: #ffffff;
}
.cid-shs237kebz .mbr-section-title {
  color: #31e420;
}
.cid-shs237OO5v {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-shs237OO5v .mbr-iconfont {
  font-size: 38px;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-shs237OO5v .mbr-section-title {
  margin: 0;
}
.cid-shs237OO5v .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-shs237OO5v .card-img {
  text-align: inherit;
}
.cid-shs237OO5v .card-img span {
  background: linear-gradient(90deg, #31e420, #31e420);
}
.cid-shs237OO5v .mbr-text {
  color: #8d97ad;
}
.cid-shs237OO5v .wrapper {
  border-radius: 15px;
  padding: 2.5rem;
  background: #232323;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-shs237OO5v .wrapper {
    margin-bottom: 4rem;
  }
}
.cid-shs237OO5v .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-shs238tlJX {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-shs238tlJX .mbr-iconfont {
  font-size: 38px;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-shs238tlJX .mbr-section-title {
  margin: 0;
}
.cid-shs238tlJX .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-shs238tlJX .card-img {
  text-align: inherit;
}
.cid-shs238tlJX .card-img span {
  background: linear-gradient(90deg, #31e420, #31e420);
}
.cid-shs238tlJX .mbr-text {
  color: #8d97ad;
}
.cid-shs238tlJX .wrapper {
  border-radius: 15px;
  padding: 2.5rem;
  background: #232323;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-shs238tlJX .wrapper {
    margin-bottom: 4rem;
  }
}
.cid-shs238tlJX .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-shs239aGZ1 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #1a1a1a;
}
.cid-shs239aGZ1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-shs239aGZ1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-shs239B3AS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-shs239B3AS .card-icon {
  font-size: 72px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-shs239B3AS .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-shs239B3AS .link-ico {
  font-size: 0.8rem;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-shs239B3AS .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.0rem;
  transition: background 0.3s;
}
.cid-shs239B3AS .card {
  padding: 0!important;
}
.cid-shs239B3AS .card-wrapper {
  padding: 2rem;
  transition: background 0.3s;
}
.cid-shs239B3AS .card-wrapper:hover {
  background: #ffffff;
}
.cid-shs239B3AS .card-wrapper:hover .card-icon {
  color: #10b600;
}
.cid-shs239B3AS .card-wrapper:hover .line {
  background: #10b600;
  border-radius: 15px;
}
.cid-shs239B3AS .card1 {
  background: #10b600;
}
.cid-shs239B3AS .card2 {
  background: #11c000;
}
.cid-shs239B3AS .card3 {
  background: #13d500;
}
.cid-shs239B3AS .card4 {
  background: #14e900;
}
.cid-shs239B3AS .card5 {
  background: #16fd00;
}
.cid-shs239B3AS .card6 {
  background: #28ff13;
}
.cid-shs239B3AS .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-shs239B3AS .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-shs239B3AS .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-shs239B3AS .card-title,
.cid-shs239B3AS .card-ico,
.cid-shs239B3AS .line-wrap {
  color: #000000;
}
.cid-shs239B3AS .mbr-text,
.cid-shs239B3AS .card-link {
  color: #000000;
  text-align: center;
}
.cid-si24JRZNrx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-si24JRZNrx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-si24JRZNrx .row {
  flex-direction: row-reverse;
}
.cid-si24JRZNrx img {
  width: 100%;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-si24JRZNrx .text-wrapper {
    padding: 1px;
  }
}
.cid-si24JRZNrx .mbr-text {
  text-align: right;
  color: #ffffff;
}
.cid-si24JRZNrx .mbr-section-title {
  color: #31e420;
  text-align: right;
}
.cid-si24JRZNrx .mbr-description {
  color: #ffffff;
}
.cid-si24V60ZVh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1a1a1a;
}
@media (max-width: 991px) {
  .cid-si24V60ZVh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-si24V60ZVh img {
  width: 100%;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-si24V60ZVh .text-wrapper {
    padding: 1px;
  }
}
.cid-si24V60ZVh .mbr-section-title {
  text-align: left;
  color: #31e420;
}
.cid-si24V60ZVh .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-si24V60ZVh .mbr-description {
  color: #ffffff;
}
.cid-shs4IYbxYT {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-shs4IYbxYT .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-shs4IYbxYT .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
    border-radius: 15px;
  }
}
.cid-shs4IYbxYT .mbr-section-title {
  color: #31e420;
  text-align: center;
}
.cid-shs4IYbxYT .mbr-text,
.cid-shs4IYbxYT .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-si275lL4dV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1a1a1a;
}
@media (max-width: 991px) {
  .cid-si275lL4dV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-si275lL4dV .row {
  flex-direction: row-reverse;
}
.cid-si275lL4dV img {
  width: 100%;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-si275lL4dV .text-wrapper {
    padding: 1px;
  }
}
.cid-si275lL4dV .mbr-text {
  text-align: right;
  color: #ffffff;
}
.cid-si275lL4dV .mbr-section-title {
  color: #31e420;
  text-align: right;
}
.cid-si275lL4dV .mbr-description {
  color: #ffffff;
}
.cid-shsd0rbhy3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-shsd0rbhy3 .mbr-section-title {
  color: #31e420;
}
.cid-shsd0rbhy3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-si8s32RB1o {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-si8s32RB1o .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-si8s32RB1o .mbr-section-title,
.cid-si8s32RB1o .mbr-section-subtitle {
  text-align: center;
}
.cid-si8s32RB1o .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-si8s32RB1o .card-wrapper {
  border-radius: 15px;
  background-color: #353535;
}
.cid-si8s32RB1o .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .cid-si8s32RB1o .card-box {
    padding: 1rem;
    border-radius: 15px;
  }
}
@media (min-width: 768px) {
  .cid-si8s32RB1o .card-box {
    padding-right: 1rem;
    border-radius: 15px;
  }
}
@media (min-width: 992px) {
  .cid-si8s32RB1o .card-box {
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 15px;
  }
}
.cid-si8s32RB1o .mbr-section-title {
  color: #ffffff;
}
.cid-si8s32RB1o .card-title {
  color: #ffffff;
}
.cid-si8s32RB1o .mbr-text {
  color: #ffffff;
}
.cid-t6XKoJDq4p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6XKoJDq4p .mbr-section-title {
  color: #444444;
}
.cid-t6XKoJDq4p .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-t6XKoJDq4p .mbr-text {
  color: #8d97ad;
}
.cid-t6XKoJDq4p .nav {
  border: none;
}
.cid-t6XKoJDq4p .nav-tabs {
  display: table;
  width: 100%;
}
.cid-t6XKoJDq4p .nav-tabs .nav-item {
  display: table-cell;
}
.cid-t6XKoJDq4p .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-t6XKoJDq4p .tab-content {
  margin-top: 3rem;
}
.cid-t6XKoJDq4p .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-t6XKoJDq4p .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-t6XKoJDq4p .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
  border-bottom: none;
}
.cid-t6XKoJDq4p .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-t6XKoJDq4p .nav-item {
    display: table-row !important;
  }
}
.cid-t6XJLGXere {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-t6XJLGXere .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t6XJLGXere .mbr-text {
  color: #ffffff;
}
.cid-t6XJLGXere .nav {
  border: none;
}
.cid-t6XJLGXere .nav-tabs {
  width: 100%;
}
.cid-t6XJLGXere .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-t6XJLGXere .card-img {
  overflow: hidden;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 30px rgba(147, 153, 161, 0.3);
  box-shadow: 0px 0px 30px rgba(147, 153, 161, 0.3);
}
.cid-t6XJLGXere .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-t6XJLGXere .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #ffffff;
  font-weight: 500;
  padding: 1rem;
  border: 3px solid #efefef;
  margin: 0px;
  border-radius: 10px !important;
  transition: all .3s;
}
.cid-t6XJLGXere .nav-tabs .nav-link:hover {
  background-color: #31e420;
  color: #000000;
}
.cid-t6XJLGXere .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #31e420;
}
.cid-t6XJLGXere .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-t6XJLGXere .nav-item {
    display: table-row !important;
  }
}
.cid-t6XJLGXere .title-content {
  color: #ffffff;
}
.cid-t6XJLGXere .mbr-text,
.cid-t6XJLGXere .mbr-section-btn {
  text-align: left;
}
.cid-t6XJLGXere .mbr-section-title {
  color: #ffffff;
}
.cid-si27ndKSJy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1a1a1a;
}
@media (max-width: 991px) {
  .cid-si27ndKSJy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-si27ndKSJy img {
  width: 100%;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-si27ndKSJy .text-wrapper {
    padding: 1px;
  }
}
.cid-si27ndKSJy .mbr-section-title {
  text-align: left;
  color: #31e420;
}
.cid-si27ndKSJy .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-si27ndKSJy .mbr-description {
  color: #ffffff;
}
.cid-sihM4uPh9R {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
@media (max-width: 991px) {
  .cid-sihM4uPh9R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sihM4uPh9R img {
  width: 100%;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-sihM4uPh9R .text-wrapper {
    padding: 1px;
  }
}
.cid-sihM4uPh9R .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sihM4uPh9R .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-sihM4uPh9R .mbr-description {
  color: #ffffff;
}
.cid-shsvwWgOpO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-shsvwWgOpO .mbr-iconfont {
  color: #ffe161;
}
.cid-shsvwWgOpO .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-shsvwWgOpO .mbr-text {
  margin: 1.5rem 0;
}
.cid-shsvwWgOpO .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 1rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shsvwWgOpO .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-shsvwWgOpO .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 10%;
    padding: 15px;
  }
}
.cid-shsvwWgOpO .mbr-section-subtitle,
.cid-shsvwWgOpO .mbr-text,
.cid-shsvwWgOpO .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-shsvwWgOpO .card-title {
  color: #000000;
}
.cid-shsvwWgOpO .mbr-section-title {
  color: #000000;
}
.cid-shsvwWgOpO .mbr-section-subtitle {
  color: #000000;
}
.cid-shsuKrg6kM {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f4f4f4;
}
.cid-shsuKrg6kM .mbr-iconfont {
  color: #ffe161;
}
.cid-shsuKrg6kM .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-shsuKrg6kM .mbr-text {
  margin: 1.5rem 0;
}
.cid-shsuKrg6kM .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shsuKrg6kM .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-shsuKrg6kM .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-shsuKrg6kM .mbr-section-subtitle,
.cid-shsuKrg6kM .mbr-text,
.cid-shsuKrg6kM .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-shsuKrg6kM .card-title {
  color: #000000;
}
.cid-sFCjbliOFf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1a1a1a;
}
.cid-sFCjbliOFf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCjbliOFf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCjbliOFf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCjbliOFf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCjbliOFf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCjbliOFf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFCjbliOFf .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCjbliOFf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCjbliOFf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCjbliOFf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCjbliOFf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCjbliOFf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCjbliOFf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCjbliOFf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFCjbliOFf .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-sgqBhgm0bC .navbar-dropdown {
  position: relative !important;
}
.cid-sgqBhgm0bC .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgqBhgm0bC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgqBhgm0bC .dropdown-item:hover,
.cid-sgqBhgm0bC .dropdown-item:focus {
  background: #31e420 !important;
  color: white !important;
}
.cid-sgqBhgm0bC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgqBhgm0bC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgqBhgm0bC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgqBhgm0bC .nav-link {
  position: relative;
}
.cid-sgqBhgm0bC .container {
  display: flex;
  margin: auto;
}
.cid-sgqBhgm0bC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgqBhgm0bC .dropdown-menu,
.cid-sgqBhgm0bC .navbar.opened {
  background: #1a1a1a !important;
}
.cid-sgqBhgm0bC .nav-item:focus,
.cid-sgqBhgm0bC .nav-link:focus {
  outline: none;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgqBhgm0bC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqBhgm0bC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgqBhgm0bC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgqBhgm0bC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1a1a;
}
.cid-sgqBhgm0bC .navbar.opened {
  transition: all 0.3s;
}
.cid-sgqBhgm0bC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgqBhgm0bC .navbar .navbar-logo img {
  width: auto;
}
.cid-sgqBhgm0bC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgqBhgm0bC .navbar.collapsed {
  justify-content: center;
}
.cid-sgqBhgm0bC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgqBhgm0bC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgqBhgm0bC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sgqBhgm0bC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgqBhgm0bC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgqBhgm0bC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgqBhgm0bC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgqBhgm0bC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sgqBhgm0bC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgqBhgm0bC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgqBhgm0bC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgqBhgm0bC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgqBhgm0bC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgqBhgm0bC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgqBhgm0bC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgqBhgm0bC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgqBhgm0bC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgqBhgm0bC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgqBhgm0bC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgqBhgm0bC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgqBhgm0bC .dropdown-item.active,
.cid-sgqBhgm0bC .dropdown-item:active {
  background-color: transparent;
}
.cid-sgqBhgm0bC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgqBhgm0bC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgqBhgm0bC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1a1a;
}
.cid-sgqBhgm0bC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgqBhgm0bC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgqBhgm0bC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgqBhgm0bC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgqBhgm0bC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #31e420;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqBhgm0bC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgqBhgm0bC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqBhgm0bC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sgqBhgm0bC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgqBhgm0bC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgqBhgm0bC .navbar {
    height: 70px;
  }
  .cid-sgqBhgm0bC .navbar.opened {
    height: auto;
  }
  .cid-sgqBhgm0bC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiaZRIVOBq {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tiaZRIVOBq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiaZRIVOBq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiaTIebh8A {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ececec;
}
.cid-tiaTIebh8A .card-subtitle {
  margin: 0;
}
.cid-tiaTIebh8A .card-img {
  z-index: 2;
  position: relative;
  width: 100%;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-tiaTIebh8A .card-img img {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tiaTIebh8A .icon {
  width: 70px;
  height: 70px;
  background: #ff5d18;
  font-size: 1.9rem;
  transform: translatey(1.2rem);
  margin: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #ffffff !important;
}
.cid-tiaTIebh8A .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 9px;
  transition: all 0.3s;
  cursor: pointer;
  overflow: visible;
}
.cid-tiaTIebh8A .item-wrapper svg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.cid-tiaTIebh8A .item-wrapper svg path {
  fill: #d7d7d7;
  transition: all 0.3s;
  stroke: #d7d7d7;
}
.cid-tiaTIebh8A h4,
.cid-tiaTIebh8A h6,
.cid-tiaTIebh8A h5 {
  margin: 0;
}
.cid-tiaTIebh8A .mbr-text {
  transition: all 0.3s;
}
.cid-tiaTIebh8A .btn-white-outline {
  color: #31e420 !important;
}
.cid-tiaTIebh8A .card-box {
  z-index: 1;
  position: relative;
}
.cid-tiaTIebh8A .price {
  color: #b10f0f;
  transition: all 0.3s;
}
.cid-tiaTIebh8A img {
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-tiaTIebh8A .card {
  cursor: pointer;
  transition: all 0.3s;
  max-width: 291px;
  margin-bottom: 4rem;
}
.cid-tiaTIebh8A .card:hover {
  transform: translateY(-2rem);
}
.cid-tiaTIebh8A .card:hover .item-wrapper {
  color: #ffffff !important;
}
.cid-tiaTIebh8A .card:hover .item-wrapper .price {
  color: #ffffff !important;
}
.cid-tiaTIebh8A .card:hover .item-wrapper .mbr-text {
  color: #ffffff !important;
}
.cid-tiaTIebh8A .card:hover .item-wrapper path {
  fill: #bbbbbb;
}
.cid-tiaTIebh8A .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tiaTIebh8A .wrapper {
    flex-direction: column;
  }
  .cid-tiaTIebh8A .icon-padding {
    padding-left: 0rem;
  }
  .cid-tiaTIebh8A .card-box {
    padding: 0;
  }
}
.cid-tiaTIebh8A .mbr-text,
.cid-tiaTIebh8A .mbr-section-btn,
.cid-tiaTIebh8A .card-img {
  color: #808080;
}
.cid-tiaTIebh8A H2 {
  color: #000000;
  text-align: center;
}
.cid-tiaTIebh8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiaTIebh8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiaTIebh8A H1 {
  color: #232323;
  text-align: center;
}
.cid-tiaTIebh8A .card-title,
.cid-tiaTIebh8A .card-img {
  color: #000000;
}
.cid-tib2sihqbj {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tib2sihqbj .card-subtitle {
  margin: 0;
}
.cid-tib2sihqbj .card-img {
  z-index: 2;
  position: relative;
  width: 100%;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-tib2sihqbj .card-img img {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tib2sihqbj .icon {
  width: 70px;
  height: 70px;
  background: #ff5d18;
  font-size: 1.9rem;
  transform: translatey(1.2rem);
  margin: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #ffffff !important;
}
.cid-tib2sihqbj .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 9px;
  transition: all 0.3s;
  cursor: pointer;
  overflow: visible;
}
.cid-tib2sihqbj .item-wrapper svg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.cid-tib2sihqbj .item-wrapper svg path {
  fill: #d7d7d7;
  transition: all 0.3s;
  stroke: #d7d7d7;
}
.cid-tib2sihqbj h4,
.cid-tib2sihqbj h6,
.cid-tib2sihqbj h5 {
  margin: 0;
}
.cid-tib2sihqbj .mbr-text {
  transition: all 0.3s;
}
.cid-tib2sihqbj .btn-white-outline {
  color: #31e420 !important;
}
.cid-tib2sihqbj .card-box {
  z-index: 1;
  position: relative;
}
.cid-tib2sihqbj .price {
  color: #b10f0f;
  transition: all 0.3s;
}
.cid-tib2sihqbj img {
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-tib2sihqbj .card {
  cursor: pointer;
  transition: all 0.3s;
  max-width: 291px;
  margin-bottom: 4rem;
}
.cid-tib2sihqbj .card:hover {
  transform: translateY(-2rem);
}
.cid-tib2sihqbj .card:hover .item-wrapper {
  color: #ffffff !important;
}
.cid-tib2sihqbj .card:hover .item-wrapper .price {
  color: #ffffff !important;
}
.cid-tib2sihqbj .card:hover .item-wrapper .mbr-text {
  color: #ffffff !important;
}
.cid-tib2sihqbj .card:hover .item-wrapper path {
  fill: #bbbbbb;
}
.cid-tib2sihqbj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tib2sihqbj .wrapper {
    flex-direction: column;
  }
  .cid-tib2sihqbj .icon-padding {
    padding-left: 0rem;
  }
  .cid-tib2sihqbj .card-box {
    padding: 0;
  }
}
.cid-tib2sihqbj .mbr-text,
.cid-tib2sihqbj .mbr-section-btn,
.cid-tib2sihqbj .card-img {
  color: #808080;
}
.cid-tib2sihqbj H2 {
  color: #000000;
  text-align: center;
}
.cid-tib2sihqbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tib2sihqbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tib2sihqbj H1 {
  color: #232323;
  text-align: center;
}
.cid-tib2sihqbj .card-title,
.cid-tib2sihqbj .card-img {
  color: #000000;
}
.cid-tib2HazVUc {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ececec;
}
.cid-tib2HazVUc .card-subtitle {
  margin: 0;
}
.cid-tib2HazVUc .card-img {
  z-index: 2;
  position: relative;
  width: 100%;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-tib2HazVUc .card-img img {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tib2HazVUc .icon {
  width: 70px;
  height: 70px;
  background: #ff5d18;
  font-size: 1.9rem;
  transform: translatey(1.2rem);
  margin: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #ffffff !important;
}
.cid-tib2HazVUc .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 9px;
  transition: all 0.3s;
  cursor: pointer;
  overflow: visible;
}
.cid-tib2HazVUc .item-wrapper svg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.cid-tib2HazVUc .item-wrapper svg path {
  fill: #d7d7d7;
  transition: all 0.3s;
  stroke: #d7d7d7;
}
.cid-tib2HazVUc h4,
.cid-tib2HazVUc h6,
.cid-tib2HazVUc h5 {
  margin: 0;
}
.cid-tib2HazVUc .mbr-text {
  transition: all 0.3s;
}
.cid-tib2HazVUc .btn-white-outline {
  color: #31e420 !important;
}
.cid-tib2HazVUc .card-box {
  z-index: 1;
  position: relative;
}
.cid-tib2HazVUc .price {
  color: #b10f0f;
  transition: all 0.3s;
}
.cid-tib2HazVUc img {
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-tib2HazVUc .card {
  cursor: pointer;
  transition: all 0.3s;
  max-width: 291px;
  margin-bottom: 4rem;
}
.cid-tib2HazVUc .card:hover {
  transform: translateY(-2rem);
}
.cid-tib2HazVUc .card:hover .item-wrapper {
  color: #ffffff !important;
}
.cid-tib2HazVUc .card:hover .item-wrapper .price {
  color: #ffffff !important;
}
.cid-tib2HazVUc .card:hover .item-wrapper .mbr-text {
  color: #ffffff !important;
}
.cid-tib2HazVUc .card:hover .item-wrapper path {
  fill: #bbbbbb;
}
.cid-tib2HazVUc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tib2HazVUc .wrapper {
    flex-direction: column;
  }
  .cid-tib2HazVUc .icon-padding {
    padding-left: 0rem;
  }
  .cid-tib2HazVUc .card-box {
    padding: 0;
  }
}
.cid-tib2HazVUc .mbr-text,
.cid-tib2HazVUc .mbr-section-btn,
.cid-tib2HazVUc .card-img {
  color: #808080;
}
.cid-tib2HazVUc H2 {
  color: #000000;
  text-align: center;
}
.cid-tib2HazVUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tib2HazVUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tib2HazVUc H1 {
  color: #232323;
  text-align: center;
}
.cid-tib2HazVUc .card-title,
.cid-tib2HazVUc .card-img {
  color: #000000;
}
.cid-tib2NmFv7T {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tib2NmFv7T .card-subtitle {
  margin: 0;
}
.cid-tib2NmFv7T .card-img {
  z-index: 2;
  position: relative;
  width: 100%;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-tib2NmFv7T .card-img img {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tib2NmFv7T .icon {
  width: 70px;
  height: 70px;
  background: #ff5d18;
  font-size: 1.9rem;
  transform: translatey(1.2rem);
  margin: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #ffffff !important;
}
.cid-tib2NmFv7T .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 9px;
  transition: all 0.3s;
  cursor: pointer;
  overflow: visible;
}
.cid-tib2NmFv7T .item-wrapper svg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.cid-tib2NmFv7T .item-wrapper svg path {
  fill: #d7d7d7;
  transition: all 0.3s;
  stroke: #d7d7d7;
}
.cid-tib2NmFv7T h4,
.cid-tib2NmFv7T h6,
.cid-tib2NmFv7T h5 {
  margin: 0;
}
.cid-tib2NmFv7T .mbr-text {
  transition: all 0.3s;
}
.cid-tib2NmFv7T .btn-white-outline {
  color: #31e420 !important;
}
.cid-tib2NmFv7T .card-box {
  z-index: 1;
  position: relative;
}
.cid-tib2NmFv7T .price {
  color: #b10f0f;
  transition: all 0.3s;
}
.cid-tib2NmFv7T img {
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-tib2NmFv7T .card {
  cursor: pointer;
  transition: all 0.3s;
  max-width: 291px;
  margin-bottom: 4rem;
}
.cid-tib2NmFv7T .card:hover {
  transform: translateY(-2rem);
}
.cid-tib2NmFv7T .card:hover .item-wrapper {
  color: #ffffff !important;
}
.cid-tib2NmFv7T .card:hover .item-wrapper .price {
  color: #ffffff !important;
}
.cid-tib2NmFv7T .card:hover .item-wrapper .mbr-text {
  color: #ffffff !important;
}
.cid-tib2NmFv7T .card:hover .item-wrapper path {
  fill: #bbbbbb;
}
.cid-tib2NmFv7T .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tib2NmFv7T .wrapper {
    flex-direction: column;
  }
  .cid-tib2NmFv7T .icon-padding {
    padding-left: 0rem;
  }
  .cid-tib2NmFv7T .card-box {
    padding: 0;
  }
}
.cid-tib2NmFv7T .mbr-text,
.cid-tib2NmFv7T .mbr-section-btn,
.cid-tib2NmFv7T .card-img {
  color: #808080;
}
.cid-tib2NmFv7T H2 {
  color: #000000;
  text-align: center;
}
.cid-tib2NmFv7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tib2NmFv7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tib2NmFv7T H1 {
  color: #232323;
  text-align: center;
}
.cid-tib2NmFv7T .card-title,
.cid-tib2NmFv7T .card-img {
  color: #000000;
}
.cid-sFCjbliOFf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1a1a1a;
}
.cid-sFCjbliOFf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCjbliOFf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCjbliOFf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCjbliOFf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCjbliOFf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCjbliOFf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFCjbliOFf .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCjbliOFf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCjbliOFf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCjbliOFf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCjbliOFf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCjbliOFf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCjbliOFf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCjbliOFf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFCjbliOFf .media-container-row .mbr-text {
  color: #bbbbbb;
}
