body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Oswald', 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: #ff9900 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9900 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff9900 !important;
  border-color: #ff9900 !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: #a86500 !important;
  border-color: #a86500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a86500 !important;
  border-color: #a86500 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !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: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !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: #ff9900 !important;
  border-color: #ff9900 !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: #a86500 !important;
  border-color: #a86500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a86500 !important;
  border-color: #a86500 !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: #ff9900;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a86500 !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: #ff9900 !important;
  border-color: #ff9900 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !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: #ff9900;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a86500 !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: #ff9900 !important;
  border-color: #ff9900 !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: #ff9900 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9900 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #995c00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !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: #995c00 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff9900;
}
.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: #ff9900;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff9900;
  border-color: #ff9900;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff9900;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffebcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #ffebcc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oswald', 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: #ff9900 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oswald', 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: #ff9900;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff9900;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff9900;
}
.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: #ff9900;
  border-bottom-color: #ff9900;
}
.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: #ff9900 !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: #ff6666 !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='%23ff9900' %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-tdy4FzprGN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tdy4FzprGN nav.navbar {
  position: fixed;
}
.cid-tdy4FzprGN .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-tdy4FzprGN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tdy4FzprGN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tdy4FzprGN .dropdown-item:hover,
.cid-tdy4FzprGN .dropdown-item:focus {
  background: #ff9900 !important;
  color: white !important;
}
.cid-tdy4FzprGN .dropdown-item:hover span {
  color: white;
}
.cid-tdy4FzprGN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tdy4FzprGN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tdy4FzprGN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tdy4FzprGN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tdy4FzprGN .nav-link {
  position: relative;
}
.cid-tdy4FzprGN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tdy4FzprGN .container {
    flex-wrap: nowrap;
  }
}
.cid-tdy4FzprGN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tdy4FzprGN .dropdown-menu,
.cid-tdy4FzprGN .navbar.opened {
  background: #ffffff !important;
}
.cid-tdy4FzprGN .nav-item:focus,
.cid-tdy4FzprGN .nav-link:focus {
  outline: none;
}
.cid-tdy4FzprGN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tdy4FzprGN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdy4FzprGN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tdy4FzprGN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tdy4FzprGN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdy4FzprGN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdy4FzprGN .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: #ffffff;
}
.cid-tdy4FzprGN .navbar.opened {
  transition: all 0.3s;
}
.cid-tdy4FzprGN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tdy4FzprGN .navbar .navbar-logo img {
  width: auto;
}
.cid-tdy4FzprGN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdy4FzprGN .navbar.collapsed {
  justify-content: center;
}
.cid-tdy4FzprGN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdy4FzprGN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdy4FzprGN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tdy4FzprGN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdy4FzprGN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdy4FzprGN .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-tdy4FzprGN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdy4FzprGN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tdy4FzprGN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tdy4FzprGN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdy4FzprGN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdy4FzprGN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdy4FzprGN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdy4FzprGN .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-tdy4FzprGN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tdy4FzprGN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdy4FzprGN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdy4FzprGN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tdy4FzprGN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tdy4FzprGN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tdy4FzprGN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tdy4FzprGN .navbar.navbar-short {
  min-height: 60px;
}
.cid-tdy4FzprGN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tdy4FzprGN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tdy4FzprGN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdy4FzprGN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdy4FzprGN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdy4FzprGN .dropdown-item.active,
.cid-tdy4FzprGN .dropdown-item:active {
  background-color: transparent;
}
.cid-tdy4FzprGN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdy4FzprGN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdy4FzprGN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdy4FzprGN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdy4FzprGN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdy4FzprGN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tdy4FzprGN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tdy4FzprGN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tdy4FzprGN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tdy4FzprGN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tdy4FzprGN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tdy4FzprGN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdy4FzprGN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdy4FzprGN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tdy4FzprGN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdy4FzprGN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tdy4FzprGN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tdy4FzprGN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdy4FzprGN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tdy4FzprGN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tdy4FzprGN .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-tdy4FzprGN .navbar {
    height: 70px;
  }
  .cid-tdy4FzprGN .navbar.opened {
    height: auto;
  }
  .cid-tdy4FzprGN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdy4Z4xpr0 {
  background-image: url("../../../assets/images/4456.webp");
}
.cid-tdy4Z4xpr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdy4Z4xpr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdy4Z4xpr0 .mbr-section-title {
  color: #ff9900;
}
.cid-tdybI4IvdR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tdybI4IvdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdybI4IvdR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tdybI4IvdR .container {
    max-width: 1400px;
  }
}
.cid-tdybI4IvdR .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tdybI4IvdR .card-wrapper {
  margin-top: 3rem;
}
.cid-tdybI4IvdR .row {
  justify-content: center;
}
.cid-tdybI4IvdR .card-title,
.cid-tdybI4IvdR .iconfont-wrapper {
  color: #ff9900;
}
.cid-tdybMJWFIl {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/00794030056006961075.webp");
}
.cid-tdybMJWFIl .container-fluid {
  padding: 0 3rem;
}
.cid-tdybMJWFIl .media-container-column {
  padding: 0 2rem;
}
.cid-tdybMJWFIl .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #ff9900;
}
@media (max-width: 767px) {
  .cid-tdybMJWFIl .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tdyfI9kTih {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff9900;
}
.cid-tdyfI9kTih img {
  width: 120px;
  margin: auto;
}
.cid-tdyfI9kTih .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tdyfI9kTih .card {
    max-width: 12.5%;
  }
}
.cid-tdyfI9kTih .mbr-section-title {
  color: #ffffff;
}
.cid-tdyfzgdcL6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff9900;
}
@media (min-width: 1400px) {
  .cid-tdyfzgdcL6 .container {
    max-width: 1162px;
  }
}
.cid-tdyfzgdcL6 .btn {
  padding: 24px 60px;
  color: #000000;
  border-radius: 60px;
}
.cid-tdyfzgdcL6 .btn:hover,
.cid-tdyfzgdcL6 .btn:focus {
  border-color: #ffff33 !important;
  background-color: #ffff33 !important;
}
@media (min-width: 768px) {
  .cid-tdyfzgdcL6 .mbr-section-head {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tdyfzgdcL6 img,
.cid-tdyfzgdcL6 .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-tdyfzgdcL6 .item-img {
  height: 100%;
}
.cid-tdyfzgdcL6 .item-img img {
  height: 300px;
  object-fit: cover;
}
.cid-tdyfzgdcL6 .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-tdyfzgdcL6 .item-content {
  z-index: 3;
  min-width: 250px;
  text-align: center;
  top: 60%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-tdyfzgdcL6 .mbr-text,
.cid-tdyfzgdcL6 .mbr-section-btn {
  color: #ffffff;
}
.cid-tdyfzgdcL6 .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-tdyfzgdcL6 .item-wrapper:hover img {
  -webkit-filter: brightness(30%);
  filter: brightness(30%);
}
.cid-tdyfzgdcL6 .item:focus,
.cid-tdyfzgdcL6 span:focus {
  outline: none;
}
.cid-tdyfzgdcL6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tdyfzgdcL6 .Bg {
  padding: 0.5rem 1rem;
  background-color: #ffff33;
}
.cid-txJGEXgoup {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9900;
}
.cid-txJGEXgoup .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-txJGEXgoup .card-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  display: flex;
  background: #eeeeee;
}
.cid-txJGEXgoup .card-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-txJGEXgoup .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txJGEXgoup .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-txJGEXgoup .mbr-iconfont {
  font-size: 4rem;
  padding-right: 2rem;
  color: #ff9900;
}
@media (max-width: 767px) {
  .cid-txJGEXgoup .mbr-iconfont {
    font-size: 2.8rem;
  }
}
.cid-txJGEXgoup .mbr-section-subtitle {
  color: #696969;
}
.cid-txJGEXgoup .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJGEXgoup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJGEXgoup .mbr-section-title {
  color: #ffffff;
}
.cid-txJGEXgoup .card-title {
  color: #ff9900;
}
.cid-tBGMbVrs8T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tBGMbVrs8T .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-tBGMbVrs8T .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBGMbVrs8T .mbr-text {
  color: #444;
}
.cid-tBGMbVrs8T h5 {
  margin-bottom: 0;
}
.cid-tBGMbVrs8T .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBGMbVrs8T .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBGMbVrs8T .tips {
  height: 75px;
  width: 100px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGMbVrs8T .tips2 {
  height: 20px;
  width: 49px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGMbVrs8T .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBGMbVrs8T .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBGMbVrs8T .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBGMbVrs8T .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBGMbVrs8T .social-list a:hover {
  opacity: .4;
}
.cid-tBGMbVrs8T .media-container-row > div {
  padding: 0px;
}
.cid-tBGMbVrs8T .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBGMbVrs8T .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBGMbVrs8T .group-title SPAN {
  color: #ffffff;
}
.cid-tBGMbVrs8T .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBGMbVrs8T .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBGMbVrs8T .social-list,
  .cid-tBGMbVrs8T .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBGMbVrs8T h3 {
    margin-bottom: 10px;
  }
  .cid-tBGMbVrs8T .navbar-brand {
    text-align: center;
  }
}
.cid-tBGMbVrs8T .links SPAN {
  color: #9e9e9e;
}
.cid-txPnfwql12 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txPnfwql12 nav.navbar {
  position: fixed;
}
.cid-txPnfwql12 .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-txPnfwql12 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txPnfwql12 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txPnfwql12 .dropdown-item:hover,
.cid-txPnfwql12 .dropdown-item:focus {
  background: #ff9900 !important;
  color: white !important;
}
.cid-txPnfwql12 .dropdown-item:hover span {
  color: white;
}
.cid-txPnfwql12 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txPnfwql12 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txPnfwql12 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txPnfwql12 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txPnfwql12 .nav-link {
  position: relative;
}
.cid-txPnfwql12 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txPnfwql12 .container {
    flex-wrap: nowrap;
  }
}
.cid-txPnfwql12 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txPnfwql12 .dropdown-menu,
.cid-txPnfwql12 .navbar.opened {
  background: #ffffff !important;
}
.cid-txPnfwql12 .nav-item:focus,
.cid-txPnfwql12 .nav-link:focus {
  outline: none;
}
.cid-txPnfwql12 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txPnfwql12 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txPnfwql12 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txPnfwql12 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txPnfwql12 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txPnfwql12 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txPnfwql12 .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: #ffffff;
}
.cid-txPnfwql12 .navbar.opened {
  transition: all 0.3s;
}
.cid-txPnfwql12 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txPnfwql12 .navbar .navbar-logo img {
  width: auto;
}
.cid-txPnfwql12 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txPnfwql12 .navbar.collapsed {
  justify-content: center;
}
.cid-txPnfwql12 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txPnfwql12 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txPnfwql12 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txPnfwql12 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txPnfwql12 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txPnfwql12 .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-txPnfwql12 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txPnfwql12 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txPnfwql12 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txPnfwql12 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txPnfwql12 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txPnfwql12 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txPnfwql12 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txPnfwql12 .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-txPnfwql12 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txPnfwql12 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txPnfwql12 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txPnfwql12 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txPnfwql12 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txPnfwql12 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txPnfwql12 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txPnfwql12 .navbar.navbar-short {
  min-height: 60px;
}
.cid-txPnfwql12 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txPnfwql12 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txPnfwql12 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txPnfwql12 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txPnfwql12 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txPnfwql12 .dropdown-item.active,
.cid-txPnfwql12 .dropdown-item:active {
  background-color: transparent;
}
.cid-txPnfwql12 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txPnfwql12 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txPnfwql12 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txPnfwql12 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txPnfwql12 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txPnfwql12 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txPnfwql12 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txPnfwql12 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txPnfwql12 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txPnfwql12 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txPnfwql12 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txPnfwql12 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txPnfwql12 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txPnfwql12 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txPnfwql12 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txPnfwql12 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txPnfwql12 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txPnfwql12 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txPnfwql12 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txPnfwql12 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txPnfwql12 .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-txPnfwql12 .navbar {
    height: 70px;
  }
  .cid-txPnfwql12 .navbar.opened {
    height: auto;
  }
  .cid-txPnfwql12 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txPnfwSeuF {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/6.webp");
}
.cid-txPnfwSeuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPnfwSeuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPnfwSeuF .mbr-section-title {
  color: #ff9900;
}
.cid-txPnEx2Olp {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-txPnEx2Olp .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPnEx2Olp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPnEx2Olp .mbr-section-title {
  color: #ff9900;
}
.cid-txPnG7hlKk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txPnG7hlKk .line {
  background-color: #ff9900;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-txPnG7hlKk .mbr-text {
  color: #ff9900;
}
.cid-txPnHutfV1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txPnHutfV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPnHutfV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPnHutfV1 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-txPnHutfV1 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-txPnHutfV1 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9900;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-txPnIdDvtU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5d4a3;
}
.cid-txPnIdDvtU .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPnIdDvtU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPnIdDvtU ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-txPnIdDvtU li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-txPnIdDvtU ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9900;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-txPw0TVGP4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txPw0TVGP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPw0TVGP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPw0TVGP4 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-txPw0TVGP4 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-txPw0TVGP4 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9900;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-txPw1YOl0c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5d4a3;
}
.cid-txPw1YOl0c .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPw1YOl0c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPw1YOl0c ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-txPw1YOl0c li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-txPw1YOl0c ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9900;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-txPw3uNZR2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txPw3uNZR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPw3uNZR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPw3uNZR2 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-txPw3uNZR2 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-txPw3uNZR2 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9900;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-txPw4nIGnT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5d4a3;
}
.cid-txPw4nIGnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPw4nIGnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPw4nIGnT ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-txPw4nIGnT li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-txPw4nIGnT ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9900;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-txPw5AiZHF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txPw5AiZHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPw5AiZHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPw5AiZHF ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-txPw5AiZHF li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-txPw5AiZHF ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9900;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-txPw6wzvQM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5d4a3;
}
.cid-txPw6wzvQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPw6wzvQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPw6wzvQM ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-txPw6wzvQM li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-txPw6wzvQM ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9900;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-txPw7Z1IGc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txPw7Z1IGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPw7Z1IGc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPw7Z1IGc ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-txPw7Z1IGc li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-txPw7Z1IGc ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9900;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-txPw8WHDuM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5d4a3;
}
.cid-txPw8WHDuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPw8WHDuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPw8WHDuM ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-txPw8WHDuM li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-txPw8WHDuM ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9900;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-txPwa0G6Qs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txPwa0G6Qs .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPwa0G6Qs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPwa0G6Qs ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-txPwa0G6Qs li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-txPwa0G6Qs ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9900;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-txPwb1gxrf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5d4a3;
}
.cid-txPwb1gxrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPwb1gxrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPwb1gxrf ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-txPwb1gxrf li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-txPwb1gxrf ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9900;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-txPwcjOikp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txPwcjOikp .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPwcjOikp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPwcjOikp ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-txPwcjOikp li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-txPwcjOikp ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9900;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-txPxGZbv5F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5d4a3;
}
.cid-txPxGZbv5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPxGZbv5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPxGZbv5F ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-txPxGZbv5F li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-txPxGZbv5F ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9900;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-txPxIlS3Wh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txPxIlS3Wh .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPxIlS3Wh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPxIlS3Wh ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-txPxIlS3Wh li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-txPxIlS3Wh ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9900;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-txPxJzZlZO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5d4a3;
}
.cid-txPxJzZlZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPxJzZlZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPxJzZlZO ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-txPxJzZlZO li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-txPxJzZlZO ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9900;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-txPxKuFY4R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txPxKuFY4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPxKuFY4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPxKuFY4R ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-txPxKuFY4R li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-txPxKuFY4R ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9900;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tBGYKNQ2hV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tBGYKNQ2hV .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-tBGYKNQ2hV .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBGYKNQ2hV .mbr-text {
  color: #444;
}
.cid-tBGYKNQ2hV h5 {
  margin-bottom: 0;
}
.cid-tBGYKNQ2hV .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBGYKNQ2hV .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBGYKNQ2hV .tips {
  height: 75px;
  width: 100px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGYKNQ2hV .tips2 {
  height: 20px;
  width: 49px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGYKNQ2hV .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBGYKNQ2hV .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBGYKNQ2hV .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBGYKNQ2hV .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBGYKNQ2hV .social-list a:hover {
  opacity: .4;
}
.cid-tBGYKNQ2hV .media-container-row > div {
  padding: 0px;
}
.cid-tBGYKNQ2hV .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBGYKNQ2hV .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBGYKNQ2hV .group-title SPAN {
  color: #ffffff;
}
.cid-tBGYKNQ2hV .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBGYKNQ2hV .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBGYKNQ2hV .social-list,
  .cid-tBGYKNQ2hV .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBGYKNQ2hV h3 {
    margin-bottom: 10px;
  }
  .cid-tBGYKNQ2hV .navbar-brand {
    text-align: center;
  }
}
.cid-tBGYKNQ2hV .links SPAN {
  color: #9e9e9e;
}
.cid-txPnd47IN4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txPnd47IN4 nav.navbar {
  position: fixed;
}
.cid-txPnd47IN4 .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-txPnd47IN4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txPnd47IN4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txPnd47IN4 .dropdown-item:hover,
.cid-txPnd47IN4 .dropdown-item:focus {
  background: #ff9900 !important;
  color: white !important;
}
.cid-txPnd47IN4 .dropdown-item:hover span {
  color: white;
}
.cid-txPnd47IN4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txPnd47IN4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txPnd47IN4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txPnd47IN4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txPnd47IN4 .nav-link {
  position: relative;
}
.cid-txPnd47IN4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txPnd47IN4 .container {
    flex-wrap: nowrap;
  }
}
.cid-txPnd47IN4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txPnd47IN4 .dropdown-menu,
.cid-txPnd47IN4 .navbar.opened {
  background: #ffffff !important;
}
.cid-txPnd47IN4 .nav-item:focus,
.cid-txPnd47IN4 .nav-link:focus {
  outline: none;
}
.cid-txPnd47IN4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txPnd47IN4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txPnd47IN4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txPnd47IN4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txPnd47IN4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txPnd47IN4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txPnd47IN4 .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: #ffffff;
}
.cid-txPnd47IN4 .navbar.opened {
  transition: all 0.3s;
}
.cid-txPnd47IN4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txPnd47IN4 .navbar .navbar-logo img {
  width: auto;
}
.cid-txPnd47IN4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txPnd47IN4 .navbar.collapsed {
  justify-content: center;
}
.cid-txPnd47IN4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txPnd47IN4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txPnd47IN4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txPnd47IN4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txPnd47IN4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txPnd47IN4 .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-txPnd47IN4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txPnd47IN4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txPnd47IN4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txPnd47IN4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txPnd47IN4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txPnd47IN4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txPnd47IN4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txPnd47IN4 .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-txPnd47IN4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txPnd47IN4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txPnd47IN4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txPnd47IN4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txPnd47IN4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txPnd47IN4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txPnd47IN4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txPnd47IN4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-txPnd47IN4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txPnd47IN4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txPnd47IN4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txPnd47IN4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txPnd47IN4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txPnd47IN4 .dropdown-item.active,
.cid-txPnd47IN4 .dropdown-item:active {
  background-color: transparent;
}
.cid-txPnd47IN4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txPnd47IN4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txPnd47IN4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txPnd47IN4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txPnd47IN4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txPnd47IN4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txPnd47IN4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txPnd47IN4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txPnd47IN4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txPnd47IN4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txPnd47IN4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txPnd47IN4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txPnd47IN4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txPnd47IN4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txPnd47IN4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txPnd47IN4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txPnd47IN4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txPnd47IN4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txPnd47IN4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txPnd47IN4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txPnd47IN4 .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-txPnd47IN4 .navbar {
    height: 70px;
  }
  .cid-txPnd47IN4 .navbar.opened {
    height: auto;
  }
  .cid-txPnd47IN4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txPnd582FF {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/00792090053357393723.webp");
}
.cid-txPnd582FF .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPnd582FF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPnd582FF .mbr-section-title {
  color: #ff9900;
}
.cid-txPnd751xn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9900;
}
.cid-txPnd751xn .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-txPnd751xn .card-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  display: flex;
  background: #eeeeee;
}
.cid-txPnd751xn .card-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-txPnd751xn .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txPnd751xn .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-txPnd751xn .mbr-iconfont {
  font-size: 4rem;
  padding-right: 2rem;
  color: #ff9900;
}
@media (max-width: 767px) {
  .cid-txPnd751xn .mbr-iconfont {
    font-size: 2.8rem;
  }
}
.cid-txPnd751xn .mbr-section-subtitle {
  color: #696969;
}
.cid-txPnd751xn .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPnd751xn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPnd751xn .mbr-section-title {
  color: #ffffff;
}
.cid-txPnd751xn .card-title {
  color: #ff9900;
}
.cid-txPzfyKOXD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ff9900;
}
.cid-txPzfyKOXD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txPzfyKOXD textarea {
  min-height: 200px;
}
.cid-txPzfyKOXD .btn {
  padding: 1rem 3rem;
}
.cid-txPzfyKOXD .form-control,
.cid-txPzfyKOXD .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #ffffff;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-txPzfyKOXD .form-control::-webkit-input-placeholder,
.cid-txPzfyKOXD .field-input::-webkit-input-placeholder,
.cid-txPzfyKOXD .form-control::-webkit-input-placeholder,
.cid-txPzfyKOXD .field-input::-webkit-input-placeholder {
  color: #ff9900;
}
.cid-txPzfyKOXD .form-control:-moz-placeholder,
.cid-txPzfyKOXD .field-input:-moz-placeholder,
.cid-txPzfyKOXD .form-control:-moz-placeholder,
.cid-txPzfyKOXD .field-input:-moz-placeholder {
  color: #ff9900;
}
.cid-txPzfyKOXD .form-control:hover,
.cid-txPzfyKOXD .field-input:hover,
.cid-txPzfyKOXD .form-control:focus,
.cid-txPzfyKOXD .field-input:focus {
  background-color: #bbbbbb;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-txPzfyKOXD .form-control:hover::-webkit-input-placeholder,
.cid-txPzfyKOXD .field-input:hover::-webkit-input-placeholder,
.cid-txPzfyKOXD .form-control:focus::-webkit-input-placeholder,
.cid-txPzfyKOXD .field-input:focus::-webkit-input-placeholder,
.cid-txPzfyKOXD .form-control:hover::-webkit-input-placeholder,
.cid-txPzfyKOXD .field-input:hover::-webkit-input-placeholder,
.cid-txPzfyKOXD .form-control:focus::-webkit-input-placeholder,
.cid-txPzfyKOXD .field-input:focus::-webkit-input-placeholder {
  color: #f5d4a3;
}
.cid-txPzfyKOXD .form-control:hover:-moz-placeholder,
.cid-txPzfyKOXD .field-input:hover:-moz-placeholder,
.cid-txPzfyKOXD .form-control:focus:-moz-placeholder,
.cid-txPzfyKOXD .field-input:focus:-moz-placeholder,
.cid-txPzfyKOXD .form-control:hover:-moz-placeholder,
.cid-txPzfyKOXD .field-input:hover:-moz-placeholder,
.cid-txPzfyKOXD .form-control:focus:-moz-placeholder,
.cid-txPzfyKOXD .field-input:focus:-moz-placeholder {
  color: #f5d4a3;
}
.cid-txPzfyKOXD .jq-number__spin:hover,
.cid-txPzfyKOXD .jq-number__spin:focus {
  background-color: #bbbbbb;
  border-color: #333333 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-txPzfyKOXD .jq-number__spin {
  background-color: #ffffff;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-txPzfyKOXD .jq-selectbox li,
.cid-txPzfyKOXD .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-txPzfyKOXD .jq-selectbox li:hover,
.cid-txPzfyKOXD .jq-selectbox li.selected {
  background-color: #bbbbbb;
  color: #000000;
}
.cid-txPzfyKOXD .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-txPzfyKOXD .jq-number__spin.minus:hover:after,
.cid-txPzfyKOXD .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-txPzfyKOXD .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-txPzfyKOXD .jq-number__spin.minus:after,
.cid-txPzfyKOXD .jq-number__spin.plus:after {
  border-top-color: #bbbbbb;
  border-bottom-color: #bbbbbb;
}
.cid-txPzfyKOXD input::-webkit-clear-button {
  display: none;
}
.cid-txPzfyKOXD input::-webkit-inner-spin-button {
  display: none;
}
.cid-txPzfyKOXD input::-webkit-outer-spin-button {
  display: none;
}
.cid-txPzfyKOXD input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-txPzfyKOXD .mbr-section-title {
  color: #ffffff;
}
.cid-tBGYOozzcO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tBGYOozzcO .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-tBGYOozzcO .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBGYOozzcO .mbr-text {
  color: #444;
}
.cid-tBGYOozzcO h5 {
  margin-bottom: 0;
}
.cid-tBGYOozzcO .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBGYOozzcO .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBGYOozzcO .tips {
  height: 75px;
  width: 100px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGYOozzcO .tips2 {
  height: 20px;
  width: 49px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGYOozzcO .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBGYOozzcO .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBGYOozzcO .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBGYOozzcO .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBGYOozzcO .social-list a:hover {
  opacity: .4;
}
.cid-tBGYOozzcO .media-container-row > div {
  padding: 0px;
}
.cid-tBGYOozzcO .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBGYOozzcO .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBGYOozzcO .group-title SPAN {
  color: #ffffff;
}
.cid-tBGYOozzcO .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBGYOozzcO .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBGYOozzcO .social-list,
  .cid-tBGYOozzcO .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBGYOozzcO h3 {
    margin-bottom: 10px;
  }
  .cid-tBGYOozzcO .navbar-brand {
    text-align: center;
  }
}
.cid-tBGYOozzcO .links SPAN {
  color: #9e9e9e;
}
.cid-txZV8c7XVR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txZV8c7XVR nav.navbar {
  position: fixed;
}
.cid-txZV8c7XVR .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-txZV8c7XVR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txZV8c7XVR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txZV8c7XVR .dropdown-item:hover,
.cid-txZV8c7XVR .dropdown-item:focus {
  background: #ff9900 !important;
  color: white !important;
}
.cid-txZV8c7XVR .dropdown-item:hover span {
  color: white;
}
.cid-txZV8c7XVR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txZV8c7XVR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txZV8c7XVR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txZV8c7XVR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txZV8c7XVR .nav-link {
  position: relative;
}
.cid-txZV8c7XVR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txZV8c7XVR .container {
    flex-wrap: nowrap;
  }
}
.cid-txZV8c7XVR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txZV8c7XVR .dropdown-menu,
.cid-txZV8c7XVR .navbar.opened {
  background: #ffffff !important;
}
.cid-txZV8c7XVR .nav-item:focus,
.cid-txZV8c7XVR .nav-link:focus {
  outline: none;
}
.cid-txZV8c7XVR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txZV8c7XVR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txZV8c7XVR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txZV8c7XVR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txZV8c7XVR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txZV8c7XVR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txZV8c7XVR .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: #ffffff;
}
.cid-txZV8c7XVR .navbar.opened {
  transition: all 0.3s;
}
.cid-txZV8c7XVR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txZV8c7XVR .navbar .navbar-logo img {
  width: auto;
}
.cid-txZV8c7XVR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txZV8c7XVR .navbar.collapsed {
  justify-content: center;
}
.cid-txZV8c7XVR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txZV8c7XVR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txZV8c7XVR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txZV8c7XVR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txZV8c7XVR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txZV8c7XVR .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-txZV8c7XVR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txZV8c7XVR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txZV8c7XVR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txZV8c7XVR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txZV8c7XVR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txZV8c7XVR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txZV8c7XVR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txZV8c7XVR .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-txZV8c7XVR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txZV8c7XVR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txZV8c7XVR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txZV8c7XVR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txZV8c7XVR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txZV8c7XVR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txZV8c7XVR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txZV8c7XVR .navbar.navbar-short {
  min-height: 60px;
}
.cid-txZV8c7XVR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txZV8c7XVR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txZV8c7XVR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txZV8c7XVR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txZV8c7XVR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txZV8c7XVR .dropdown-item.active,
.cid-txZV8c7XVR .dropdown-item:active {
  background-color: transparent;
}
.cid-txZV8c7XVR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txZV8c7XVR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txZV8c7XVR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txZV8c7XVR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txZV8c7XVR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txZV8c7XVR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txZV8c7XVR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txZV8c7XVR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txZV8c7XVR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txZV8c7XVR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txZV8c7XVR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txZV8c7XVR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txZV8c7XVR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txZV8c7XVR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txZV8c7XVR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txZV8c7XVR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txZV8c7XVR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txZV8c7XVR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txZV8c7XVR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txZV8c7XVR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txZV8c7XVR .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-txZV8c7XVR .navbar {
    height: 70px;
  }
  .cid-txZV8c7XVR .navbar.opened {
    height: auto;
  }
  .cid-txZV8c7XVR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txZV8eXYTi {
  background-image: url("../../../assets/images/8879-1500x1500.webp");
}
.cid-txZV8eXYTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-txZV8eXYTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txZV8eXYTi .mbr-section-title {
  color: #ff9900;
}
.cid-tAyBsDDMIN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tAyBsDDMIN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAyBsDDMIN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tAyBsDDMIN .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-tBLQThiC3p {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b2026;
}
.cid-tBLQThiC3p .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-tBLQThiC3p .mbr-section-subtitle {
  color: #ff9900;
}
.cid-txZZccyYHk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txZZccyYHk .mbr-overlay {
  z-index: 1;
}
.cid-txZZccyYHk .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-txZZccyYHk .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-txZZccyYHk .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-txZZccyYHk .label-text {
  color: #111111;
  width: 100%;
}
.cid-txZZccyYHk .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-txZZccyYHk .item-title span {
  position: relative;
  z-index: 2;
}
.cid-txZZccyYHk .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #ff9900;
  z-index: 1;
}
.cid-txZZccyYHk .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-txZZccyYHk .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-txZZccyYHk .card,
.cid-txZZccyYHk .cards-container,
.cid-txZZccyYHk .card-container {
  padding: 0px;
}
.cid-txZZccyYHk .item-img,
.cid-txZZccyYHk img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-txZZccyYHk .card-container {
  display: flex;
}
.cid-txZZccyYHk .card-container .card {
  border-radius: 0;
}
.cid-txZZccyYHk .card-container .card .item-img {
  height: 100%;
}
.cid-txZZccyYHk .card-container .card .item-img img {
  height: 100%;
}
.cid-txZZccyYHk .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-txZZccyYHk .cards-container .card {
  border-radius: 0;
}
.cid-txZZccyYHk .cards-container .card .item-img {
  display: flex;
}
.cid-txZV8fQjRH {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/protech-scull1-1662x750.webp");
}
.cid-txZV8fQjRH .container-fluid {
  padding: 0 3rem;
}
.cid-txZV8fQjRH .media-container-column {
  padding: 0 2rem;
}
.cid-txZV8fQjRH .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #ff9900;
}
@media (max-width: 767px) {
  .cid-txZV8fQjRH .container-fluid {
    padding: 0 1rem;
  }
}
.cid-txZV8fQjRH .mbr-section-subtitle {
  text-align: center;
}
.cid-tBGYRjQrsc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tBGYRjQrsc .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-tBGYRjQrsc .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBGYRjQrsc .mbr-text {
  color: #444;
}
.cid-tBGYRjQrsc h5 {
  margin-bottom: 0;
}
.cid-tBGYRjQrsc .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBGYRjQrsc .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBGYRjQrsc .tips {
  height: 75px;
  width: 100px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGYRjQrsc .tips2 {
  height: 20px;
  width: 49px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGYRjQrsc .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBGYRjQrsc .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBGYRjQrsc .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBGYRjQrsc .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBGYRjQrsc .social-list a:hover {
  opacity: .4;
}
.cid-tBGYRjQrsc .media-container-row > div {
  padding: 0px;
}
.cid-tBGYRjQrsc .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBGYRjQrsc .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBGYRjQrsc .group-title SPAN {
  color: #ffffff;
}
.cid-tBGYRjQrsc .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBGYRjQrsc .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBGYRjQrsc .social-list,
  .cid-tBGYRjQrsc .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBGYRjQrsc h3 {
    margin-bottom: 10px;
  }
  .cid-tBGYRjQrsc .navbar-brand {
    text-align: center;
  }
}
.cid-tBGYRjQrsc .links SPAN {
  color: #9e9e9e;
}
.cid-ty0ebYubMH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ty0ebYubMH nav.navbar {
  position: fixed;
}
.cid-ty0ebYubMH .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-ty0ebYubMH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ty0ebYubMH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty0ebYubMH .dropdown-item:hover,
.cid-ty0ebYubMH .dropdown-item:focus {
  background: #ff9900 !important;
  color: white !important;
}
.cid-ty0ebYubMH .dropdown-item:hover span {
  color: white;
}
.cid-ty0ebYubMH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty0ebYubMH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty0ebYubMH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty0ebYubMH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty0ebYubMH .nav-link {
  position: relative;
}
.cid-ty0ebYubMH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty0ebYubMH .container {
    flex-wrap: nowrap;
  }
}
.cid-ty0ebYubMH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty0ebYubMH .dropdown-menu,
.cid-ty0ebYubMH .navbar.opened {
  background: #ffffff !important;
}
.cid-ty0ebYubMH .nav-item:focus,
.cid-ty0ebYubMH .nav-link:focus {
  outline: none;
}
.cid-ty0ebYubMH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty0ebYubMH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty0ebYubMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty0ebYubMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty0ebYubMH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty0ebYubMH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty0ebYubMH .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: #ffffff;
}
.cid-ty0ebYubMH .navbar.opened {
  transition: all 0.3s;
}
.cid-ty0ebYubMH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty0ebYubMH .navbar .navbar-logo img {
  width: auto;
}
.cid-ty0ebYubMH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty0ebYubMH .navbar.collapsed {
  justify-content: center;
}
.cid-ty0ebYubMH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty0ebYubMH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty0ebYubMH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ty0ebYubMH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty0ebYubMH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty0ebYubMH .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-ty0ebYubMH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty0ebYubMH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty0ebYubMH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty0ebYubMH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty0ebYubMH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty0ebYubMH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty0ebYubMH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty0ebYubMH .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-ty0ebYubMH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty0ebYubMH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty0ebYubMH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty0ebYubMH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty0ebYubMH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty0ebYubMH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ty0ebYubMH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ty0ebYubMH .navbar.navbar-short {
  min-height: 60px;
}
.cid-ty0ebYubMH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ty0ebYubMH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ty0ebYubMH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty0ebYubMH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty0ebYubMH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty0ebYubMH .dropdown-item.active,
.cid-ty0ebYubMH .dropdown-item:active {
  background-color: transparent;
}
.cid-ty0ebYubMH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty0ebYubMH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty0ebYubMH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty0ebYubMH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ty0ebYubMH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty0ebYubMH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty0ebYubMH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty0ebYubMH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty0ebYubMH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty0ebYubMH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ty0ebYubMH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty0ebYubMH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty0ebYubMH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty0ebYubMH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty0ebYubMH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty0ebYubMH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty0ebYubMH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty0ebYubMH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty0ebYubMH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty0ebYubMH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty0ebYubMH .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-ty0ebYubMH .navbar {
    height: 70px;
  }
  .cid-ty0ebYubMH .navbar.opened {
    height: auto;
  }
  .cid-ty0ebYubMH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty0ebZRYhS {
  background-image: url("../../../assets/images/d5ktokqxoaaysy2-1200x900.webp");
}
.cid-ty0ebZRYhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty0ebZRYhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty0ebZRYhS .mbr-section-title {
  color: #ff9900;
}
.cid-tAyEAB1ZVS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAyEAB1ZVS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAyEAB1ZVS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tAyEAB1ZVS .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-tBLRcNppKj {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b2026;
}
.cid-tBLRcNppKj .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-tBLRcNppKj .mbr-section-subtitle {
  color: #ff9900;
}
.cid-ty0ec195Td {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ty0ec195Td .mbr-overlay {
  z-index: 1;
}
.cid-ty0ec195Td .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-ty0ec195Td .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-ty0ec195Td .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-ty0ec195Td .label-text {
  color: #111111;
  width: 100%;
}
.cid-ty0ec195Td .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-ty0ec195Td .item-title span {
  position: relative;
  z-index: 2;
}
.cid-ty0ec195Td .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #ff9900;
  z-index: 1;
}
.cid-ty0ec195Td .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-ty0ec195Td .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-ty0ec195Td .card,
.cid-ty0ec195Td .cards-container,
.cid-ty0ec195Td .card-container {
  padding: 0px;
}
.cid-ty0ec195Td .item-img,
.cid-ty0ec195Td img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-ty0ec195Td .card-container {
  display: flex;
}
.cid-ty0ec195Td .card-container .card {
  border-radius: 0;
}
.cid-ty0ec195Td .card-container .card .item-img {
  height: 100%;
}
.cid-ty0ec195Td .card-container .card .item-img img {
  height: 100%;
}
.cid-ty0ec195Td .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-ty0ec195Td .cards-container .card {
  border-radius: 0;
}
.cid-ty0ec195Td .cards-container .card .item-img {
  display: flex;
}
.cid-ty0ec1IuGZ {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/12a462fed94015086bb65ca54491b984-1867x1534.webp");
}
.cid-ty0ec1IuGZ .container-fluid {
  padding: 0 3rem;
}
.cid-ty0ec1IuGZ .media-container-column {
  padding: 0 2rem;
}
.cid-ty0ec1IuGZ .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #ff9900;
}
@media (max-width: 767px) {
  .cid-ty0ec1IuGZ .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ty0ec1IuGZ .mbr-section-subtitle {
  text-align: center;
}
.cid-tBGYTTtllL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tBGYTTtllL .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-tBGYTTtllL .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBGYTTtllL .mbr-text {
  color: #444;
}
.cid-tBGYTTtllL h5 {
  margin-bottom: 0;
}
.cid-tBGYTTtllL .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBGYTTtllL .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBGYTTtllL .tips {
  height: 75px;
  width: 100px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGYTTtllL .tips2 {
  height: 20px;
  width: 49px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGYTTtllL .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBGYTTtllL .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBGYTTtllL .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBGYTTtllL .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBGYTTtllL .social-list a:hover {
  opacity: .4;
}
.cid-tBGYTTtllL .media-container-row > div {
  padding: 0px;
}
.cid-tBGYTTtllL .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBGYTTtllL .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBGYTTtllL .group-title SPAN {
  color: #ffffff;
}
.cid-tBGYTTtllL .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBGYTTtllL .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBGYTTtllL .social-list,
  .cid-tBGYTTtllL .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBGYTTtllL h3 {
    margin-bottom: 10px;
  }
  .cid-tBGYTTtllL .navbar-brand {
    text-align: center;
  }
}
.cid-tBGYTTtllL .links SPAN {
  color: #9e9e9e;
}
.cid-ty10CoLcCL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ty10CoLcCL nav.navbar {
  position: fixed;
}
.cid-ty10CoLcCL .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-ty10CoLcCL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ty10CoLcCL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty10CoLcCL .dropdown-item:hover,
.cid-ty10CoLcCL .dropdown-item:focus {
  background: #ff9900 !important;
  color: white !important;
}
.cid-ty10CoLcCL .dropdown-item:hover span {
  color: white;
}
.cid-ty10CoLcCL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty10CoLcCL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty10CoLcCL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty10CoLcCL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty10CoLcCL .nav-link {
  position: relative;
}
.cid-ty10CoLcCL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty10CoLcCL .container {
    flex-wrap: nowrap;
  }
}
.cid-ty10CoLcCL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty10CoLcCL .dropdown-menu,
.cid-ty10CoLcCL .navbar.opened {
  background: #ffffff !important;
}
.cid-ty10CoLcCL .nav-item:focus,
.cid-ty10CoLcCL .nav-link:focus {
  outline: none;
}
.cid-ty10CoLcCL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty10CoLcCL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty10CoLcCL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty10CoLcCL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty10CoLcCL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty10CoLcCL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty10CoLcCL .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: #ffffff;
}
.cid-ty10CoLcCL .navbar.opened {
  transition: all 0.3s;
}
.cid-ty10CoLcCL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty10CoLcCL .navbar .navbar-logo img {
  width: auto;
}
.cid-ty10CoLcCL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty10CoLcCL .navbar.collapsed {
  justify-content: center;
}
.cid-ty10CoLcCL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty10CoLcCL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty10CoLcCL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ty10CoLcCL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty10CoLcCL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty10CoLcCL .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-ty10CoLcCL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty10CoLcCL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty10CoLcCL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty10CoLcCL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty10CoLcCL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty10CoLcCL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty10CoLcCL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty10CoLcCL .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-ty10CoLcCL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty10CoLcCL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty10CoLcCL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty10CoLcCL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty10CoLcCL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty10CoLcCL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ty10CoLcCL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ty10CoLcCL .navbar.navbar-short {
  min-height: 60px;
}
.cid-ty10CoLcCL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ty10CoLcCL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ty10CoLcCL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty10CoLcCL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty10CoLcCL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty10CoLcCL .dropdown-item.active,
.cid-ty10CoLcCL .dropdown-item:active {
  background-color: transparent;
}
.cid-ty10CoLcCL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty10CoLcCL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty10CoLcCL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty10CoLcCL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ty10CoLcCL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty10CoLcCL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty10CoLcCL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty10CoLcCL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty10CoLcCL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty10CoLcCL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ty10CoLcCL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty10CoLcCL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty10CoLcCL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty10CoLcCL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty10CoLcCL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty10CoLcCL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty10CoLcCL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty10CoLcCL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty10CoLcCL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty10CoLcCL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty10CoLcCL .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-ty10CoLcCL .navbar {
    height: 70px;
  }
  .cid-ty10CoLcCL .navbar.opened {
    height: auto;
  }
  .cid-ty10CoLcCL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty10CpxQin {
  background-image: url("../../../assets/images/1114-1250x793.webp");
}
.cid-ty10CpxQin .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty10CpxQin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty10CpxQin .mbr-section-title {
  color: #ff9900;
}
.cid-tAyFyjiTJj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAyFyjiTJj .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAyFyjiTJj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tAyFyjiTJj .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-tBLMfiw22u {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b2026;
}
.cid-tBLMfiw22u .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-tBLMfiw22u .mbr-section-subtitle {
  color: #ff9900;
}
.cid-ty10CqGuwE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ty10CqGuwE .mbr-overlay {
  z-index: 1;
}
.cid-ty10CqGuwE .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-ty10CqGuwE .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-ty10CqGuwE .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-ty10CqGuwE .label-text {
  color: #111111;
  width: 100%;
}
.cid-ty10CqGuwE .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-ty10CqGuwE .item-title span {
  position: relative;
  z-index: 2;
}
.cid-ty10CqGuwE .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #ff9900;
  z-index: 1;
}
.cid-ty10CqGuwE .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-ty10CqGuwE .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-ty10CqGuwE .card,
.cid-ty10CqGuwE .cards-container,
.cid-ty10CqGuwE .card-container {
  padding: 0px;
}
.cid-ty10CqGuwE .item-img,
.cid-ty10CqGuwE img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-ty10CqGuwE .card-container {
  display: flex;
}
.cid-ty10CqGuwE .card-container .card {
  border-radius: 0;
}
.cid-ty10CqGuwE .card-container .card .item-img {
  height: 100%;
}
.cid-ty10CqGuwE .card-container .card .item-img img {
  height: 100%;
}
.cid-ty10CqGuwE .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-ty10CqGuwE .cards-container .card {
  border-radius: 0;
}
.cid-ty10CqGuwE .cards-container .card .item-img {
  display: flex;
}
.cid-ty10CrdjUG {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/55598555365-799x507.webp");
}
.cid-ty10CrdjUG .container-fluid {
  padding: 0 3rem;
}
.cid-ty10CrdjUG .media-container-column {
  padding: 0 2rem;
}
.cid-ty10CrdjUG .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #ff9900;
}
@media (max-width: 767px) {
  .cid-ty10CrdjUG .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ty10CrdjUG .mbr-section-subtitle {
  text-align: center;
}
.cid-tBGYW8RB9O {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tBGYW8RB9O .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-tBGYW8RB9O .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBGYW8RB9O .mbr-text {
  color: #444;
}
.cid-tBGYW8RB9O h5 {
  margin-bottom: 0;
}
.cid-tBGYW8RB9O .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBGYW8RB9O .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBGYW8RB9O .tips {
  height: 75px;
  width: 100px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGYW8RB9O .tips2 {
  height: 20px;
  width: 49px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGYW8RB9O .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBGYW8RB9O .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBGYW8RB9O .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBGYW8RB9O .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBGYW8RB9O .social-list a:hover {
  opacity: .4;
}
.cid-tBGYW8RB9O .media-container-row > div {
  padding: 0px;
}
.cid-tBGYW8RB9O .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBGYW8RB9O .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBGYW8RB9O .group-title SPAN {
  color: #ffffff;
}
.cid-tBGYW8RB9O .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBGYW8RB9O .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBGYW8RB9O .social-list,
  .cid-tBGYW8RB9O .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBGYW8RB9O h3 {
    margin-bottom: 10px;
  }
  .cid-tBGYW8RB9O .navbar-brand {
    text-align: center;
  }
}
.cid-tBGYW8RB9O .links SPAN {
  color: #9e9e9e;
}
.cid-ty14VBbYS1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ty14VBbYS1 nav.navbar {
  position: fixed;
}
.cid-ty14VBbYS1 .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-ty14VBbYS1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ty14VBbYS1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty14VBbYS1 .dropdown-item:hover,
.cid-ty14VBbYS1 .dropdown-item:focus {
  background: #ff9900 !important;
  color: white !important;
}
.cid-ty14VBbYS1 .dropdown-item:hover span {
  color: white;
}
.cid-ty14VBbYS1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty14VBbYS1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty14VBbYS1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty14VBbYS1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty14VBbYS1 .nav-link {
  position: relative;
}
.cid-ty14VBbYS1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty14VBbYS1 .container {
    flex-wrap: nowrap;
  }
}
.cid-ty14VBbYS1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty14VBbYS1 .dropdown-menu,
.cid-ty14VBbYS1 .navbar.opened {
  background: #ffffff !important;
}
.cid-ty14VBbYS1 .nav-item:focus,
.cid-ty14VBbYS1 .nav-link:focus {
  outline: none;
}
.cid-ty14VBbYS1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty14VBbYS1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty14VBbYS1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty14VBbYS1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty14VBbYS1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty14VBbYS1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty14VBbYS1 .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: #ffffff;
}
.cid-ty14VBbYS1 .navbar.opened {
  transition: all 0.3s;
}
.cid-ty14VBbYS1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty14VBbYS1 .navbar .navbar-logo img {
  width: auto;
}
.cid-ty14VBbYS1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty14VBbYS1 .navbar.collapsed {
  justify-content: center;
}
.cid-ty14VBbYS1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty14VBbYS1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty14VBbYS1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ty14VBbYS1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty14VBbYS1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty14VBbYS1 .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-ty14VBbYS1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty14VBbYS1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty14VBbYS1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty14VBbYS1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty14VBbYS1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty14VBbYS1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty14VBbYS1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty14VBbYS1 .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-ty14VBbYS1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty14VBbYS1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty14VBbYS1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty14VBbYS1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty14VBbYS1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty14VBbYS1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ty14VBbYS1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ty14VBbYS1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ty14VBbYS1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ty14VBbYS1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ty14VBbYS1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty14VBbYS1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty14VBbYS1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty14VBbYS1 .dropdown-item.active,
.cid-ty14VBbYS1 .dropdown-item:active {
  background-color: transparent;
}
.cid-ty14VBbYS1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty14VBbYS1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty14VBbYS1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty14VBbYS1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ty14VBbYS1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty14VBbYS1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty14VBbYS1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty14VBbYS1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty14VBbYS1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty14VBbYS1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ty14VBbYS1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty14VBbYS1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty14VBbYS1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty14VBbYS1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty14VBbYS1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty14VBbYS1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty14VBbYS1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty14VBbYS1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty14VBbYS1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty14VBbYS1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty14VBbYS1 .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-ty14VBbYS1 .navbar {
    height: 70px;
  }
  .cid-ty14VBbYS1 .navbar.opened {
    height: auto;
  }
  .cid-ty14VBbYS1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty14VC9kIG {
  background-image: url("../../../assets/images/49585776-2210885185623477-5498771909522751488-o-1278x1026.webp");
}
.cid-ty14VC9kIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty14VC9kIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty14VC9kIG .mbr-section-title {
  color: #ff9900;
}
.cid-tAyGeKEIKH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tAyGeKEIKH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAyGeKEIKH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tAyGeKEIKH .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-tBLRnwcknJ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b2026;
}
.cid-tBLRnwcknJ .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-tBLRnwcknJ .mbr-section-subtitle {
  color: #ff9900;
}
.cid-ty14VDOVri {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ty14VDOVri .mbr-overlay {
  z-index: 1;
}
.cid-ty14VDOVri .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-ty14VDOVri .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-ty14VDOVri .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-ty14VDOVri .label-text {
  color: #111111;
  width: 100%;
}
.cid-ty14VDOVri .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-ty14VDOVri .item-title span {
  position: relative;
  z-index: 2;
}
.cid-ty14VDOVri .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #ff9900;
  z-index: 1;
}
.cid-ty14VDOVri .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-ty14VDOVri .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-ty14VDOVri .card,
.cid-ty14VDOVri .cards-container,
.cid-ty14VDOVri .card-container {
  padding: 0px;
}
.cid-ty14VDOVri .item-img,
.cid-ty14VDOVri img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-ty14VDOVri .card-container {
  display: flex;
}
.cid-ty14VDOVri .card-container .card {
  border-radius: 0;
}
.cid-ty14VDOVri .card-container .card .item-img {
  height: 100%;
}
.cid-ty14VDOVri .card-container .card .item-img img {
  height: 100%;
}
.cid-ty14VDOVri .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-ty14VDOVri .cards-container .card {
  border-radius: 0;
}
.cid-ty14VDOVri .cards-container .card .item-img {
  display: flex;
}
.cid-ty14VFcYik {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/1122-1280x895.webp");
}
.cid-ty14VFcYik .container-fluid {
  padding: 0 3rem;
}
.cid-ty14VFcYik .media-container-column {
  padding: 0 2rem;
}
.cid-ty14VFcYik .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #ff9900;
}
@media (max-width: 767px) {
  .cid-ty14VFcYik .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ty14VFcYik .mbr-section-subtitle {
  text-align: center;
}
.cid-tBGZ2DunW4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tBGZ2DunW4 .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-tBGZ2DunW4 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBGZ2DunW4 .mbr-text {
  color: #444;
}
.cid-tBGZ2DunW4 h5 {
  margin-bottom: 0;
}
.cid-tBGZ2DunW4 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBGZ2DunW4 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBGZ2DunW4 .tips {
  height: 75px;
  width: 100px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGZ2DunW4 .tips2 {
  height: 20px;
  width: 49px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGZ2DunW4 .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBGZ2DunW4 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBGZ2DunW4 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBGZ2DunW4 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBGZ2DunW4 .social-list a:hover {
  opacity: .4;
}
.cid-tBGZ2DunW4 .media-container-row > div {
  padding: 0px;
}
.cid-tBGZ2DunW4 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBGZ2DunW4 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBGZ2DunW4 .group-title SPAN {
  color: #ffffff;
}
.cid-tBGZ2DunW4 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBGZ2DunW4 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBGZ2DunW4 .social-list,
  .cid-tBGZ2DunW4 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBGZ2DunW4 h3 {
    margin-bottom: 10px;
  }
  .cid-tBGZ2DunW4 .navbar-brand {
    text-align: center;
  }
}
.cid-tBGZ2DunW4 .links SPAN {
  color: #9e9e9e;
}
.cid-ty1e8w02NG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ty1e8w02NG nav.navbar {
  position: fixed;
}
.cid-ty1e8w02NG .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-ty1e8w02NG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ty1e8w02NG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty1e8w02NG .dropdown-item:hover,
.cid-ty1e8w02NG .dropdown-item:focus {
  background: #ff9900 !important;
  color: white !important;
}
.cid-ty1e8w02NG .dropdown-item:hover span {
  color: white;
}
.cid-ty1e8w02NG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty1e8w02NG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty1e8w02NG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty1e8w02NG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty1e8w02NG .nav-link {
  position: relative;
}
.cid-ty1e8w02NG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty1e8w02NG .container {
    flex-wrap: nowrap;
  }
}
.cid-ty1e8w02NG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty1e8w02NG .dropdown-menu,
.cid-ty1e8w02NG .navbar.opened {
  background: #ffffff !important;
}
.cid-ty1e8w02NG .nav-item:focus,
.cid-ty1e8w02NG .nav-link:focus {
  outline: none;
}
.cid-ty1e8w02NG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty1e8w02NG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty1e8w02NG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty1e8w02NG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty1e8w02NG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty1e8w02NG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty1e8w02NG .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: #ffffff;
}
.cid-ty1e8w02NG .navbar.opened {
  transition: all 0.3s;
}
.cid-ty1e8w02NG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty1e8w02NG .navbar .navbar-logo img {
  width: auto;
}
.cid-ty1e8w02NG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty1e8w02NG .navbar.collapsed {
  justify-content: center;
}
.cid-ty1e8w02NG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty1e8w02NG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty1e8w02NG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ty1e8w02NG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty1e8w02NG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty1e8w02NG .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-ty1e8w02NG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty1e8w02NG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty1e8w02NG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty1e8w02NG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty1e8w02NG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty1e8w02NG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty1e8w02NG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty1e8w02NG .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-ty1e8w02NG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty1e8w02NG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty1e8w02NG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty1e8w02NG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty1e8w02NG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty1e8w02NG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ty1e8w02NG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ty1e8w02NG .navbar.navbar-short {
  min-height: 60px;
}
.cid-ty1e8w02NG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ty1e8w02NG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ty1e8w02NG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty1e8w02NG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty1e8w02NG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty1e8w02NG .dropdown-item.active,
.cid-ty1e8w02NG .dropdown-item:active {
  background-color: transparent;
}
.cid-ty1e8w02NG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty1e8w02NG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty1e8w02NG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty1e8w02NG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ty1e8w02NG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty1e8w02NG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty1e8w02NG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty1e8w02NG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty1e8w02NG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty1e8w02NG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ty1e8w02NG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty1e8w02NG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty1e8w02NG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty1e8w02NG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty1e8w02NG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty1e8w02NG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty1e8w02NG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty1e8w02NG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty1e8w02NG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty1e8w02NG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty1e8w02NG .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-ty1e8w02NG .navbar {
    height: 70px;
  }
  .cid-ty1e8w02NG .navbar.opened {
    height: auto;
  }
  .cid-ty1e8w02NG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty1e8wLy3P {
  background-image: url("../../../assets/images/22342-1920x1080.webp");
}
.cid-ty1e8wLy3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1e8wLy3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1e8wLy3P .mbr-section-title {
  color: #ff9900;
}
.cid-tAyHbwgbQN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tAyHbwgbQN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAyHbwgbQN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tAyHbwgbQN .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-tBLS6znTAH {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b2026;
}
.cid-tBLS6znTAH .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-tBLS6znTAH .mbr-section-subtitle {
  color: #ff9900;
}
.cid-ty1e8y2Vv3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ty1e8y2Vv3 .mbr-overlay {
  z-index: 1;
}
.cid-ty1e8y2Vv3 .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-ty1e8y2Vv3 .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-ty1e8y2Vv3 .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-ty1e8y2Vv3 .label-text {
  color: #111111;
  width: 100%;
}
.cid-ty1e8y2Vv3 .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-ty1e8y2Vv3 .item-title span {
  position: relative;
  z-index: 2;
}
.cid-ty1e8y2Vv3 .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #ff9900;
  z-index: 1;
}
.cid-ty1e8y2Vv3 .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-ty1e8y2Vv3 .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-ty1e8y2Vv3 .card,
.cid-ty1e8y2Vv3 .cards-container,
.cid-ty1e8y2Vv3 .card-container {
  padding: 0px;
}
.cid-ty1e8y2Vv3 .item-img,
.cid-ty1e8y2Vv3 img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-ty1e8y2Vv3 .card-container {
  display: flex;
}
.cid-ty1e8y2Vv3 .card-container .card {
  border-radius: 0;
}
.cid-ty1e8y2Vv3 .card-container .card .item-img {
  height: 100%;
}
.cid-ty1e8y2Vv3 .card-container .card .item-img img {
  height: 100%;
}
.cid-ty1e8y2Vv3 .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-ty1e8y2Vv3 .cards-container .card {
  border-radius: 0;
}
.cid-ty1e8y2Vv3 .cards-container .card .item-img {
  display: flex;
}
.cid-ty1e8yCJyl {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/556699948-1366x914.webp");
}
.cid-ty1e8yCJyl .container-fluid {
  padding: 0 3rem;
}
.cid-ty1e8yCJyl .media-container-column {
  padding: 0 2rem;
}
.cid-ty1e8yCJyl .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #ff9900;
}
@media (max-width: 767px) {
  .cid-ty1e8yCJyl .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ty1e8yCJyl .mbr-section-subtitle {
  text-align: center;
}
.cid-tBGZ6AvEd7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tBGZ6AvEd7 .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-tBGZ6AvEd7 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBGZ6AvEd7 .mbr-text {
  color: #444;
}
.cid-tBGZ6AvEd7 h5 {
  margin-bottom: 0;
}
.cid-tBGZ6AvEd7 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBGZ6AvEd7 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBGZ6AvEd7 .tips {
  height: 75px;
  width: 100px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGZ6AvEd7 .tips2 {
  height: 20px;
  width: 49px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGZ6AvEd7 .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBGZ6AvEd7 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBGZ6AvEd7 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBGZ6AvEd7 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBGZ6AvEd7 .social-list a:hover {
  opacity: .4;
}
.cid-tBGZ6AvEd7 .media-container-row > div {
  padding: 0px;
}
.cid-tBGZ6AvEd7 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBGZ6AvEd7 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBGZ6AvEd7 .group-title SPAN {
  color: #ffffff;
}
.cid-tBGZ6AvEd7 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBGZ6AvEd7 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBGZ6AvEd7 .social-list,
  .cid-tBGZ6AvEd7 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBGZ6AvEd7 h3 {
    margin-bottom: 10px;
  }
  .cid-tBGZ6AvEd7 .navbar-brand {
    text-align: center;
  }
}
.cid-tBGZ6AvEd7 .links SPAN {
  color: #9e9e9e;
}
.cid-ty1kVwxUss {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ty1kVwxUss nav.navbar {
  position: fixed;
}
.cid-ty1kVwxUss .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-ty1kVwxUss .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ty1kVwxUss .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty1kVwxUss .dropdown-item:hover,
.cid-ty1kVwxUss .dropdown-item:focus {
  background: #ff9900 !important;
  color: white !important;
}
.cid-ty1kVwxUss .dropdown-item:hover span {
  color: white;
}
.cid-ty1kVwxUss .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty1kVwxUss .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty1kVwxUss .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty1kVwxUss .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty1kVwxUss .nav-link {
  position: relative;
}
.cid-ty1kVwxUss .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty1kVwxUss .container {
    flex-wrap: nowrap;
  }
}
.cid-ty1kVwxUss .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty1kVwxUss .dropdown-menu,
.cid-ty1kVwxUss .navbar.opened {
  background: #ffffff !important;
}
.cid-ty1kVwxUss .nav-item:focus,
.cid-ty1kVwxUss .nav-link:focus {
  outline: none;
}
.cid-ty1kVwxUss .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty1kVwxUss .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty1kVwxUss .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty1kVwxUss .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty1kVwxUss .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty1kVwxUss .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty1kVwxUss .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: #ffffff;
}
.cid-ty1kVwxUss .navbar.opened {
  transition: all 0.3s;
}
.cid-ty1kVwxUss .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty1kVwxUss .navbar .navbar-logo img {
  width: auto;
}
.cid-ty1kVwxUss .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty1kVwxUss .navbar.collapsed {
  justify-content: center;
}
.cid-ty1kVwxUss .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty1kVwxUss .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty1kVwxUss .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ty1kVwxUss .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty1kVwxUss .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty1kVwxUss .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-ty1kVwxUss .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty1kVwxUss .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty1kVwxUss .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty1kVwxUss .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty1kVwxUss .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty1kVwxUss .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty1kVwxUss .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty1kVwxUss .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-ty1kVwxUss .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty1kVwxUss .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty1kVwxUss .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty1kVwxUss .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty1kVwxUss .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty1kVwxUss .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ty1kVwxUss .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ty1kVwxUss .navbar.navbar-short {
  min-height: 60px;
}
.cid-ty1kVwxUss .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ty1kVwxUss .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ty1kVwxUss .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty1kVwxUss .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty1kVwxUss .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty1kVwxUss .dropdown-item.active,
.cid-ty1kVwxUss .dropdown-item:active {
  background-color: transparent;
}
.cid-ty1kVwxUss .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty1kVwxUss .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty1kVwxUss .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty1kVwxUss .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ty1kVwxUss .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty1kVwxUss .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty1kVwxUss ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty1kVwxUss .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty1kVwxUss button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty1kVwxUss button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ty1kVwxUss button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty1kVwxUss button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty1kVwxUss button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty1kVwxUss button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty1kVwxUss nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty1kVwxUss nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty1kVwxUss nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty1kVwxUss nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty1kVwxUss .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty1kVwxUss a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty1kVwxUss .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-ty1kVwxUss .navbar {
    height: 70px;
  }
  .cid-ty1kVwxUss .navbar.opened {
    height: auto;
  }
  .cid-ty1kVwxUss .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty1kVxSAiN {
  background-image: url("../../../assets/images/kiritsuke-1920x821.webp");
}
.cid-ty1kVxSAiN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1kVxSAiN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1kVxSAiN .mbr-section-title {
  color: #ff9900;
}
.cid-tAyI1e8qBp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tAyI1e8qBp .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAyI1e8qBp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tAyI1e8qBp .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-tBLU1cx5qc {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b2026;
}
.cid-tBLU1cx5qc .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-tBLU1cx5qc .mbr-section-subtitle {
  color: #ff9900;
}
.cid-ty1kVzmOkV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ty1kVzmOkV .mbr-overlay {
  z-index: 1;
}
.cid-ty1kVzmOkV .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-ty1kVzmOkV .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-ty1kVzmOkV .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-ty1kVzmOkV .label-text {
  color: #111111;
  width: 100%;
}
.cid-ty1kVzmOkV .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-ty1kVzmOkV .item-title span {
  position: relative;
  z-index: 2;
}
.cid-ty1kVzmOkV .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #ff9900;
  z-index: 1;
}
.cid-ty1kVzmOkV .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-ty1kVzmOkV .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-ty1kVzmOkV .card,
.cid-ty1kVzmOkV .cards-container,
.cid-ty1kVzmOkV .card-container {
  padding: 0px;
}
.cid-ty1kVzmOkV .item-img,
.cid-ty1kVzmOkV img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-ty1kVzmOkV .card-container {
  display: flex;
}
.cid-ty1kVzmOkV .card-container .card {
  border-radius: 0;
}
.cid-ty1kVzmOkV .card-container .card .item-img {
  height: 100%;
}
.cid-ty1kVzmOkV .card-container .card .item-img img {
  height: 100%;
}
.cid-ty1kVzmOkV .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-ty1kVzmOkV .cards-container .card {
  border-radius: 0;
}
.cid-ty1kVzmOkV .cards-container .card .item-img {
  display: flex;
}
.cid-ty1kVASEt5 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/maxresdefault-1280x720.webp");
}
.cid-ty1kVASEt5 .container-fluid {
  padding: 0 3rem;
}
.cid-ty1kVASEt5 .media-container-column {
  padding: 0 2rem;
}
.cid-ty1kVASEt5 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #ff9900;
}
@media (max-width: 767px) {
  .cid-ty1kVASEt5 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ty1kVASEt5 .mbr-section-subtitle {
  text-align: center;
}
.cid-tBGZa5TEOA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tBGZa5TEOA .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-tBGZa5TEOA .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBGZa5TEOA .mbr-text {
  color: #444;
}
.cid-tBGZa5TEOA h5 {
  margin-bottom: 0;
}
.cid-tBGZa5TEOA .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBGZa5TEOA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBGZa5TEOA .tips {
  height: 75px;
  width: 100px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGZa5TEOA .tips2 {
  height: 20px;
  width: 49px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGZa5TEOA .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBGZa5TEOA .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBGZa5TEOA .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBGZa5TEOA .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBGZa5TEOA .social-list a:hover {
  opacity: .4;
}
.cid-tBGZa5TEOA .media-container-row > div {
  padding: 0px;
}
.cid-tBGZa5TEOA .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBGZa5TEOA .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBGZa5TEOA .group-title SPAN {
  color: #ffffff;
}
.cid-tBGZa5TEOA .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBGZa5TEOA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBGZa5TEOA .social-list,
  .cid-tBGZa5TEOA .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBGZa5TEOA h3 {
    margin-bottom: 10px;
  }
  .cid-tBGZa5TEOA .navbar-brand {
    text-align: center;
  }
}
.cid-tBGZa5TEOA .links SPAN {
  color: #9e9e9e;
}
.cid-ty1wdSgpnt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ty1wdSgpnt nav.navbar {
  position: fixed;
}
.cid-ty1wdSgpnt .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-ty1wdSgpnt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ty1wdSgpnt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty1wdSgpnt .dropdown-item:hover,
.cid-ty1wdSgpnt .dropdown-item:focus {
  background: #ff9900 !important;
  color: white !important;
}
.cid-ty1wdSgpnt .dropdown-item:hover span {
  color: white;
}
.cid-ty1wdSgpnt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty1wdSgpnt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty1wdSgpnt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty1wdSgpnt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty1wdSgpnt .nav-link {
  position: relative;
}
.cid-ty1wdSgpnt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty1wdSgpnt .container {
    flex-wrap: nowrap;
  }
}
.cid-ty1wdSgpnt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty1wdSgpnt .dropdown-menu,
.cid-ty1wdSgpnt .navbar.opened {
  background: #ffffff !important;
}
.cid-ty1wdSgpnt .nav-item:focus,
.cid-ty1wdSgpnt .nav-link:focus {
  outline: none;
}
.cid-ty1wdSgpnt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty1wdSgpnt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty1wdSgpnt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty1wdSgpnt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty1wdSgpnt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty1wdSgpnt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty1wdSgpnt .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: #ffffff;
}
.cid-ty1wdSgpnt .navbar.opened {
  transition: all 0.3s;
}
.cid-ty1wdSgpnt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty1wdSgpnt .navbar .navbar-logo img {
  width: auto;
}
.cid-ty1wdSgpnt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty1wdSgpnt .navbar.collapsed {
  justify-content: center;
}
.cid-ty1wdSgpnt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty1wdSgpnt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty1wdSgpnt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ty1wdSgpnt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty1wdSgpnt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty1wdSgpnt .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-ty1wdSgpnt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty1wdSgpnt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty1wdSgpnt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty1wdSgpnt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty1wdSgpnt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty1wdSgpnt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty1wdSgpnt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty1wdSgpnt .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-ty1wdSgpnt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty1wdSgpnt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty1wdSgpnt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty1wdSgpnt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty1wdSgpnt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty1wdSgpnt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ty1wdSgpnt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ty1wdSgpnt .navbar.navbar-short {
  min-height: 60px;
}
.cid-ty1wdSgpnt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ty1wdSgpnt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ty1wdSgpnt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty1wdSgpnt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty1wdSgpnt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty1wdSgpnt .dropdown-item.active,
.cid-ty1wdSgpnt .dropdown-item:active {
  background-color: transparent;
}
.cid-ty1wdSgpnt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty1wdSgpnt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty1wdSgpnt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty1wdSgpnt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ty1wdSgpnt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty1wdSgpnt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty1wdSgpnt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty1wdSgpnt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty1wdSgpnt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty1wdSgpnt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ty1wdSgpnt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty1wdSgpnt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty1wdSgpnt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty1wdSgpnt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty1wdSgpnt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty1wdSgpnt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty1wdSgpnt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty1wdSgpnt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty1wdSgpnt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty1wdSgpnt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty1wdSgpnt .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-ty1wdSgpnt .navbar {
    height: 70px;
  }
  .cid-ty1wdSgpnt .navbar.opened {
    height: auto;
  }
  .cid-ty1wdSgpnt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty1wdT3sNe {
  background-image: url("../../../assets/images/4455-1250x833.webp");
}
.cid-ty1wdT3sNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1wdT3sNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1wdT3sNe .mbr-section-title {
  color: #ff9900;
}
.cid-tAyJi1ViHM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tAyJi1ViHM .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAyJi1ViHM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tAyJi1ViHM .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-tBLUiJqUk9 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b2026;
}
.cid-tBLUiJqUk9 .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-tBLUiJqUk9 .mbr-section-subtitle {
  color: #ff9900;
}
.cid-ty1wdUeMbn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ty1wdUeMbn .mbr-overlay {
  z-index: 1;
}
.cid-ty1wdUeMbn .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-ty1wdUeMbn .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-ty1wdUeMbn .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-ty1wdUeMbn .label-text {
  color: #111111;
  width: 100%;
}
.cid-ty1wdUeMbn .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-ty1wdUeMbn .item-title span {
  position: relative;
  z-index: 2;
}
.cid-ty1wdUeMbn .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #ff9900;
  z-index: 1;
}
.cid-ty1wdUeMbn .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-ty1wdUeMbn .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-ty1wdUeMbn .card,
.cid-ty1wdUeMbn .cards-container,
.cid-ty1wdUeMbn .card-container {
  padding: 0px;
}
.cid-ty1wdUeMbn .item-img,
.cid-ty1wdUeMbn img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-ty1wdUeMbn .card-container {
  display: flex;
}
.cid-ty1wdUeMbn .card-container .card {
  border-radius: 0;
}
.cid-ty1wdUeMbn .card-container .card .item-img {
  height: 100%;
}
.cid-ty1wdUeMbn .card-container .card .item-img img {
  height: 100%;
}
.cid-ty1wdUeMbn .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-ty1wdUeMbn .cards-container .card {
  border-radius: 0;
}
.cid-ty1wdUeMbn .cards-container .card .item-img {
  display: flex;
}
.cid-ty1wdUNEi5 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/8877-2000x1333.webp");
}
.cid-ty1wdUNEi5 .container-fluid {
  padding: 0 3rem;
}
.cid-ty1wdUNEi5 .media-container-column {
  padding: 0 2rem;
}
.cid-ty1wdUNEi5 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #ff9900;
}
@media (max-width: 767px) {
  .cid-ty1wdUNEi5 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ty1wdUNEi5 .mbr-section-subtitle {
  text-align: center;
}
.cid-tBGZcn5dRS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tBGZcn5dRS .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-tBGZcn5dRS .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBGZcn5dRS .mbr-text {
  color: #444;
}
.cid-tBGZcn5dRS h5 {
  margin-bottom: 0;
}
.cid-tBGZcn5dRS .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBGZcn5dRS .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBGZcn5dRS .tips {
  height: 75px;
  width: 100px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGZcn5dRS .tips2 {
  height: 20px;
  width: 49px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGZcn5dRS .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBGZcn5dRS .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBGZcn5dRS .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBGZcn5dRS .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBGZcn5dRS .social-list a:hover {
  opacity: .4;
}
.cid-tBGZcn5dRS .media-container-row > div {
  padding: 0px;
}
.cid-tBGZcn5dRS .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBGZcn5dRS .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBGZcn5dRS .group-title SPAN {
  color: #ffffff;
}
.cid-tBGZcn5dRS .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBGZcn5dRS .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBGZcn5dRS .social-list,
  .cid-tBGZcn5dRS .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBGZcn5dRS h3 {
    margin-bottom: 10px;
  }
  .cid-tBGZcn5dRS .navbar-brand {
    text-align: center;
  }
}
.cid-tBGZcn5dRS .links SPAN {
  color: #9e9e9e;
}
.cid-ty1zOFCdus {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ty1zOFCdus nav.navbar {
  position: fixed;
}
.cid-ty1zOFCdus .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-ty1zOFCdus .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ty1zOFCdus .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty1zOFCdus .dropdown-item:hover,
.cid-ty1zOFCdus .dropdown-item:focus {
  background: #ff9900 !important;
  color: white !important;
}
.cid-ty1zOFCdus .dropdown-item:hover span {
  color: white;
}
.cid-ty1zOFCdus .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty1zOFCdus .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty1zOFCdus .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty1zOFCdus .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty1zOFCdus .nav-link {
  position: relative;
}
.cid-ty1zOFCdus .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty1zOFCdus .container {
    flex-wrap: nowrap;
  }
}
.cid-ty1zOFCdus .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty1zOFCdus .dropdown-menu,
.cid-ty1zOFCdus .navbar.opened {
  background: #ffffff !important;
}
.cid-ty1zOFCdus .nav-item:focus,
.cid-ty1zOFCdus .nav-link:focus {
  outline: none;
}
.cid-ty1zOFCdus .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty1zOFCdus .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty1zOFCdus .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty1zOFCdus .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty1zOFCdus .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty1zOFCdus .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty1zOFCdus .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: #ffffff;
}
.cid-ty1zOFCdus .navbar.opened {
  transition: all 0.3s;
}
.cid-ty1zOFCdus .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty1zOFCdus .navbar .navbar-logo img {
  width: auto;
}
.cid-ty1zOFCdus .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty1zOFCdus .navbar.collapsed {
  justify-content: center;
}
.cid-ty1zOFCdus .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty1zOFCdus .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty1zOFCdus .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ty1zOFCdus .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty1zOFCdus .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty1zOFCdus .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-ty1zOFCdus .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty1zOFCdus .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty1zOFCdus .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty1zOFCdus .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty1zOFCdus .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty1zOFCdus .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty1zOFCdus .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty1zOFCdus .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-ty1zOFCdus .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty1zOFCdus .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty1zOFCdus .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty1zOFCdus .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty1zOFCdus .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty1zOFCdus .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ty1zOFCdus .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ty1zOFCdus .navbar.navbar-short {
  min-height: 60px;
}
.cid-ty1zOFCdus .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ty1zOFCdus .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ty1zOFCdus .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty1zOFCdus .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty1zOFCdus .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty1zOFCdus .dropdown-item.active,
.cid-ty1zOFCdus .dropdown-item:active {
  background-color: transparent;
}
.cid-ty1zOFCdus .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty1zOFCdus .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty1zOFCdus .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty1zOFCdus .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ty1zOFCdus .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty1zOFCdus .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty1zOFCdus ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty1zOFCdus .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty1zOFCdus button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty1zOFCdus button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ty1zOFCdus button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty1zOFCdus button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty1zOFCdus button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty1zOFCdus button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty1zOFCdus nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty1zOFCdus nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty1zOFCdus nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty1zOFCdus nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty1zOFCdus .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty1zOFCdus a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty1zOFCdus .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-ty1zOFCdus .navbar {
    height: 70px;
  }
  .cid-ty1zOFCdus .navbar.opened {
    height: auto;
  }
  .cid-ty1zOFCdus .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty1zOGzUb7 {
  background-image: url("../../../assets/images/full-nozh-mr-blade-vito-1280x853.webp");
}
.cid-ty1zOGzUb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1zOGzUb7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1zOGzUb7 .mbr-section-title {
  color: #ff9900;
}
.cid-tAyJRn9J2i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tAyJRn9J2i .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAyJRn9J2i img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tAyJRn9J2i .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-tBLUChycRT {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b2026;
}
.cid-tBLUChycRT .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-tBLUChycRT .mbr-section-subtitle {
  color: #ff9900;
}
.cid-ty1zOI4aRk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ty1zOI4aRk .mbr-overlay {
  z-index: 1;
}
.cid-ty1zOI4aRk .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-ty1zOI4aRk .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-ty1zOI4aRk .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-ty1zOI4aRk .label-text {
  color: #111111;
  width: 100%;
}
.cid-ty1zOI4aRk .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-ty1zOI4aRk .item-title span {
  position: relative;
  z-index: 2;
}
.cid-ty1zOI4aRk .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #ff9900;
  z-index: 1;
}
.cid-ty1zOI4aRk .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-ty1zOI4aRk .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-ty1zOI4aRk .card,
.cid-ty1zOI4aRk .cards-container,
.cid-ty1zOI4aRk .card-container {
  padding: 0px;
}
.cid-ty1zOI4aRk .item-img,
.cid-ty1zOI4aRk img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-ty1zOI4aRk .card-container {
  display: flex;
}
.cid-ty1zOI4aRk .card-container .card {
  border-radius: 0;
}
.cid-ty1zOI4aRk .card-container .card .item-img {
  height: 100%;
}
.cid-ty1zOI4aRk .card-container .card .item-img img {
  height: 100%;
}
.cid-ty1zOI4aRk .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-ty1zOI4aRk .cards-container .card {
  border-radius: 0;
}
.cid-ty1zOI4aRk .cards-container .card .item-img {
  display: flex;
}
.cid-ty1zOJupaE {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/0012245-947x576.webp");
}
.cid-ty1zOJupaE .container-fluid {
  padding: 0 3rem;
}
.cid-ty1zOJupaE .media-container-column {
  padding: 0 2rem;
}
.cid-ty1zOJupaE .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #ff9900;
}
@media (max-width: 767px) {
  .cid-ty1zOJupaE .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ty1zOJupaE .mbr-section-subtitle {
  text-align: center;
}
.cid-tBGZfSF6fK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tBGZfSF6fK .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-tBGZfSF6fK .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBGZfSF6fK .mbr-text {
  color: #444;
}
.cid-tBGZfSF6fK h5 {
  margin-bottom: 0;
}
.cid-tBGZfSF6fK .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBGZfSF6fK .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBGZfSF6fK .tips {
  height: 75px;
  width: 100px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGZfSF6fK .tips2 {
  height: 20px;
  width: 49px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGZfSF6fK .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBGZfSF6fK .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBGZfSF6fK .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBGZfSF6fK .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBGZfSF6fK .social-list a:hover {
  opacity: .4;
}
.cid-tBGZfSF6fK .media-container-row > div {
  padding: 0px;
}
.cid-tBGZfSF6fK .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBGZfSF6fK .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBGZfSF6fK .group-title SPAN {
  color: #ffffff;
}
.cid-tBGZfSF6fK .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBGZfSF6fK .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBGZfSF6fK .social-list,
  .cid-tBGZfSF6fK .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBGZfSF6fK h3 {
    margin-bottom: 10px;
  }
  .cid-tBGZfSF6fK .navbar-brand {
    text-align: center;
  }
}
.cid-tBGZfSF6fK .links SPAN {
  color: #9e9e9e;
}
.cid-ty1E5Jdxz9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ty1E5Jdxz9 nav.navbar {
  position: fixed;
}
.cid-ty1E5Jdxz9 .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-ty1E5Jdxz9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ty1E5Jdxz9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty1E5Jdxz9 .dropdown-item:hover,
.cid-ty1E5Jdxz9 .dropdown-item:focus {
  background: #ff9900 !important;
  color: white !important;
}
.cid-ty1E5Jdxz9 .dropdown-item:hover span {
  color: white;
}
.cid-ty1E5Jdxz9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty1E5Jdxz9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty1E5Jdxz9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty1E5Jdxz9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty1E5Jdxz9 .nav-link {
  position: relative;
}
.cid-ty1E5Jdxz9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty1E5Jdxz9 .container {
    flex-wrap: nowrap;
  }
}
.cid-ty1E5Jdxz9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty1E5Jdxz9 .dropdown-menu,
.cid-ty1E5Jdxz9 .navbar.opened {
  background: #ffffff !important;
}
.cid-ty1E5Jdxz9 .nav-item:focus,
.cid-ty1E5Jdxz9 .nav-link:focus {
  outline: none;
}
.cid-ty1E5Jdxz9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty1E5Jdxz9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty1E5Jdxz9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty1E5Jdxz9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty1E5Jdxz9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty1E5Jdxz9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty1E5Jdxz9 .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: #ffffff;
}
.cid-ty1E5Jdxz9 .navbar.opened {
  transition: all 0.3s;
}
.cid-ty1E5Jdxz9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty1E5Jdxz9 .navbar .navbar-logo img {
  width: auto;
}
.cid-ty1E5Jdxz9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty1E5Jdxz9 .navbar.collapsed {
  justify-content: center;
}
.cid-ty1E5Jdxz9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty1E5Jdxz9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty1E5Jdxz9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ty1E5Jdxz9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty1E5Jdxz9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty1E5Jdxz9 .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-ty1E5Jdxz9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty1E5Jdxz9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty1E5Jdxz9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty1E5Jdxz9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty1E5Jdxz9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty1E5Jdxz9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty1E5Jdxz9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty1E5Jdxz9 .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-ty1E5Jdxz9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty1E5Jdxz9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty1E5Jdxz9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty1E5Jdxz9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty1E5Jdxz9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty1E5Jdxz9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ty1E5Jdxz9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ty1E5Jdxz9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ty1E5Jdxz9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ty1E5Jdxz9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ty1E5Jdxz9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty1E5Jdxz9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty1E5Jdxz9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty1E5Jdxz9 .dropdown-item.active,
.cid-ty1E5Jdxz9 .dropdown-item:active {
  background-color: transparent;
}
.cid-ty1E5Jdxz9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty1E5Jdxz9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty1E5Jdxz9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty1E5Jdxz9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ty1E5Jdxz9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty1E5Jdxz9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty1E5Jdxz9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty1E5Jdxz9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty1E5Jdxz9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty1E5Jdxz9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ty1E5Jdxz9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty1E5Jdxz9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty1E5Jdxz9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty1E5Jdxz9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty1E5Jdxz9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty1E5Jdxz9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty1E5Jdxz9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty1E5Jdxz9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty1E5Jdxz9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty1E5Jdxz9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty1E5Jdxz9 .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-ty1E5Jdxz9 .navbar {
    height: 70px;
  }
  .cid-ty1E5Jdxz9 .navbar.opened {
    height: auto;
  }
  .cid-ty1E5Jdxz9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty1E5K0b1M {
  background-image: url("../../../assets/images/222256541-1280x720.webp");
}
.cid-ty1E5K0b1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1E5K0b1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1E5K0b1M .mbr-section-title {
  color: #ff9900;
}
.cid-tAyKpaGQ6D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tAyKpaGQ6D .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAyKpaGQ6D img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tAyKpaGQ6D .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-tBLUUvVTLo {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b2026;
}
.cid-tBLUUvVTLo .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-tBLUUvVTLo .mbr-section-subtitle {
  color: #ff9900;
}
.cid-ty2bLRE4LO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ty2bLRE4LO .mbr-overlay {
  z-index: 1;
}
.cid-ty2bLRE4LO .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-ty2bLRE4LO .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-ty2bLRE4LO .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-ty2bLRE4LO .label-text {
  color: #111111;
  width: 100%;
}
.cid-ty2bLRE4LO .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-ty2bLRE4LO .item-title span {
  position: relative;
  z-index: 2;
}
.cid-ty2bLRE4LO .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #ff9900;
  z-index: 1;
}
.cid-ty2bLRE4LO .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-ty2bLRE4LO .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-ty2bLRE4LO .card,
.cid-ty2bLRE4LO .cards-container,
.cid-ty2bLRE4LO .card-container {
  padding: 0px;
}
.cid-ty2bLRE4LO .item-img,
.cid-ty2bLRE4LO img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-ty2bLRE4LO .card-container {
  display: flex;
}
.cid-ty2bLRE4LO .card-container .card {
  border-radius: 0;
}
.cid-ty2bLRE4LO .card-container .card .item-img {
  height: 100%;
}
.cid-ty2bLRE4LO .card-container .card .item-img img {
  height: 100%;
}
.cid-ty2bLRE4LO .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-ty2bLRE4LO .cards-container .card {
  border-radius: 0;
}
.cid-ty2bLRE4LO .cards-container .card .item-img {
  display: flex;
}
.cid-ty1E5LZ8LH {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/5548897-1280x720.webp");
}
.cid-ty1E5LZ8LH .container-fluid {
  padding: 0 3rem;
}
.cid-ty1E5LZ8LH .media-container-column {
  padding: 0 2rem;
}
.cid-ty1E5LZ8LH .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #ff9900;
}
@media (max-width: 767px) {
  .cid-ty1E5LZ8LH .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ty1E5LZ8LH .mbr-section-subtitle {
  text-align: center;
}
.cid-tBGZkdeXTh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tBGZkdeXTh .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-tBGZkdeXTh .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBGZkdeXTh .mbr-text {
  color: #444;
}
.cid-tBGZkdeXTh h5 {
  margin-bottom: 0;
}
.cid-tBGZkdeXTh .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBGZkdeXTh .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBGZkdeXTh .tips {
  height: 75px;
  width: 100px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGZkdeXTh .tips2 {
  height: 20px;
  width: 49px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGZkdeXTh .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBGZkdeXTh .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBGZkdeXTh .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBGZkdeXTh .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBGZkdeXTh .social-list a:hover {
  opacity: .4;
}
.cid-tBGZkdeXTh .media-container-row > div {
  padding: 0px;
}
.cid-tBGZkdeXTh .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBGZkdeXTh .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBGZkdeXTh .group-title SPAN {
  color: #ffffff;
}
.cid-tBGZkdeXTh .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBGZkdeXTh .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBGZkdeXTh .social-list,
  .cid-tBGZkdeXTh .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBGZkdeXTh h3 {
    margin-bottom: 10px;
  }
  .cid-tBGZkdeXTh .navbar-brand {
    text-align: center;
  }
}
.cid-tBGZkdeXTh .links SPAN {
  color: #9e9e9e;
}
.cid-ty2fPr3iGJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ty2fPr3iGJ nav.navbar {
  position: fixed;
}
.cid-ty2fPr3iGJ .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-ty2fPr3iGJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ty2fPr3iGJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty2fPr3iGJ .dropdown-item:hover,
.cid-ty2fPr3iGJ .dropdown-item:focus {
  background: #ff9900 !important;
  color: white !important;
}
.cid-ty2fPr3iGJ .dropdown-item:hover span {
  color: white;
}
.cid-ty2fPr3iGJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty2fPr3iGJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty2fPr3iGJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty2fPr3iGJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty2fPr3iGJ .nav-link {
  position: relative;
}
.cid-ty2fPr3iGJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty2fPr3iGJ .container {
    flex-wrap: nowrap;
  }
}
.cid-ty2fPr3iGJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty2fPr3iGJ .dropdown-menu,
.cid-ty2fPr3iGJ .navbar.opened {
  background: #ffffff !important;
}
.cid-ty2fPr3iGJ .nav-item:focus,
.cid-ty2fPr3iGJ .nav-link:focus {
  outline: none;
}
.cid-ty2fPr3iGJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty2fPr3iGJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty2fPr3iGJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty2fPr3iGJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty2fPr3iGJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty2fPr3iGJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty2fPr3iGJ .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: #ffffff;
}
.cid-ty2fPr3iGJ .navbar.opened {
  transition: all 0.3s;
}
.cid-ty2fPr3iGJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty2fPr3iGJ .navbar .navbar-logo img {
  width: auto;
}
.cid-ty2fPr3iGJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty2fPr3iGJ .navbar.collapsed {
  justify-content: center;
}
.cid-ty2fPr3iGJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty2fPr3iGJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty2fPr3iGJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ty2fPr3iGJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty2fPr3iGJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty2fPr3iGJ .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-ty2fPr3iGJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty2fPr3iGJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty2fPr3iGJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty2fPr3iGJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty2fPr3iGJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty2fPr3iGJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty2fPr3iGJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty2fPr3iGJ .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-ty2fPr3iGJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty2fPr3iGJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty2fPr3iGJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty2fPr3iGJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty2fPr3iGJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty2fPr3iGJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ty2fPr3iGJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ty2fPr3iGJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ty2fPr3iGJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ty2fPr3iGJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ty2fPr3iGJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty2fPr3iGJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty2fPr3iGJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty2fPr3iGJ .dropdown-item.active,
.cid-ty2fPr3iGJ .dropdown-item:active {
  background-color: transparent;
}
.cid-ty2fPr3iGJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty2fPr3iGJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty2fPr3iGJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty2fPr3iGJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ty2fPr3iGJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty2fPr3iGJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty2fPr3iGJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty2fPr3iGJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty2fPr3iGJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty2fPr3iGJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ty2fPr3iGJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty2fPr3iGJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty2fPr3iGJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty2fPr3iGJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty2fPr3iGJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty2fPr3iGJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty2fPr3iGJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty2fPr3iGJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty2fPr3iGJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty2fPr3iGJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty2fPr3iGJ .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-ty2fPr3iGJ .navbar {
    height: 70px;
  }
  .cid-ty2fPr3iGJ .navbar.opened {
    height: auto;
  }
  .cid-ty2fPr3iGJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty2fPs7HcZ {
  background-image: url("../../../assets/images/91lxjlw2wsl-sl1500-1500x1014.webp");
}
.cid-ty2fPs7HcZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty2fPs7HcZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty2fPs7HcZ .mbr-section-title {
  color: #ff9900;
}
.cid-tAyKSRk4ih {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tAyKSRk4ih .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAyKSRk4ih img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tAyKSRk4ih .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-tBLVaN9fei {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b2026;
}
.cid-tBLVaN9fei .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-tBLVaN9fei .mbr-section-subtitle {
  color: #ff9900;
}
.cid-ty2fPud6CY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ty2fPud6CY .mbr-overlay {
  z-index: 1;
}
.cid-ty2fPud6CY .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-ty2fPud6CY .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-ty2fPud6CY .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-ty2fPud6CY .label-text {
  color: #111111;
  width: 100%;
}
.cid-ty2fPud6CY .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-ty2fPud6CY .item-title span {
  position: relative;
  z-index: 2;
}
.cid-ty2fPud6CY .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #ff9900;
  z-index: 1;
}
.cid-ty2fPud6CY .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-ty2fPud6CY .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-ty2fPud6CY .card,
.cid-ty2fPud6CY .cards-container,
.cid-ty2fPud6CY .card-container {
  padding: 0px;
}
.cid-ty2fPud6CY .item-img,
.cid-ty2fPud6CY img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-ty2fPud6CY .card-container {
  display: flex;
}
.cid-ty2fPud6CY .card-container .card {
  border-radius: 0;
}
.cid-ty2fPud6CY .card-container .card .item-img {
  height: 100%;
}
.cid-ty2fPud6CY .card-container .card .item-img img {
  height: 100%;
}
.cid-ty2fPud6CY .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-ty2fPud6CY .cards-container .card {
  border-radius: 0;
}
.cid-ty2fPud6CY .cards-container .card .item-img {
  display: flex;
}
.cid-ty2fPuWopD {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/742407-1080x608.webp");
}
.cid-ty2fPuWopD .container-fluid {
  padding: 0 3rem;
}
.cid-ty2fPuWopD .media-container-column {
  padding: 0 2rem;
}
.cid-ty2fPuWopD .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #ff9900;
}
@media (max-width: 767px) {
  .cid-ty2fPuWopD .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ty2fPuWopD .mbr-section-subtitle {
  text-align: center;
}
.cid-tBGZntwW8f {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tBGZntwW8f .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-tBGZntwW8f .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBGZntwW8f .mbr-text {
  color: #444;
}
.cid-tBGZntwW8f h5 {
  margin-bottom: 0;
}
.cid-tBGZntwW8f .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBGZntwW8f .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBGZntwW8f .tips {
  height: 75px;
  width: 100px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGZntwW8f .tips2 {
  height: 20px;
  width: 49px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGZntwW8f .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBGZntwW8f .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBGZntwW8f .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBGZntwW8f .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBGZntwW8f .social-list a:hover {
  opacity: .4;
}
.cid-tBGZntwW8f .media-container-row > div {
  padding: 0px;
}
.cid-tBGZntwW8f .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBGZntwW8f .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBGZntwW8f .group-title SPAN {
  color: #ffffff;
}
.cid-tBGZntwW8f .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBGZntwW8f .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBGZntwW8f .social-list,
  .cid-tBGZntwW8f .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBGZntwW8f h3 {
    margin-bottom: 10px;
  }
  .cid-tBGZntwW8f .navbar-brand {
    text-align: center;
  }
}
.cid-tBGZntwW8f .links SPAN {
  color: #9e9e9e;
}
.cid-tdy4FzprGN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tdy4FzprGN nav.navbar {
  position: fixed;
}
.cid-tdy4FzprGN .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-tdy4FzprGN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tdy4FzprGN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tdy4FzprGN .dropdown-item:hover,
.cid-tdy4FzprGN .dropdown-item:focus {
  background: #ff9900 !important;
  color: white !important;
}
.cid-tdy4FzprGN .dropdown-item:hover span {
  color: white;
}
.cid-tdy4FzprGN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tdy4FzprGN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tdy4FzprGN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tdy4FzprGN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tdy4FzprGN .nav-link {
  position: relative;
}
.cid-tdy4FzprGN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tdy4FzprGN .container {
    flex-wrap: nowrap;
  }
}
.cid-tdy4FzprGN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tdy4FzprGN .dropdown-menu,
.cid-tdy4FzprGN .navbar.opened {
  background: #ffffff !important;
}
.cid-tdy4FzprGN .nav-item:focus,
.cid-tdy4FzprGN .nav-link:focus {
  outline: none;
}
.cid-tdy4FzprGN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tdy4FzprGN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdy4FzprGN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tdy4FzprGN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tdy4FzprGN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdy4FzprGN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdy4FzprGN .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: #ffffff;
}
.cid-tdy4FzprGN .navbar.opened {
  transition: all 0.3s;
}
.cid-tdy4FzprGN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tdy4FzprGN .navbar .navbar-logo img {
  width: auto;
}
.cid-tdy4FzprGN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdy4FzprGN .navbar.collapsed {
  justify-content: center;
}
.cid-tdy4FzprGN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdy4FzprGN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdy4FzprGN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tdy4FzprGN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdy4FzprGN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdy4FzprGN .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-tdy4FzprGN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdy4FzprGN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tdy4FzprGN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tdy4FzprGN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdy4FzprGN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdy4FzprGN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdy4FzprGN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdy4FzprGN .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-tdy4FzprGN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tdy4FzprGN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdy4FzprGN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdy4FzprGN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tdy4FzprGN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tdy4FzprGN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tdy4FzprGN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tdy4FzprGN .navbar.navbar-short {
  min-height: 60px;
}
.cid-tdy4FzprGN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tdy4FzprGN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tdy4FzprGN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdy4FzprGN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdy4FzprGN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdy4FzprGN .dropdown-item.active,
.cid-tdy4FzprGN .dropdown-item:active {
  background-color: transparent;
}
.cid-tdy4FzprGN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdy4FzprGN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdy4FzprGN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdy4FzprGN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdy4FzprGN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdy4FzprGN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tdy4FzprGN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tdy4FzprGN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tdy4FzprGN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tdy4FzprGN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tdy4FzprGN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tdy4FzprGN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdy4FzprGN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdy4FzprGN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tdy4FzprGN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdy4FzprGN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tdy4FzprGN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tdy4FzprGN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdy4FzprGN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tdy4FzprGN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tdy4FzprGN .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-tdy4FzprGN .navbar {
    height: 70px;
  }
  .cid-tdy4FzprGN .navbar.opened {
    height: auto;
  }
  .cid-tdy4FzprGN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBcYVlljXb {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBcYVlljXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBcYVlljXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBcYVlljXb .mbr-section-title {
  text-align: left;
}
.cid-tBcYYyBEbv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBcZNgFUWe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd02JgDLL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd0hf95zQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd0Mctccn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd1jAch4E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd1u0th45 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd1E5Qlyk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd1OvySeS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd26X0CT5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd2GezvNV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd2OmmJt1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd2YjwVi5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd36cBmZ7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBGYCOuXS1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tBGYCOuXS1 .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-tBGYCOuXS1 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBGYCOuXS1 .mbr-text {
  color: #444;
}
.cid-tBGYCOuXS1 h5 {
  margin-bottom: 0;
}
.cid-tBGYCOuXS1 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBGYCOuXS1 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBGYCOuXS1 .tips {
  height: 75px;
  width: 100px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGYCOuXS1 .tips2 {
  height: 20px;
  width: 49px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGYCOuXS1 .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBGYCOuXS1 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBGYCOuXS1 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBGYCOuXS1 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBGYCOuXS1 .social-list a:hover {
  opacity: .4;
}
.cid-tBGYCOuXS1 .media-container-row > div {
  padding: 0px;
}
.cid-tBGYCOuXS1 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBGYCOuXS1 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBGYCOuXS1 .group-title SPAN {
  color: #ffffff;
}
.cid-tBGYCOuXS1 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBGYCOuXS1 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBGYCOuXS1 .social-list,
  .cid-tBGYCOuXS1 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBGYCOuXS1 h3 {
    margin-bottom: 10px;
  }
  .cid-tBGYCOuXS1 .navbar-brand {
    text-align: center;
  }
}
.cid-tBGYCOuXS1 .links SPAN {
  color: #9e9e9e;
}
.cid-tBd6EdyvrM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tBd6EdyvrM nav.navbar {
  position: fixed;
}
.cid-tBd6EdyvrM .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-tBd6EdyvrM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBd6EdyvrM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBd6EdyvrM .dropdown-item:hover,
.cid-tBd6EdyvrM .dropdown-item:focus {
  background: #ff9900 !important;
  color: white !important;
}
.cid-tBd6EdyvrM .dropdown-item:hover span {
  color: white;
}
.cid-tBd6EdyvrM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBd6EdyvrM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBd6EdyvrM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBd6EdyvrM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBd6EdyvrM .nav-link {
  position: relative;
}
.cid-tBd6EdyvrM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tBd6EdyvrM .container {
    flex-wrap: nowrap;
  }
}
.cid-tBd6EdyvrM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBd6EdyvrM .dropdown-menu,
.cid-tBd6EdyvrM .navbar.opened {
  background: #ffffff !important;
}
.cid-tBd6EdyvrM .nav-item:focus,
.cid-tBd6EdyvrM .nav-link:focus {
  outline: none;
}
.cid-tBd6EdyvrM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBd6EdyvrM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBd6EdyvrM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBd6EdyvrM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBd6EdyvrM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBd6EdyvrM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBd6EdyvrM .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: #ffffff;
}
.cid-tBd6EdyvrM .navbar.opened {
  transition: all 0.3s;
}
.cid-tBd6EdyvrM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBd6EdyvrM .navbar .navbar-logo img {
  width: auto;
}
.cid-tBd6EdyvrM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBd6EdyvrM .navbar.collapsed {
  justify-content: center;
}
.cid-tBd6EdyvrM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBd6EdyvrM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBd6EdyvrM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tBd6EdyvrM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBd6EdyvrM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBd6EdyvrM .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-tBd6EdyvrM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBd6EdyvrM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBd6EdyvrM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBd6EdyvrM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBd6EdyvrM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBd6EdyvrM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBd6EdyvrM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBd6EdyvrM .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-tBd6EdyvrM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBd6EdyvrM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBd6EdyvrM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBd6EdyvrM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBd6EdyvrM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBd6EdyvrM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBd6EdyvrM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBd6EdyvrM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBd6EdyvrM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBd6EdyvrM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBd6EdyvrM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBd6EdyvrM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBd6EdyvrM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBd6EdyvrM .dropdown-item.active,
.cid-tBd6EdyvrM .dropdown-item:active {
  background-color: transparent;
}
.cid-tBd6EdyvrM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBd6EdyvrM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBd6EdyvrM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBd6EdyvrM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBd6EdyvrM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBd6EdyvrM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBd6EdyvrM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBd6EdyvrM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBd6EdyvrM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBd6EdyvrM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tBd6EdyvrM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBd6EdyvrM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBd6EdyvrM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBd6EdyvrM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBd6EdyvrM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBd6EdyvrM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBd6EdyvrM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBd6EdyvrM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBd6EdyvrM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBd6EdyvrM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBd6EdyvrM .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-tBd6EdyvrM .navbar {
    height: 70px;
  }
  .cid-tBd6EdyvrM .navbar.opened {
    height: auto;
  }
  .cid-tBd6EdyvrM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBd6Ee8XP5 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd6Ee8XP5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBd6Ee8XP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBd6Ee8XP5 .mbr-section-title {
  text-align: left;
}
.cid-tBd6Eeykhb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBd6EeUzQj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd6Efdhe3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd6EfyRLH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd6EfTESF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd6Egehq2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd6Eh24LS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd6EhqgUG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd6EhOCGH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd6EielnK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd6EiDp7w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd6Ej2B1j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd6Ejsa3L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd6EjQSeU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBGYIcckYD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tBGYIcckYD .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-tBGYIcckYD .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBGYIcckYD .mbr-text {
  color: #444;
}
.cid-tBGYIcckYD h5 {
  margin-bottom: 0;
}
.cid-tBGYIcckYD .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBGYIcckYD .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBGYIcckYD .tips {
  height: 75px;
  width: 100px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGYIcckYD .tips2 {
  height: 20px;
  width: 49px;
  margin: 4px;
  display: inline-block;
}
.cid-tBGYIcckYD .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBGYIcckYD .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBGYIcckYD .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBGYIcckYD .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBGYIcckYD .social-list a:hover {
  opacity: .4;
}
.cid-tBGYIcckYD .media-container-row > div {
  padding: 0px;
}
.cid-tBGYIcckYD .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBGYIcckYD .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBGYIcckYD .group-title SPAN {
  color: #ffffff;
}
.cid-tBGYIcckYD .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBGYIcckYD .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBGYIcckYD .social-list,
  .cid-tBGYIcckYD .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBGYIcckYD h3 {
    margin-bottom: 10px;
  }
  .cid-tBGYIcckYD .navbar-brand {
    text-align: center;
  }
}
.cid-tBGYIcckYD .links SPAN {
  color: #9e9e9e;
}
.cid-tdy4FzprGN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tdy4FzprGN nav.navbar {
  position: fixed;
}
.cid-tdy4FzprGN .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-tdy4FzprGN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tdy4FzprGN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tdy4FzprGN .dropdown-item:hover,
.cid-tdy4FzprGN .dropdown-item:focus {
  background: #ff9900 !important;
  color: white !important;
}
.cid-tdy4FzprGN .dropdown-item:hover span {
  color: white;
}
.cid-tdy4FzprGN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tdy4FzprGN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tdy4FzprGN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tdy4FzprGN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tdy4FzprGN .nav-link {
  position: relative;
}
.cid-tdy4FzprGN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tdy4FzprGN .container {
    flex-wrap: nowrap;
  }
}
.cid-tdy4FzprGN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tdy4FzprGN .dropdown-menu,
.cid-tdy4FzprGN .navbar.opened {
  background: #ffffff !important;
}
.cid-tdy4FzprGN .nav-item:focus,
.cid-tdy4FzprGN .nav-link:focus {
  outline: none;
}
.cid-tdy4FzprGN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tdy4FzprGN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdy4FzprGN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tdy4FzprGN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tdy4FzprGN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdy4FzprGN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdy4FzprGN .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: #ffffff;
}
.cid-tdy4FzprGN .navbar.opened {
  transition: all 0.3s;
}
.cid-tdy4FzprGN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tdy4FzprGN .navbar .navbar-logo img {
  width: auto;
}
.cid-tdy4FzprGN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdy4FzprGN .navbar.collapsed {
  justify-content: center;
}
.cid-tdy4FzprGN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdy4FzprGN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdy4FzprGN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tdy4FzprGN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdy4FzprGN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdy4FzprGN .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-tdy4FzprGN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdy4FzprGN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tdy4FzprGN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tdy4FzprGN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdy4FzprGN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdy4FzprGN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdy4FzprGN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdy4FzprGN .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-tdy4FzprGN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tdy4FzprGN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdy4FzprGN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdy4FzprGN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tdy4FzprGN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tdy4FzprGN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tdy4FzprGN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tdy4FzprGN .navbar.navbar-short {
  min-height: 60px;
}
.cid-tdy4FzprGN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tdy4FzprGN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tdy4FzprGN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdy4FzprGN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdy4FzprGN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdy4FzprGN .dropdown-item.active,
.cid-tdy4FzprGN .dropdown-item:active {
  background-color: transparent;
}
.cid-tdy4FzprGN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdy4FzprGN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdy4FzprGN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdy4FzprGN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdy4FzprGN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdy4FzprGN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tdy4FzprGN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tdy4FzprGN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tdy4FzprGN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tdy4FzprGN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tdy4FzprGN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tdy4FzprGN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdy4FzprGN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdy4FzprGN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tdy4FzprGN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdy4FzprGN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tdy4FzprGN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tdy4FzprGN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdy4FzprGN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tdy4FzprGN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tdy4FzprGN .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-tdy4FzprGN .navbar {
    height: 70px;
  }
  .cid-tdy4FzprGN .navbar.opened {
    height: auto;
  }
  .cid-tdy4FzprGN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCyfCdTXeF {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/nozh-law-2000x1125.webp");
}
.cid-tCyfCdTXeF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCyfCdTXeF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCyO88BE8G {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCyXYDK0VP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCyXYDK0VP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCyXYDK0VP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCyXYDK0VP ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tCyXYDK0VP li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tCyXYDK0VP ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9900;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tCz034tkGc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCz3Ndz8G1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCz3Ndz8G1 .line {
  background-color: #ff9900;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tCz0OxQHGD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tCz0OxQHGD .container {
  max-width: 1132px;
}
.cid-tCz0OxQHGD .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-tCz0OxQHGD .b {
    margin-bottom: 20px;
  }
}
.cid-tCz50MDjAh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCz50MDjAh .line {
  background-color: #ff9900;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tCz5j3cK45 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCz5j3cK45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCz5j3cK45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCz5j3cK45 .item {
  padding-bottom: 2rem;
}
.cid-tCz5j3cK45 .item-wrapper {
  position: relative;
}
.cid-tCz5j3cK45 .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-tCz5j3cK45 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCz5j3cK45 .carousel-control,
.cid-tCz5j3cK45 .close {
  background: #1b1b1b;
}
.cid-tCz5j3cK45 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCz5j3cK45 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCz5j3cK45 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCz5j3cK45 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCz5j3cK45 .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-tCz5j3cK45 .close::before {
  content: '\e91a';
}
.cid-tCz5j3cK45 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCz5j3cK45 .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-tCz5j3cK45 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCz5j3cK45 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCz5j3cK45 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCz5j3cK45 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCz5j3cK45 .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-tCz5j3cK45 .carousel-indicators li.active,
.cid-tCz5j3cK45 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCz5j3cK45 .carousel-indicators li::after,
.cid-tCz5j3cK45 .carousel-indicators li::before {
  content: none;
}
.cid-tCz5j3cK45 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCz5j3cK45 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCz5j3cK45 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCz5j3cK45 .carousel-indicators {
    display: none;
  }
}
.cid-tCz5j3cK45 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCz5j3cK45 .carousel-inner > .active {
  display: block;
}
.cid-tCz5j3cK45 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCz5j3cK45 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCz5j3cK45 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCz5j3cK45 .carousel-control,
  .cid-tCz5j3cK45 .carousel-indicators,
  .cid-tCz5j3cK45 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCz5j3cK45 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCz5j3cK45 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCz5j3cK45 .carousel-indicators .active,
.cid-tCz5j3cK45 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCz5j3cK45 .carousel-indicators .active {
  background: #fff;
}
.cid-tCz5j3cK45 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCz5j3cK45 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCz5j3cK45 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCz5j3cK45 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCz5j3cK45 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCz5j3cK45 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCz5j3cK45 .carousel {
  width: 100%;
}
.cid-tCz5j3cK45 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCz5j3cK45 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCz5j3cK45 .modal.fade .modal-dialog,
.cid-tCz5j3cK45 .modal.in .modal-dialog {
  transform: none;
}
.cid-tCz5j3cK45 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCz5j3cK45 H6 {
  text-align: center;
}
.cid-tCz6bFAvJP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCz6bFAvJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCz6bFAvJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCz6bFAvJP .item {
  padding-bottom: 2rem;
}
.cid-tCz6bFAvJP .item-wrapper {
  position: relative;
}
.cid-tCz6bFAvJP .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-tCz6bFAvJP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCz6bFAvJP .carousel-control,
.cid-tCz6bFAvJP .close {
  background: #1b1b1b;
}
.cid-tCz6bFAvJP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCz6bFAvJP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCz6bFAvJP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCz6bFAvJP .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCz6bFAvJP .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-tCz6bFAvJP .close::before {
  content: '\e91a';
}
.cid-tCz6bFAvJP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCz6bFAvJP .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-tCz6bFAvJP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCz6bFAvJP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCz6bFAvJP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCz6bFAvJP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCz6bFAvJP .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-tCz6bFAvJP .carousel-indicators li.active,
.cid-tCz6bFAvJP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCz6bFAvJP .carousel-indicators li::after,
.cid-tCz6bFAvJP .carousel-indicators li::before {
  content: none;
}
.cid-tCz6bFAvJP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCz6bFAvJP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCz6bFAvJP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCz6bFAvJP .carousel-indicators {
    display: none;
  }
}
.cid-tCz6bFAvJP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCz6bFAvJP .carousel-inner > .active {
  display: block;
}
.cid-tCz6bFAvJP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCz6bFAvJP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCz6bFAvJP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCz6bFAvJP .carousel-control,
  .cid-tCz6bFAvJP .carousel-indicators,
  .cid-tCz6bFAvJP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCz6bFAvJP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCz6bFAvJP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCz6bFAvJP .carousel-indicators .active,
.cid-tCz6bFAvJP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCz6bFAvJP .carousel-indicators .active {
  background: #fff;
}
.cid-tCz6bFAvJP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCz6bFAvJP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCz6bFAvJP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCz6bFAvJP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCz6bFAvJP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCz6bFAvJP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCz6bFAvJP .carousel {
  width: 100%;
}
.cid-tCz6bFAvJP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCz6bFAvJP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCz6bFAvJP .modal.fade .modal-dialog,
.cid-tCz6bFAvJP .modal.in .modal-dialog {
  transform: none;
}
.cid-tCz6bFAvJP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCz6bFAvJP H6 {
  text-align: center;
}
.cid-tCz6sSJnRX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCz6sSJnRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCz6sSJnRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCz6sSJnRX .item {
  padding-bottom: 2rem;
}
.cid-tCz6sSJnRX .item-wrapper {
  position: relative;
}
.cid-tCz6sSJnRX .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-tCz6sSJnRX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCz6sSJnRX .carousel-control,
.cid-tCz6sSJnRX .close {
  background: #1b1b1b;
}
.cid-tCz6sSJnRX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCz6sSJnRX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCz6sSJnRX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCz6sSJnRX .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCz6sSJnRX .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-tCz6sSJnRX .close::before {
  content: '\e91a';
}
.cid-tCz6sSJnRX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCz6sSJnRX .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-tCz6sSJnRX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCz6sSJnRX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCz6sSJnRX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCz6sSJnRX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCz6sSJnRX .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-tCz6sSJnRX .carousel-indicators li.active,
.cid-tCz6sSJnRX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCz6sSJnRX .carousel-indicators li::after,
.cid-tCz6sSJnRX .carousel-indicators li::before {
  content: none;
}
.cid-tCz6sSJnRX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCz6sSJnRX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCz6sSJnRX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCz6sSJnRX .carousel-indicators {
    display: none;
  }
}
.cid-tCz6sSJnRX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCz6sSJnRX .carousel-inner > .active {
  display: block;
}
.cid-tCz6sSJnRX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCz6sSJnRX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCz6sSJnRX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCz6sSJnRX .carousel-control,
  .cid-tCz6sSJnRX .carousel-indicators,
  .cid-tCz6sSJnRX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCz6sSJnRX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCz6sSJnRX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCz6sSJnRX .carousel-indicators .active,
.cid-tCz6sSJnRX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCz6sSJnRX .carousel-indicators .active {
  background: #fff;
}
.cid-tCz6sSJnRX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCz6sSJnRX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCz6sSJnRX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCz6sSJnRX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCz6sSJnRX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCz6sSJnRX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCz6sSJnRX .carousel {
  width: 100%;
}
.cid-tCz6sSJnRX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCz6sSJnRX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCz6sSJnRX .modal.fade .modal-dialog,
.cid-tCz6sSJnRX .modal.in .modal-dialog {
  transform: none;
}
.cid-tCz6sSJnRX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCz6sSJnRX H6 {
  text-align: center;
}
.cid-tCzctujvDL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCzctujvDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCzctujvDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCzctujvDL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCzctujvDL .row {
    flex-direction: column-reverse;
  }
  .cid-tCzctujvDL .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tCzctujvDL .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCzctujvDL .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tCzctujvDL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tCydZ8s8AA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tCydZ8s8AA .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-tCydZ8s8AA .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tCydZ8s8AA .mbr-text {
  color: #444;
}
.cid-tCydZ8s8AA h5 {
  margin-bottom: 0;
}
.cid-tCydZ8s8AA .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tCydZ8s8AA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tCydZ8s8AA .tips {
  height: 75px;
  width: 100px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tCydZ8s8AA .tips2 {
  height: 20px;
  width: 49px;
  margin: 4px;
  display: inline-block;
}
.cid-tCydZ8s8AA .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tCydZ8s8AA .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tCydZ8s8AA .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tCydZ8s8AA .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tCydZ8s8AA .social-list a:hover {
  opacity: .4;
}
.cid-tCydZ8s8AA .media-container-row > div {
  padding: 0px;
}
.cid-tCydZ8s8AA .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tCydZ8s8AA .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tCydZ8s8AA .group-title SPAN {
  color: #ffffff;
}
.cid-tCydZ8s8AA .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tCydZ8s8AA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tCydZ8s8AA .social-list,
  .cid-tCydZ8s8AA .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tCydZ8s8AA h3 {
    margin-bottom: 10px;
  }
  .cid-tCydZ8s8AA .navbar-brand {
    text-align: center;
  }
}
.cid-tCydZ8s8AA .links SPAN {
  color: #9e9e9e;
}
