.btn {
  border-width: 2px;
}
body {
  font-family: 'Tenor Sans', sans-serif;
}
.display-1 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 2rem;
  line-height: 70px;
  letter-spacing: 0.08em;
}
.display-1 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-4 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 20px;
  line-height: 34px;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 28px;
  line-height: 44px;
  letter-spacing: 0.08em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-7 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 20px;
  line-height: 34px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 80px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 80px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 80px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 80px;
}
.bg-primary {
  background-color: #191919 !important;
}
.bg-success {
  background-color: #464646 !important;
}
.bg-info {
  background-color: #191919 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #191919 !important;
  border-color: #191919 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e8ebe8 !important;
  border-color: #e8ebe8 !important;
  color: #637163 !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: #bac3ba !important;
  border-color: #bac3ba !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #637163 !important;
  background-color: #bac3ba !important;
  border-color: #bac3ba !important;
}
.btn-info,
.btn-info:active {
  background-color: #191919 !important;
  border-color: #191919 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #464646 !important;
  border-color: #464646 !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: #1b1b1b !important;
  border-color: #1b1b1b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #191919 !important;
  border-color: #191919 !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: #191919;
  color: #191919;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #191919 !important;
  border-color: #191919 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e8ebe8;
  color: #e8ebe8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bac3ba !important;
  background-color: transparent!important;
  border-color: #bac3ba !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #637163 !important;
  background-color: #e8ebe8 !important;
  border-color: #e8ebe8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #191919;
  color: #191919;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #191919 !important;
  border-color: #191919 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #464646;
  color: #464646;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b1b1b !important;
  background-color: transparent!important;
  border-color: #1b1b1b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #464646 !important;
  border-color: #464646 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  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: #ffd10a !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: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #191919;
  color: #191919;
}
.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: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #191919 !important;
  border-color: #191919 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  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: #cfcfcf !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: #191919 !important;
}
.text-secondary {
  color: #e8ebe8 !important;
}
.text-success {
  color: #464646 !important;
}
.text-info {
  color: #191919 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #191919 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b1bcb1 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #131313 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #191919;
}
.nav-tabs .nav-link:not(.active) {
  color: #191919;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #191919;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #191919;
  border-color: #191919;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #191919;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cbcbcb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b9b9b9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cbcbcb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.form-control::-webkit-input-placeholder {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}
.form-control::-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #191919;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #191919;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #191919;
}
.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: #191919;
  border-bottom-color: #191919;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #191919 !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: #e8ebe8 !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='%23191919' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSNduqc08i {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #090f10;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tSNduqc08i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSNduqc08i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSNduqc08i .section-border-item {
  background-color: #fcdb42;
}
.cid-tSNduqc08i .mbr-section-title {
  color: #fff;
}
.cid-tSNduqc08i .mbr-section-subtitle {
  color: #0597FF;
  background-image: linear-gradient(315deg, currentColor, #fcdb42) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tSNduqc08i .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tSNduqc08i .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tSNm26FbSC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSNm26FbSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSNm26FbSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tSNm26FbSC .container {
    padding: 0 24px;
  }
}
.cid-tSNm26FbSC .row {
  justify-content: center;
}
.cid-tSNm26FbSC .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-tSNm26FbSC .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tSNm26FbSC .content-wrapper {
    padding: 32px;
  }
}
.cid-tSNm26FbSC .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tSNm26FbSC .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-tSNm26FbSC .mbr-section-title {
  color: #ff0000;
}
.cid-tSNm26FbSC .mbr-text {
  color: #262642;
}
.cid-tSQBI1zo9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-tSQBI1zo9F .mbr-section-text {
  color: #464646;
}
.cid-tCstJXI3Xk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCstJXI3Xk .header-wrapper {
  display: flex;
  flex-direction: column;
}
.cid-tCstJXI3Xk .header-link {
  width: 100%;
  transition: all .2s ease;
}
.cid-tCstJXI3Xk .header-link:hover span {
  margin-left: 8px;
}
.cid-tCstJXI3Xk .header-link span {
  margin-left: 4px;
}
.cid-tCstJXI3Xk .header-link span:before {
  border-radius: 50%;
  border: 2px #d5d9d5 solid;
  padding: 8px 4px 8px 12px;
}
.cid-tCstJXI3Xk .header-link b:hover {
  opacity: .85;
  border-bottom: #191919 2px solid;
}
.cid-tCstJXI3Xk .row {
  padding-top: 0;
}
.cid-tCstJXI3Xk .mbr-text {
  color: #626462;
  margin-bottom: 24px;
}
.cid-tCstJXI3Xk .mbr-section-text {
  color: #464646;
  margin-bottom: 40px;
}
.cid-tCstJXI3Xk .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tCstJXI3Xk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCstJXI3Xk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNWv0Q4phi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-tNWv0Q4phi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNWv0Q4phi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNWv0Q4phi .mbr-section-subtitle {
  text-align: center;
}
.cid-tNWv0Q4phi .mbr-section-subtitle,
.cid-tNWv0Q4phi .iconfont-wrapper {
  text-align: center;
  color: #ff0000;
}
.cid-tNWv0Q4phi .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #d5c409;
  margin-bottom: 2rem;
}
.cid-tNWv0Q4phi .mbr-section-maintitle,
.cid-tNWv0Q4phi .iconfont-wrapper {
  color: #1d5356;
}
.cid-tNWv0Q4phi .mbr-section-title,
.cid-tNWv0Q4phi .iconfont-wrapper {
  color: #1d5356;
}
.cid-tNWv0Q4phi .mbr-section-title {
  color: #ffe885;
}
.cid-tNWv0Q4phi .mbr-section-maintitle {
  color: #ff0000;
}
.cid-tH57WifCWT {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tH57WifCWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH57WifCWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tH57WifCWT .container {
    padding: 0 30px;
  }
}
.cid-tH57WifCWT .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tH57WifCWT .row {
    margin: 0 -34px;
  }
}
.cid-tH57WifCWT .title-wrapper {
  margin-bottom: 30px;
}
.cid-tH57WifCWT .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tH57WifCWT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tH57WifCWT .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tH57WifCWT .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tH57WifCWT .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-tH57WifCWT .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tH57WifCWT .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tH57WifCWT .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tH57WifCWT .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tH57WifCWT .mbr-number {
  color: #ff0000;
  text-align: center;
}
.cid-tH57WifCWT .mbr-card-title {
  color: #212529;
  text-align: center;
}
.cid-tH57WifCWT .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tH5evuAdZW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
}
.cid-tH5evuAdZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH5evuAdZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH5evuAdZW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tH5evuAdZW .container-fluid {
    padding: 0 20px;
  }
}
.cid-tH5evuAdZW .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tH5evuAdZW .container {
    padding: 0 20px;
  }
}
.cid-tH5evuAdZW .row {
  justify-content: center;
}
.cid-tH5evuAdZW .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tH5evuAdZW .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tH5evuAdZW .card-wrapper {
  padding: 32px;
  margin-bottom: 64px;
  border: 2px solid #d7d7d7;
}
.cid-tH5evuAdZW .card-wrapper .icon-wrapper {
  margin-bottom: 88px;
}
.cid-tH5evuAdZW .card-wrapper .icon-wrapper .mbr-iconfont {
  color: #1d1d1d;
  font-size: 42px;
}
.cid-tH5evuAdZW .card-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tH5evuAdZW .card-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tH5evuAdZW .mbr-section-title {
  color: #1d1d1d;
}
.cid-tH5evuAdZW .mbr-card-title {
  color: #1d1d1d;
}
.cid-tH5evuAdZW .mbr-text {
  color: #1d1d1d;
}
.cid-tH9ssQsz1N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tH9ssQsz1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH9ssQsz1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tH9ssQsz1N .container {
    padding: 0 30px;
  }
}
.cid-tH9ssQsz1N .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tH9ssQsz1N .row {
    margin: 0 -34px;
  }
}
.cid-tH9ssQsz1N .title-wrapper {
  margin-bottom: 30px;
}
.cid-tH9ssQsz1N .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tH9ssQsz1N .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tH9ssQsz1N .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tH9ssQsz1N .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tH9ssQsz1N .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-tH9ssQsz1N .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tH9ssQsz1N .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tH9ssQsz1N .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tH9ssQsz1N .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tH9ssQsz1N .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tH9ssQsz1N .mbr-card-title {
  color: #212529;
  text-align: center;
}
.cid-tH9ssQsz1N .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tFE7mglJ8N {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tFE7mglJ8N {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tFE7mglJ8N .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tFE7mglJ8N .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tFE7mglJ8N .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ed2c03;
}
.cid-tFE7mglJ8N .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFE7mglJ8N .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tFE7mglJ8N .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tFE7mglJ8N .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tFE7mglJ8N .mbr-section-title {
  color: #ffffff;
}
.cid-tCsORYJZKF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fcfbf5;
}
.cid-tCsORYJZKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCsORYJZKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCsORYJZKF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tCsORYJZKF .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCsORYJZKF .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCsORYJZKF .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tCsORYJZKF .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 50px;
  }
}
.cid-tCsORYJZKF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCsORYJZKF .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tCsORYJZKF .title-wrapper .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tCsORYJZKF .mbr-section-title {
  color: #1d1d1d;
}
.cid-tCsORYJZKF .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-tCt5qFYjp5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e8ebe8;
}
.cid-tCt5qFYjp5 .info-border {
  border-bottom: 2px solid #191919;
}
.cid-tCt5qFYjp5 .info-border {
  padding: 0 0 200px;
}
.cid-tCt5qFYjp5 .info-img {
  margin: 80px 44px 0 0;
  position: relative;
}
.cid-tCt5qFYjp5 .info-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
}
.cid-tCt5qFYjp5 .btn {
  width: 360px;
  height: 76px;
}
@media (max-width: 991px) {
  .cid-tCt5qFYjp5 .info-img {
    margin-right: 0;
  }
  .cid-tCt5qFYjp5 .info-wrapper {
    margin-top: 30px;
  }
  .cid-tCt5qFYjp5 .info-border {
    padding-bottom: 100px;
  }
  .cid-tCt5qFYjp5 .btn {
    width: 260px;
    height: 66px;
  }
}
@media (max-width: 768px) {
  .cid-tCt5qFYjp5 .info-img {
    margin-top: 60px;
  }
}
@media (max-width: 425px) {
  .cid-tCt5qFYjp5 .info-img {
    margin-top: 30px;
  }
  .cid-tCt5qFYjp5 .info-border {
    padding-bottom: 50px;
  }
  .cid-tCt5qFYjp5 .info-wrapper {
    margin-top: 20px;
  }
  .cid-tCt5qFYjp5 .btn {
    width: 200px;
    height: 56px;
  }
}
@media (max-width: 320px) {
  .cid-tCt5qFYjp5 .info-img {
    margin-top: 0;
  }
  .cid-tCt5qFYjp5 .btn {
    width: 181px;
    height: 50px;
  }
}
.cid-tCt5qFYjp5 p {
  font-family: "Arial", Arial, serif;
}
.cid-tCsQj2ZNwH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fcfbf5;
}
.cid-tCsQj2ZNwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCsQj2ZNwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCsQj2ZNwH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tCsQj2ZNwH .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCsQj2ZNwH .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCsQj2ZNwH .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tCsQj2ZNwH .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 50px;
  }
}
.cid-tCsQj2ZNwH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCsQj2ZNwH .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tCsQj2ZNwH .title-wrapper .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tCsQj2ZNwH .mbr-section-title {
  color: #1d1d1d;
}
.cid-tCsQj2ZNwH .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-tCut2yjcQh {
  padding-top: 165px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tCut2yjcQh h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tCut2yjcQh h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tCut2yjcQh .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-tEpSOB6dL2 {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tEpSOB6dL2 {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tEpSOB6dL2 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tEpSOB6dL2 .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tEpSOB6dL2 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ed2c03;
}
.cid-tEpSOB6dL2 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEpSOB6dL2 .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tEpSOB6dL2 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tEpSOB6dL2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tEpSOB6dL2 .mbr-section-title {
  color: #ffffff;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCxQpuSknU {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCxQpuSknU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxQpuSknU h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-tCxQpuSknU h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #191919;
  z-index: -1;
}
.cid-tCxQpuSknU h1 a:hover {
  color: inherit !important;
}
.cid-tCxQpuSknU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxQpuSknU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCxQpuSknU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCxQpuSknU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tCxQpuSknU .mbr-section-title {
  color: #19303d;
  text-align: center;
}
.cid-tCxQpuSknU .mbr-section-subtitle,
.cid-tCxQpuSknU .subtitle-wrap {
  color: #19303d;
}
.cid-tCxQpuSknU .mbr-text,
.cid-tCxQpuSknU .mbr-section-btn {
  color: #19303d;
  text-align: left;
}
.cid-tETH2ToYPa {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tETH2ToYPa {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tETH2ToYPa .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tETH2ToYPa .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tETH2ToYPa .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #626462;
}
.cid-tETH2ToYPa .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tETH2ToYPa .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tETH2ToYPa .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tETH2ToYPa .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tETH2ToYPa .mbr-section-title {
  color: #ffffff;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCynaG1fze {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCynaG1fze .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCynaG1fze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCynaG1fze .mbr-text,
.cid-tCynaG1fze .mbr-section-btn {
  text-align: left;
}
.cid-tCynaG1fze .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-tCyr2wPQB1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
}
.cid-tCyr2wPQB1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCyr2wPQB1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCyr2wPQB1 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tCyr2wPQB1 .container-fluid {
    padding: 0 12px;
  }
}
.cid-tCyr2wPQB1 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCyr2wPQB1 .container {
    padding: 0 20px;
  }
}
.cid-tCyr2wPQB1 .card {
  padding: 0;
}
.cid-tCyr2wPQB1 .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #d7d7d7;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-tCyr2wPQB1 .text-wrapper {
    padding: 50px 20px;
  }
}
.cid-tCyr2wPQB1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCyr2wPQB1 .mbr-section-title {
  color: #1d1d1d;
}
.cid-tCyr2wPQB1 .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCyyZR7h3s {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #3d4045;
}
.cid-tCyyZR7h3s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCyyZR7h3s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCyyZR7h3s .container,
.cid-tCyyZR7h3s .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCyyZR7h3s .container,
  .cid-tCyyZR7h3s .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCyyZR7h3s .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tCyyZR7h3s .title-wrapper {
    padding: 25px 0;
  }
}
.cid-tCyyZR7h3s .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-tCyyZR7h3s .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-tCyyZR7h3s .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tCyyZR7h3s .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tCyyZR7h3s .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tCyyZR7h3s .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tCyyZR7h3s .mbr-section-title {
  color: #3d4045;
}
.cid-tCyyZR7h3s .mbr-text {
  color: #3d4045;
}
.cid-tCyyZR7h3s .mbr-section-btn {
  text-align: right;
}
.cid-tETKE0nnm6 {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tETKE0nnm6 {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tETKE0nnm6 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tETKE0nnm6 .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tETKE0nnm6 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ed2c03;
}
.cid-tETKE0nnm6 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tETKE0nnm6 .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tETKE0nnm6 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tETKE0nnm6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tETKE0nnm6 .mbr-section-title {
  color: #ffffff;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCyJ0TUIt3 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCyJ0TUIt3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCyJ0TUIt3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCyJ0TUIt3 b,
.cid-tCyJ0TUIt3 strong {
  font-weight: 900;
}
.cid-tCyJ0TUIt3 .mbr-section-title {
  color: #17003b;
}
.cid-tCyJ0TUIt3 .mbr-section-subtitle {
  color: #17003b;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCAuzCrJl5 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #fff6eb;
}
.cid-tCAuzCrJl5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCAuzCrJl5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCAuzCrJl5 .row {
    padding: 0 24px;
  }
}
.cid-tCAuzCrJl5 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tCAuzCrJl5 .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tCAuzCrJl5 .mbr-section-title {
  color: #005c62;
}
.cid-tCAuzCrJl5 .mbr-text {
  color: #005c62;
  text-align: center;
}
.cid-tCAuzCrJl5 .mbr-section-title,
.cid-tCAuzCrJl5 .mbr-section-btn {
  text-align: center;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCAxee80e7 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ecede8;
}
.cid-tCAxee80e7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCAxee80e7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCAxee80e7 .mbr-section-subtitle {
  color: #491414;
  text-align: left;
}
.cid-tCAxee80e7 .mbr-section-title {
  color: #491414;
}
.cid-tCAxee80e7 blockquote {
  display: block;
  background: #232323;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 20px;
  line-height: 1.2;
  color: #f8f8f8;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCE6Fg7x4q {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCE6Fg7x4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCE6Fg7x4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCE6Fg7x4q .text-wrap {
  width: 100%;
}
.cid-tCE6Fg7x4q .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tCE6Fg7x4q .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-tCE6Fg7x4q .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCJ6QEXZkV {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #eae8e4;
}
.cid-tCJ6QEXZkV .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-tCJ6QEXZkV .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  text-align: left;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-tCJ6QEXZkV .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tCJ6QEXZkV .mbr-text {
    margin-top: .75rem;
  }
}
.cid-tCJ6QEXZkV blockquote {
  display: block;
  background: #232323;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 20px;
  line-height: 1.2;
  color: #f8f8f8;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tCJ6QEXZkV P {
  color: #ffffff;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCJvxyH18W {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCJvxyH18W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJvxyH18W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJvxyH18W .mbr-text,
.cid-tCJvxyH18W .mbr-section-btn {
  text-align: left;
}
.cid-tCJvxyH18W .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCJWVIU6Cn {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ecede8;
}
.cid-tCJWVIU6Cn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJWVIU6Cn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJWVIU6Cn .mbr-section-subtitle {
  color: #491414;
  text-align: left;
}
.cid-tCJWVIU6Cn .mbr-section-title {
  color: #491414;
}
.cid-tCJWVIU6Cn blockquote {
  display: block;
  background: #232323;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 20px;
  line-height: 1.2;
  color: #f8f8f8;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCKcffuiqd {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ecede8;
}
.cid-tCKcffuiqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCKcffuiqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCKcffuiqd .mbr-section-subtitle {
  color: #491414;
  text-align: left;
}
.cid-tCKcffuiqd .mbr-section-title {
  color: #491414;
}
.cid-tCKcffuiqd blockquote {
  display: block;
  background: #232323;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 20px;
  line-height: 1.2;
  color: #f8f8f8;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCKr8PW7n0 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ecede8;
}
.cid-tCKr8PW7n0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCKr8PW7n0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCKr8PW7n0 .mbr-section-subtitle {
  color: #491414;
  text-align: left;
}
.cid-tCKr8PW7n0 .mbr-section-title {
  color: #491414;
}
.cid-tCKr8PW7n0 blockquote {
  display: block;
  background: #232323;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 20px;
  line-height: 1.2;
  color: #f8f8f8;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCKwy75PGN {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ecede8;
}
.cid-tCKwy75PGN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCKwy75PGN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCKwy75PGN .mbr-section-subtitle {
  color: #491414;
  text-align: left;
}
.cid-tCKwy75PGN .mbr-section-title {
  color: #491414;
}
.cid-tCKwy75PGN blockquote {
  display: block;
  background: #232323;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 20px;
  line-height: 1.2;
  color: #f8f8f8;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCKA8Szipa {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ecede8;
}
.cid-tCKA8Szipa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCKA8Szipa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCKA8Szipa .mbr-section-subtitle {
  color: #491414;
  text-align: left;
}
.cid-tCKA8Szipa .mbr-section-title {
  color: #491414;
}
.cid-tCKA8Szipa blockquote {
  display: block;
  background: #232323;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 20px;
  line-height: 1.2;
  color: #f8f8f8;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDdhfX0ybD {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ecede8;
}
.cid-tDdhfX0ybD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDdhfX0ybD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDdhfX0ybD .mbr-section-subtitle {
  color: #491414;
  text-align: left;
}
.cid-tDdhfX0ybD .mbr-section-title {
  color: #491414;
}
.cid-tDdhfX0ybD blockquote {
  display: block;
  background: #232323;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 20px;
  line-height: 1.2;
  color: #f8f8f8;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tDty5eqWsq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-tDty5eqWsq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDty5eqWsq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDty5eqWsq .mbr-section-title {
  color: #010101;
}
.cid-tDty5eqWsq .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-tDty5eqWsq .mbr-section-btn {
  margin-top: 20px;
}
.cid-tDty5eqWsq .mbr-section-subtitle,
.cid-tDty5eqWsq .mbr-section-btn DIV {
  text-align: left;
}
.cid-tDty5eqWsq .mbr-section-subtitle,
.cid-tDty5eqWsq .mbr-section-btn {
  color: #000000;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEnonCDBoj {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tEnonCDBoj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEnonCDBoj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEnonCDBoj .mbr-text,
.cid-tEnonCDBoj .mbr-section-btn {
  text-align: center;
}
.cid-tEnonCDBoj .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEpUqaiCjz {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEpUqaiCjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEpUqaiCjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tEpUqaiCjz .container {
    padding: 0 16px;
  }
}
.cid-tEpUqaiCjz .title-wrapper {
  position: relative;
}
.cid-tEpUqaiCjz .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tEpUqaiCjz .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tEpUqaiCjz .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tEpUqaiCjz .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tEpUqaiCjz .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tEpUqaiCjz .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tEpUqaiCjz .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tEpUqaiCjz .mbr-section-title {
  color: #08323C;
}
.cid-tEpUqaiCjz .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tEpUqaiCjz .mbr-section-title,
.cid-tEpUqaiCjz .mbr-section-btn {
  text-align: center;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEhlXzF6x9 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #eae8e4;
}
.cid-tEhlXzF6x9 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-tEhlXzF6x9 .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  text-align: left;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-tEhlXzF6x9 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tEhlXzF6x9 .mbr-text {
    margin-top: .75rem;
  }
}
.cid-tEhlXzF6x9 blockquote {
  display: block;
  background: #232323;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 20px;
  line-height: 1.2;
  color: #f8f8f8;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tEhlXzF6x9 P {
  color: #ffffff;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEhdT0PYwZ {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #eae8e4;
}
.cid-tEhdT0PYwZ .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-tEhdT0PYwZ .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  text-align: left;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-tEhdT0PYwZ .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tEhdT0PYwZ .mbr-text {
    margin-top: .75rem;
  }
}
.cid-tEhdT0PYwZ blockquote {
  display: block;
  background: #232323;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 20px;
  line-height: 1.2;
  color: #f8f8f8;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tEhdT0PYwZ P {
  color: #ffffff;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEbGxRQ8NQ {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #eae8e4;
}
.cid-tEbGxRQ8NQ .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-tEbGxRQ8NQ .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  text-align: left;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-tEbGxRQ8NQ .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tEbGxRQ8NQ .mbr-text {
    margin-top: .75rem;
  }
}
.cid-tEbGxRQ8NQ blockquote {
  display: block;
  background: #232323;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 20px;
  line-height: 1.2;
  color: #f8f8f8;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tEbGxRQ8NQ P {
  color: #ffffff;
}
.cid-tElpIAuhK2 {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tElpIAuhK2 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tElpIAuhK2 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tElpIAuhK2 .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-tEIVdaakPs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-tEIVdaakPs .mbr-section-subtitle {
  color: #36187d;
}
.cid-tEIVdaakPs .mbr-text {
  color: #6c758f;
}
.cid-tEIVdaakPs blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tEIVdaakPs .mbr-section-title {
  text-align: center;
}
.cid-tETyzseDtj {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tETyzseDtj {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tETyzseDtj .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tETyzseDtj .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tETyzseDtj .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #626462;
}
.cid-tETyzseDtj .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tETyzseDtj .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tETyzseDtj .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tETyzseDtj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tETyzseDtj .mbr-section-title {
  color: #ffffff;
}
.cid-tHgeCQk5Qp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-tHgeCQk5Qp .mbr-section-text {
  color: #464646;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEbiI1Kuzw {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tEbiI1Kuzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEbiI1Kuzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEbiI1Kuzw .mbr-section-subtitle {
  text-align: left;
}
.cid-tEbiI1Kuzw .mbr-section-title {
  text-align: left;
}
.cid-tEbwKrYNMT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff6eb;
}
.cid-tEbwKrYNMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEbwKrYNMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEbwKrYNMT .row {
    padding: 0 24px;
  }
}
.cid-tEbwKrYNMT .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tEbwKrYNMT .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tEbwKrYNMT .mbr-section-title {
  color: #005c62;
}
.cid-tEbwKrYNMT .mbr-text {
  color: #005c62;
  text-align: left;
}
.cid-tEbwKrYNMT .mbr-section-title,
.cid-tEbwKrYNMT .mbr-section-btn {
  text-align: center;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEbdIP8r6T {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #fff6eb;
}
.cid-tEbdIP8r6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEbdIP8r6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEbdIP8r6T .row {
    padding: 0 24px;
  }
}
.cid-tEbdIP8r6T .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tEbdIP8r6T .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tEbdIP8r6T .mbr-section-title {
  color: #005c62;
}
.cid-tEbdIP8r6T .mbr-text {
  color: #005c62;
  text-align: left;
}
.cid-tEbdIP8r6T .mbr-section-title,
.cid-tEbdIP8r6T .mbr-section-btn {
  text-align: left;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEaAw6JTzC {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEaAw6JTzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEaAw6JTzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEaAw6JTzC .text-wrap {
  width: 100%;
}
.cid-tEaAw6JTzC .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tEaAw6JTzC .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-tEaAw6JTzC .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDeRlhDcMy {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #3d4045;
}
.cid-tDeRlhDcMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDeRlhDcMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDeRlhDcMy .container,
.cid-tDeRlhDcMy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDeRlhDcMy .container,
  .cid-tDeRlhDcMy .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDeRlhDcMy .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tDeRlhDcMy .title-wrapper {
    padding: 25px 0;
  }
}
.cid-tDeRlhDcMy .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #ed9b82;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-tDeRlhDcMy .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-tDeRlhDcMy .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tDeRlhDcMy .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tDeRlhDcMy .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tDeRlhDcMy .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDeRlhDcMy .mbr-section-title {
  color: #3d4045;
}
.cid-tDeRlhDcMy .mbr-text {
  color: #3d4045;
}
.cid-tDeRlhDcMy .mbr-section-btn {
  text-align: right;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEaraiHRR4 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEaraiHRR4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEaraiHRR4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEaraiHRR4 .text-wrap {
  width: 100%;
}
.cid-tEaraiHRR4 .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tEaraiHRR4 .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-tEaraiHRR4 .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tE5fSsSTiJ {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tE5fSsSTiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE5fSsSTiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tE5fSsSTiJ .container {
    padding: 0 16px;
  }
}
.cid-tE5fSsSTiJ .title-wrapper {
  position: relative;
}
.cid-tE5fSsSTiJ .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tE5fSsSTiJ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tE5fSsSTiJ .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tE5fSsSTiJ .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tE5fSsSTiJ .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tE5fSsSTiJ .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tE5fSsSTiJ .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tE5fSsSTiJ .mbr-section-title {
  color: #08323C;
}
.cid-tE5fSsSTiJ .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tE5fSsSTiJ .mbr-section-title,
.cid-tE5fSsSTiJ .mbr-section-btn {
  text-align: left;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tE3zyadREU {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #fff6eb;
}
.cid-tE3zyadREU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE3zyadREU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tE3zyadREU .row {
    padding: 0 24px;
  }
}
.cid-tE3zyadREU .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tE3zyadREU .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tE3zyadREU .mbr-section-title {
  color: #005c62;
}
.cid-tE3zyadREU .mbr-text {
  color: #005c62;
  text-align: left;
}
.cid-tE3zyadREU .mbr-section-title,
.cid-tE3zyadREU .mbr-section-btn {
  text-align: left;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDRLhO7wtm {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDRLhO7wtm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDRLhO7wtm h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-tDRLhO7wtm h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #191919;
  z-index: -1;
}
.cid-tDRLhO7wtm h1 a:hover {
  color: inherit !important;
}
.cid-tDRLhO7wtm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDRLhO7wtm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tDRLhO7wtm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDRLhO7wtm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tDRLhO7wtm .mbr-section-title {
  color: #19303d;
  text-align: center;
}
.cid-tDRLhO7wtm .mbr-section-subtitle,
.cid-tDRLhO7wtm .subtitle-wrap {
  color: #19303d;
}
.cid-tDRLhO7wtm .mbr-text,
.cid-tDRLhO7wtm .mbr-section-btn {
  color: #19303d;
  text-align: left;
}
.cid-tEqDnmgSIk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEqDnmgSIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEqDnmgSIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEqDnmgSIk .text-wrap {
  width: 100%;
}
.cid-tEqDnmgSIk .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tEqDnmgSIk .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-tEqDnmgSIk .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tErdZ1xcGo {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tErdZ1xcGo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tErdZ1xcGo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tErdZ1xcGo .mbr-text,
.cid-tErdZ1xcGo .mbr-section-btn {
  text-align: left;
}
.cid-tErdZ1xcGo .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tErktsSadU {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tErktsSadU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tErktsSadU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tErktsSadU .mbr-text,
.cid-tErktsSadU .mbr-section-btn {
  text-align: left;
}
.cid-tErktsSadU .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxMcINZdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCxMcINZdW nav.navbar {
  position: fixed;
}
.cid-tCxMcINZdW .container {
  border-bottom: 2px solid #ff0000;
}
.cid-tCxMcINZdW .btn {
  max-height: 74px;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tCxMcINZdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCxMcINZdW .dropdown-item:hover,
.cid-tCxMcINZdW .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-tCxMcINZdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCxMcINZdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCxMcINZdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCxMcINZdW .nav-link {
  position: relative;
}
.cid-tCxMcINZdW .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .container {
    flex-wrap: nowrap;
  }
}
.cid-tCxMcINZdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCxMcINZdW .nav-item:focus,
.cid-tCxMcINZdW .nav-link:focus {
  outline: none;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxMcINZdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxMcINZdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxMcINZdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxMcINZdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxMcINZdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCxMcINZdW .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tCxMcINZdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxMcINZdW .navbar.collapsed {
  justify-content: center;
}
.cid-tCxMcINZdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxMcINZdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxMcINZdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxMcINZdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCxMcINZdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCxMcINZdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxMcINZdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxMcINZdW .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-tCxMcINZdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxMcINZdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxMcINZdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCxMcINZdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxMcINZdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCxMcINZdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxMcINZdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxMcINZdW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tCxMcINZdW .navbar-brand {
    width: 85%;
  }
}
.cid-tCxMcINZdW .dropdown-item.active,
.cid-tCxMcINZdW .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxMcINZdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxMcINZdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tCxMcINZdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxMcINZdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxMcINZdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxMcINZdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxMcINZdW button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxMcINZdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxMcINZdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxMcINZdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCxMcINZdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxMcINZdW .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-tCxMcINZdW .navbar {
    height: 70px;
  }
  .cid-tCxMcINZdW .navbar.opened {
    height: auto;
  }
  .cid-tCxMcINZdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEE44YQ9Fb {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tEE44YQ9Fb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEE44YQ9Fb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tEE44YQ9Fb .container {
    padding: 0 16px;
  }
}
.cid-tEE44YQ9Fb .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tEE44YQ9Fb .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tEE44YQ9Fb .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-tEE44YQ9Fb .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tEE44YQ9Fb .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tEE44YQ9Fb .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tEE44YQ9Fb .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tEE44YQ9Fb .title-wrapper .line {
  position: absolute;
  top: -24rem;
  left: 70px;
  width: 80%;
  height: 80%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tEE44YQ9Fb .title-wrapper .line {
    display: none;
  }
}
.cid-tEE44YQ9Fb .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #d4fe00;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tEE44YQ9Fb .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tEE44YQ9Fb .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tEE44YQ9Fb .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tEE44YQ9Fb .card .card-wrapper .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tEE44YQ9Fb .card .card-wrapper .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
  border-radius: 100%;
}
.cid-tEE44YQ9Fb .card .card-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #ffffff;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-tEE44YQ9Fb .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tEE44YQ9Fb .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tEE44YQ9Fb .mbr-section-title {
  color: #08323C;
}
.cid-tEE44YQ9Fb .mbr-text {
  color: #08323C;
}
.cid-tDcFWigsL6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDcFWigsL6 .brand-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .link-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .form-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDcFWigsL6 .brand-text {
  color: #555555;
}
.cid-tDcFWigsL6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #111111;
}
.cid-tDcFWigsL6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
  color: #111111;
}
.cid-tDcFWigsL6 .item-wrap {
  line-height: 1.63;
  padding: 8px 0;
}
.cid-tDcFWigsL6 .copyright {
  color: #111111;
}
.cid-tDcFWigsL6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-caption .iconfont-wrapper .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-tDcFWigsL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcFWigsL6 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-tDcFWigsL6 .form-container input {
  min-height: 48px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 12px 10px 16px;
  background-color: #f8f9fc;
}
.cid-tDcFWigsL6 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn {
  display: flex;
  padding: 0 !important;
  width: auto;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 16px;
  max-width: 120px;
  border-radius: 0;
  flex-shrink: 0;
  word-break: normal;
}
@media (max-width: 567px) {
  .cid-tDcFWigsL6 .form-container .mbr-section-btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDcFWigsL6 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-tDcFWigsL6 .form-text {
  margin-bottom: 20px;
  margin-top: 0;
  color: #555555;
}
.cid-tDcFWigsL6 .footer-link {
  position: relative;
  color: #111111;
}
.cid-tDcFWigsL6 .footer-link:hover {
  color: #191919;
}
.cid-tDcFWigsL6 .footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tDcFWigsL6 .footer-link:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 40%;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 20%;
  }
  .cid-tDcFWigsL6 .form-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDcFWigsL6 .brand-item {
    width: 100% !important;
  }
  .cid-tDcFWigsL6 .link-item {
    width: 100% !important;
  }
}
.cid-tDcFWigsL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcFWigsL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
