body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #727beb !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #544575 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #727beb !important;
  border-color: #727beb !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: #2634e0 !important;
  border-color: #2634e0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2634e0 !important;
  border-color: #2634e0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #544575 !important;
  border-color: #544575 !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: #2d253e !important;
  border-color: #2d253e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2d253e !important;
  border-color: #2d253e !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #727beb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2634e0 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #727beb !important;
  border-color: #727beb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #544575;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2d253e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #544575 !important;
  border-color: #544575 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #727beb !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #544575 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1f2cd8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #261f35 !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: #727beb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #544575;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #727beb;
  border-color: #727beb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #727beb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9383b6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #727beb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #727beb;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #727beb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #727beb;
}
.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: #727beb;
  border-bottom-color: #727beb;
}
.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: #727beb !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23727beb' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-txLmP8DGjn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLmP8DGjn nav.navbar {
  position: fixed;
}
.cid-txLmP8DGjn .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-txLmP8DGjn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLmP8DGjn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLmP8DGjn .dropdown-item:hover,
.cid-txLmP8DGjn .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLmP8DGjn .dropdown-item:hover span {
  color: white;
}
.cid-txLmP8DGjn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLmP8DGjn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLmP8DGjn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLmP8DGjn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLmP8DGjn .nav-link {
  position: relative;
}
.cid-txLmP8DGjn .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLmP8DGjn .container {
    flex-wrap: wrap;
  }
}
.cid-txLmP8DGjn .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLmP8DGjn .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLmP8DGjn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLmP8DGjn .dropdown-menu,
.cid-txLmP8DGjn .navbar.opened {
  background: #ffffff !important;
}
.cid-txLmP8DGjn .nav-item:focus,
.cid-txLmP8DGjn .nav-link:focus {
  outline: none;
}
.cid-txLmP8DGjn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLmP8DGjn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLmP8DGjn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLmP8DGjn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLmP8DGjn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLmP8DGjn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLmP8DGjn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLmP8DGjn .navbar.opened {
  transition: all 0.3s;
}
.cid-txLmP8DGjn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLmP8DGjn .navbar .navbar-logo img {
  width: auto;
}
.cid-txLmP8DGjn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLmP8DGjn .navbar.collapsed {
  justify-content: center;
}
.cid-txLmP8DGjn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLmP8DGjn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLmP8DGjn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLmP8DGjn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLmP8DGjn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLmP8DGjn .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-txLmP8DGjn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLmP8DGjn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLmP8DGjn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLmP8DGjn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLmP8DGjn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLmP8DGjn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLmP8DGjn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLmP8DGjn .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-txLmP8DGjn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLmP8DGjn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLmP8DGjn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLmP8DGjn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLmP8DGjn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLmP8DGjn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLmP8DGjn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLmP8DGjn .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLmP8DGjn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLmP8DGjn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLmP8DGjn .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-txLmP8DGjn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLmP8DGjn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLmP8DGjn .dropdown-item.active,
.cid-txLmP8DGjn .dropdown-item:active {
  background-color: transparent;
}
.cid-txLmP8DGjn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLmP8DGjn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLmP8DGjn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLmP8DGjn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLmP8DGjn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLmP8DGjn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLmP8DGjn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLmP8DGjn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLmP8DGjn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLmP8DGjn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLmP8DGjn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLmP8DGjn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLmP8DGjn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLmP8DGjn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLmP8DGjn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLmP8DGjn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLmP8DGjn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLmP8DGjn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLmP8DGjn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLmP8DGjn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLmP8DGjn .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-txLmP8DGjn .navbar {
    height: 70px;
  }
  .cid-txLmP8DGjn .navbar.opened {
    height: auto;
  }
  .cid-txLmP8DGjn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txNQYu5Say {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5e68ea;
}
.cid-txNQYu5Say .mbr-fallback-image.disabled {
  display: none;
}
.cid-txNQYu5Say .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-txNQYu5Say .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-txNQYu5Say .row {
  flex-direction: row-reverse;
}
.cid-txNQYu5Say img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txNQYu5Say .text-wrapper {
    padding: 2rem;
  }
}
.cid-txNQYu5Say .mbr-section-title {
  color: #ffffff;
}
.cid-txNQYu5Say .mbr-text {
  color: #ffffff;
}
.cid-txNKdFIB1R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txNPJHnC0e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txNPTscDpA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txNQ5rWNW0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txNQoJO5ip {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txNQzJFOGx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txNQJwvRMS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLmR9UQb2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLmR9UQb2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLmR9UQb2 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLmR9UQb2 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLmR9UQb2 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLmR9UQb2 .mbr-section-title {
  color: #ffffff;
}
.cid-txLmR9UQb2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLqLAGeaD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLqLAGeaD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLqLAGeaD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLqLAGeaD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLqLAGeaD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLqLAGeaD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLqLAGeaD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLqLAGeaD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLqLAGeaD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLqLAGeaD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLqLAGeaD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLqLAGeaD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLqLAGeaD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLqLAGeaD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLqLAGeaD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLqTOOyab {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLqTOOyab nav.navbar {
  position: fixed;
}
.cid-txLqTOOyab .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-txLqTOOyab .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLqTOOyab .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLqTOOyab .dropdown-item:hover,
.cid-txLqTOOyab .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLqTOOyab .dropdown-item:hover span {
  color: white;
}
.cid-txLqTOOyab .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLqTOOyab .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLqTOOyab .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLqTOOyab .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLqTOOyab .nav-link {
  position: relative;
}
.cid-txLqTOOyab .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLqTOOyab .container {
    flex-wrap: wrap;
  }
}
.cid-txLqTOOyab .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLqTOOyab .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLqTOOyab .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLqTOOyab .dropdown-menu,
.cid-txLqTOOyab .navbar.opened {
  background: #ffffff !important;
}
.cid-txLqTOOyab .nav-item:focus,
.cid-txLqTOOyab .nav-link:focus {
  outline: none;
}
.cid-txLqTOOyab .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLqTOOyab .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLqTOOyab .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLqTOOyab .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLqTOOyab .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLqTOOyab .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLqTOOyab .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLqTOOyab .navbar.opened {
  transition: all 0.3s;
}
.cid-txLqTOOyab .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLqTOOyab .navbar .navbar-logo img {
  width: auto;
}
.cid-txLqTOOyab .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLqTOOyab .navbar.collapsed {
  justify-content: center;
}
.cid-txLqTOOyab .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLqTOOyab .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLqTOOyab .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLqTOOyab .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLqTOOyab .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLqTOOyab .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-txLqTOOyab .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLqTOOyab .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLqTOOyab .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLqTOOyab .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLqTOOyab .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLqTOOyab .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLqTOOyab .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLqTOOyab .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-txLqTOOyab .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLqTOOyab .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLqTOOyab .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLqTOOyab .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLqTOOyab .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLqTOOyab .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLqTOOyab .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLqTOOyab .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLqTOOyab .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLqTOOyab .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLqTOOyab .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-txLqTOOyab .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLqTOOyab .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLqTOOyab .dropdown-item.active,
.cid-txLqTOOyab .dropdown-item:active {
  background-color: transparent;
}
.cid-txLqTOOyab .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLqTOOyab .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLqTOOyab .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLqTOOyab .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLqTOOyab .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLqTOOyab .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLqTOOyab ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLqTOOyab .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLqTOOyab button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLqTOOyab button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLqTOOyab button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLqTOOyab button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLqTOOyab button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLqTOOyab button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLqTOOyab nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLqTOOyab nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLqTOOyab nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLqTOOyab nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLqTOOyab .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLqTOOyab a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLqTOOyab .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-txLqTOOyab .navbar {
    height: 70px;
  }
  .cid-txLqTOOyab .navbar.opened {
    height: auto;
  }
  .cid-txLqTOOyab .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txWRES1bfx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5e68ea;
}
.cid-txWRES1bfx .mbr-fallback-image.disabled {
  display: none;
}
.cid-txWRES1bfx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-txWRES1bfx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-txWRES1bfx .row {
  flex-direction: row-reverse;
}
.cid-txWRES1bfx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txWRES1bfx .text-wrapper {
    padding: 2rem;
  }
}
.cid-txWRES1bfx .mbr-section-title {
  color: #ffffff;
}
.cid-txWRES1bfx .mbr-text {
  color: #ffffff;
}
.cid-txWOWrfO0d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txWP4pJFw7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txWPbEdhTv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txWPodFr3U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txWPvrkOxX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txWPCli86i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txWPKcdKcg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txWQjxZU11 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txWQDjyeI2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txWQOqMnHS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txWR0FzUfx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txWRetNOhn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLqTPt3T2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLqTPt3T2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLqTPt3T2 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLqTPt3T2 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLqTPt3T2 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLqTPt3T2 .mbr-section-title {
  color: #ffffff;
}
.cid-txLqTPt3T2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLqTPIkOh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLqTPIkOh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLqTPIkOh .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLqTPIkOh .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLqTPIkOh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLqTPIkOh .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLqTPIkOh .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLqTPIkOh .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLqTPIkOh .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLqTPIkOh .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLqTPIkOh .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLqTPIkOh .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLqTPIkOh .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLqTPIkOh .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLqTPIkOh .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLuVV0arE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLuVV0arE nav.navbar {
  position: fixed;
}
.cid-txLuVV0arE .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-txLuVV0arE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLuVV0arE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLuVV0arE .dropdown-item:hover,
.cid-txLuVV0arE .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLuVV0arE .dropdown-item:hover span {
  color: white;
}
.cid-txLuVV0arE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLuVV0arE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLuVV0arE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLuVV0arE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLuVV0arE .nav-link {
  position: relative;
}
.cid-txLuVV0arE .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLuVV0arE .container {
    flex-wrap: wrap;
  }
}
.cid-txLuVV0arE .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLuVV0arE .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLuVV0arE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLuVV0arE .dropdown-menu,
.cid-txLuVV0arE .navbar.opened {
  background: #ffffff !important;
}
.cid-txLuVV0arE .nav-item:focus,
.cid-txLuVV0arE .nav-link:focus {
  outline: none;
}
.cid-txLuVV0arE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLuVV0arE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLuVV0arE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLuVV0arE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLuVV0arE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLuVV0arE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLuVV0arE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLuVV0arE .navbar.opened {
  transition: all 0.3s;
}
.cid-txLuVV0arE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLuVV0arE .navbar .navbar-logo img {
  width: auto;
}
.cid-txLuVV0arE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLuVV0arE .navbar.collapsed {
  justify-content: center;
}
.cid-txLuVV0arE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLuVV0arE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLuVV0arE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLuVV0arE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLuVV0arE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLuVV0arE .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-txLuVV0arE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLuVV0arE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLuVV0arE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLuVV0arE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLuVV0arE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLuVV0arE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLuVV0arE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLuVV0arE .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-txLuVV0arE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLuVV0arE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLuVV0arE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLuVV0arE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLuVV0arE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLuVV0arE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLuVV0arE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLuVV0arE .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLuVV0arE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLuVV0arE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLuVV0arE .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-txLuVV0arE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLuVV0arE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLuVV0arE .dropdown-item.active,
.cid-txLuVV0arE .dropdown-item:active {
  background-color: transparent;
}
.cid-txLuVV0arE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLuVV0arE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLuVV0arE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLuVV0arE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLuVV0arE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLuVV0arE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLuVV0arE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLuVV0arE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLuVV0arE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLuVV0arE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLuVV0arE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLuVV0arE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLuVV0arE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLuVV0arE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLuVV0arE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLuVV0arE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLuVV0arE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLuVV0arE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLuVV0arE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLuVV0arE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLuVV0arE .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-txLuVV0arE .navbar {
    height: 70px;
  }
  .cid-txLuVV0arE .navbar.opened {
    height: auto;
  }
  .cid-txLuVV0arE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txLuVVkvon {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLuVVuI8i {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLuVVuI8i .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLuVVuI8i form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLuVVuI8i form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLuVVuI8i form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLuVVuI8i .mbr-section-title {
  color: #ffffff;
}
.cid-txLuVVuI8i .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLuVVS8AB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLuVVS8AB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLuVVS8AB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLuVVS8AB .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLuVVS8AB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLuVVS8AB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLuVVS8AB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLuVVS8AB .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLuVVS8AB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLuVVS8AB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLuVVS8AB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLuVVS8AB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLuVVS8AB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLuVVS8AB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLuVVS8AB .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLvzTO0HQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLvzTO0HQ nav.navbar {
  position: fixed;
}
.cid-txLvzTO0HQ .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-txLvzTO0HQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLvzTO0HQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLvzTO0HQ .dropdown-item:hover,
.cid-txLvzTO0HQ .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLvzTO0HQ .dropdown-item:hover span {
  color: white;
}
.cid-txLvzTO0HQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLvzTO0HQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLvzTO0HQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLvzTO0HQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLvzTO0HQ .nav-link {
  position: relative;
}
.cid-txLvzTO0HQ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLvzTO0HQ .container {
    flex-wrap: wrap;
  }
}
.cid-txLvzTO0HQ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLvzTO0HQ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLvzTO0HQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLvzTO0HQ .dropdown-menu,
.cid-txLvzTO0HQ .navbar.opened {
  background: #ffffff !important;
}
.cid-txLvzTO0HQ .nav-item:focus,
.cid-txLvzTO0HQ .nav-link:focus {
  outline: none;
}
.cid-txLvzTO0HQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLvzTO0HQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLvzTO0HQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLvzTO0HQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLvzTO0HQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLvzTO0HQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLvzTO0HQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLvzTO0HQ .navbar.opened {
  transition: all 0.3s;
}
.cid-txLvzTO0HQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLvzTO0HQ .navbar .navbar-logo img {
  width: auto;
}
.cid-txLvzTO0HQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLvzTO0HQ .navbar.collapsed {
  justify-content: center;
}
.cid-txLvzTO0HQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLvzTO0HQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLvzTO0HQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLvzTO0HQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLvzTO0HQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLvzTO0HQ .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-txLvzTO0HQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLvzTO0HQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLvzTO0HQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLvzTO0HQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLvzTO0HQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLvzTO0HQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLvzTO0HQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLvzTO0HQ .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-txLvzTO0HQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLvzTO0HQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLvzTO0HQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLvzTO0HQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLvzTO0HQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLvzTO0HQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLvzTO0HQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLvzTO0HQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLvzTO0HQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLvzTO0HQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLvzTO0HQ .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-txLvzTO0HQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLvzTO0HQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLvzTO0HQ .dropdown-item.active,
.cid-txLvzTO0HQ .dropdown-item:active {
  background-color: transparent;
}
.cid-txLvzTO0HQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLvzTO0HQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLvzTO0HQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLvzTO0HQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLvzTO0HQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLvzTO0HQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLvzTO0HQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLvzTO0HQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLvzTO0HQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLvzTO0HQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLvzTO0HQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLvzTO0HQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLvzTO0HQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLvzTO0HQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLvzTO0HQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLvzTO0HQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLvzTO0HQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLvzTO0HQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLvzTO0HQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLvzTO0HQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLvzTO0HQ .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-txLvzTO0HQ .navbar {
    height: 70px;
  }
  .cid-txLvzTO0HQ .navbar.opened {
    height: auto;
  }
  .cid-txLvzTO0HQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txZWwiLQcW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txZWDFEGu1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txZWMsbjmJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txZWUbWHK7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txZX9xkh7Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txZXk4s2E0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txZXtKYP74 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txZXD6LHwv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLvzUehko {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLvzUehko .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLvzUehko form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLvzUehko form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLvzUehko form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLvzUehko .mbr-section-title {
  color: #ffffff;
}
.cid-txLvzUehko .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLvzUpdBa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLvzUpdBa .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLvzUpdBa .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLvzUpdBa .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLvzUpdBa .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLvzUpdBa .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLvzUpdBa .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLvzUpdBa .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLvzUpdBa .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLvzUpdBa .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLvzUpdBa .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLvzUpdBa .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLvzUpdBa .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLvzUpdBa .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLvzUpdBa .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLwLPNwFh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLwLPNwFh nav.navbar {
  position: fixed;
}
.cid-txLwLPNwFh .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-txLwLPNwFh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLwLPNwFh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLwLPNwFh .dropdown-item:hover,
.cid-txLwLPNwFh .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLwLPNwFh .dropdown-item:hover span {
  color: white;
}
.cid-txLwLPNwFh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLwLPNwFh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLwLPNwFh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLwLPNwFh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLwLPNwFh .nav-link {
  position: relative;
}
.cid-txLwLPNwFh .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLwLPNwFh .container {
    flex-wrap: wrap;
  }
}
.cid-txLwLPNwFh .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLwLPNwFh .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLwLPNwFh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLwLPNwFh .dropdown-menu,
.cid-txLwLPNwFh .navbar.opened {
  background: #ffffff !important;
}
.cid-txLwLPNwFh .nav-item:focus,
.cid-txLwLPNwFh .nav-link:focus {
  outline: none;
}
.cid-txLwLPNwFh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLwLPNwFh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLwLPNwFh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLwLPNwFh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLwLPNwFh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLwLPNwFh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLwLPNwFh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLwLPNwFh .navbar.opened {
  transition: all 0.3s;
}
.cid-txLwLPNwFh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLwLPNwFh .navbar .navbar-logo img {
  width: auto;
}
.cid-txLwLPNwFh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLwLPNwFh .navbar.collapsed {
  justify-content: center;
}
.cid-txLwLPNwFh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLwLPNwFh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLwLPNwFh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLwLPNwFh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLwLPNwFh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLwLPNwFh .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-txLwLPNwFh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLwLPNwFh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLwLPNwFh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLwLPNwFh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLwLPNwFh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLwLPNwFh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLwLPNwFh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLwLPNwFh .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-txLwLPNwFh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLwLPNwFh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLwLPNwFh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLwLPNwFh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLwLPNwFh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLwLPNwFh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLwLPNwFh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLwLPNwFh .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLwLPNwFh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLwLPNwFh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLwLPNwFh .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-txLwLPNwFh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLwLPNwFh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLwLPNwFh .dropdown-item.active,
.cid-txLwLPNwFh .dropdown-item:active {
  background-color: transparent;
}
.cid-txLwLPNwFh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLwLPNwFh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLwLPNwFh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLwLPNwFh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLwLPNwFh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLwLPNwFh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLwLPNwFh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLwLPNwFh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLwLPNwFh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLwLPNwFh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLwLPNwFh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLwLPNwFh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLwLPNwFh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLwLPNwFh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLwLPNwFh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLwLPNwFh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLwLPNwFh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLwLPNwFh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLwLPNwFh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLwLPNwFh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLwLPNwFh .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-txLwLPNwFh .navbar {
    height: 70px;
  }
  .cid-txLwLPNwFh .navbar.opened {
    height: auto;
  }
  .cid-txLwLPNwFh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txYkppZEE6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #727beb;
}
.cid-txYkppZEE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txYkppZEE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-txYkppZEE6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-txYkppZEE6 .row {
  flex-direction: row-reverse;
}
.cid-txYkppZEE6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txYkppZEE6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-txYkppZEE6 .mbr-section-title {
  color: #ffffff;
}
.cid-txYkppZEE6 .mbr-text {
  color: #ffffff;
}
.cid-txYccd8JnZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txYcBObL9t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txYcMHyhXl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txYcUL6OvT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txYjTJJgsK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txYkcG90eM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLwLQiRtr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLwLQiRtr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLwLQiRtr form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLwLQiRtr form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLwLQiRtr form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLwLQiRtr .mbr-section-title {
  color: #ffffff;
}
.cid-txLwLQiRtr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLwLQwLI3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLwLQwLI3 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLwLQwLI3 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLwLQwLI3 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLwLQwLI3 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLwLQwLI3 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLwLQwLI3 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLwLQwLI3 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLwLQwLI3 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLwLQwLI3 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLwLQwLI3 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLwLQwLI3 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLwLQwLI3 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLwLQwLI3 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLwLQwLI3 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLM1EEVyH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLM1EEVyH nav.navbar {
  position: fixed;
}
.cid-txLM1EEVyH .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-txLM1EEVyH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLM1EEVyH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLM1EEVyH .dropdown-item:hover,
.cid-txLM1EEVyH .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLM1EEVyH .dropdown-item:hover span {
  color: white;
}
.cid-txLM1EEVyH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLM1EEVyH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLM1EEVyH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLM1EEVyH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLM1EEVyH .nav-link {
  position: relative;
}
.cid-txLM1EEVyH .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLM1EEVyH .container {
    flex-wrap: wrap;
  }
}
.cid-txLM1EEVyH .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLM1EEVyH .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLM1EEVyH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLM1EEVyH .dropdown-menu,
.cid-txLM1EEVyH .navbar.opened {
  background: #ffffff !important;
}
.cid-txLM1EEVyH .nav-item:focus,
.cid-txLM1EEVyH .nav-link:focus {
  outline: none;
}
.cid-txLM1EEVyH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLM1EEVyH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLM1EEVyH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLM1EEVyH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLM1EEVyH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLM1EEVyH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLM1EEVyH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLM1EEVyH .navbar.opened {
  transition: all 0.3s;
}
.cid-txLM1EEVyH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLM1EEVyH .navbar .navbar-logo img {
  width: auto;
}
.cid-txLM1EEVyH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLM1EEVyH .navbar.collapsed {
  justify-content: center;
}
.cid-txLM1EEVyH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLM1EEVyH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLM1EEVyH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLM1EEVyH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLM1EEVyH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLM1EEVyH .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-txLM1EEVyH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLM1EEVyH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLM1EEVyH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLM1EEVyH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLM1EEVyH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLM1EEVyH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLM1EEVyH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLM1EEVyH .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-txLM1EEVyH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLM1EEVyH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLM1EEVyH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLM1EEVyH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLM1EEVyH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLM1EEVyH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLM1EEVyH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLM1EEVyH .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLM1EEVyH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLM1EEVyH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLM1EEVyH .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-txLM1EEVyH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLM1EEVyH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLM1EEVyH .dropdown-item.active,
.cid-txLM1EEVyH .dropdown-item:active {
  background-color: transparent;
}
.cid-txLM1EEVyH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLM1EEVyH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLM1EEVyH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLM1EEVyH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLM1EEVyH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLM1EEVyH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLM1EEVyH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLM1EEVyH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLM1EEVyH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLM1EEVyH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLM1EEVyH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLM1EEVyH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLM1EEVyH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLM1EEVyH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLM1EEVyH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLM1EEVyH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLM1EEVyH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLM1EEVyH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLM1EEVyH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLM1EEVyH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLM1EEVyH .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-txLM1EEVyH .navbar {
    height: 70px;
  }
  .cid-txLM1EEVyH .navbar.opened {
    height: auto;
  }
  .cid-txLM1EEVyH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tylrDzR6tY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9d34d6;
}
.cid-tylrDzR6tY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tylrDzR6tY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tylrDzR6tY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tylrDzR6tY .row {
  flex-direction: row-reverse;
}
.cid-tylrDzR6tY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tylrDzR6tY .text-wrapper {
    padding: 2rem;
  }
}
.cid-tylrDzR6tY .mbr-text {
  color: #ffffff;
}
.cid-tylrDzR6tY .mbr-section-title {
  color: #ffffff;
}
.cid-tyls1jouBP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tylsisVhvQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tylsv55Dh1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tylsPFjb0h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tylt0xXlXC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tyltejuMje {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLM1F1HnC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLM1F1HnC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLM1F1HnC form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLM1F1HnC form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLM1F1HnC form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLM1F1HnC .mbr-section-title {
  color: #ffffff;
}
.cid-txLM1F1HnC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLM1Fc2WI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLM1Fc2WI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLM1Fc2WI .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLM1Fc2WI .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLM1Fc2WI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLM1Fc2WI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLM1Fc2WI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLM1Fc2WI .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLM1Fc2WI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLM1Fc2WI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLM1Fc2WI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLM1Fc2WI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLM1Fc2WI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLM1Fc2WI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLM1Fc2WI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLMOFbSLV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLMOFbSLV nav.navbar {
  position: fixed;
}
.cid-txLMOFbSLV .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-txLMOFbSLV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLMOFbSLV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLMOFbSLV .dropdown-item:hover,
.cid-txLMOFbSLV .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLMOFbSLV .dropdown-item:hover span {
  color: white;
}
.cid-txLMOFbSLV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLMOFbSLV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLMOFbSLV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLMOFbSLV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLMOFbSLV .nav-link {
  position: relative;
}
.cid-txLMOFbSLV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLMOFbSLV .container {
    flex-wrap: wrap;
  }
}
.cid-txLMOFbSLV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLMOFbSLV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLMOFbSLV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLMOFbSLV .dropdown-menu,
.cid-txLMOFbSLV .navbar.opened {
  background: #ffffff !important;
}
.cid-txLMOFbSLV .nav-item:focus,
.cid-txLMOFbSLV .nav-link:focus {
  outline: none;
}
.cid-txLMOFbSLV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLMOFbSLV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLMOFbSLV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLMOFbSLV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLMOFbSLV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLMOFbSLV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLMOFbSLV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLMOFbSLV .navbar.opened {
  transition: all 0.3s;
}
.cid-txLMOFbSLV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLMOFbSLV .navbar .navbar-logo img {
  width: auto;
}
.cid-txLMOFbSLV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLMOFbSLV .navbar.collapsed {
  justify-content: center;
}
.cid-txLMOFbSLV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLMOFbSLV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLMOFbSLV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLMOFbSLV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLMOFbSLV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLMOFbSLV .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-txLMOFbSLV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLMOFbSLV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLMOFbSLV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLMOFbSLV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLMOFbSLV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLMOFbSLV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLMOFbSLV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLMOFbSLV .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-txLMOFbSLV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLMOFbSLV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLMOFbSLV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLMOFbSLV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLMOFbSLV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLMOFbSLV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLMOFbSLV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLMOFbSLV .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLMOFbSLV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLMOFbSLV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLMOFbSLV .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-txLMOFbSLV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLMOFbSLV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLMOFbSLV .dropdown-item.active,
.cid-txLMOFbSLV .dropdown-item:active {
  background-color: transparent;
}
.cid-txLMOFbSLV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLMOFbSLV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLMOFbSLV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLMOFbSLV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLMOFbSLV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLMOFbSLV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLMOFbSLV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLMOFbSLV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLMOFbSLV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLMOFbSLV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLMOFbSLV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLMOFbSLV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLMOFbSLV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLMOFbSLV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLMOFbSLV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLMOFbSLV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLMOFbSLV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLMOFbSLV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLMOFbSLV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLMOFbSLV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLMOFbSLV .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-txLMOFbSLV .navbar {
    height: 70px;
  }
  .cid-txLMOFbSLV .navbar.opened {
    height: auto;
  }
  .cid-txLMOFbSLV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty4aN7TeSl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9d34d6;
}
.cid-ty4aN7TeSl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty4aN7TeSl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ty4aN7TeSl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ty4aN7TeSl .row {
  flex-direction: row-reverse;
}
.cid-ty4aN7TeSl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ty4aN7TeSl .text-wrapper {
    padding: 2rem;
  }
}
.cid-ty4aN7TeSl .mbr-section-title {
  color: #ffffff;
}
.cid-ty4aN7TeSl .mbr-text {
  color: #ffffff;
}
.cid-txLYCTuBu6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLMOFwnaz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLMOFwnaz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLMOFwnaz form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLMOFwnaz form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLMOFwnaz form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLMOFwnaz .mbr-section-title {
  color: #ffffff;
}
.cid-txLMOFwnaz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLMOFFSnl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLMOFFSnl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLMOFFSnl .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLMOFFSnl .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLMOFFSnl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLMOFFSnl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLMOFFSnl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLMOFFSnl .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLMOFFSnl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLMOFFSnl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLMOFFSnl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLMOFFSnl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLMOFFSnl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLMOFFSnl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLMOFFSnl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLNd1HLQ9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLNd1HLQ9 nav.navbar {
  position: fixed;
}
.cid-txLNd1HLQ9 .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-txLNd1HLQ9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLNd1HLQ9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLNd1HLQ9 .dropdown-item:hover,
.cid-txLNd1HLQ9 .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLNd1HLQ9 .dropdown-item:hover span {
  color: white;
}
.cid-txLNd1HLQ9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLNd1HLQ9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLNd1HLQ9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLNd1HLQ9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLNd1HLQ9 .nav-link {
  position: relative;
}
.cid-txLNd1HLQ9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLNd1HLQ9 .container {
    flex-wrap: wrap;
  }
}
.cid-txLNd1HLQ9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLNd1HLQ9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLNd1HLQ9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLNd1HLQ9 .dropdown-menu,
.cid-txLNd1HLQ9 .navbar.opened {
  background: #ffffff !important;
}
.cid-txLNd1HLQ9 .nav-item:focus,
.cid-txLNd1HLQ9 .nav-link:focus {
  outline: none;
}
.cid-txLNd1HLQ9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLNd1HLQ9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLNd1HLQ9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLNd1HLQ9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLNd1HLQ9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLNd1HLQ9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLNd1HLQ9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLNd1HLQ9 .navbar.opened {
  transition: all 0.3s;
}
.cid-txLNd1HLQ9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLNd1HLQ9 .navbar .navbar-logo img {
  width: auto;
}
.cid-txLNd1HLQ9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLNd1HLQ9 .navbar.collapsed {
  justify-content: center;
}
.cid-txLNd1HLQ9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLNd1HLQ9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLNd1HLQ9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLNd1HLQ9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLNd1HLQ9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLNd1HLQ9 .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-txLNd1HLQ9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLNd1HLQ9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLNd1HLQ9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLNd1HLQ9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLNd1HLQ9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLNd1HLQ9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLNd1HLQ9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLNd1HLQ9 .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-txLNd1HLQ9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLNd1HLQ9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLNd1HLQ9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLNd1HLQ9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLNd1HLQ9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLNd1HLQ9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLNd1HLQ9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLNd1HLQ9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLNd1HLQ9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLNd1HLQ9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLNd1HLQ9 .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-txLNd1HLQ9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLNd1HLQ9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLNd1HLQ9 .dropdown-item.active,
.cid-txLNd1HLQ9 .dropdown-item:active {
  background-color: transparent;
}
.cid-txLNd1HLQ9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLNd1HLQ9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLNd1HLQ9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLNd1HLQ9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLNd1HLQ9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLNd1HLQ9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLNd1HLQ9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLNd1HLQ9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLNd1HLQ9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLNd1HLQ9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLNd1HLQ9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLNd1HLQ9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLNd1HLQ9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLNd1HLQ9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLNd1HLQ9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLNd1HLQ9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLNd1HLQ9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLNd1HLQ9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLNd1HLQ9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLNd1HLQ9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLNd1HLQ9 .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-txLNd1HLQ9 .navbar {
    height: 70px;
  }
  .cid-txLNd1HLQ9 .navbar.opened {
    height: auto;
  }
  .cid-txLNd1HLQ9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyqznZlpFQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLNd27OVB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLNd27OVB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLNd27OVB form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLNd27OVB form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLNd27OVB form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLNd27OVB .mbr-section-title {
  color: #ffffff;
}
.cid-txLNd27OVB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tyqzQpknx0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tyqzv9QcYt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tyqzWeZMMI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tyqA4WKVko {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tyqAr4Xoti {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tyqBZtQtAb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tyqCcoGzid {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLNd2jG4F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLNd2jG4F .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLNd2jG4F .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLNd2jG4F .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLNd2jG4F .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLNd2jG4F .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLNd2jG4F .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLNd2jG4F .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLNd2jG4F .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLNd2jG4F .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLNd2jG4F .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLNd2jG4F .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLNd2jG4F .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLNd2jG4F .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLNd2jG4F .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLPE8w1Bl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLPE8w1Bl nav.navbar {
  position: fixed;
}
.cid-txLPE8w1Bl .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-txLPE8w1Bl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLPE8w1Bl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLPE8w1Bl .dropdown-item:hover,
.cid-txLPE8w1Bl .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLPE8w1Bl .dropdown-item:hover span {
  color: white;
}
.cid-txLPE8w1Bl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLPE8w1Bl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLPE8w1Bl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLPE8w1Bl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLPE8w1Bl .nav-link {
  position: relative;
}
.cid-txLPE8w1Bl .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLPE8w1Bl .container {
    flex-wrap: wrap;
  }
}
.cid-txLPE8w1Bl .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLPE8w1Bl .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLPE8w1Bl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLPE8w1Bl .dropdown-menu,
.cid-txLPE8w1Bl .navbar.opened {
  background: #ffffff !important;
}
.cid-txLPE8w1Bl .nav-item:focus,
.cid-txLPE8w1Bl .nav-link:focus {
  outline: none;
}
.cid-txLPE8w1Bl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLPE8w1Bl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLPE8w1Bl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLPE8w1Bl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLPE8w1Bl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLPE8w1Bl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLPE8w1Bl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLPE8w1Bl .navbar.opened {
  transition: all 0.3s;
}
.cid-txLPE8w1Bl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLPE8w1Bl .navbar .navbar-logo img {
  width: auto;
}
.cid-txLPE8w1Bl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLPE8w1Bl .navbar.collapsed {
  justify-content: center;
}
.cid-txLPE8w1Bl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLPE8w1Bl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLPE8w1Bl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLPE8w1Bl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLPE8w1Bl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLPE8w1Bl .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-txLPE8w1Bl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLPE8w1Bl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLPE8w1Bl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLPE8w1Bl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLPE8w1Bl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLPE8w1Bl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLPE8w1Bl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLPE8w1Bl .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-txLPE8w1Bl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLPE8w1Bl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLPE8w1Bl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLPE8w1Bl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLPE8w1Bl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLPE8w1Bl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLPE8w1Bl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLPE8w1Bl .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLPE8w1Bl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLPE8w1Bl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLPE8w1Bl .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-txLPE8w1Bl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLPE8w1Bl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLPE8w1Bl .dropdown-item.active,
.cid-txLPE8w1Bl .dropdown-item:active {
  background-color: transparent;
}
.cid-txLPE8w1Bl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLPE8w1Bl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLPE8w1Bl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLPE8w1Bl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLPE8w1Bl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLPE8w1Bl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLPE8w1Bl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLPE8w1Bl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLPE8w1Bl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLPE8w1Bl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLPE8w1Bl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLPE8w1Bl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLPE8w1Bl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLPE8w1Bl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLPE8w1Bl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLPE8w1Bl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLPE8w1Bl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLPE8w1Bl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLPE8w1Bl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLPE8w1Bl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLPE8w1Bl .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-txLPE8w1Bl .navbar {
    height: 70px;
  }
  .cid-txLPE8w1Bl .navbar.opened {
    height: auto;
  }
  .cid-txLPE8w1Bl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tykCuJ0bzZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f793fc;
}
.cid-tykCuJ0bzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tykCuJ0bzZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tykCuJ0bzZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tykCuJ0bzZ .row {
  flex-direction: row-reverse;
}
.cid-tykCuJ0bzZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tykCuJ0bzZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tykCuJ0bzZ .mbr-text {
  color: #ffffff;
}
.cid-tykCuJ0bzZ .mbr-section-title {
  color: #ffffff;
}
.cid-txLPNctGOr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ceeaf7;
}
.cid-txLPNctGOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-txLPNctGOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txLPNctGOr .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txLPNctGOr .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-txLPNctGOr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txLPNctGOr .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txLPNctGOr .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txLPNctGOr .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txLPNctGOr .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txLPNctGOr .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txLPNctGOr .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txLPNctGOr .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txLPE8UJKV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLPE8UJKV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLPE8UJKV form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLPE8UJKV form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLPE8UJKV form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLPE8UJKV .mbr-section-title {
  color: #ffffff;
}
.cid-txLPE8UJKV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLPE95rlc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLPE95rlc .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLPE95rlc .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLPE95rlc .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLPE95rlc .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLPE95rlc .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLPE95rlc .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLPE95rlc .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLPE95rlc .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLPE95rlc .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLPE95rlc .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLPE95rlc .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLPE95rlc .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLPE95rlc .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLPE95rlc .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLQliMJF3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLQliMJF3 nav.navbar {
  position: fixed;
}
.cid-txLQliMJF3 .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-txLQliMJF3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLQliMJF3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLQliMJF3 .dropdown-item:hover,
.cid-txLQliMJF3 .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLQliMJF3 .dropdown-item:hover span {
  color: white;
}
.cid-txLQliMJF3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLQliMJF3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLQliMJF3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLQliMJF3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLQliMJF3 .nav-link {
  position: relative;
}
.cid-txLQliMJF3 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLQliMJF3 .container {
    flex-wrap: wrap;
  }
}
.cid-txLQliMJF3 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLQliMJF3 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLQliMJF3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLQliMJF3 .dropdown-menu,
.cid-txLQliMJF3 .navbar.opened {
  background: #ffffff !important;
}
.cid-txLQliMJF3 .nav-item:focus,
.cid-txLQliMJF3 .nav-link:focus {
  outline: none;
}
.cid-txLQliMJF3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLQliMJF3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLQliMJF3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLQliMJF3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLQliMJF3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLQliMJF3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLQliMJF3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLQliMJF3 .navbar.opened {
  transition: all 0.3s;
}
.cid-txLQliMJF3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLQliMJF3 .navbar .navbar-logo img {
  width: auto;
}
.cid-txLQliMJF3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLQliMJF3 .navbar.collapsed {
  justify-content: center;
}
.cid-txLQliMJF3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLQliMJF3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLQliMJF3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLQliMJF3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLQliMJF3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLQliMJF3 .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-txLQliMJF3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLQliMJF3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLQliMJF3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLQliMJF3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLQliMJF3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLQliMJF3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLQliMJF3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLQliMJF3 .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-txLQliMJF3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLQliMJF3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLQliMJF3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLQliMJF3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLQliMJF3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLQliMJF3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLQliMJF3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLQliMJF3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLQliMJF3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLQliMJF3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLQliMJF3 .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-txLQliMJF3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLQliMJF3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLQliMJF3 .dropdown-item.active,
.cid-txLQliMJF3 .dropdown-item:active {
  background-color: transparent;
}
.cid-txLQliMJF3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLQliMJF3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLQliMJF3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLQliMJF3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLQliMJF3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLQliMJF3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLQliMJF3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLQliMJF3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLQliMJF3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLQliMJF3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLQliMJF3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLQliMJF3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLQliMJF3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLQliMJF3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLQliMJF3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLQliMJF3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLQliMJF3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLQliMJF3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLQliMJF3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLQliMJF3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLQliMJF3 .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-txLQliMJF3 .navbar {
    height: 70px;
  }
  .cid-txLQliMJF3 .navbar.opened {
    height: auto;
  }
  .cid-txLQliMJF3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txLQlj0PtX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLQlju0JR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLQlju0JR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLQlju0JR form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLQlju0JR form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLQlju0JR form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLQlju0JR .mbr-section-title {
  color: #ffffff;
}
.cid-txLQlju0JR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLQljFSiU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLQljFSiU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLQljFSiU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLQljFSiU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLQljFSiU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLQljFSiU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLQljFSiU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLQljFSiU .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLQljFSiU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLQljFSiU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLQljFSiU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLQljFSiU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLQljFSiU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLQljFSiU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLQljFSiU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLQWyyNSv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLQWyyNSv nav.navbar {
  position: fixed;
}
.cid-txLQWyyNSv .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-txLQWyyNSv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLQWyyNSv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLQWyyNSv .dropdown-item:hover,
.cid-txLQWyyNSv .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLQWyyNSv .dropdown-item:hover span {
  color: white;
}
.cid-txLQWyyNSv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLQWyyNSv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLQWyyNSv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLQWyyNSv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLQWyyNSv .nav-link {
  position: relative;
}
.cid-txLQWyyNSv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLQWyyNSv .container {
    flex-wrap: wrap;
  }
}
.cid-txLQWyyNSv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLQWyyNSv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLQWyyNSv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLQWyyNSv .dropdown-menu,
.cid-txLQWyyNSv .navbar.opened {
  background: #ffffff !important;
}
.cid-txLQWyyNSv .nav-item:focus,
.cid-txLQWyyNSv .nav-link:focus {
  outline: none;
}
.cid-txLQWyyNSv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLQWyyNSv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLQWyyNSv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLQWyyNSv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLQWyyNSv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLQWyyNSv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLQWyyNSv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLQWyyNSv .navbar.opened {
  transition: all 0.3s;
}
.cid-txLQWyyNSv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLQWyyNSv .navbar .navbar-logo img {
  width: auto;
}
.cid-txLQWyyNSv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLQWyyNSv .navbar.collapsed {
  justify-content: center;
}
.cid-txLQWyyNSv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLQWyyNSv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLQWyyNSv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLQWyyNSv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLQWyyNSv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLQWyyNSv .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-txLQWyyNSv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLQWyyNSv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLQWyyNSv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLQWyyNSv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLQWyyNSv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLQWyyNSv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLQWyyNSv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLQWyyNSv .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-txLQWyyNSv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLQWyyNSv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLQWyyNSv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLQWyyNSv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLQWyyNSv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLQWyyNSv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLQWyyNSv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLQWyyNSv .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLQWyyNSv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLQWyyNSv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLQWyyNSv .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-txLQWyyNSv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLQWyyNSv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLQWyyNSv .dropdown-item.active,
.cid-txLQWyyNSv .dropdown-item:active {
  background-color: transparent;
}
.cid-txLQWyyNSv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLQWyyNSv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLQWyyNSv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLQWyyNSv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLQWyyNSv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLQWyyNSv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLQWyyNSv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLQWyyNSv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLQWyyNSv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLQWyyNSv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLQWyyNSv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLQWyyNSv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLQWyyNSv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLQWyyNSv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLQWyyNSv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLQWyyNSv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLQWyyNSv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLQWyyNSv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLQWyyNSv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLQWyyNSv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLQWyyNSv .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-txLQWyyNSv .navbar {
    height: 70px;
  }
  .cid-txLQWyyNSv .navbar.opened {
    height: auto;
  }
  .cid-txLQWyyNSv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txLQWyOK8m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLQWyX2K0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLQWyX2K0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLQWyX2K0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLQWyX2K0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLQWyX2K0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLQWyX2K0 .mbr-section-title {
  color: #ffffff;
}
.cid-txLQWyX2K0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLQWz9pso {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLQWz9pso .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLQWz9pso .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLQWz9pso .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLQWz9pso .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLQWz9pso .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLQWz9pso .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLQWz9pso .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLQWz9pso .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLQWz9pso .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLQWz9pso .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLQWz9pso .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLQWz9pso .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLQWz9pso .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLQWz9pso .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLRuuqyWs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLRuuqyWs nav.navbar {
  position: fixed;
}
.cid-txLRuuqyWs .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-txLRuuqyWs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLRuuqyWs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLRuuqyWs .dropdown-item:hover,
.cid-txLRuuqyWs .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLRuuqyWs .dropdown-item:hover span {
  color: white;
}
.cid-txLRuuqyWs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLRuuqyWs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLRuuqyWs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLRuuqyWs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLRuuqyWs .nav-link {
  position: relative;
}
.cid-txLRuuqyWs .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLRuuqyWs .container {
    flex-wrap: wrap;
  }
}
.cid-txLRuuqyWs .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLRuuqyWs .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLRuuqyWs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLRuuqyWs .dropdown-menu,
.cid-txLRuuqyWs .navbar.opened {
  background: #ffffff !important;
}
.cid-txLRuuqyWs .nav-item:focus,
.cid-txLRuuqyWs .nav-link:focus {
  outline: none;
}
.cid-txLRuuqyWs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLRuuqyWs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLRuuqyWs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLRuuqyWs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLRuuqyWs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLRuuqyWs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLRuuqyWs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLRuuqyWs .navbar.opened {
  transition: all 0.3s;
}
.cid-txLRuuqyWs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLRuuqyWs .navbar .navbar-logo img {
  width: auto;
}
.cid-txLRuuqyWs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLRuuqyWs .navbar.collapsed {
  justify-content: center;
}
.cid-txLRuuqyWs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLRuuqyWs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLRuuqyWs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLRuuqyWs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLRuuqyWs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLRuuqyWs .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-txLRuuqyWs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLRuuqyWs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLRuuqyWs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLRuuqyWs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLRuuqyWs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLRuuqyWs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLRuuqyWs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLRuuqyWs .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-txLRuuqyWs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLRuuqyWs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLRuuqyWs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLRuuqyWs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLRuuqyWs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLRuuqyWs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLRuuqyWs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLRuuqyWs .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLRuuqyWs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLRuuqyWs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLRuuqyWs .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-txLRuuqyWs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLRuuqyWs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLRuuqyWs .dropdown-item.active,
.cid-txLRuuqyWs .dropdown-item:active {
  background-color: transparent;
}
.cid-txLRuuqyWs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLRuuqyWs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLRuuqyWs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLRuuqyWs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLRuuqyWs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLRuuqyWs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLRuuqyWs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLRuuqyWs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLRuuqyWs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLRuuqyWs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLRuuqyWs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLRuuqyWs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLRuuqyWs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLRuuqyWs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLRuuqyWs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLRuuqyWs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLRuuqyWs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLRuuqyWs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLRuuqyWs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLRuuqyWs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLRuuqyWs .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-txLRuuqyWs .navbar {
    height: 70px;
  }
  .cid-txLRuuqyWs .navbar.opened {
    height: auto;
  }
  .cid-txLRuuqyWs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txLRuuHAnn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLRuuQVPY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLRuuQVPY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLRuuQVPY form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLRuuQVPY form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLRuuQVPY form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLRuuQVPY .mbr-section-title {
  color: #ffffff;
}
.cid-txLRuuQVPY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLRuv2DMZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLRuv2DMZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLRuv2DMZ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLRuv2DMZ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLRuv2DMZ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLRuv2DMZ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLRuv2DMZ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLRuv2DMZ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLRuv2DMZ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLRuv2DMZ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLRuv2DMZ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLRuv2DMZ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLRuv2DMZ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLRuv2DMZ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLRuv2DMZ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLROk0P9D {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLROk0P9D nav.navbar {
  position: fixed;
}
.cid-txLROk0P9D .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-txLROk0P9D .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLROk0P9D .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLROk0P9D .dropdown-item:hover,
.cid-txLROk0P9D .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLROk0P9D .dropdown-item:hover span {
  color: white;
}
.cid-txLROk0P9D .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLROk0P9D .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLROk0P9D .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLROk0P9D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLROk0P9D .nav-link {
  position: relative;
}
.cid-txLROk0P9D .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLROk0P9D .container {
    flex-wrap: wrap;
  }
}
.cid-txLROk0P9D .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLROk0P9D .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLROk0P9D .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLROk0P9D .dropdown-menu,
.cid-txLROk0P9D .navbar.opened {
  background: #ffffff !important;
}
.cid-txLROk0P9D .nav-item:focus,
.cid-txLROk0P9D .nav-link:focus {
  outline: none;
}
.cid-txLROk0P9D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLROk0P9D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLROk0P9D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLROk0P9D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLROk0P9D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLROk0P9D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLROk0P9D .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLROk0P9D .navbar.opened {
  transition: all 0.3s;
}
.cid-txLROk0P9D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLROk0P9D .navbar .navbar-logo img {
  width: auto;
}
.cid-txLROk0P9D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLROk0P9D .navbar.collapsed {
  justify-content: center;
}
.cid-txLROk0P9D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLROk0P9D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLROk0P9D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLROk0P9D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLROk0P9D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLROk0P9D .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-txLROk0P9D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLROk0P9D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLROk0P9D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLROk0P9D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLROk0P9D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLROk0P9D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLROk0P9D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLROk0P9D .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-txLROk0P9D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLROk0P9D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLROk0P9D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLROk0P9D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLROk0P9D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLROk0P9D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLROk0P9D .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLROk0P9D .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLROk0P9D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLROk0P9D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLROk0P9D .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-txLROk0P9D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLROk0P9D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLROk0P9D .dropdown-item.active,
.cid-txLROk0P9D .dropdown-item:active {
  background-color: transparent;
}
.cid-txLROk0P9D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLROk0P9D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLROk0P9D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLROk0P9D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLROk0P9D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLROk0P9D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLROk0P9D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLROk0P9D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLROk0P9D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLROk0P9D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLROk0P9D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLROk0P9D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLROk0P9D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLROk0P9D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLROk0P9D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLROk0P9D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLROk0P9D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLROk0P9D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLROk0P9D .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLROk0P9D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLROk0P9D .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-txLROk0P9D .navbar {
    height: 70px;
  }
  .cid-txLROk0P9D .navbar.opened {
    height: auto;
  }
  .cid-txLROk0P9D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txLROkgc86 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLROkpoVm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLROkpoVm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLROkpoVm form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLROkpoVm form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLROkpoVm form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLROkpoVm .mbr-section-title {
  color: #ffffff;
}
.cid-txLROkpoVm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLROkCVuB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLROkCVuB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLROkCVuB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLROkCVuB .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLROkCVuB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLROkCVuB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLROkCVuB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLROkCVuB .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLROkCVuB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLROkCVuB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLROkCVuB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLROkCVuB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLROkCVuB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLROkCVuB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLROkCVuB .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLSepLpgh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLSepLpgh nav.navbar {
  position: fixed;
}
.cid-txLSepLpgh .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-txLSepLpgh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLSepLpgh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLSepLpgh .dropdown-item:hover,
.cid-txLSepLpgh .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLSepLpgh .dropdown-item:hover span {
  color: white;
}
.cid-txLSepLpgh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLSepLpgh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLSepLpgh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLSepLpgh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLSepLpgh .nav-link {
  position: relative;
}
.cid-txLSepLpgh .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLSepLpgh .container {
    flex-wrap: wrap;
  }
}
.cid-txLSepLpgh .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLSepLpgh .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLSepLpgh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLSepLpgh .dropdown-menu,
.cid-txLSepLpgh .navbar.opened {
  background: #ffffff !important;
}
.cid-txLSepLpgh .nav-item:focus,
.cid-txLSepLpgh .nav-link:focus {
  outline: none;
}
.cid-txLSepLpgh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLSepLpgh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLSepLpgh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLSepLpgh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLSepLpgh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLSepLpgh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLSepLpgh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLSepLpgh .navbar.opened {
  transition: all 0.3s;
}
.cid-txLSepLpgh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLSepLpgh .navbar .navbar-logo img {
  width: auto;
}
.cid-txLSepLpgh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLSepLpgh .navbar.collapsed {
  justify-content: center;
}
.cid-txLSepLpgh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLSepLpgh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLSepLpgh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLSepLpgh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLSepLpgh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLSepLpgh .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-txLSepLpgh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLSepLpgh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLSepLpgh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLSepLpgh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLSepLpgh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLSepLpgh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLSepLpgh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLSepLpgh .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-txLSepLpgh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLSepLpgh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLSepLpgh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLSepLpgh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLSepLpgh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLSepLpgh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLSepLpgh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLSepLpgh .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLSepLpgh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLSepLpgh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLSepLpgh .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-txLSepLpgh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLSepLpgh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLSepLpgh .dropdown-item.active,
.cid-txLSepLpgh .dropdown-item:active {
  background-color: transparent;
}
.cid-txLSepLpgh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLSepLpgh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLSepLpgh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLSepLpgh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLSepLpgh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLSepLpgh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLSepLpgh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLSepLpgh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLSepLpgh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLSepLpgh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLSepLpgh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLSepLpgh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLSepLpgh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLSepLpgh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLSepLpgh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLSepLpgh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLSepLpgh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLSepLpgh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLSepLpgh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLSepLpgh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLSepLpgh .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-txLSepLpgh .navbar {
    height: 70px;
  }
  .cid-txLSepLpgh .navbar.opened {
    height: auto;
  }
  .cid-txLSepLpgh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txLSeq9O0G {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLSeqhiid {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLSeqhiid .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLSeqhiid form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLSeqhiid form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLSeqhiid form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLSeqhiid .mbr-section-title {
  color: #ffffff;
}
.cid-txLSeqhiid .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLSeqsSTl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLSeqsSTl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLSeqsSTl .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLSeqsSTl .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLSeqsSTl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLSeqsSTl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLSeqsSTl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLSeqsSTl .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLSeqsSTl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLSeqsSTl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLSeqsSTl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLSeqsSTl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLSeqsSTl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLSeqsSTl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLSeqsSTl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLSAAa9KC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLSAAa9KC nav.navbar {
  position: fixed;
}
.cid-txLSAAa9KC .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-txLSAAa9KC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLSAAa9KC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLSAAa9KC .dropdown-item:hover,
.cid-txLSAAa9KC .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLSAAa9KC .dropdown-item:hover span {
  color: white;
}
.cid-txLSAAa9KC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLSAAa9KC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLSAAa9KC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLSAAa9KC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLSAAa9KC .nav-link {
  position: relative;
}
.cid-txLSAAa9KC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLSAAa9KC .container {
    flex-wrap: wrap;
  }
}
.cid-txLSAAa9KC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLSAAa9KC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLSAAa9KC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLSAAa9KC .dropdown-menu,
.cid-txLSAAa9KC .navbar.opened {
  background: #ffffff !important;
}
.cid-txLSAAa9KC .nav-item:focus,
.cid-txLSAAa9KC .nav-link:focus {
  outline: none;
}
.cid-txLSAAa9KC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLSAAa9KC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLSAAa9KC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLSAAa9KC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLSAAa9KC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLSAAa9KC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLSAAa9KC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLSAAa9KC .navbar.opened {
  transition: all 0.3s;
}
.cid-txLSAAa9KC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLSAAa9KC .navbar .navbar-logo img {
  width: auto;
}
.cid-txLSAAa9KC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLSAAa9KC .navbar.collapsed {
  justify-content: center;
}
.cid-txLSAAa9KC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLSAAa9KC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLSAAa9KC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLSAAa9KC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLSAAa9KC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLSAAa9KC .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-txLSAAa9KC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLSAAa9KC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLSAAa9KC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLSAAa9KC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLSAAa9KC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLSAAa9KC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLSAAa9KC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLSAAa9KC .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-txLSAAa9KC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLSAAa9KC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLSAAa9KC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLSAAa9KC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLSAAa9KC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLSAAa9KC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLSAAa9KC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLSAAa9KC .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLSAAa9KC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLSAAa9KC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLSAAa9KC .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-txLSAAa9KC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLSAAa9KC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLSAAa9KC .dropdown-item.active,
.cid-txLSAAa9KC .dropdown-item:active {
  background-color: transparent;
}
.cid-txLSAAa9KC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLSAAa9KC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLSAAa9KC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLSAAa9KC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLSAAa9KC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLSAAa9KC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLSAAa9KC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLSAAa9KC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLSAAa9KC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLSAAa9KC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLSAAa9KC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLSAAa9KC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLSAAa9KC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLSAAa9KC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLSAAa9KC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLSAAa9KC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLSAAa9KC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLSAAa9KC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLSAAa9KC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLSAAa9KC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLSAAa9KC .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-txLSAAa9KC .navbar {
    height: 70px;
  }
  .cid-txLSAAa9KC .navbar.opened {
    height: auto;
  }
  .cid-txLSAAa9KC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txLSAADA8Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLSAAVOCk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLSAAVOCk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLSAAVOCk form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLSAAVOCk form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLSAAVOCk form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLSAAVOCk .mbr-section-title {
  color: #ffffff;
}
.cid-txLSAAVOCk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLSABzTAD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLSABzTAD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLSABzTAD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLSABzTAD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLSABzTAD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLSABzTAD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLSABzTAD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLSABzTAD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLSABzTAD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLSABzTAD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLSABzTAD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLSABzTAD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLSABzTAD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLSABzTAD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLSABzTAD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLSSWLwgy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLSSWLwgy nav.navbar {
  position: fixed;
}
.cid-txLSSWLwgy .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-txLSSWLwgy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLSSWLwgy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLSSWLwgy .dropdown-item:hover,
.cid-txLSSWLwgy .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLSSWLwgy .dropdown-item:hover span {
  color: white;
}
.cid-txLSSWLwgy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLSSWLwgy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLSSWLwgy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLSSWLwgy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLSSWLwgy .nav-link {
  position: relative;
}
.cid-txLSSWLwgy .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLSSWLwgy .container {
    flex-wrap: wrap;
  }
}
.cid-txLSSWLwgy .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLSSWLwgy .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLSSWLwgy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLSSWLwgy .dropdown-menu,
.cid-txLSSWLwgy .navbar.opened {
  background: #ffffff !important;
}
.cid-txLSSWLwgy .nav-item:focus,
.cid-txLSSWLwgy .nav-link:focus {
  outline: none;
}
.cid-txLSSWLwgy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLSSWLwgy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLSSWLwgy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLSSWLwgy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLSSWLwgy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLSSWLwgy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLSSWLwgy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLSSWLwgy .navbar.opened {
  transition: all 0.3s;
}
.cid-txLSSWLwgy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLSSWLwgy .navbar .navbar-logo img {
  width: auto;
}
.cid-txLSSWLwgy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLSSWLwgy .navbar.collapsed {
  justify-content: center;
}
.cid-txLSSWLwgy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLSSWLwgy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLSSWLwgy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLSSWLwgy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLSSWLwgy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLSSWLwgy .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-txLSSWLwgy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLSSWLwgy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLSSWLwgy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLSSWLwgy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLSSWLwgy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLSSWLwgy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLSSWLwgy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLSSWLwgy .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-txLSSWLwgy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLSSWLwgy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLSSWLwgy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLSSWLwgy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLSSWLwgy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLSSWLwgy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLSSWLwgy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLSSWLwgy .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLSSWLwgy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLSSWLwgy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLSSWLwgy .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-txLSSWLwgy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLSSWLwgy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLSSWLwgy .dropdown-item.active,
.cid-txLSSWLwgy .dropdown-item:active {
  background-color: transparent;
}
.cid-txLSSWLwgy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLSSWLwgy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLSSWLwgy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLSSWLwgy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLSSWLwgy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLSSWLwgy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLSSWLwgy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLSSWLwgy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLSSWLwgy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLSSWLwgy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLSSWLwgy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLSSWLwgy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLSSWLwgy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLSSWLwgy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLSSWLwgy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLSSWLwgy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLSSWLwgy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLSSWLwgy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLSSWLwgy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLSSWLwgy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLSSWLwgy .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-txLSSWLwgy .navbar {
    height: 70px;
  }
  .cid-txLSSWLwgy .navbar.opened {
    height: auto;
  }
  .cid-txLSSWLwgy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txLTbjxVyJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txLTbjxVyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txLTbjxVyJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txLTbjxVyJ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txLTbjxVyJ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-txLTbjxVyJ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-txLSSX1KHK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLSSXa90R {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLSSXa90R .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLSSXa90R form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLSSXa90R form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLSSXa90R form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLSSXa90R .mbr-section-title {
  color: #ffffff;
}
.cid-txLSSXa90R .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLSSXlKbF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLSSXlKbF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLSSXlKbF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLSSXlKbF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLSSXlKbF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLSSXlKbF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLSSXlKbF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLSSXlKbF .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLSSXlKbF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLSSXlKbF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLSSXlKbF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLSSXlKbF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLSSXlKbF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLSSXlKbF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLSSXlKbF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLUfcvLIS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLUfcvLIS nav.navbar {
  position: fixed;
}
.cid-txLUfcvLIS .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-txLUfcvLIS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLUfcvLIS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLUfcvLIS .dropdown-item:hover,
.cid-txLUfcvLIS .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLUfcvLIS .dropdown-item:hover span {
  color: white;
}
.cid-txLUfcvLIS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLUfcvLIS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLUfcvLIS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLUfcvLIS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLUfcvLIS .nav-link {
  position: relative;
}
.cid-txLUfcvLIS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLUfcvLIS .container {
    flex-wrap: wrap;
  }
}
.cid-txLUfcvLIS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLUfcvLIS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLUfcvLIS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLUfcvLIS .dropdown-menu,
.cid-txLUfcvLIS .navbar.opened {
  background: #ffffff !important;
}
.cid-txLUfcvLIS .nav-item:focus,
.cid-txLUfcvLIS .nav-link:focus {
  outline: none;
}
.cid-txLUfcvLIS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLUfcvLIS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLUfcvLIS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLUfcvLIS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLUfcvLIS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLUfcvLIS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLUfcvLIS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLUfcvLIS .navbar.opened {
  transition: all 0.3s;
}
.cid-txLUfcvLIS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLUfcvLIS .navbar .navbar-logo img {
  width: auto;
}
.cid-txLUfcvLIS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLUfcvLIS .navbar.collapsed {
  justify-content: center;
}
.cid-txLUfcvLIS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLUfcvLIS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLUfcvLIS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLUfcvLIS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLUfcvLIS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLUfcvLIS .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-txLUfcvLIS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLUfcvLIS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLUfcvLIS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLUfcvLIS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLUfcvLIS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLUfcvLIS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLUfcvLIS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLUfcvLIS .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-txLUfcvLIS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLUfcvLIS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLUfcvLIS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLUfcvLIS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLUfcvLIS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLUfcvLIS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLUfcvLIS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLUfcvLIS .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLUfcvLIS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLUfcvLIS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLUfcvLIS .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-txLUfcvLIS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLUfcvLIS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLUfcvLIS .dropdown-item.active,
.cid-txLUfcvLIS .dropdown-item:active {
  background-color: transparent;
}
.cid-txLUfcvLIS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLUfcvLIS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLUfcvLIS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLUfcvLIS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLUfcvLIS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLUfcvLIS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLUfcvLIS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLUfcvLIS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLUfcvLIS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLUfcvLIS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLUfcvLIS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLUfcvLIS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLUfcvLIS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLUfcvLIS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLUfcvLIS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLUfcvLIS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLUfcvLIS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLUfcvLIS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLUfcvLIS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLUfcvLIS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLUfcvLIS .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-txLUfcvLIS .navbar {
    height: 70px;
  }
  .cid-txLUfcvLIS .navbar.opened {
    height: auto;
  }
  .cid-txLUfcvLIS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txLUfcPaFs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txLUfcPaFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-txLUfcPaFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txLUfcPaFs .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txLUfcPaFs .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-txLUfcPaFs .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-txLUfd6RH1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLUfdfFhS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLUfdfFhS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLUfdfFhS form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLUfdfFhS form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLUfdfFhS form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLUfdfFhS .mbr-section-title {
  color: #ffffff;
}
.cid-txLUfdfFhS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLUfdr1r9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLUfdr1r9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLUfdr1r9 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLUfdr1r9 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLUfdr1r9 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLUfdr1r9 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLUfdr1r9 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLUfdr1r9 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLUfdr1r9 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLUfdr1r9 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLUfdr1r9 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLUfdr1r9 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLUfdr1r9 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLUfdr1r9 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLUfdr1r9 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLUTxZ91E {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLUTxZ91E nav.navbar {
  position: fixed;
}
.cid-txLUTxZ91E .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-txLUTxZ91E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLUTxZ91E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLUTxZ91E .dropdown-item:hover,
.cid-txLUTxZ91E .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLUTxZ91E .dropdown-item:hover span {
  color: white;
}
.cid-txLUTxZ91E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLUTxZ91E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLUTxZ91E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLUTxZ91E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLUTxZ91E .nav-link {
  position: relative;
}
.cid-txLUTxZ91E .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLUTxZ91E .container {
    flex-wrap: wrap;
  }
}
.cid-txLUTxZ91E .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLUTxZ91E .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLUTxZ91E .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLUTxZ91E .dropdown-menu,
.cid-txLUTxZ91E .navbar.opened {
  background: #ffffff !important;
}
.cid-txLUTxZ91E .nav-item:focus,
.cid-txLUTxZ91E .nav-link:focus {
  outline: none;
}
.cid-txLUTxZ91E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLUTxZ91E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLUTxZ91E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLUTxZ91E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLUTxZ91E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLUTxZ91E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLUTxZ91E .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLUTxZ91E .navbar.opened {
  transition: all 0.3s;
}
.cid-txLUTxZ91E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLUTxZ91E .navbar .navbar-logo img {
  width: auto;
}
.cid-txLUTxZ91E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLUTxZ91E .navbar.collapsed {
  justify-content: center;
}
.cid-txLUTxZ91E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLUTxZ91E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLUTxZ91E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLUTxZ91E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLUTxZ91E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLUTxZ91E .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-txLUTxZ91E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLUTxZ91E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLUTxZ91E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLUTxZ91E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLUTxZ91E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLUTxZ91E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLUTxZ91E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLUTxZ91E .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-txLUTxZ91E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLUTxZ91E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLUTxZ91E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLUTxZ91E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLUTxZ91E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLUTxZ91E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLUTxZ91E .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLUTxZ91E .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLUTxZ91E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLUTxZ91E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLUTxZ91E .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-txLUTxZ91E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLUTxZ91E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLUTxZ91E .dropdown-item.active,
.cid-txLUTxZ91E .dropdown-item:active {
  background-color: transparent;
}
.cid-txLUTxZ91E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLUTxZ91E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLUTxZ91E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLUTxZ91E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLUTxZ91E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLUTxZ91E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLUTxZ91E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLUTxZ91E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLUTxZ91E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLUTxZ91E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLUTxZ91E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLUTxZ91E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLUTxZ91E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLUTxZ91E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLUTxZ91E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLUTxZ91E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLUTxZ91E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLUTxZ91E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLUTxZ91E .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLUTxZ91E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLUTxZ91E .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-txLUTxZ91E .navbar {
    height: 70px;
  }
  .cid-txLUTxZ91E .navbar.opened {
    height: auto;
  }
  .cid-txLUTxZ91E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txLUTyv0eL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLUTyEJSy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLUTyEJSy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLUTyEJSy form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLUTyEJSy form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLUTyEJSy form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLUTyEJSy .mbr-section-title {
  color: #ffffff;
}
.cid-txLUTyEJSy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLUTyO9sQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLUTyO9sQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLUTyO9sQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLUTyO9sQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLUTyO9sQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLUTyO9sQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLUTyO9sQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLUTyO9sQ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLUTyO9sQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLUTyO9sQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLUTyO9sQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLUTyO9sQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLUTyO9sQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLUTyO9sQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLUTyO9sQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLVzmkoLw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLVzmkoLw nav.navbar {
  position: fixed;
}
.cid-txLVzmkoLw .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-txLVzmkoLw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLVzmkoLw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLVzmkoLw .dropdown-item:hover,
.cid-txLVzmkoLw .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLVzmkoLw .dropdown-item:hover span {
  color: white;
}
.cid-txLVzmkoLw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLVzmkoLw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLVzmkoLw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLVzmkoLw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLVzmkoLw .nav-link {
  position: relative;
}
.cid-txLVzmkoLw .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLVzmkoLw .container {
    flex-wrap: wrap;
  }
}
.cid-txLVzmkoLw .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLVzmkoLw .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLVzmkoLw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLVzmkoLw .dropdown-menu,
.cid-txLVzmkoLw .navbar.opened {
  background: #ffffff !important;
}
.cid-txLVzmkoLw .nav-item:focus,
.cid-txLVzmkoLw .nav-link:focus {
  outline: none;
}
.cid-txLVzmkoLw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLVzmkoLw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLVzmkoLw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLVzmkoLw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLVzmkoLw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLVzmkoLw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLVzmkoLw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLVzmkoLw .navbar.opened {
  transition: all 0.3s;
}
.cid-txLVzmkoLw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLVzmkoLw .navbar .navbar-logo img {
  width: auto;
}
.cid-txLVzmkoLw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLVzmkoLw .navbar.collapsed {
  justify-content: center;
}
.cid-txLVzmkoLw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLVzmkoLw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLVzmkoLw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLVzmkoLw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLVzmkoLw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLVzmkoLw .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-txLVzmkoLw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLVzmkoLw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLVzmkoLw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLVzmkoLw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLVzmkoLw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLVzmkoLw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLVzmkoLw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLVzmkoLw .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-txLVzmkoLw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLVzmkoLw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLVzmkoLw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLVzmkoLw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLVzmkoLw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLVzmkoLw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLVzmkoLw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLVzmkoLw .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLVzmkoLw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLVzmkoLw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLVzmkoLw .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-txLVzmkoLw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLVzmkoLw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLVzmkoLw .dropdown-item.active,
.cid-txLVzmkoLw .dropdown-item:active {
  background-color: transparent;
}
.cid-txLVzmkoLw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLVzmkoLw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLVzmkoLw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLVzmkoLw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLVzmkoLw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLVzmkoLw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLVzmkoLw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLVzmkoLw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLVzmkoLw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLVzmkoLw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLVzmkoLw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLVzmkoLw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLVzmkoLw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLVzmkoLw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLVzmkoLw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLVzmkoLw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLVzmkoLw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLVzmkoLw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLVzmkoLw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLVzmkoLw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLVzmkoLw .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-txLVzmkoLw .navbar {
    height: 70px;
  }
  .cid-txLVzmkoLw .navbar.opened {
    height: auto;
  }
  .cid-txLVzmkoLw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txLVzmIGpB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLVzmTkVe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLVzmTkVe .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLVzmTkVe form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLVzmTkVe form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLVzmTkVe form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLVzmTkVe .mbr-section-title {
  color: #ffffff;
}
.cid-txLVzmTkVe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLVzn6jiD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLVzn6jiD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLVzn6jiD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLVzn6jiD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLVzn6jiD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLVzn6jiD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLVzn6jiD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLVzn6jiD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLVzn6jiD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLVzn6jiD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLVzn6jiD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLVzn6jiD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLVzn6jiD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLVzn6jiD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLVzn6jiD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLVZ5ZFXc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLVZ5ZFXc nav.navbar {
  position: fixed;
}
.cid-txLVZ5ZFXc .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-txLVZ5ZFXc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLVZ5ZFXc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLVZ5ZFXc .dropdown-item:hover,
.cid-txLVZ5ZFXc .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLVZ5ZFXc .dropdown-item:hover span {
  color: white;
}
.cid-txLVZ5ZFXc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLVZ5ZFXc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLVZ5ZFXc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLVZ5ZFXc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLVZ5ZFXc .nav-link {
  position: relative;
}
.cid-txLVZ5ZFXc .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLVZ5ZFXc .container {
    flex-wrap: wrap;
  }
}
.cid-txLVZ5ZFXc .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLVZ5ZFXc .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLVZ5ZFXc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLVZ5ZFXc .dropdown-menu,
.cid-txLVZ5ZFXc .navbar.opened {
  background: #ffffff !important;
}
.cid-txLVZ5ZFXc .nav-item:focus,
.cid-txLVZ5ZFXc .nav-link:focus {
  outline: none;
}
.cid-txLVZ5ZFXc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLVZ5ZFXc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLVZ5ZFXc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLVZ5ZFXc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLVZ5ZFXc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLVZ5ZFXc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLVZ5ZFXc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLVZ5ZFXc .navbar.opened {
  transition: all 0.3s;
}
.cid-txLVZ5ZFXc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLVZ5ZFXc .navbar .navbar-logo img {
  width: auto;
}
.cid-txLVZ5ZFXc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLVZ5ZFXc .navbar.collapsed {
  justify-content: center;
}
.cid-txLVZ5ZFXc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLVZ5ZFXc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLVZ5ZFXc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLVZ5ZFXc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLVZ5ZFXc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLVZ5ZFXc .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-txLVZ5ZFXc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLVZ5ZFXc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLVZ5ZFXc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLVZ5ZFXc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLVZ5ZFXc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLVZ5ZFXc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLVZ5ZFXc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLVZ5ZFXc .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-txLVZ5ZFXc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLVZ5ZFXc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLVZ5ZFXc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLVZ5ZFXc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLVZ5ZFXc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLVZ5ZFXc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLVZ5ZFXc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLVZ5ZFXc .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLVZ5ZFXc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLVZ5ZFXc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLVZ5ZFXc .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-txLVZ5ZFXc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLVZ5ZFXc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLVZ5ZFXc .dropdown-item.active,
.cid-txLVZ5ZFXc .dropdown-item:active {
  background-color: transparent;
}
.cid-txLVZ5ZFXc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLVZ5ZFXc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLVZ5ZFXc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLVZ5ZFXc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLVZ5ZFXc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLVZ5ZFXc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLVZ5ZFXc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLVZ5ZFXc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLVZ5ZFXc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLVZ5ZFXc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLVZ5ZFXc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLVZ5ZFXc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLVZ5ZFXc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLVZ5ZFXc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLVZ5ZFXc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLVZ5ZFXc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLVZ5ZFXc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLVZ5ZFXc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLVZ5ZFXc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLVZ5ZFXc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLVZ5ZFXc .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-txLVZ5ZFXc .navbar {
    height: 70px;
  }
  .cid-txLVZ5ZFXc .navbar.opened {
    height: auto;
  }
  .cid-txLVZ5ZFXc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txLVZ6k9eP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLVZ6t82K {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLVZ6t82K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLVZ6t82K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLVZ6t82K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLVZ6t82K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLVZ6t82K .mbr-section-title {
  color: #ffffff;
}
.cid-txLVZ6t82K .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLVZ6E2bf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLVZ6E2bf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLVZ6E2bf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLVZ6E2bf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLVZ6E2bf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLVZ6E2bf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLVZ6E2bf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLVZ6E2bf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLVZ6E2bf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLVZ6E2bf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLVZ6E2bf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLVZ6E2bf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLVZ6E2bf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLVZ6E2bf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLVZ6E2bf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLWaOxf3L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLWaOxf3L nav.navbar {
  position: fixed;
}
.cid-txLWaOxf3L .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-txLWaOxf3L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLWaOxf3L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLWaOxf3L .dropdown-item:hover,
.cid-txLWaOxf3L .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLWaOxf3L .dropdown-item:hover span {
  color: white;
}
.cid-txLWaOxf3L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLWaOxf3L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLWaOxf3L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLWaOxf3L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLWaOxf3L .nav-link {
  position: relative;
}
.cid-txLWaOxf3L .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLWaOxf3L .container {
    flex-wrap: wrap;
  }
}
.cid-txLWaOxf3L .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLWaOxf3L .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLWaOxf3L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLWaOxf3L .dropdown-menu,
.cid-txLWaOxf3L .navbar.opened {
  background: #ffffff !important;
}
.cid-txLWaOxf3L .nav-item:focus,
.cid-txLWaOxf3L .nav-link:focus {
  outline: none;
}
.cid-txLWaOxf3L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLWaOxf3L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLWaOxf3L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLWaOxf3L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLWaOxf3L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLWaOxf3L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLWaOxf3L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLWaOxf3L .navbar.opened {
  transition: all 0.3s;
}
.cid-txLWaOxf3L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLWaOxf3L .navbar .navbar-logo img {
  width: auto;
}
.cid-txLWaOxf3L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLWaOxf3L .navbar.collapsed {
  justify-content: center;
}
.cid-txLWaOxf3L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLWaOxf3L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLWaOxf3L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLWaOxf3L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLWaOxf3L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLWaOxf3L .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-txLWaOxf3L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLWaOxf3L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLWaOxf3L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLWaOxf3L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLWaOxf3L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLWaOxf3L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLWaOxf3L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLWaOxf3L .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-txLWaOxf3L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLWaOxf3L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLWaOxf3L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLWaOxf3L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLWaOxf3L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLWaOxf3L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLWaOxf3L .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLWaOxf3L .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLWaOxf3L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLWaOxf3L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLWaOxf3L .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-txLWaOxf3L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLWaOxf3L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLWaOxf3L .dropdown-item.active,
.cid-txLWaOxf3L .dropdown-item:active {
  background-color: transparent;
}
.cid-txLWaOxf3L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLWaOxf3L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLWaOxf3L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLWaOxf3L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLWaOxf3L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLWaOxf3L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLWaOxf3L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLWaOxf3L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLWaOxf3L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLWaOxf3L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLWaOxf3L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLWaOxf3L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLWaOxf3L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLWaOxf3L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLWaOxf3L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLWaOxf3L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLWaOxf3L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLWaOxf3L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLWaOxf3L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLWaOxf3L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLWaOxf3L .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-txLWaOxf3L .navbar {
    height: 70px;
  }
  .cid-txLWaOxf3L .navbar.opened {
    height: auto;
  }
  .cid-txLWaOxf3L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txLWaOP7fP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLWaOYqq5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLWaOYqq5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLWaOYqq5 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLWaOYqq5 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLWaOYqq5 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLWaOYqq5 .mbr-section-title {
  color: #ffffff;
}
.cid-txLWaOYqq5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLWaPbQKn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLWaPbQKn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLWaPbQKn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLWaPbQKn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLWaPbQKn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLWaPbQKn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLWaPbQKn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLWaPbQKn .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLWaPbQKn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLWaPbQKn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLWaPbQKn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLWaPbQKn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLWaPbQKn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLWaPbQKn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLWaPbQKn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLWs252pE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLWs252pE nav.navbar {
  position: fixed;
}
.cid-txLWs252pE .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-txLWs252pE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLWs252pE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLWs252pE .dropdown-item:hover,
.cid-txLWs252pE .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLWs252pE .dropdown-item:hover span {
  color: white;
}
.cid-txLWs252pE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLWs252pE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLWs252pE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLWs252pE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLWs252pE .nav-link {
  position: relative;
}
.cid-txLWs252pE .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLWs252pE .container {
    flex-wrap: wrap;
  }
}
.cid-txLWs252pE .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLWs252pE .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLWs252pE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLWs252pE .dropdown-menu,
.cid-txLWs252pE .navbar.opened {
  background: #ffffff !important;
}
.cid-txLWs252pE .nav-item:focus,
.cid-txLWs252pE .nav-link:focus {
  outline: none;
}
.cid-txLWs252pE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLWs252pE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLWs252pE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLWs252pE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLWs252pE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLWs252pE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLWs252pE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLWs252pE .navbar.opened {
  transition: all 0.3s;
}
.cid-txLWs252pE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLWs252pE .navbar .navbar-logo img {
  width: auto;
}
.cid-txLWs252pE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLWs252pE .navbar.collapsed {
  justify-content: center;
}
.cid-txLWs252pE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLWs252pE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLWs252pE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLWs252pE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLWs252pE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLWs252pE .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-txLWs252pE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLWs252pE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLWs252pE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLWs252pE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLWs252pE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLWs252pE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLWs252pE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLWs252pE .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-txLWs252pE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLWs252pE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLWs252pE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLWs252pE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLWs252pE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLWs252pE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLWs252pE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLWs252pE .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLWs252pE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLWs252pE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLWs252pE .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-txLWs252pE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLWs252pE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLWs252pE .dropdown-item.active,
.cid-txLWs252pE .dropdown-item:active {
  background-color: transparent;
}
.cid-txLWs252pE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLWs252pE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLWs252pE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLWs252pE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLWs252pE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLWs252pE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLWs252pE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLWs252pE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLWs252pE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLWs252pE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLWs252pE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLWs252pE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLWs252pE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLWs252pE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLWs252pE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLWs252pE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLWs252pE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLWs252pE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLWs252pE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLWs252pE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLWs252pE .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-txLWs252pE .navbar {
    height: 70px;
  }
  .cid-txLWs252pE .navbar.opened {
    height: auto;
  }
  .cid-txLWs252pE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txLWs2lzfN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLWs2w3Kw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLWs2w3Kw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLWs2w3Kw form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLWs2w3Kw form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLWs2w3Kw form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLWs2w3Kw .mbr-section-title {
  color: #ffffff;
}
.cid-txLWs2w3Kw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLWs2P40U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLWs2P40U .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLWs2P40U .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLWs2P40U .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLWs2P40U .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLWs2P40U .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLWs2P40U .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLWs2P40U .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLWs2P40U .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLWs2P40U .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLWs2P40U .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLWs2P40U .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLWs2P40U .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLWs2P40U .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLWs2P40U .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLWDPhCxS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLWDPhCxS nav.navbar {
  position: fixed;
}
.cid-txLWDPhCxS .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-txLWDPhCxS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLWDPhCxS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLWDPhCxS .dropdown-item:hover,
.cid-txLWDPhCxS .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLWDPhCxS .dropdown-item:hover span {
  color: white;
}
.cid-txLWDPhCxS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLWDPhCxS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLWDPhCxS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLWDPhCxS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLWDPhCxS .nav-link {
  position: relative;
}
.cid-txLWDPhCxS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLWDPhCxS .container {
    flex-wrap: wrap;
  }
}
.cid-txLWDPhCxS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLWDPhCxS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLWDPhCxS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLWDPhCxS .dropdown-menu,
.cid-txLWDPhCxS .navbar.opened {
  background: #ffffff !important;
}
.cid-txLWDPhCxS .nav-item:focus,
.cid-txLWDPhCxS .nav-link:focus {
  outline: none;
}
.cid-txLWDPhCxS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLWDPhCxS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLWDPhCxS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLWDPhCxS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLWDPhCxS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLWDPhCxS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLWDPhCxS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLWDPhCxS .navbar.opened {
  transition: all 0.3s;
}
.cid-txLWDPhCxS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLWDPhCxS .navbar .navbar-logo img {
  width: auto;
}
.cid-txLWDPhCxS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLWDPhCxS .navbar.collapsed {
  justify-content: center;
}
.cid-txLWDPhCxS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLWDPhCxS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLWDPhCxS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLWDPhCxS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLWDPhCxS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLWDPhCxS .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-txLWDPhCxS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLWDPhCxS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLWDPhCxS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLWDPhCxS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLWDPhCxS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLWDPhCxS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLWDPhCxS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLWDPhCxS .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-txLWDPhCxS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLWDPhCxS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLWDPhCxS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLWDPhCxS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLWDPhCxS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLWDPhCxS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLWDPhCxS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLWDPhCxS .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLWDPhCxS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLWDPhCxS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLWDPhCxS .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-txLWDPhCxS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLWDPhCxS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLWDPhCxS .dropdown-item.active,
.cid-txLWDPhCxS .dropdown-item:active {
  background-color: transparent;
}
.cid-txLWDPhCxS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLWDPhCxS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLWDPhCxS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLWDPhCxS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLWDPhCxS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLWDPhCxS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLWDPhCxS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLWDPhCxS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLWDPhCxS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLWDPhCxS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLWDPhCxS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLWDPhCxS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLWDPhCxS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLWDPhCxS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLWDPhCxS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLWDPhCxS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLWDPhCxS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLWDPhCxS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLWDPhCxS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLWDPhCxS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLWDPhCxS .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-txLWDPhCxS .navbar {
    height: 70px;
  }
  .cid-txLWDPhCxS .navbar.opened {
    height: auto;
  }
  .cid-txLWDPhCxS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txLWDPzdiu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLWDPGHYt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLWDPGHYt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLWDPGHYt form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLWDPGHYt form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLWDPGHYt form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLWDPGHYt .mbr-section-title {
  color: #ffffff;
}
.cid-txLWDPGHYt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLWDPQJF5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLWDPQJF5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLWDPQJF5 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLWDPQJF5 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLWDPQJF5 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLWDPQJF5 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLWDPQJF5 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLWDPQJF5 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLWDPQJF5 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLWDPQJF5 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLWDPQJF5 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLWDPQJF5 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLWDPQJF5 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLWDPQJF5 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLWDPQJF5 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLXLtfQkq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLXLtfQkq nav.navbar {
  position: fixed;
}
.cid-txLXLtfQkq .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-txLXLtfQkq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLXLtfQkq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLXLtfQkq .dropdown-item:hover,
.cid-txLXLtfQkq .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLXLtfQkq .dropdown-item:hover span {
  color: white;
}
.cid-txLXLtfQkq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLXLtfQkq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLXLtfQkq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLXLtfQkq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLXLtfQkq .nav-link {
  position: relative;
}
.cid-txLXLtfQkq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLXLtfQkq .container {
    flex-wrap: wrap;
  }
}
.cid-txLXLtfQkq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLXLtfQkq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLXLtfQkq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLXLtfQkq .dropdown-menu,
.cid-txLXLtfQkq .navbar.opened {
  background: #ffffff !important;
}
.cid-txLXLtfQkq .nav-item:focus,
.cid-txLXLtfQkq .nav-link:focus {
  outline: none;
}
.cid-txLXLtfQkq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLXLtfQkq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLXLtfQkq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLXLtfQkq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLXLtfQkq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLXLtfQkq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLXLtfQkq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLXLtfQkq .navbar.opened {
  transition: all 0.3s;
}
.cid-txLXLtfQkq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLXLtfQkq .navbar .navbar-logo img {
  width: auto;
}
.cid-txLXLtfQkq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLXLtfQkq .navbar.collapsed {
  justify-content: center;
}
.cid-txLXLtfQkq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLXLtfQkq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLXLtfQkq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLXLtfQkq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLXLtfQkq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLXLtfQkq .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-txLXLtfQkq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLXLtfQkq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLXLtfQkq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLXLtfQkq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLXLtfQkq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLXLtfQkq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLXLtfQkq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLXLtfQkq .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-txLXLtfQkq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLXLtfQkq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLXLtfQkq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLXLtfQkq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLXLtfQkq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLXLtfQkq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLXLtfQkq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLXLtfQkq .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLXLtfQkq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLXLtfQkq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLXLtfQkq .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-txLXLtfQkq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLXLtfQkq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLXLtfQkq .dropdown-item.active,
.cid-txLXLtfQkq .dropdown-item:active {
  background-color: transparent;
}
.cid-txLXLtfQkq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLXLtfQkq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLXLtfQkq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLXLtfQkq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLXLtfQkq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLXLtfQkq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLXLtfQkq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLXLtfQkq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLXLtfQkq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLXLtfQkq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLXLtfQkq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLXLtfQkq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLXLtfQkq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLXLtfQkq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLXLtfQkq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLXLtfQkq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLXLtfQkq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLXLtfQkq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLXLtfQkq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLXLtfQkq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLXLtfQkq .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-txLXLtfQkq .navbar {
    height: 70px;
  }
  .cid-txLXLtfQkq .navbar.opened {
    height: auto;
  }
  .cid-txLXLtfQkq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txLXLtuNNb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLXLtBOAi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLXLtBOAi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLXLtBOAi form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLXLtBOAi form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLXLtBOAi form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLXLtBOAi .mbr-section-title {
  color: #ffffff;
}
.cid-txLXLtBOAi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLXLtQy9r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLXLtQy9r .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLXLtQy9r .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLXLtQy9r .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLXLtQy9r .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLXLtQy9r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLXLtQy9r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLXLtQy9r .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLXLtQy9r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLXLtQy9r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLXLtQy9r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLXLtQy9r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLXLtQy9r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLXLtQy9r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLXLtQy9r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txLXWlZHr7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txLXWlZHr7 nav.navbar {
  position: fixed;
}
.cid-txLXWlZHr7 .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-txLXWlZHr7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txLXWlZHr7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txLXWlZHr7 .dropdown-item:hover,
.cid-txLXWlZHr7 .dropdown-item:focus {
  background: #727beb !important;
  color: white !important;
}
.cid-txLXWlZHr7 .dropdown-item:hover span {
  color: white;
}
.cid-txLXWlZHr7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txLXWlZHr7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txLXWlZHr7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txLXWlZHr7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txLXWlZHr7 .nav-link {
  position: relative;
}
.cid-txLXWlZHr7 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLXWlZHr7 .container {
    flex-wrap: wrap;
  }
}
.cid-txLXWlZHr7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txLXWlZHr7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-txLXWlZHr7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txLXWlZHr7 .dropdown-menu,
.cid-txLXWlZHr7 .navbar.opened {
  background: #ffffff !important;
}
.cid-txLXWlZHr7 .nav-item:focus,
.cid-txLXWlZHr7 .nav-link:focus {
  outline: none;
}
.cid-txLXWlZHr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txLXWlZHr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txLXWlZHr7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txLXWlZHr7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txLXWlZHr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txLXWlZHr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txLXWlZHr7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txLXWlZHr7 .navbar.opened {
  transition: all 0.3s;
}
.cid-txLXWlZHr7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txLXWlZHr7 .navbar .navbar-logo img {
  width: auto;
}
.cid-txLXWlZHr7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txLXWlZHr7 .navbar.collapsed {
  justify-content: center;
}
.cid-txLXWlZHr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txLXWlZHr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txLXWlZHr7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txLXWlZHr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txLXWlZHr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txLXWlZHr7 .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-txLXWlZHr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txLXWlZHr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txLXWlZHr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txLXWlZHr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txLXWlZHr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txLXWlZHr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txLXWlZHr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txLXWlZHr7 .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-txLXWlZHr7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txLXWlZHr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txLXWlZHr7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txLXWlZHr7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txLXWlZHr7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txLXWlZHr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txLXWlZHr7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txLXWlZHr7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-txLXWlZHr7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txLXWlZHr7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txLXWlZHr7 .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-txLXWlZHr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txLXWlZHr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txLXWlZHr7 .dropdown-item.active,
.cid-txLXWlZHr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-txLXWlZHr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txLXWlZHr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txLXWlZHr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txLXWlZHr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txLXWlZHr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txLXWlZHr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txLXWlZHr7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txLXWlZHr7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txLXWlZHr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txLXWlZHr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txLXWlZHr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txLXWlZHr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLXWlZHr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txLXWlZHr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txLXWlZHr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLXWlZHr7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txLXWlZHr7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txLXWlZHr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txLXWlZHr7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txLXWlZHr7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txLXWlZHr7 .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-txLXWlZHr7 .navbar {
    height: 70px;
  }
  .cid-txLXWlZHr7 .navbar.opened {
    height: auto;
  }
  .cid-txLXWlZHr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txLXWmf1Jw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txLXWmoKJM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #727beb;
}
.cid-txLXWmoKJM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txLXWmoKJM form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txLXWmoKJM form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txLXWmoKJM form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txLXWmoKJM .mbr-section-title {
  color: #ffffff;
}
.cid-txLXWmoKJM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txLXWmz6SH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txLXWmz6SH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txLXWmz6SH .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txLXWmz6SH .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txLXWmz6SH .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txLXWmz6SH .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txLXWmz6SH .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txLXWmz6SH .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-txLXWmz6SH .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txLXWmz6SH .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txLXWmz6SH .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-txLXWmz6SH .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txLXWmz6SH .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txLXWmz6SH .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txLXWmz6SH .media-container-row .row-copirayt p {
  width: 100%;
}
