body {
  font-family: Josefin Sans;
}
.display-1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.25rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.6rem;
}
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.6rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.56rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ee4c28 !important;
}
.bg-success {
  background-color: #98e38d !important;
}
.bg-info {
  background-color: #69b9d0 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ee4c28 !important;
  border-color: #ee4c28 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #bb2e0f !important;
  border-color: #bb2e0f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #bb2e0f !important;
  border-color: #bb2e0f !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f5aeb5 !important;
  border-color: #f5aeb5 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #ed6a77 !important;
  border-color: #ed6a77 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ed6a77 !important;
  border-color: #ed6a77 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #98e38d !important;
  border-color: #98e38d !important;
  color: #1f5b16 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #1f5b16 !important;
  background-color: #61d450 !important;
  border-color: #61d450 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #1f5b16 !important;
  background-color: #61d450 !important;
  border-color: #61d450 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #a3280d;
  color: #a3280d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #ee4c28;
  border-color: #ee4c28;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ee4c28 !important;
  border-color: #ee4c28 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #ea5362;
  color: #ea5362;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #f5aeb5;
  border-color: #f5aeb5;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f5aeb5 !important;
  border-color: #f5aeb5 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3288a1;
  color: #3288a1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #69b9d0;
  border-color: #69b9d0;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #4ecf3b;
  color: #4ecf3b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #1f5b16;
  background-color: #98e38d;
  border-color: #98e38d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #1f5b16 !important;
  background-color: #98e38d !important;
  border-color: #98e38d !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ee4c28 !important;
}
.text-secondary {
  color: #f5aeb5 !important;
}
.text-success {
  color: #98e38d !important;
}
.text-info {
  color: #69b9d0 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #a3280d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ea5362 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #4ecf3b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3288a1 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #98e38d;
}
.alert-info {
  background-color: #69b9d0;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ee4c28;
  border-color: #ee4c28;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ee4c28;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fde9e5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  border: 2px solid #ffbc00;
}
#scrollToTop a i:before {
  background: #ffbc00;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffbc00;
  border-right: 2px solid #ffbc00;
}
.mbr-arrow a i {
  color: #ffbc00;
}
.form-control {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.6rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.56rem;
}
blockquote {
  border-color: #ee4c28;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ee4c28;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  border-radius: 0;
  background-color: #efefef;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ee4c28;
  border-bottom-color: #ee4c28;
}
.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: #ee4c28 !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: #f5aeb5 !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%;
}
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='%23ee4c28' %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;
}
.cid-tyacm4LNli {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-tyacm4LNli .image-block {
  margin: auto;
}
.cid-tyacm4LNli .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tyacm4LNli .image-block {
    width: 100% !important;
  }
}
.cid-tyaloOJlZK {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tyaloOJlZK .mbr-text,
.cid-tyaloOJlZK .ornament {
  text-align: center;
  color: #ee4c28;
}
.cid-tJYXCXHTgt {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tJYXCXHTgt .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-tJYXCXHTgt .text-block {
  position: relative;
  z-index: 0;
}
.cid-tJYXCXHTgt .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tJYXCXHTgt .box {
  left: 20%;
}
.cid-tJYXCXHTgt .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tJYXCXHTgt .mbr-section-text,
.cid-tJYXCXHTgt .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-tJYXCXHTgt .text-box {
    display: none;
  }
  .cid-tJYXCXHTgt .mbr-section-title,
  .cid-tJYXCXHTgt .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tJYXCXHTgt .box {
    display: none;
  }
  .cid-tJYXCXHTgt .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tJYXCXHTgt .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJYXCXHTgt .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tHg92KzFO2 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tHg92KzFO2 .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-tHg92KzFO2 .text-block {
  position: relative;
  z-index: 0;
}
.cid-tHg92KzFO2 .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tHg92KzFO2 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tHg92KzFO2 .box {
  right: 20%;
}
.cid-tHg92KzFO2 .text-box {
  right: 0;
}
.cid-tHg92KzFO2 .mbr-section-title,
.cid-tHg92KzFO2 .mbr-section-text {
  margin-right: 31%;
}
@media (max-width: 991px) {
  .cid-tHg92KzFO2 .text-box {
    display: none;
  }
  .cid-tHg92KzFO2 .mbr-section-title,
  .cid-tHg92KzFO2 .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tHg92KzFO2 .box {
    display: none;
  }
  .cid-tHg92KzFO2 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tHg92KzFO2 .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHg92KzFO2 .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tETlvQxc6i {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tETlvQxc6i .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-tETlvQxc6i .text-block {
  position: relative;
  z-index: 0;
}
.cid-tETlvQxc6i .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tETlvQxc6i .box {
  left: 20%;
}
.cid-tETlvQxc6i .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tETlvQxc6i .mbr-section-text,
.cid-tETlvQxc6i .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-tETlvQxc6i .text-box {
    display: none;
  }
  .cid-tETlvQxc6i .mbr-section-title,
  .cid-tETlvQxc6i .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tETlvQxc6i .box {
    display: none;
  }
  .cid-tETlvQxc6i .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tETlvQxc6i .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tETlvQxc6i .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tEwjyiVXAm {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tEwjyiVXAm .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-tEwjyiVXAm .text-block {
  position: relative;
  z-index: 0;
}
.cid-tEwjyiVXAm .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tEwjyiVXAm .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tEwjyiVXAm .box {
  right: 20%;
}
.cid-tEwjyiVXAm .text-box {
  right: 0;
}
.cid-tEwjyiVXAm .mbr-section-title,
.cid-tEwjyiVXAm .mbr-section-text {
  margin-right: 31%;
}
@media (max-width: 991px) {
  .cid-tEwjyiVXAm .text-box {
    display: none;
  }
  .cid-tEwjyiVXAm .mbr-section-title,
  .cid-tEwjyiVXAm .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tEwjyiVXAm .box {
    display: none;
  }
  .cid-tEwjyiVXAm .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tEwjyiVXAm .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tEwjyiVXAm .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tB6itUPA7y {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tB6itUPA7y .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-tB6itUPA7y .text-block {
  position: relative;
  z-index: 0;
}
.cid-tB6itUPA7y .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tB6itUPA7y .box {
  left: 20%;
}
.cid-tB6itUPA7y .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tB6itUPA7y .mbr-section-text,
.cid-tB6itUPA7y .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-tB6itUPA7y .text-box {
    display: none;
  }
  .cid-tB6itUPA7y .mbr-section-title,
  .cid-tB6itUPA7y .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tB6itUPA7y .box {
    display: none;
  }
  .cid-tB6itUPA7y .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tB6itUPA7y .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tB6itUPA7y .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tzZSwADxGT {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tzZSwADxGT .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-tzZSwADxGT .text-block {
  position: relative;
  z-index: 0;
}
.cid-tzZSwADxGT .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tzZSwADxGT .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tzZSwADxGT .box {
  right: 20%;
}
.cid-tzZSwADxGT .text-box {
  right: 0;
}
.cid-tzZSwADxGT .mbr-section-title,
.cid-tzZSwADxGT .mbr-section-text {
  margin-right: 31%;
}
@media (max-width: 991px) {
  .cid-tzZSwADxGT .text-box {
    display: none;
  }
  .cid-tzZSwADxGT .mbr-section-title,
  .cid-tzZSwADxGT .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tzZSwADxGT .box {
    display: none;
  }
  .cid-tzZSwADxGT .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tzZSwADxGT .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzZSwADxGT .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tzvyX9g4t4 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tzvyX9g4t4 .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-tzvyX9g4t4 .text-block {
  position: relative;
  z-index: 0;
}
.cid-tzvyX9g4t4 .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tzvyX9g4t4 .box {
  left: 20%;
}
.cid-tzvyX9g4t4 .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tzvyX9g4t4 .mbr-section-text,
.cid-tzvyX9g4t4 .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-tzvyX9g4t4 .text-box {
    display: none;
  }
  .cid-tzvyX9g4t4 .mbr-section-title,
  .cid-tzvyX9g4t4 .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tzvyX9g4t4 .box {
    display: none;
  }
  .cid-tzvyX9g4t4 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tzvyX9g4t4 .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzvyX9g4t4 .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tBdaru3tZe {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBdaru3tZe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tBdaru3tZe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tBdaru3tZe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tydLCFSaHL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tydLCFSaHL nav.navbar {
  position: fixed;
}
.cid-tydLCFSaHL .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-tydLCFSaHL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tydLCFSaHL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tydLCFSaHL .dropdown-item:hover,
.cid-tydLCFSaHL .dropdown-item:focus {
  background: #ee4c28 !important;
  color: white !important;
}
.cid-tydLCFSaHL .dropdown-item:hover span {
  color: white;
}
.cid-tydLCFSaHL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tydLCFSaHL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tydLCFSaHL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tydLCFSaHL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tydLCFSaHL .nav-link {
  position: relative;
}
.cid-tydLCFSaHL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tydLCFSaHL .container {
    flex-wrap: nowrap;
  }
}
.cid-tydLCFSaHL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tydLCFSaHL .dropdown-menu,
.cid-tydLCFSaHL .navbar.opened {
  background: #ffffff !important;
}
.cid-tydLCFSaHL .nav-item:focus,
.cid-tydLCFSaHL .nav-link:focus {
  outline: none;
}
.cid-tydLCFSaHL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tydLCFSaHL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tydLCFSaHL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tydLCFSaHL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tydLCFSaHL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tydLCFSaHL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tydLCFSaHL .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-tydLCFSaHL .navbar.opened {
  transition: all 0.3s;
}
.cid-tydLCFSaHL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tydLCFSaHL .navbar .navbar-logo img {
  width: auto;
}
.cid-tydLCFSaHL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tydLCFSaHL .navbar.collapsed {
  justify-content: center;
}
.cid-tydLCFSaHL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tydLCFSaHL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tydLCFSaHL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-tydLCFSaHL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tydLCFSaHL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tydLCFSaHL .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-tydLCFSaHL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tydLCFSaHL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tydLCFSaHL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tydLCFSaHL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tydLCFSaHL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tydLCFSaHL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tydLCFSaHL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tydLCFSaHL .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-tydLCFSaHL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tydLCFSaHL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tydLCFSaHL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tydLCFSaHL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tydLCFSaHL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tydLCFSaHL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tydLCFSaHL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tydLCFSaHL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tydLCFSaHL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tydLCFSaHL .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-tydLCFSaHL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tydLCFSaHL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tydLCFSaHL .dropdown-item.active,
.cid-tydLCFSaHL .dropdown-item:active {
  background-color: transparent;
}
.cid-tydLCFSaHL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tydLCFSaHL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tydLCFSaHL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tydLCFSaHL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tydLCFSaHL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tydLCFSaHL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tydLCFSaHL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tydLCFSaHL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tydLCFSaHL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tydLCFSaHL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tydLCFSaHL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tydLCFSaHL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tydLCFSaHL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tydLCFSaHL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tydLCFSaHL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tydLCFSaHL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tydLCFSaHL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tydLCFSaHL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tydLCFSaHL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tydLCFSaHL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tydLCFSaHL .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-tydLCFSaHL .navbar {
    height: 70px;
  }
  .cid-tydLCFSaHL .navbar.opened {
    height: auto;
  }
  .cid-tydLCFSaHL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tybi6BKfxG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tybi6BKfxG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tybi6BKfxG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tybi6BKfxG .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tybi6BKfxG .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tybi6BKfxG .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tybi6BKfxG .row .foot-menu li p {
  margin: 0;
}
.cid-tybi6BKfxG .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tybi6BKfxG .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tybi6BKfxG .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tybi6BKfxG .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tybi6BKfxG .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tybi6BKfxG .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tybi6BKfxG .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tybi6BKfxG .row .row-copirayt p {
  width: 100%;
}
.cid-tybi6BKfxG .row .mbr-text {
  color: #ee4c28;
}
.cid-tyaJNCggdh {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-tyaJNCggdh .image-block {
  margin: auto;
}
.cid-tyaJNCggdh .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tyaJNCggdh .image-block {
    width: 100% !important;
  }
}
.cid-tyaJNEq6yp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tyaJNEq6yp .mbr-text,
.cid-tyaJNEq6yp .ornament {
  text-align: center;
  color: #ee4c28;
}
.cid-tycC8nsc6M {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tycC8nsc6M .mbr-text,
.cid-tycC8nsc6M .ornament {
  text-align: left;
}
.cid-tybgRCULUG {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tybgRCULUG .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tybgRCULUG .video-block {
    width: 100% !important;
  }
}
.cid-tyczTHsexg {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyczTHsexg .mbr-section-title {
  color: #ee4c28;
}
.cid-tyoA2nwyCM {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tyoA2nwyCM .mbr-text,
.cid-tyoA2nwyCM .ornament {
  text-align: left;
}
.cid-tycE0aKvs8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ee4c28;
}
.cid-tycE0aKvs8 .mbr-text,
.cid-tycE0aKvs8 .ornament {
  text-align: left;
  color: #ffffff;
}
.cid-tydLCFSaHL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tydLCFSaHL nav.navbar {
  position: fixed;
}
.cid-tydLCFSaHL .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-tydLCFSaHL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tydLCFSaHL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tydLCFSaHL .dropdown-item:hover,
.cid-tydLCFSaHL .dropdown-item:focus {
  background: #ee4c28 !important;
  color: white !important;
}
.cid-tydLCFSaHL .dropdown-item:hover span {
  color: white;
}
.cid-tydLCFSaHL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tydLCFSaHL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tydLCFSaHL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tydLCFSaHL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tydLCFSaHL .nav-link {
  position: relative;
}
.cid-tydLCFSaHL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tydLCFSaHL .container {
    flex-wrap: nowrap;
  }
}
.cid-tydLCFSaHL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tydLCFSaHL .dropdown-menu,
.cid-tydLCFSaHL .navbar.opened {
  background: #ffffff !important;
}
.cid-tydLCFSaHL .nav-item:focus,
.cid-tydLCFSaHL .nav-link:focus {
  outline: none;
}
.cid-tydLCFSaHL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tydLCFSaHL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tydLCFSaHL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tydLCFSaHL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tydLCFSaHL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tydLCFSaHL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tydLCFSaHL .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-tydLCFSaHL .navbar.opened {
  transition: all 0.3s;
}
.cid-tydLCFSaHL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tydLCFSaHL .navbar .navbar-logo img {
  width: auto;
}
.cid-tydLCFSaHL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tydLCFSaHL .navbar.collapsed {
  justify-content: center;
}
.cid-tydLCFSaHL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tydLCFSaHL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tydLCFSaHL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-tydLCFSaHL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tydLCFSaHL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tydLCFSaHL .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-tydLCFSaHL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tydLCFSaHL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tydLCFSaHL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tydLCFSaHL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tydLCFSaHL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tydLCFSaHL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tydLCFSaHL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tydLCFSaHL .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-tydLCFSaHL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tydLCFSaHL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tydLCFSaHL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tydLCFSaHL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tydLCFSaHL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tydLCFSaHL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tydLCFSaHL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tydLCFSaHL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tydLCFSaHL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tydLCFSaHL .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-tydLCFSaHL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tydLCFSaHL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tydLCFSaHL .dropdown-item.active,
.cid-tydLCFSaHL .dropdown-item:active {
  background-color: transparent;
}
.cid-tydLCFSaHL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tydLCFSaHL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tydLCFSaHL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tydLCFSaHL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tydLCFSaHL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tydLCFSaHL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tydLCFSaHL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tydLCFSaHL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tydLCFSaHL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tydLCFSaHL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tydLCFSaHL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tydLCFSaHL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tydLCFSaHL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tydLCFSaHL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tydLCFSaHL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tydLCFSaHL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tydLCFSaHL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tydLCFSaHL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tydLCFSaHL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tydLCFSaHL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tydLCFSaHL .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-tydLCFSaHL .navbar {
    height: 70px;
  }
  .cid-tydLCFSaHL .navbar.opened {
    height: auto;
  }
  .cid-tydLCFSaHL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBdfb4Hkla {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBdfb4Hkla .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tBdfb4Hkla .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tBdfb4Hkla .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tybi6BKfxG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tybi6BKfxG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tybi6BKfxG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tybi6BKfxG .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tybi6BKfxG .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tybi6BKfxG .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tybi6BKfxG .row .foot-menu li p {
  margin: 0;
}
.cid-tybi6BKfxG .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tybi6BKfxG .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tybi6BKfxG .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tybi6BKfxG .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tybi6BKfxG .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tybi6BKfxG .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tybi6BKfxG .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tybi6BKfxG .row .row-copirayt p {
  width: 100%;
}
.cid-tybi6BKfxG .row .mbr-text {
  color: #ee4c28;
}
.cid-tycVvlFa6t {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tycVvlFa6t .mbr-text,
.cid-tycVvlFa6t .ornament {
  text-align: center;
  color: #ee4c28;
}
.cid-tycUySeqpP {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tycUySeqpP .mbr-section-title {
  color: #000000;
}
.cid-tycUySeqpP .mbr-text,
.cid-tycUySeqpP .mbr-section-btn {
  color: #ee4c28;
}
.cid-tBdg85qQAV {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBdg85qQAV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tBdg85qQAV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tBdg85qQAV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tycUyTP6os {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tycUyTP6os .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tycUyTP6os .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tycUyTP6os .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tycUyTP6os .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tycUyTP6os .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tycUyTP6os .row .foot-menu li p {
  margin: 0;
}
.cid-tycUyTP6os .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tycUyTP6os .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tycUyTP6os .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tycUyTP6os .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tycUyTP6os .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tycUyTP6os .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tycUyTP6os .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tycUyTP6os .row .row-copirayt p {
  width: 100%;
}
.cid-tycUyTP6os .row .mbr-text {
  color: #ee4c28;
}
.cid-tydLCFSaHL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tydLCFSaHL nav.navbar {
  position: fixed;
}
.cid-tydLCFSaHL .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-tydLCFSaHL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tydLCFSaHL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tydLCFSaHL .dropdown-item:hover,
.cid-tydLCFSaHL .dropdown-item:focus {
  background: #ee4c28 !important;
  color: white !important;
}
.cid-tydLCFSaHL .dropdown-item:hover span {
  color: white;
}
.cid-tydLCFSaHL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tydLCFSaHL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tydLCFSaHL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tydLCFSaHL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tydLCFSaHL .nav-link {
  position: relative;
}
.cid-tydLCFSaHL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tydLCFSaHL .container {
    flex-wrap: nowrap;
  }
}
.cid-tydLCFSaHL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tydLCFSaHL .dropdown-menu,
.cid-tydLCFSaHL .navbar.opened {
  background: #ffffff !important;
}
.cid-tydLCFSaHL .nav-item:focus,
.cid-tydLCFSaHL .nav-link:focus {
  outline: none;
}
.cid-tydLCFSaHL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tydLCFSaHL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tydLCFSaHL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tydLCFSaHL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tydLCFSaHL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tydLCFSaHL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tydLCFSaHL .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-tydLCFSaHL .navbar.opened {
  transition: all 0.3s;
}
.cid-tydLCFSaHL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tydLCFSaHL .navbar .navbar-logo img {
  width: auto;
}
.cid-tydLCFSaHL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tydLCFSaHL .navbar.collapsed {
  justify-content: center;
}
.cid-tydLCFSaHL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tydLCFSaHL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tydLCFSaHL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-tydLCFSaHL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tydLCFSaHL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tydLCFSaHL .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-tydLCFSaHL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tydLCFSaHL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tydLCFSaHL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tydLCFSaHL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tydLCFSaHL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tydLCFSaHL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tydLCFSaHL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tydLCFSaHL .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-tydLCFSaHL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tydLCFSaHL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tydLCFSaHL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tydLCFSaHL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tydLCFSaHL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tydLCFSaHL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tydLCFSaHL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tydLCFSaHL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tydLCFSaHL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tydLCFSaHL .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-tydLCFSaHL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tydLCFSaHL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tydLCFSaHL .dropdown-item.active,
.cid-tydLCFSaHL .dropdown-item:active {
  background-color: transparent;
}
.cid-tydLCFSaHL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tydLCFSaHL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tydLCFSaHL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tydLCFSaHL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tydLCFSaHL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tydLCFSaHL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tydLCFSaHL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tydLCFSaHL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tydLCFSaHL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tydLCFSaHL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tydLCFSaHL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tydLCFSaHL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tydLCFSaHL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tydLCFSaHL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tydLCFSaHL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tydLCFSaHL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tydLCFSaHL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tydLCFSaHL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tydLCFSaHL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tydLCFSaHL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tydLCFSaHL .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-tydLCFSaHL .navbar {
    height: 70px;
  }
  .cid-tydLCFSaHL .navbar.opened {
    height: auto;
  }
  .cid-tydLCFSaHL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzZSML5Fee {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-tzZSML5Fee .image-block {
  margin: auto;
}
.cid-tzZSML5Fee .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tzZSML5Fee .image-block {
    width: 100% !important;
  }
}
.cid-tzZSMLXdgN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tzZSMLXdgN .mbr-text,
.cid-tzZSMLXdgN .ornament {
  text-align: center;
  color: #ee4c28;
}
.cid-tzZSMNkb8t {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tzZSMNkb8t .mbr-text,
.cid-tzZSMNkb8t .ornament {
  text-align: left;
}
.cid-tzZSMOoMXZ {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tzZSMOoMXZ .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tzZSMOoMXZ .video-block {
    width: 100% !important;
  }
}
.cid-tzZSMQ8sTQ {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tzZSMQ8sTQ .mbr-section-title {
  color: #ee4c28;
}
.cid-tzZSMREikU {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tzZSMREikU .mbr-text,
.cid-tzZSMREikU .ornament {
  text-align: left;
}
.cid-tzZSMT9diz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ee4c28;
}
.cid-tzZSMT9diz .mbr-text,
.cid-tzZSMT9diz .ornament {
  text-align: left;
  color: #ffffff;
}
.cid-tBdflXRjzr {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBdflXRjzr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tBdflXRjzr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tBdflXRjzr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tzZSMUEjnZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tzZSMUEjnZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tzZSMUEjnZ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tzZSMUEjnZ .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tzZSMUEjnZ .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tzZSMUEjnZ .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tzZSMUEjnZ .row .foot-menu li p {
  margin: 0;
}
.cid-tzZSMUEjnZ .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tzZSMUEjnZ .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tzZSMUEjnZ .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tzZSMUEjnZ .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tzZSMUEjnZ .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzZSMUEjnZ .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tzZSMUEjnZ .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tzZSMUEjnZ .row .row-copirayt p {
  width: 100%;
}
.cid-tzZSMUEjnZ .row .mbr-text {
  color: #ee4c28;
}
.cid-tzZSMW8enw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tzZSMW8enw nav.navbar {
  position: fixed;
}
.cid-tzZSMW8enw .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-tzZSMW8enw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzZSMW8enw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzZSMW8enw .dropdown-item:hover,
.cid-tzZSMW8enw .dropdown-item:focus {
  background: #ee4c28 !important;
  color: white !important;
}
.cid-tzZSMW8enw .dropdown-item:hover span {
  color: white;
}
.cid-tzZSMW8enw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzZSMW8enw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzZSMW8enw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzZSMW8enw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzZSMW8enw .nav-link {
  position: relative;
}
.cid-tzZSMW8enw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tzZSMW8enw .container {
    flex-wrap: nowrap;
  }
}
.cid-tzZSMW8enw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzZSMW8enw .dropdown-menu,
.cid-tzZSMW8enw .navbar.opened {
  background: #ffffff !important;
}
.cid-tzZSMW8enw .nav-item:focus,
.cid-tzZSMW8enw .nav-link:focus {
  outline: none;
}
.cid-tzZSMW8enw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzZSMW8enw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzZSMW8enw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzZSMW8enw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzZSMW8enw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzZSMW8enw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzZSMW8enw .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-tzZSMW8enw .navbar.opened {
  transition: all 0.3s;
}
.cid-tzZSMW8enw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzZSMW8enw .navbar .navbar-logo img {
  width: auto;
}
.cid-tzZSMW8enw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzZSMW8enw .navbar.collapsed {
  justify-content: center;
}
.cid-tzZSMW8enw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzZSMW8enw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzZSMW8enw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-tzZSMW8enw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzZSMW8enw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzZSMW8enw .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-tzZSMW8enw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzZSMW8enw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzZSMW8enw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzZSMW8enw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzZSMW8enw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzZSMW8enw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzZSMW8enw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzZSMW8enw .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-tzZSMW8enw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzZSMW8enw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzZSMW8enw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzZSMW8enw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzZSMW8enw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzZSMW8enw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzZSMW8enw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzZSMW8enw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzZSMW8enw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzZSMW8enw .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-tzZSMW8enw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzZSMW8enw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzZSMW8enw .dropdown-item.active,
.cid-tzZSMW8enw .dropdown-item:active {
  background-color: transparent;
}
.cid-tzZSMW8enw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzZSMW8enw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzZSMW8enw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzZSMW8enw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzZSMW8enw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzZSMW8enw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzZSMW8enw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzZSMW8enw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzZSMW8enw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzZSMW8enw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzZSMW8enw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzZSMW8enw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzZSMW8enw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzZSMW8enw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzZSMW8enw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzZSMW8enw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzZSMW8enw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzZSMW8enw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzZSMW8enw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzZSMW8enw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzZSMW8enw .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-tzZSMW8enw .navbar {
    height: 70px;
  }
  .cid-tzZSMW8enw .navbar.opened {
    height: auto;
  }
  .cid-tzZSMW8enw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAZBENqRPu {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-tAZBENqRPu .image-block {
  margin: auto;
}
.cid-tAZBENqRPu .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tAZBENqRPu .image-block {
    width: 100% !important;
  }
}
.cid-tAZBEO46Wy {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tAZBEO46Wy .mbr-text,
.cid-tAZBEO46Wy .ornament {
  text-align: center;
  color: #ee4c28;
}
.cid-tAZBEOHMV5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tAZBEOHMV5 .mbr-text,
.cid-tAZBEOHMV5 .ornament {
  text-align: left;
}
.cid-tAZBEPlzxR {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tAZBEPlzxR .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tAZBEPlzxR .video-block {
    width: 100% !important;
  }
}
.cid-tAZBEPYIBE {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tAZBEPYIBE .mbr-section-title {
  color: #ee4c28;
}
.cid-tAZBEQHjkx {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tAZBEQHjkx .mbr-text,
.cid-tAZBEQHjkx .ornament {
  text-align: left;
}
.cid-tAZBERm48J {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ee4c28;
}
.cid-tAZBERm48J .mbr-text,
.cid-tAZBERm48J .ornament {
  text-align: left;
  color: #ffffff;
}
.cid-tBdfTJhCHZ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBdfTJhCHZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tBdfTJhCHZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tBdfTJhCHZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tAZBERZYUa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAZBERZYUa .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tAZBERZYUa .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tAZBERZYUa .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tAZBERZYUa .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tAZBERZYUa .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tAZBERZYUa .row .foot-menu li p {
  margin: 0;
}
.cid-tAZBERZYUa .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tAZBERZYUa .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tAZBERZYUa .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tAZBERZYUa .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tAZBERZYUa .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tAZBERZYUa .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tAZBERZYUa .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tAZBERZYUa .row .row-copirayt p {
  width: 100%;
}
.cid-tAZBERZYUa .row .mbr-text {
  color: #ee4c28;
}
.cid-tAZBESMHIe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tAZBESMHIe nav.navbar {
  position: fixed;
}
.cid-tAZBESMHIe .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-tAZBESMHIe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAZBESMHIe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAZBESMHIe .dropdown-item:hover,
.cid-tAZBESMHIe .dropdown-item:focus {
  background: #ee4c28 !important;
  color: white !important;
}
.cid-tAZBESMHIe .dropdown-item:hover span {
  color: white;
}
.cid-tAZBESMHIe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAZBESMHIe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAZBESMHIe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAZBESMHIe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAZBESMHIe .nav-link {
  position: relative;
}
.cid-tAZBESMHIe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tAZBESMHIe .container {
    flex-wrap: nowrap;
  }
}
.cid-tAZBESMHIe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAZBESMHIe .dropdown-menu,
.cid-tAZBESMHIe .navbar.opened {
  background: #ffffff !important;
}
.cid-tAZBESMHIe .nav-item:focus,
.cid-tAZBESMHIe .nav-link:focus {
  outline: none;
}
.cid-tAZBESMHIe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAZBESMHIe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAZBESMHIe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAZBESMHIe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAZBESMHIe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAZBESMHIe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAZBESMHIe .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-tAZBESMHIe .navbar.opened {
  transition: all 0.3s;
}
.cid-tAZBESMHIe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAZBESMHIe .navbar .navbar-logo img {
  width: auto;
}
.cid-tAZBESMHIe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAZBESMHIe .navbar.collapsed {
  justify-content: center;
}
.cid-tAZBESMHIe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAZBESMHIe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAZBESMHIe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-tAZBESMHIe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAZBESMHIe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAZBESMHIe .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-tAZBESMHIe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAZBESMHIe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAZBESMHIe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAZBESMHIe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAZBESMHIe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAZBESMHIe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAZBESMHIe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAZBESMHIe .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-tAZBESMHIe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAZBESMHIe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAZBESMHIe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAZBESMHIe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAZBESMHIe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAZBESMHIe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tAZBESMHIe .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAZBESMHIe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAZBESMHIe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAZBESMHIe .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-tAZBESMHIe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAZBESMHIe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAZBESMHIe .dropdown-item.active,
.cid-tAZBESMHIe .dropdown-item:active {
  background-color: transparent;
}
.cid-tAZBESMHIe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAZBESMHIe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAZBESMHIe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAZBESMHIe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tAZBESMHIe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAZBESMHIe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAZBESMHIe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAZBESMHIe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAZBESMHIe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAZBESMHIe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAZBESMHIe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAZBESMHIe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAZBESMHIe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAZBESMHIe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAZBESMHIe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAZBESMHIe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAZBESMHIe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAZBESMHIe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAZBESMHIe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAZBESMHIe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAZBESMHIe .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-tAZBESMHIe .navbar {
    height: 70px;
  }
  .cid-tAZBESMHIe .navbar.opened {
    height: auto;
  }
  .cid-tAZBESMHIe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB6je2HXCH {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-tB6je2HXCH .image-block {
  margin: auto;
}
.cid-tB6je2HXCH .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tB6je2HXCH .image-block {
    width: 100% !important;
  }
}
.cid-tB6je3hoRm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tB6je3hoRm .mbr-text,
.cid-tB6je3hoRm .ornament {
  text-align: center;
  color: #ee4c28;
}
.cid-tB6je3RixX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tB6je3RixX .mbr-text,
.cid-tB6je3RixX .ornament {
  text-align: left;
}
.cid-tB6je4qN8A {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tB6je4qN8A .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tB6je4qN8A .video-block {
    width: 100% !important;
  }
}
.cid-tB6je51nj7 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tB6je51nj7 .mbr-section-title {
  color: #ee4c28;
}
.cid-tB6je5G5B7 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tB6je5G5B7 .mbr-text,
.cid-tB6je5G5B7 .ornament {
  text-align: left;
}
.cid-tB6je6hR4D {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ee4c28;
}
.cid-tB6je6hR4D .mbr-text,
.cid-tB6je6hR4D .ornament {
  text-align: left;
  color: #ffffff;
}
.cid-tBdg2p74x8 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBdg2p74x8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tBdg2p74x8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tBdg2p74x8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tB6je6QsEv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tB6je6QsEv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tB6je6QsEv .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tB6je6QsEv .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tB6je6QsEv .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tB6je6QsEv .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tB6je6QsEv .row .foot-menu li p {
  margin: 0;
}
.cid-tB6je6QsEv .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tB6je6QsEv .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tB6je6QsEv .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tB6je6QsEv .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tB6je6QsEv .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tB6je6QsEv .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tB6je6QsEv .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tB6je6QsEv .row .row-copirayt p {
  width: 100%;
}
.cid-tB6je6QsEv .row .mbr-text {
  color: #ee4c28;
}
.cid-tB6je7FKgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tB6je7FKgd nav.navbar {
  position: fixed;
}
.cid-tB6je7FKgd .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-tB6je7FKgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB6je7FKgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB6je7FKgd .dropdown-item:hover,
.cid-tB6je7FKgd .dropdown-item:focus {
  background: #ee4c28 !important;
  color: white !important;
}
.cid-tB6je7FKgd .dropdown-item:hover span {
  color: white;
}
.cid-tB6je7FKgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB6je7FKgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB6je7FKgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tB6je7FKgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB6je7FKgd .nav-link {
  position: relative;
}
.cid-tB6je7FKgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tB6je7FKgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tB6je7FKgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tB6je7FKgd .dropdown-menu,
.cid-tB6je7FKgd .navbar.opened {
  background: #ffffff !important;
}
.cid-tB6je7FKgd .nav-item:focus,
.cid-tB6je7FKgd .nav-link:focus {
  outline: none;
}
.cid-tB6je7FKgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB6je7FKgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB6je7FKgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB6je7FKgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB6je7FKgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB6je7FKgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB6je7FKgd .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-tB6je7FKgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tB6je7FKgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tB6je7FKgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tB6je7FKgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB6je7FKgd .navbar.collapsed {
  justify-content: center;
}
.cid-tB6je7FKgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB6je7FKgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tB6je7FKgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-tB6je7FKgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB6je7FKgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB6je7FKgd .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-tB6je7FKgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB6je7FKgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tB6je7FKgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tB6je7FKgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB6je7FKgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB6je7FKgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB6je7FKgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB6je7FKgd .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-tB6je7FKgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB6je7FKgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB6je7FKgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB6je7FKgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB6je7FKgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB6je7FKgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tB6je7FKgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tB6je7FKgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tB6je7FKgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tB6je7FKgd .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-tB6je7FKgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB6je7FKgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tB6je7FKgd .dropdown-item.active,
.cid-tB6je7FKgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tB6je7FKgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB6je7FKgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB6je7FKgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB6je7FKgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tB6je7FKgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB6je7FKgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB6je7FKgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB6je7FKgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB6je7FKgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tB6je7FKgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tB6je7FKgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tB6je7FKgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB6je7FKgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB6je7FKgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB6je7FKgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB6je7FKgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB6je7FKgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB6je7FKgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB6je7FKgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tB6je7FKgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB6je7FKgd .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-tB6je7FKgd .navbar {
    height: 70px;
  }
  .cid-tB6je7FKgd .navbar.opened {
    height: auto;
  }
  .cid-tB6je7FKgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tETesjTtSf {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-tETesjTtSf .image-block {
  margin: auto;
}
.cid-tETesjTtSf .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tETesjTtSf .image-block {
    width: 100% !important;
  }
}
.cid-tETeskwBw0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tETeskwBw0 .mbr-text,
.cid-tETeskwBw0 .ornament {
  text-align: center;
  color: #ee4c28;
}
.cid-tETesldR1y {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tETesldR1y .mbr-text,
.cid-tETesldR1y .ornament {
  text-align: left;
}
.cid-tETeslTmRt {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tETeslTmRt .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tETeslTmRt .video-block {
    width: 100% !important;
  }
}
.cid-tETesmy8D8 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tETesmy8D8 .mbr-section-title {
  color: #ee4c28;
}
.cid-tETesnivAH {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tETesnivAH .mbr-text,
.cid-tETesnivAH .ornament {
  text-align: left;
}
.cid-tETesnXaLe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ee4c28;
}
.cid-tETesnXaLe .mbr-text,
.cid-tETesnXaLe .ornament {
  text-align: left;
  color: #ffffff;
}
.cid-tETesoDxDf {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tETesoDxDf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tETesoDxDf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tETesoDxDf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tETesptnYN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tETesptnYN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tETesptnYN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tETesptnYN .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tETesptnYN .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tETesptnYN .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tETesptnYN .row .foot-menu li p {
  margin: 0;
}
.cid-tETesptnYN .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tETesptnYN .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tETesptnYN .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tETesptnYN .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tETesptnYN .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tETesptnYN .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tETesptnYN .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tETesptnYN .row .row-copirayt p {
  width: 100%;
}
.cid-tETesptnYN .row .mbr-text {
  color: #ee4c28;
}
.cid-tETesqpl3w {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tETesqpl3w nav.navbar {
  position: fixed;
}
.cid-tETesqpl3w .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-tETesqpl3w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tETesqpl3w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tETesqpl3w .dropdown-item:hover,
.cid-tETesqpl3w .dropdown-item:focus {
  background: #ee4c28 !important;
  color: white !important;
}
.cid-tETesqpl3w .dropdown-item:hover span {
  color: white;
}
.cid-tETesqpl3w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tETesqpl3w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tETesqpl3w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tETesqpl3w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tETesqpl3w .nav-link {
  position: relative;
}
.cid-tETesqpl3w .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tETesqpl3w .container {
    flex-wrap: nowrap;
  }
}
.cid-tETesqpl3w .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tETesqpl3w .dropdown-menu,
.cid-tETesqpl3w .navbar.opened {
  background: #ffffff !important;
}
.cid-tETesqpl3w .nav-item:focus,
.cid-tETesqpl3w .nav-link:focus {
  outline: none;
}
.cid-tETesqpl3w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tETesqpl3w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tETesqpl3w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tETesqpl3w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tETesqpl3w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tETesqpl3w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tETesqpl3w .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-tETesqpl3w .navbar.opened {
  transition: all 0.3s;
}
.cid-tETesqpl3w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tETesqpl3w .navbar .navbar-logo img {
  width: auto;
}
.cid-tETesqpl3w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tETesqpl3w .navbar.collapsed {
  justify-content: center;
}
.cid-tETesqpl3w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tETesqpl3w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tETesqpl3w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-tETesqpl3w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tETesqpl3w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tETesqpl3w .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-tETesqpl3w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tETesqpl3w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tETesqpl3w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tETesqpl3w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tETesqpl3w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tETesqpl3w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tETesqpl3w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tETesqpl3w .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-tETesqpl3w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tETesqpl3w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tETesqpl3w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tETesqpl3w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tETesqpl3w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tETesqpl3w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tETesqpl3w .navbar.navbar-short {
  min-height: 60px;
}
.cid-tETesqpl3w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tETesqpl3w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tETesqpl3w .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-tETesqpl3w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tETesqpl3w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tETesqpl3w .dropdown-item.active,
.cid-tETesqpl3w .dropdown-item:active {
  background-color: transparent;
}
.cid-tETesqpl3w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tETesqpl3w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tETesqpl3w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tETesqpl3w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tETesqpl3w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tETesqpl3w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tETesqpl3w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tETesqpl3w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tETesqpl3w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tETesqpl3w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tETesqpl3w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tETesqpl3w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tETesqpl3w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tETesqpl3w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tETesqpl3w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tETesqpl3w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tETesqpl3w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tETesqpl3w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tETesqpl3w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tETesqpl3w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tETesqpl3w .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-tETesqpl3w .navbar {
    height: 70px;
  }
  .cid-tETesqpl3w .navbar.opened {
    height: auto;
  }
  .cid-tETesqpl3w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHgbXQbjdO {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-tHgbXQbjdO .image-block {
  margin: auto;
}
.cid-tHgbXQbjdO .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tHgbXQbjdO .image-block {
    width: 100% !important;
  }
}
.cid-tHgbXQOk1V {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tHgbXQOk1V .mbr-text,
.cid-tHgbXQOk1V .ornament {
  text-align: center;
  color: #ee4c28;
}
.cid-tHgbXRp08h {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tHgbXRp08h .mbr-text,
.cid-tHgbXRp08h .ornament {
  text-align: left;
}
.cid-tHgbXRYCyp {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tHgbXRYCyp .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tHgbXRYCyp .video-block {
    width: 100% !important;
  }
}
.cid-tHgbXSocRb {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHgbXSocRb .mbr-section-title {
  color: #ee4c28;
}
.cid-tHgbXTaEsf {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tHgbXTaEsf .mbr-text,
.cid-tHgbXTaEsf .ornament {
  text-align: left;
}
.cid-tHgbXTKTuZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ee4c28;
}
.cid-tHgbXTKTuZ .mbr-text,
.cid-tHgbXTKTuZ .ornament {
  text-align: left;
  color: #ffffff;
}
.cid-tHgbXUl4A4 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tHgbXUl4A4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tHgbXUl4A4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tHgbXUl4A4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tHgbXUZBNB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHgbXUZBNB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tHgbXUZBNB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tHgbXUZBNB .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tHgbXUZBNB .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tHgbXUZBNB .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tHgbXUZBNB .row .foot-menu li p {
  margin: 0;
}
.cid-tHgbXUZBNB .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tHgbXUZBNB .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tHgbXUZBNB .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHgbXUZBNB .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tHgbXUZBNB .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHgbXUZBNB .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHgbXUZBNB .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tHgbXUZBNB .row .row-copirayt p {
  width: 100%;
}
.cid-tHgbXUZBNB .row .mbr-text {
  color: #ee4c28;
}
.cid-tHgbXVJkQF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tHgbXVJkQF nav.navbar {
  position: fixed;
}
.cid-tHgbXVJkQF .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-tHgbXVJkQF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHgbXVJkQF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHgbXVJkQF .dropdown-item:hover,
.cid-tHgbXVJkQF .dropdown-item:focus {
  background: #ee4c28 !important;
  color: white !important;
}
.cid-tHgbXVJkQF .dropdown-item:hover span {
  color: white;
}
.cid-tHgbXVJkQF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHgbXVJkQF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHgbXVJkQF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHgbXVJkQF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHgbXVJkQF .nav-link {
  position: relative;
}
.cid-tHgbXVJkQF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tHgbXVJkQF .container {
    flex-wrap: nowrap;
  }
}
.cid-tHgbXVJkQF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHgbXVJkQF .dropdown-menu,
.cid-tHgbXVJkQF .navbar.opened {
  background: #ffffff !important;
}
.cid-tHgbXVJkQF .nav-item:focus,
.cid-tHgbXVJkQF .nav-link:focus {
  outline: none;
}
.cid-tHgbXVJkQF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHgbXVJkQF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHgbXVJkQF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHgbXVJkQF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHgbXVJkQF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHgbXVJkQF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHgbXVJkQF .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-tHgbXVJkQF .navbar.opened {
  transition: all 0.3s;
}
.cid-tHgbXVJkQF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHgbXVJkQF .navbar .navbar-logo img {
  width: auto;
}
.cid-tHgbXVJkQF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHgbXVJkQF .navbar.collapsed {
  justify-content: center;
}
.cid-tHgbXVJkQF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHgbXVJkQF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHgbXVJkQF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-tHgbXVJkQF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHgbXVJkQF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHgbXVJkQF .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-tHgbXVJkQF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHgbXVJkQF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHgbXVJkQF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHgbXVJkQF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHgbXVJkQF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHgbXVJkQF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHgbXVJkQF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHgbXVJkQF .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-tHgbXVJkQF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHgbXVJkQF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHgbXVJkQF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHgbXVJkQF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHgbXVJkQF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHgbXVJkQF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tHgbXVJkQF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHgbXVJkQF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHgbXVJkQF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHgbXVJkQF .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-tHgbXVJkQF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHgbXVJkQF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHgbXVJkQF .dropdown-item.active,
.cid-tHgbXVJkQF .dropdown-item:active {
  background-color: transparent;
}
.cid-tHgbXVJkQF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHgbXVJkQF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHgbXVJkQF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHgbXVJkQF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHgbXVJkQF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHgbXVJkQF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHgbXVJkQF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHgbXVJkQF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHgbXVJkQF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHgbXVJkQF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tHgbXVJkQF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHgbXVJkQF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHgbXVJkQF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHgbXVJkQF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHgbXVJkQF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHgbXVJkQF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHgbXVJkQF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHgbXVJkQF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHgbXVJkQF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tHgbXVJkQF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHgbXVJkQF .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-tHgbXVJkQF .navbar {
    height: 70px;
  }
  .cid-tHgbXVJkQF .navbar.opened {
    height: auto;
  }
  .cid-tHgbXVJkQF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJYZr2WhX8 {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-tJYZr2WhX8 .image-block {
  margin: auto;
}
.cid-tJYZr2WhX8 .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tJYZr2WhX8 .image-block {
    width: 100% !important;
  }
}
.cid-tJYZr3u0gH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJYZr3u0gH .mbr-text,
.cid-tJYZr3u0gH .ornament {
  text-align: center;
  color: #ee4c28;
}
.cid-tJYZr428oB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJYZr428oB .mbr-text,
.cid-tJYZr428oB .ornament {
  text-align: left;
}
.cid-tJYZr4AtRq {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tJYZr4AtRq .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tJYZr4AtRq .video-block {
    width: 100% !important;
  }
}
.cid-tJYZr58jI0 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJYZr58jI0 .mbr-section-title {
  color: #ee4c28;
}
.cid-tJYZr5ObsE {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tJYZr5ObsE .mbr-text,
.cid-tJYZr5ObsE .ornament {
  text-align: left;
}
.cid-tJYZr6mL9R {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ee4c28;
}
.cid-tJYZr6mL9R .mbr-text,
.cid-tJYZr6mL9R .ornament {
  text-align: left;
  color: #ffffff;
}
.cid-tJYZr6V3Vg {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJYZr6V3Vg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tJYZr6V3Vg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tJYZr6V3Vg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJYZr7Bq5N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tJYZr7Bq5N .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJYZr7Bq5N .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tJYZr7Bq5N .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tJYZr7Bq5N .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJYZr7Bq5N .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJYZr7Bq5N .row .foot-menu li p {
  margin: 0;
}
.cid-tJYZr7Bq5N .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tJYZr7Bq5N .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJYZr7Bq5N .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tJYZr7Bq5N .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tJYZr7Bq5N .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJYZr7Bq5N .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJYZr7Bq5N .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tJYZr7Bq5N .row .row-copirayt p {
  width: 100%;
}
.cid-tJYZr7Bq5N .row .mbr-text {
  color: #ee4c28;
}
.cid-tJYZr8iZGB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJYZr8iZGB nav.navbar {
  position: fixed;
}
.cid-tJYZr8iZGB .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-tJYZr8iZGB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJYZr8iZGB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJYZr8iZGB .dropdown-item:hover,
.cid-tJYZr8iZGB .dropdown-item:focus {
  background: #ee4c28 !important;
  color: white !important;
}
.cid-tJYZr8iZGB .dropdown-item:hover span {
  color: white;
}
.cid-tJYZr8iZGB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJYZr8iZGB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJYZr8iZGB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJYZr8iZGB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJYZr8iZGB .nav-link {
  position: relative;
}
.cid-tJYZr8iZGB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tJYZr8iZGB .container {
    flex-wrap: nowrap;
  }
}
.cid-tJYZr8iZGB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJYZr8iZGB .dropdown-menu,
.cid-tJYZr8iZGB .navbar.opened {
  background: #ffffff !important;
}
.cid-tJYZr8iZGB .nav-item:focus,
.cid-tJYZr8iZGB .nav-link:focus {
  outline: none;
}
.cid-tJYZr8iZGB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJYZr8iZGB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJYZr8iZGB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJYZr8iZGB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJYZr8iZGB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJYZr8iZGB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJYZr8iZGB .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-tJYZr8iZGB .navbar.opened {
  transition: all 0.3s;
}
.cid-tJYZr8iZGB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJYZr8iZGB .navbar .navbar-logo img {
  width: auto;
}
.cid-tJYZr8iZGB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJYZr8iZGB .navbar.collapsed {
  justify-content: center;
}
.cid-tJYZr8iZGB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJYZr8iZGB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJYZr8iZGB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-tJYZr8iZGB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJYZr8iZGB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJYZr8iZGB .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-tJYZr8iZGB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJYZr8iZGB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJYZr8iZGB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJYZr8iZGB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJYZr8iZGB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJYZr8iZGB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJYZr8iZGB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJYZr8iZGB .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-tJYZr8iZGB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJYZr8iZGB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJYZr8iZGB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJYZr8iZGB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJYZr8iZGB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJYZr8iZGB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJYZr8iZGB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJYZr8iZGB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJYZr8iZGB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJYZr8iZGB .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-tJYZr8iZGB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJYZr8iZGB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJYZr8iZGB .dropdown-item.active,
.cid-tJYZr8iZGB .dropdown-item:active {
  background-color: transparent;
}
.cid-tJYZr8iZGB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJYZr8iZGB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJYZr8iZGB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJYZr8iZGB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJYZr8iZGB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJYZr8iZGB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJYZr8iZGB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJYZr8iZGB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJYZr8iZGB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJYZr8iZGB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJYZr8iZGB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJYZr8iZGB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJYZr8iZGB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJYZr8iZGB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJYZr8iZGB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJYZr8iZGB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJYZr8iZGB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJYZr8iZGB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJYZr8iZGB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJYZr8iZGB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJYZr8iZGB .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-tJYZr8iZGB .navbar {
    height: 70px;
  }
  .cid-tJYZr8iZGB .navbar.opened {
    height: auto;
  }
  .cid-tJYZr8iZGB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
