.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'PT Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f3641c !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #f3641c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f3641c !important;
  border-color: #f3641c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #af4109 !important;
  border-color: #af4109 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #af4109 !important;
  border-color: #af4109 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f3641c !important;
  border-color: #f3641c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #af4109 !important;
  border-color: #af4109 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #af4109 !important;
  border-color: #af4109 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f3641c;
  color: #f3641c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #af4109 !important;
  background-color: transparent!important;
  border-color: #af4109 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f3641c !important;
  border-color: #f3641c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f3641c;
  color: #f3641c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #af4109 !important;
  background-color: transparent!important;
  border-color: #af4109 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f3641c !important;
  border-color: #f3641c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f3641c !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #f3641c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a13b08 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a13b08 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f3641c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #f3641c;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f3641c;
  border-color: #f3641c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f3641c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fde8de;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fde8de;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f3641c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #f3641c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f3641c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f3641c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f3641c;
  border-bottom-color: #f3641c;
}
.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: #f3641c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f3641c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sEVsNcKsNE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sEVsNcKsNE nav.navbar {
  position: fixed;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sEVsNcKsNE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sEVsNcKsNE .dropdown-item:hover,
.cid-sEVsNcKsNE .dropdown-item:focus {
  background: #f3641c !important;
  color: white !important;
}
.cid-sEVsNcKsNE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sEVsNcKsNE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sEVsNcKsNE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sEVsNcKsNE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEVsNcKsNE .nav-link {
  position: relative;
}
.cid-sEVsNcKsNE .container {
  display: flex;
  margin: auto;
}
.cid-sEVsNcKsNE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sEVsNcKsNE .dropdown-menu,
.cid-sEVsNcKsNE .navbar.opened {
  background: #ffffff !important;
}
.cid-sEVsNcKsNE .nav-item:focus,
.cid-sEVsNcKsNE .nav-link:focus {
  outline: none;
}
.cid-sEVsNcKsNE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEVsNcKsNE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEVsNcKsNE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sEVsNcKsNE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEVsNcKsNE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEVsNcKsNE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar.opened {
  transition: all 0.3s;
}
.cid-sEVsNcKsNE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sEVsNcKsNE .navbar .navbar-logo img {
  width: auto;
}
.cid-sEVsNcKsNE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEVsNcKsNE .navbar.collapsed {
  justify-content: center;
}
.cid-sEVsNcKsNE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEVsNcKsNE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sEVsNcKsNE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEVsNcKsNE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEVsNcKsNE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sEVsNcKsNE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEVsNcKsNE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEVsNcKsNE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEVsNcKsNE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEVsNcKsNE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sEVsNcKsNE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEVsNcKsNE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sEVsNcKsNE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sEVsNcKsNE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEVsNcKsNE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEVsNcKsNE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sEVsNcKsNE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sEVsNcKsNE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEVsNcKsNE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEVsNcKsNE .dropdown-item.active,
.cid-sEVsNcKsNE .dropdown-item:active {
  background-color: transparent;
}
.cid-sEVsNcKsNE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEVsNcKsNE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEVsNcKsNE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEVsNcKsNE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sEVsNcKsNE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEVsNcKsNE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEVsNcKsNE ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 15px;
}
.cid-sEVsNcKsNE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sEVsNcKsNE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEVsNcKsNE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEVsNcKsNE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEVsNcKsNE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEVsNcKsNE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEVsNcKsNE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sEVsNcKsNE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar {
    height: 70px;
  }
  .cid-sEVsNcKsNE .navbar.opened {
    height: auto;
  }
  .cid-sEVsNcKsNE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEVsNcKsNE span {
  font-size: 10px;
  display: block;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
}
.cid-sHxk5uA09E {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-sHxk5uA09E .carousel {
  width: 100%;
}
.cid-sHxk5uA09E .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-sHxk5uA09E .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-sHxk5uA09E .carousel-caption {
  bottom: 40px;
}
.cid-sHxk5uA09E .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sHxk5uA09E .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sHxk5uA09E .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sHxk5uA09E .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sHxk5uA09E .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sHxk5uA09E .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sHxk5uA09E .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sHxk5uA09E .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sHxk5uA09E .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHxk5uA09E .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sHxk5uA09E .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sHxk5uA09E .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sHxk5uA09E .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sHxk5uA09E .carousel-indicators li.active,
.cid-sHxk5uA09E .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sHxk5uA09E .carousel-indicators li::after,
.cid-sHxk5uA09E .carousel-indicators li::before {
  content: none;
}
.cid-sHxk5uA09E .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sHxk5uA09E .carousel-indicators {
    display: none !important;
  }
}
.cid-sEVtNn39VB {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sEVtNn39VB .nav-tabs .nav-item.open .nav-link:focus,
.cid-sEVtNn39VB .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sEVtNn39VB .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #ff9966;
}
@media (max-width: 767px) {
  .cid-sEVtNn39VB .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sEVtNn39VB .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-sEVtNn39VB .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-sEVtNn39VB .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-sEVtNn39VB .nav-link,
.cid-sEVtNn39VB .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sEVtNn39VB .nav-tabs .nav-link.active {
  color: #ff9966;
  border-bottom: 3px solid #ff9966;
}
.cid-sEVtNn39VB H4 {
  text-align: center;
}
.cid-sEVtNn39VB H3 {
  text-align: center;
}
.cid-sEVtNn39VB H6 {
  font-size: 15px;
  font-family: 'PT Sans', sans-serif;
}
.cid-sEVtNn39VB table.COMPANY {
  width: 100%;
  font-size: 12px;
  color: #3e3d3d;
  border-collapse: collapse;
  font-family: 'PT Sans', sans-serif;
}
.cid-sEVtNn39VB table.COMPANY th,
.cid-sEVtNn39VB table.COMPANY td {
  border: 1px solid #dbe1e8;
  padding: 6px;
  text-align: left;
}
.cid-sEVtNn39VB table.COMPANY th {
  background: #f0f0f0;
  text-align: right;
  width: 120px;
}
@media only screen and (max-width: 768px) {
  .cid-sEVtNn39VB table.COMPANY {
    width: 100%;
    font-size: 12px;
    color: #3e3d3d;
    border-collapse: collapse;
  }
  .cid-sEVtNn39VB table.COMPANY th {
    background: #f0f0f0;
    width: 100%;
  }
  .cid-sEVtNn39VB table.COMPANY tr:first-child {
    border-top: 1px solid #dbe1e8;
  }
  .cid-sEVtNn39VB table.COMPANY th,
  .cid-sEVtNn39VB table.COMPANY td {
    border: 1px solid #dbe1e8;
    text-align: left;
    border-top: none;
    padding: 6px;
    display: block;
  }
}
.cid-sEVu0N406E {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1d262d;
}
.cid-sEVu0N406E .mbr-section-subtitle {
  color: #ff9966;
}
.cid-sEVu0N406E .mbr-section-title {
  color: #ffffff;
}
.cid-sEVMcTJ91b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-sEVMcTJ91b img,
.cid-sEVMcTJ91b .item-img {
  width: 100%;
}
.cid-sEVMcTJ91b .item:focus,
.cid-sEVMcTJ91b span:focus {
  outline: none;
}
.cid-sEVMcTJ91b .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sEVMcTJ91b .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sEVMcTJ91b .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sEVMcTJ91b .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sEVMcTJ91b .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sEVMcTJ91b .mbr-section-title {
  color: #232323;
}
.cid-sEVMcTJ91b .mbr-text,
.cid-sEVMcTJ91b .mbr-section-btn {
  text-align: left;
}
.cid-sEVMcTJ91b .item-title {
  text-align: left;
}
.cid-sEVMcTJ91b .item-subtitle {
  text-align: center;
}
.cid-sEVAtkGfKI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1d262d;
}
.cid-sEVAtkGfKI .mbr-section-subtitle {
  color: #ff9966;
}
.cid-sEVAtkGfKI .mbr-section-title {
  color: #ffffff;
}
.cid-sEVusYB0lx {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sEVusYB0lx .nav-tabs .nav-item.open .nav-link:focus,
.cid-sEVusYB0lx .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sEVusYB0lx .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #6592e6;
}
@media (max-width: 767px) {
  .cid-sEVusYB0lx .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sEVusYB0lx .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-sEVusYB0lx .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-sEVusYB0lx .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-sEVusYB0lx .nav-link,
.cid-sEVusYB0lx .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sEVusYB0lx .nav-tabs .nav-link.active {
  color: #6592e6;
  border-bottom: 3px solid #6592e6;
}
.cid-sEVusYB0lx H4 {
  text-align: center;
}
.cid-sEVusYB0lx H3 {
  text-align: center;
}
.cid-sEVusYB0lx table.PC1,
.cid-sEVusYB0lx table.PC2 {
  width: 100%;
  font-size: 12px;
  color: #3e3d3d;
  border-collapse: collapse;
  font-family: 'PT Sans', sans-serif;
}
.cid-sEVusYB0lx table.PC1 th,
.cid-sEVusYB0lx table.PC1 td {
  border: 1px solid #dbe1e8;
  padding: 6px;
  text-align: left;
}
.cid-sEVusYB0lx table.PC1 th,
.cid-sEVusYB0lx table.PC2 th {
  background: #f6f6f6;
  text-align: right;
  width: 120px;
}
.cid-sEVusYB0lx table.PC2 th,
.cid-sEVusYB0lx table.PC2 td {
  border: 1px solid #dbe1e8;
  padding: 6px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .cid-sEVusYB0lx table.PC1,
  .cid-sEVusYB0lx table.PC2 {
    width: 100%;
    font-size: 12px;
    color: #3e3d3d;
    border-collapse: collapse;
  }
  .cid-sEVusYB0lx table.PC1 th,
  .cid-sEVusYB0lx table.PC2 th {
    background: #f6f6f6;
    width: 100%;
  }
  .cid-sEVusYB0lx table.PC1 tr:first-child,
  .cid-sEVusYB0lx table.PC2 tr:first-child {
    border-top: 1px solid #dbe1e8;
  }
  .cid-sEVusYB0lx table.PC1 th,
  .cid-sEVusYB0lx table.PC1 td,
  .cid-sEVusYB0lx table.PC2 th,
  .cid-sEVusYB0lx table.PC2 td {
    border: 1px solid #dbe1e8;
    text-align: left;
    border-top: none;
    padding: 6px;
    display: block;
  }
}
.cid-sI1obKr2Wq {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-sI1obKr2Wq .mbr-text {
  color: #c1c1c1;
}
.cid-sI1obKr2Wq H3 {
  text-align: center;
}
.cid-sI1obKr2Wq .mbr-text,
.cid-sI1obKr2Wq .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-sEVFSskY05 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1d262d;
}
.cid-sEVFSskY05 .mbr-section-subtitle {
  color: #ff9966;
}
.cid-sEVFSskY05 .mbr-section-title {
  color: #ffffff;
}
.cid-sHxBIk05or {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHxBIk05or .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sHxBIk05or .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sHxBIk05or .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sHxBIk05or .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sHxBIk05or .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #f3641c;
}
.cid-sHxBIk05or P {
  color: #f3641c;
}
.cid-sHxBwwtGYb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #d8e4e6;
}
.cid-sHxBwwtGYb .google-map {
  height: 30rem;
  position: relative;
}
.cid-sHxBwwtGYb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sHxBwwtGYb .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sHxBwwtGYb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sHxBwwtGYb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sEVuGsRwvH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
  overflow: hidden;
}
.cid-sEVuGsRwvH .credit {
  margin-bottom: 10px;
  font-size: 9px;
  color: #bbbbbb;
  font-family: 'PT Sans', sans-serif;
}
.cid-sEVuGsRwvH .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-sEVsNcKsNE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sEVsNcKsNE nav.navbar {
  position: fixed;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sEVsNcKsNE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sEVsNcKsNE .dropdown-item:hover,
.cid-sEVsNcKsNE .dropdown-item:focus {
  background: #f3641c !important;
  color: white !important;
}
.cid-sEVsNcKsNE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sEVsNcKsNE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sEVsNcKsNE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sEVsNcKsNE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEVsNcKsNE .nav-link {
  position: relative;
}
.cid-sEVsNcKsNE .container {
  display: flex;
  margin: auto;
}
.cid-sEVsNcKsNE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sEVsNcKsNE .dropdown-menu,
.cid-sEVsNcKsNE .navbar.opened {
  background: #ffffff !important;
}
.cid-sEVsNcKsNE .nav-item:focus,
.cid-sEVsNcKsNE .nav-link:focus {
  outline: none;
}
.cid-sEVsNcKsNE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEVsNcKsNE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEVsNcKsNE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sEVsNcKsNE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEVsNcKsNE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEVsNcKsNE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar.opened {
  transition: all 0.3s;
}
.cid-sEVsNcKsNE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sEVsNcKsNE .navbar .navbar-logo img {
  width: auto;
}
.cid-sEVsNcKsNE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEVsNcKsNE .navbar.collapsed {
  justify-content: center;
}
.cid-sEVsNcKsNE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEVsNcKsNE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sEVsNcKsNE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEVsNcKsNE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEVsNcKsNE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sEVsNcKsNE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEVsNcKsNE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEVsNcKsNE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEVsNcKsNE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEVsNcKsNE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sEVsNcKsNE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEVsNcKsNE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sEVsNcKsNE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sEVsNcKsNE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEVsNcKsNE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEVsNcKsNE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sEVsNcKsNE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sEVsNcKsNE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEVsNcKsNE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEVsNcKsNE .dropdown-item.active,
.cid-sEVsNcKsNE .dropdown-item:active {
  background-color: transparent;
}
.cid-sEVsNcKsNE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEVsNcKsNE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEVsNcKsNE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEVsNcKsNE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sEVsNcKsNE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEVsNcKsNE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEVsNcKsNE ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 15px;
}
.cid-sEVsNcKsNE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sEVsNcKsNE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEVsNcKsNE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEVsNcKsNE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEVsNcKsNE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEVsNcKsNE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEVsNcKsNE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sEVsNcKsNE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar {
    height: 70px;
  }
  .cid-sEVsNcKsNE .navbar.opened {
    height: auto;
  }
  .cid-sEVsNcKsNE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEVsNcKsNE span {
  font-size: 10px;
  display: block;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
}
.cid-sEZoGpQ626 {
  background-image: url("../../../assets/images/tumblr-906d05b40c5008d77b6f5e2c6f897ff0-d907dfe2-1280-1280x850.jpg");
}
.cid-sEZoGpQ626 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sEZoGpQ626 .mbr-text,
.cid-sEZoGpQ626 .mbr-section-btn {
  text-align: center;
  color: #ff9966;
}
.cid-sHxGnWwqYC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-sHxGnWwqYC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sHxGnWwqYC .team-card:hover {
  transform: translateY(-10px);
}
.cid-sHxGnWwqYC .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sHxGnWwqYC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sHxGnWwqYC .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sHxGnWwqYC .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sHxGnWwqYC .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sHxGnWwqYC .social-row {
  text-align: center;
}
.cid-sHxGnWwqYC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sHxGnWwqYC .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sHxGnWwqYC .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sHxGnWwqYC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sEZshpD7AS {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sEZshpD7AS .brtext br {
  display: none;
}
@media only screen and (max-width: 400px) {
  .cid-sEZshpD7AS .brtext br {
    display: inline;
  }
}
.cid-sEZpqbgpW6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sEZpqbgpW6 .content-wrapper {
  background: #e5f2f4;
}
@media (max-width: 991px) {
  .cid-sEZpqbgpW6 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sEZpqbgpW6 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sEZpqbgpW6 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sEZpqbgpW6 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sEZpqbgpW6 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sEZpqbgpW6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sLeC6q55Xh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLeC6q55Xh img,
.cid-sLeC6q55Xh .item-img {
  width: 100%;
}
.cid-sLeC6q55Xh .item:focus,
.cid-sLeC6q55Xh span:focus {
  outline: none;
}
.cid-sLeC6q55Xh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sLeC6q55Xh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sLeC6q55Xh .item {
  padding: 0;
  margin: 0;
}
.cid-sLeC6q55Xh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sLeC6q55Xh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLeC6q55Xh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sLeC6q55Xh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sLeC6q55Xh .mbr-section-title {
  color: #232323;
}
.cid-sLeC6q55Xh .mbr-text,
.cid-sLeC6q55Xh .mbr-section-btn {
  text-align: left;
}
.cid-sLeC6q55Xh .item-title {
  text-align: left;
}
.cid-sLeC6q55Xh .item-subtitle {
  text-align: center;
}
.cid-sEZtU0NJ73 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sEZtU0NJ73 .brtext br {
  display: none;
}
@media only screen and (max-width: 400px) {
  .cid-sEZtU0NJ73 .brtext br {
    display: inline;
  }
}
.cid-sEZtUXosuh {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sEZtUXosuh .content-wrapper {
  background: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sEZtUXosuh .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sEZtUXosuh .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sEZtUXosuh .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sEZtUXosuh .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sEZtUXosuh .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sEZtUXosuh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sJTmUPR9iS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJTmUPR9iS img,
.cid-sJTmUPR9iS .item-img {
  width: 100%;
}
.cid-sJTmUPR9iS .item:focus,
.cid-sJTmUPR9iS span:focus {
  outline: none;
}
.cid-sJTmUPR9iS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sJTmUPR9iS .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sJTmUPR9iS .item {
  padding: 0;
  margin: 0;
}
.cid-sJTmUPR9iS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sJTmUPR9iS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJTmUPR9iS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sJTmUPR9iS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sJTmUPR9iS .mbr-section-title {
  color: #232323;
}
.cid-sJTmUPR9iS .mbr-text,
.cid-sJTmUPR9iS .mbr-section-btn {
  text-align: left;
}
.cid-sJTmUPR9iS .item-title {
  text-align: left;
}
.cid-sJTmUPR9iS .item-subtitle {
  text-align: center;
}
.cid-sEZwm6W4uq {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sEZwm6W4uq .mbr-section-title DIV {
  text-align: center;
}
.cid-sEZwm6W4uq .mbr-section-title {
  text-align: center;
}
.cid-sEZwm6W4uq .brtext br {
  display: none;
}
@media only screen and (max-width: 400px) {
  .cid-sEZwm6W4uq .brtext br {
    display: inline;
  }
}
.cid-sEZvfGFinE {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sEZvfGFinE .content-wrapper {
  background: #e5f2f4;
}
@media (max-width: 991px) {
  .cid-sEZvfGFinE .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sEZvfGFinE .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sEZvfGFinE .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sEZvfGFinE .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sEZvfGFinE .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sEZvfGFinE .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sEZvfGFinE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sLeCbi4E27 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sLeCbi4E27 img,
.cid-sLeCbi4E27 .item-img {
  width: 100%;
}
.cid-sLeCbi4E27 .item:focus,
.cid-sLeCbi4E27 span:focus {
  outline: none;
}
.cid-sLeCbi4E27 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sLeCbi4E27 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sLeCbi4E27 .item {
  padding: 0;
  margin: 0;
}
.cid-sLeCbi4E27 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sLeCbi4E27 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLeCbi4E27 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sLeCbi4E27 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sLeCbi4E27 .mbr-section-title {
  color: #232323;
}
.cid-sLeCbi4E27 .mbr-text,
.cid-sLeCbi4E27 .mbr-section-btn {
  text-align: left;
}
.cid-sLeCbi4E27 .item-title {
  text-align: left;
}
.cid-sLeCbi4E27 .item-subtitle {
  text-align: center;
}
.cid-sEVuGsRwvH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
  overflow: hidden;
}
.cid-sEVuGsRwvH .credit {
  margin-bottom: 10px;
  font-size: 9px;
  color: #bbbbbb;
  font-family: 'PT Sans', sans-serif;
}
.cid-sEVuGsRwvH .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-sEVsNcKsNE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sEVsNcKsNE nav.navbar {
  position: fixed;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sEVsNcKsNE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sEVsNcKsNE .dropdown-item:hover,
.cid-sEVsNcKsNE .dropdown-item:focus {
  background: #f3641c !important;
  color: white !important;
}
.cid-sEVsNcKsNE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sEVsNcKsNE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sEVsNcKsNE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sEVsNcKsNE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEVsNcKsNE .nav-link {
  position: relative;
}
.cid-sEVsNcKsNE .container {
  display: flex;
  margin: auto;
}
.cid-sEVsNcKsNE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sEVsNcKsNE .dropdown-menu,
.cid-sEVsNcKsNE .navbar.opened {
  background: #ffffff !important;
}
.cid-sEVsNcKsNE .nav-item:focus,
.cid-sEVsNcKsNE .nav-link:focus {
  outline: none;
}
.cid-sEVsNcKsNE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEVsNcKsNE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEVsNcKsNE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sEVsNcKsNE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEVsNcKsNE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEVsNcKsNE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar.opened {
  transition: all 0.3s;
}
.cid-sEVsNcKsNE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sEVsNcKsNE .navbar .navbar-logo img {
  width: auto;
}
.cid-sEVsNcKsNE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEVsNcKsNE .navbar.collapsed {
  justify-content: center;
}
.cid-sEVsNcKsNE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEVsNcKsNE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sEVsNcKsNE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEVsNcKsNE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEVsNcKsNE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sEVsNcKsNE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEVsNcKsNE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEVsNcKsNE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEVsNcKsNE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEVsNcKsNE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sEVsNcKsNE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEVsNcKsNE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sEVsNcKsNE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sEVsNcKsNE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEVsNcKsNE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEVsNcKsNE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sEVsNcKsNE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sEVsNcKsNE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEVsNcKsNE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEVsNcKsNE .dropdown-item.active,
.cid-sEVsNcKsNE .dropdown-item:active {
  background-color: transparent;
}
.cid-sEVsNcKsNE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEVsNcKsNE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEVsNcKsNE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEVsNcKsNE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sEVsNcKsNE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEVsNcKsNE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEVsNcKsNE ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 15px;
}
.cid-sEVsNcKsNE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sEVsNcKsNE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEVsNcKsNE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEVsNcKsNE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEVsNcKsNE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEVsNcKsNE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEVsNcKsNE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sEVsNcKsNE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar {
    height: 70px;
  }
  .cid-sEVsNcKsNE .navbar.opened {
    height: auto;
  }
  .cid-sEVsNcKsNE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEVsNcKsNE span {
  font-size: 10px;
  display: block;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
}
.cid-sF0rCF0m7g {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sF0rCF0m7g .mbr-section-title {
  color: #1d262d;
}
.cid-sF0rn5xOKm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sF0rn5xOKm .carousel {
    min-height: 400px;
  }
  .cid-sF0rn5xOKm .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sF0rn5xOKm .carousel {
    min-height: 260px;
  }
  .cid-sF0rn5xOKm .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sF0rn5xOKm .carousel {
    min-height: 220px;
  }
  .cid-sF0rn5xOKm .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-sF0rn5xOKm .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sF0rn5xOKm .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sF0rn5xOKm .carousel,
.cid-sF0rn5xOKm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sF0rn5xOKm .item-wrapper {
  width: 100%;
}
.cid-sF0rn5xOKm .carousel-caption {
  bottom: 40px;
}
.cid-sF0rn5xOKm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sF0rn5xOKm .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sF0rn5xOKm .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sF0rn5xOKm .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sF0rn5xOKm .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sF0rn5xOKm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sF0rn5xOKm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sF0rn5xOKm .carousel-control {
    bottom: 1rem;
    width: 35px;
    height: 35px;
    margin-top: -1rem;
    font-size: 18px;
  }
}
.cid-sF0rn5xOKm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sF0rn5xOKm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sF0rn5xOKm .carousel-indicators li.active,
.cid-sF0rn5xOKm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sF0rn5xOKm .carousel-indicators li::after,
.cid-sF0rn5xOKm .carousel-indicators li::before {
  content: none;
}
.cid-sF0rn5xOKm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sF0rn5xOKm .carousel-indicators {
    display: none !important;
  }
}
.cid-sFFfQqxy1J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFFfQqxy1J img,
.cid-sFFfQqxy1J .item-img {
  width: 100%;
}
.cid-sFFfQqxy1J .item:focus,
.cid-sFFfQqxy1J span:focus {
  outline: none;
}
.cid-sFFfQqxy1J .item {
  margin-bottom: 2rem;
}
.cid-sFFfQqxy1J .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFFfQqxy1J .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFFfQqxy1J .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sFFfQqxy1J .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFFfQqxy1J .mbr-section-title {
  color: #232323;
}
.cid-sFFfQqxy1J .mbr-text,
.cid-sFFfQqxy1J .mbr-section-btn {
  text-align: left;
}
.cid-sFFfQqxy1J .item-title {
  text-align: left;
}
.cid-sFFfQqxy1J .item-subtitle {
  text-align: center;
}
.cid-sFFfQqxy1J .aword {
  color: #A67C52;
  font-size: 12px;
}
.cid-sFtPcNJ9Aw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sFtPcNJ9Aw .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-sEVuGsRwvH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
  overflow: hidden;
}
.cid-sEVuGsRwvH .credit {
  margin-bottom: 10px;
  font-size: 9px;
  color: #bbbbbb;
  font-family: 'PT Sans', sans-serif;
}
.cid-sEVuGsRwvH .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-sPswvdq3Xc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPswvdq3Xc nav.navbar {
  position: fixed;
}
.cid-sPswvdq3Xc .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-sPswvdq3Xc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPswvdq3Xc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPswvdq3Xc .dropdown-item:hover,
.cid-sPswvdq3Xc .dropdown-item:focus {
  background: #f3641c !important;
  color: white !important;
}
.cid-sPswvdq3Xc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPswvdq3Xc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPswvdq3Xc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPswvdq3Xc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPswvdq3Xc .nav-link {
  position: relative;
}
.cid-sPswvdq3Xc .container {
  display: flex;
  margin: auto;
}
.cid-sPswvdq3Xc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPswvdq3Xc .dropdown-menu,
.cid-sPswvdq3Xc .navbar.opened {
  background: #ffffff !important;
}
.cid-sPswvdq3Xc .nav-item:focus,
.cid-sPswvdq3Xc .nav-link:focus {
  outline: none;
}
.cid-sPswvdq3Xc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPswvdq3Xc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPswvdq3Xc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPswvdq3Xc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPswvdq3Xc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPswvdq3Xc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPswvdq3Xc .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-sPswvdq3Xc .navbar.opened {
  transition: all 0.3s;
}
.cid-sPswvdq3Xc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPswvdq3Xc .navbar .navbar-logo img {
  width: auto;
}
.cid-sPswvdq3Xc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPswvdq3Xc .navbar.collapsed {
  justify-content: center;
}
.cid-sPswvdq3Xc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPswvdq3Xc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sPswvdq3Xc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPswvdq3Xc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPswvdq3Xc .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-sPswvdq3Xc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPswvdq3Xc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPswvdq3Xc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPswvdq3Xc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPswvdq3Xc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPswvdq3Xc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPswvdq3Xc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPswvdq3Xc .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-sPswvdq3Xc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPswvdq3Xc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPswvdq3Xc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPswvdq3Xc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPswvdq3Xc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPswvdq3Xc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPswvdq3Xc .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPswvdq3Xc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPswvdq3Xc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPswvdq3Xc .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-sPswvdq3Xc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPswvdq3Xc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPswvdq3Xc .dropdown-item.active,
.cid-sPswvdq3Xc .dropdown-item:active {
  background-color: transparent;
}
.cid-sPswvdq3Xc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPswvdq3Xc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPswvdq3Xc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPswvdq3Xc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPswvdq3Xc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPswvdq3Xc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPswvdq3Xc ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 15px;
}
.cid-sPswvdq3Xc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPswvdq3Xc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPswvdq3Xc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sPswvdq3Xc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPswvdq3Xc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPswvdq3Xc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPswvdq3Xc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPswvdq3Xc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPswvdq3Xc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPswvdq3Xc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPswvdq3Xc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPswvdq3Xc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPswvdq3Xc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPswvdq3Xc .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-sPswvdq3Xc .navbar {
    height: 70px;
  }
  .cid-sPswvdq3Xc .navbar.opened {
    height: auto;
  }
  .cid-sPswvdq3Xc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPswvdq3Xc span {
  font-size: 10px;
  display: block;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
}
.cid-sFWM8CTRNr {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sFWM8CTRNr .mbr-section-title {
  color: #1d262d;
}
.cid-sFWM8DnNPh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sFWM8DnNPh .carousel {
    min-height: 400px;
  }
  .cid-sFWM8DnNPh .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sFWM8DnNPh .carousel {
    min-height: 260px;
  }
  .cid-sFWM8DnNPh .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sFWM8DnNPh .carousel {
    min-height: 220px;
  }
  .cid-sFWM8DnNPh .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-sFWM8DnNPh .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sFWM8DnNPh .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sFWM8DnNPh .carousel,
.cid-sFWM8DnNPh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFWM8DnNPh .item-wrapper {
  width: 100%;
}
.cid-sFWM8DnNPh .carousel-caption {
  bottom: 40px;
}
.cid-sFWM8DnNPh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sFWM8DnNPh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sFWM8DnNPh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sFWM8DnNPh .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sFWM8DnNPh .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sFWM8DnNPh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFWM8DnNPh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFWM8DnNPh .carousel-control {
    bottom: 1rem;
    width: 35px;
    height: 35px;
    margin-top: -1rem;
    font-size: 18px;
  }
}
.cid-sFWM8DnNPh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sFWM8DnNPh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sFWM8DnNPh .carousel-indicators li.active,
.cid-sFWM8DnNPh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFWM8DnNPh .carousel-indicators li::after,
.cid-sFWM8DnNPh .carousel-indicators li::before {
  content: none;
}
.cid-sFWM8DnNPh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFWM8DnNPh .carousel-indicators {
    display: none !important;
  }
}
.cid-sFWM8DYCe9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFWM8DYCe9 img,
.cid-sFWM8DYCe9 .item-img {
  width: 100%;
}
.cid-sFWM8DYCe9 .item:focus,
.cid-sFWM8DYCe9 span:focus {
  outline: none;
}
.cid-sFWM8DYCe9 .item {
  margin-bottom: 2rem;
}
.cid-sFWM8DYCe9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFWM8DYCe9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFWM8DYCe9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sFWM8DYCe9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFWM8DYCe9 .mbr-section-title {
  color: #232323;
}
.cid-sFWM8DYCe9 .mbr-text,
.cid-sFWM8DYCe9 .mbr-section-btn {
  text-align: left;
}
.cid-sFWM8DYCe9 .item-title {
  text-align: left;
}
.cid-sFWM8DYCe9 .item-subtitle {
  text-align: center;
}
.cid-sFWM8EPLMH {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sFWM8EPLMH .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-sHlfn4MUDZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
  overflow: hidden;
}
.cid-sHlfn4MUDZ .credit {
  margin-bottom: 10px;
  font-size: 9px;
  color: #bbbbbb;
  font-family: 'PT Sans', sans-serif;
}
.cid-sHlfn4MUDZ .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-sEVsNcKsNE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sEVsNcKsNE nav.navbar {
  position: fixed;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sEVsNcKsNE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sEVsNcKsNE .dropdown-item:hover,
.cid-sEVsNcKsNE .dropdown-item:focus {
  background: #f3641c !important;
  color: white !important;
}
.cid-sEVsNcKsNE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sEVsNcKsNE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sEVsNcKsNE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sEVsNcKsNE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEVsNcKsNE .nav-link {
  position: relative;
}
.cid-sEVsNcKsNE .container {
  display: flex;
  margin: auto;
}
.cid-sEVsNcKsNE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sEVsNcKsNE .dropdown-menu,
.cid-sEVsNcKsNE .navbar.opened {
  background: #ffffff !important;
}
.cid-sEVsNcKsNE .nav-item:focus,
.cid-sEVsNcKsNE .nav-link:focus {
  outline: none;
}
.cid-sEVsNcKsNE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEVsNcKsNE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEVsNcKsNE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sEVsNcKsNE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEVsNcKsNE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEVsNcKsNE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar.opened {
  transition: all 0.3s;
}
.cid-sEVsNcKsNE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sEVsNcKsNE .navbar .navbar-logo img {
  width: auto;
}
.cid-sEVsNcKsNE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEVsNcKsNE .navbar.collapsed {
  justify-content: center;
}
.cid-sEVsNcKsNE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEVsNcKsNE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sEVsNcKsNE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEVsNcKsNE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEVsNcKsNE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sEVsNcKsNE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEVsNcKsNE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEVsNcKsNE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEVsNcKsNE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEVsNcKsNE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sEVsNcKsNE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEVsNcKsNE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sEVsNcKsNE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sEVsNcKsNE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEVsNcKsNE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEVsNcKsNE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sEVsNcKsNE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sEVsNcKsNE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEVsNcKsNE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEVsNcKsNE .dropdown-item.active,
.cid-sEVsNcKsNE .dropdown-item:active {
  background-color: transparent;
}
.cid-sEVsNcKsNE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEVsNcKsNE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEVsNcKsNE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEVsNcKsNE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sEVsNcKsNE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEVsNcKsNE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEVsNcKsNE ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 15px;
}
.cid-sEVsNcKsNE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sEVsNcKsNE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEVsNcKsNE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEVsNcKsNE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEVsNcKsNE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEVsNcKsNE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEVsNcKsNE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sEVsNcKsNE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar {
    height: 70px;
  }
  .cid-sEVsNcKsNE .navbar.opened {
    height: auto;
  }
  .cid-sEVsNcKsNE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEVsNcKsNE span {
  font-size: 10px;
  display: block;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
}
.cid-sGYPHOdHtI {
  background-image: url("../../../assets/images/uchisawa-background-50th-2-1920x940.png");
}
.cid-sGYPHOdHtI .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sGYPHOdHtI .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-sGYPHOdHtI .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sF0iUvzFIC {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sF0itjhiUf {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sF0itjhiUf .text-wrapper {
    padding: 2rem;
  }
}
.cid-sF0itjhiUf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sF0itjhiUf .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-YXpgjFjDqR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/anniversary-history-2-1000x1500.jpg");
}
.cid-YXpgjFjDqR .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-YXpgjFjDqR .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-YXpgjFjDqR .timeline-text-content p {
  margin-bottom: 0;
}
.cid-YXpgjFjDqR .time-line-date-content {
  margin-right: 2rem;
}
.cid-YXpgjFjDqR .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-YXpgjFjDqR .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-YXpgjFjDqR .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-YXpgjFjDqR .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-YXpgjFjDqR .mbr-timeline-date,
.cid-YXpgjFjDqR .timeline-text-content {
  transition: all .4s;
}
.cid-YXpgjFjDqR .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-YXpgjFjDqR .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-YXpgjFjDqR .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-YXpgjFjDqR .reverse .time-line-date-content p {
  float: left;
}
.cid-YXpgjFjDqR .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-YXpgjFjDqR .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-YXpgjFjDqR .iconBackground {
    left: 0 !important;
  }
  .cid-YXpgjFjDqR .separline:before {
    left: 0!important;
  }
  .cid-YXpgjFjDqR .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-YXpgjFjDqR .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-YXpgjFjDqR .time-line-date-content p {
    float: left !important;
  }
  .cid-YXpgjFjDqR .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-YXpgjFjDqR .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-YXpgjFjDqR .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sEVuGsRwvH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
  overflow: hidden;
}
.cid-sEVuGsRwvH .credit {
  margin-bottom: 10px;
  font-size: 9px;
  color: #bbbbbb;
  font-family: 'PT Sans', sans-serif;
}
.cid-sEVuGsRwvH .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-t6Dd0WOV0O {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t6Dd0WOV0O nav.navbar {
  position: fixed;
}
.cid-t6Dd0WOV0O .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-t6Dd0WOV0O .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6Dd0WOV0O .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t6Dd0WOV0O .dropdown-item:hover,
.cid-t6Dd0WOV0O .dropdown-item:focus {
  background: #f3641c !important;
  color: white !important;
}
.cid-t6Dd0WOV0O .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t6Dd0WOV0O .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t6Dd0WOV0O .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t6Dd0WOV0O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6Dd0WOV0O .nav-link {
  position: relative;
}
.cid-t6Dd0WOV0O .container {
  display: flex;
  margin: auto;
}
.cid-t6Dd0WOV0O .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t6Dd0WOV0O .dropdown-menu,
.cid-t6Dd0WOV0O .navbar.opened {
  background: #ffffff !important;
}
.cid-t6Dd0WOV0O .nav-item:focus,
.cid-t6Dd0WOV0O .nav-link:focus {
  outline: none;
}
.cid-t6Dd0WOV0O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t6Dd0WOV0O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6Dd0WOV0O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t6Dd0WOV0O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6Dd0WOV0O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6Dd0WOV0O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6Dd0WOV0O .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-t6Dd0WOV0O .navbar.opened {
  transition: all 0.3s;
}
.cid-t6Dd0WOV0O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t6Dd0WOV0O .navbar .navbar-logo img {
  width: auto;
}
.cid-t6Dd0WOV0O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t6Dd0WOV0O .navbar.collapsed {
  justify-content: center;
}
.cid-t6Dd0WOV0O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6Dd0WOV0O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t6Dd0WOV0O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6Dd0WOV0O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6Dd0WOV0O .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-t6Dd0WOV0O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6Dd0WOV0O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t6Dd0WOV0O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t6Dd0WOV0O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6Dd0WOV0O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6Dd0WOV0O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6Dd0WOV0O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6Dd0WOV0O .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-t6Dd0WOV0O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t6Dd0WOV0O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6Dd0WOV0O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6Dd0WOV0O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t6Dd0WOV0O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t6Dd0WOV0O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t6Dd0WOV0O .navbar.navbar-short {
  min-height: 60px;
}
.cid-t6Dd0WOV0O .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t6Dd0WOV0O .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t6Dd0WOV0O .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-t6Dd0WOV0O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6Dd0WOV0O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6Dd0WOV0O .dropdown-item.active,
.cid-t6Dd0WOV0O .dropdown-item:active {
  background-color: transparent;
}
.cid-t6Dd0WOV0O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6Dd0WOV0O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6Dd0WOV0O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6Dd0WOV0O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t6Dd0WOV0O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6Dd0WOV0O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6Dd0WOV0O ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 15px;
}
.cid-t6Dd0WOV0O .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t6Dd0WOV0O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t6Dd0WOV0O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t6Dd0WOV0O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6Dd0WOV0O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6Dd0WOV0O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6Dd0WOV0O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6Dd0WOV0O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6Dd0WOV0O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6Dd0WOV0O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6Dd0WOV0O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6Dd0WOV0O .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t6Dd0WOV0O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t6Dd0WOV0O .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-t6Dd0WOV0O .navbar {
    height: 70px;
  }
  .cid-t6Dd0WOV0O .navbar.opened {
    height: auto;
  }
  .cid-t6Dd0WOV0O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6Dd0WOV0O span {
  font-size: 10px;
  display: block;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
}
.cid-t6Dd0XpPSR {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t6Dd0XpPSR .mbr-section-title {
  color: #1d262d;
}
.cid-t6Dd0XT2ld {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t6Dd0XT2ld .carousel {
    min-height: 400px;
  }
  .cid-t6Dd0XT2ld .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t6Dd0XT2ld .carousel {
    min-height: 260px;
  }
  .cid-t6Dd0XT2ld .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t6Dd0XT2ld .carousel {
    min-height: 220px;
  }
  .cid-t6Dd0XT2ld .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-t6Dd0XT2ld .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t6Dd0XT2ld .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t6Dd0XT2ld .carousel,
.cid-t6Dd0XT2ld .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6Dd0XT2ld .item-wrapper {
  width: 100%;
}
.cid-t6Dd0XT2ld .carousel-caption {
  bottom: 40px;
}
.cid-t6Dd0XT2ld .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t6Dd0XT2ld .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t6Dd0XT2ld .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t6Dd0XT2ld .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t6Dd0XT2ld .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t6Dd0XT2ld .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6Dd0XT2ld .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6Dd0XT2ld .carousel-control {
    bottom: 1rem;
    width: 35px;
    height: 35px;
    margin-top: -1rem;
    font-size: 18px;
  }
}
.cid-t6Dd0XT2ld .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t6Dd0XT2ld .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t6Dd0XT2ld .carousel-indicators li.active,
.cid-t6Dd0XT2ld .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6Dd0XT2ld .carousel-indicators li::after,
.cid-t6Dd0XT2ld .carousel-indicators li::before {
  content: none;
}
.cid-t6Dd0XT2ld .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6Dd0XT2ld .carousel-indicators {
    display: none !important;
  }
}
.cid-t6Dd0YFF41 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t6Dd0YFF41 img,
.cid-t6Dd0YFF41 .item-img {
  width: 100%;
}
.cid-t6Dd0YFF41 .item:focus,
.cid-t6Dd0YFF41 span:focus {
  outline: none;
}
.cid-t6Dd0YFF41 .item {
  margin-bottom: 2rem;
}
.cid-t6Dd0YFF41 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t6Dd0YFF41 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6Dd0YFF41 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t6Dd0YFF41 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t6Dd0YFF41 .mbr-section-title {
  color: #232323;
}
.cid-t6Dd0YFF41 .mbr-text,
.cid-t6Dd0YFF41 .mbr-section-btn {
  text-align: left;
}
.cid-t6Dd0YFF41 .item-title {
  text-align: left;
}
.cid-t6Dd0YFF41 .item-subtitle {
  text-align: center;
}
.cid-t6Dd0Zw6Uy {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t6Dd0Zw6Uy .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-t6Dd0ZQKIB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t6Dd0ZQKIB .credit {
  margin-bottom: 10px;
  font-size: 9px;
  color: #bbbbbb;
  font-family: 'PT Sans', sans-serif;
}
.cid-t6Dd0ZQKIB .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-sPswp2pmEx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPswp2pmEx nav.navbar {
  position: fixed;
}
.cid-sPswp2pmEx .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-sPswp2pmEx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPswp2pmEx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPswp2pmEx .dropdown-item:hover,
.cid-sPswp2pmEx .dropdown-item:focus {
  background: #f3641c !important;
  color: white !important;
}
.cid-sPswp2pmEx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPswp2pmEx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPswp2pmEx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPswp2pmEx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPswp2pmEx .nav-link {
  position: relative;
}
.cid-sPswp2pmEx .container {
  display: flex;
  margin: auto;
}
.cid-sPswp2pmEx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPswp2pmEx .dropdown-menu,
.cid-sPswp2pmEx .navbar.opened {
  background: #ffffff !important;
}
.cid-sPswp2pmEx .nav-item:focus,
.cid-sPswp2pmEx .nav-link:focus {
  outline: none;
}
.cid-sPswp2pmEx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPswp2pmEx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPswp2pmEx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPswp2pmEx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPswp2pmEx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPswp2pmEx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPswp2pmEx .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-sPswp2pmEx .navbar.opened {
  transition: all 0.3s;
}
.cid-sPswp2pmEx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPswp2pmEx .navbar .navbar-logo img {
  width: auto;
}
.cid-sPswp2pmEx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPswp2pmEx .navbar.collapsed {
  justify-content: center;
}
.cid-sPswp2pmEx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPswp2pmEx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sPswp2pmEx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPswp2pmEx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPswp2pmEx .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-sPswp2pmEx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPswp2pmEx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPswp2pmEx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPswp2pmEx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPswp2pmEx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPswp2pmEx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPswp2pmEx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPswp2pmEx .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-sPswp2pmEx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPswp2pmEx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPswp2pmEx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPswp2pmEx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPswp2pmEx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPswp2pmEx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPswp2pmEx .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPswp2pmEx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPswp2pmEx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPswp2pmEx .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-sPswp2pmEx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPswp2pmEx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPswp2pmEx .dropdown-item.active,
.cid-sPswp2pmEx .dropdown-item:active {
  background-color: transparent;
}
.cid-sPswp2pmEx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPswp2pmEx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPswp2pmEx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPswp2pmEx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPswp2pmEx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPswp2pmEx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPswp2pmEx ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 15px;
}
.cid-sPswp2pmEx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPswp2pmEx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPswp2pmEx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sPswp2pmEx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPswp2pmEx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPswp2pmEx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPswp2pmEx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPswp2pmEx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPswp2pmEx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPswp2pmEx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPswp2pmEx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPswp2pmEx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPswp2pmEx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPswp2pmEx .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-sPswp2pmEx .navbar {
    height: 70px;
  }
  .cid-sPswp2pmEx .navbar.opened {
    height: auto;
  }
  .cid-sPswp2pmEx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPswp2pmEx span {
  font-size: 10px;
  display: block;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
}
.cid-sFWEg6jpik {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sFWEg6jpik .mbr-section-title {
  color: #1d262d;
}
.cid-sFWEg6MDcv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sFWEg6MDcv .carousel {
    min-height: 400px;
  }
  .cid-sFWEg6MDcv .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sFWEg6MDcv .carousel {
    min-height: 260px;
  }
  .cid-sFWEg6MDcv .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sFWEg6MDcv .carousel {
    min-height: 220px;
  }
  .cid-sFWEg6MDcv .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-sFWEg6MDcv .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sFWEg6MDcv .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sFWEg6MDcv .carousel,
.cid-sFWEg6MDcv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFWEg6MDcv .item-wrapper {
  width: 100%;
}
.cid-sFWEg6MDcv .carousel-caption {
  bottom: 40px;
}
.cid-sFWEg6MDcv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sFWEg6MDcv .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sFWEg6MDcv .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sFWEg6MDcv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sFWEg6MDcv .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sFWEg6MDcv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFWEg6MDcv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFWEg6MDcv .carousel-control {
    bottom: 1rem;
    width: 35px;
    height: 35px;
    margin-top: -1rem;
    font-size: 18px;
  }
}
.cid-sFWEg6MDcv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sFWEg6MDcv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sFWEg6MDcv .carousel-indicators li.active,
.cid-sFWEg6MDcv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFWEg6MDcv .carousel-indicators li::after,
.cid-sFWEg6MDcv .carousel-indicators li::before {
  content: none;
}
.cid-sFWEg6MDcv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFWEg6MDcv .carousel-indicators {
    display: none !important;
  }
}
.cid-sFWEg7wJBK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFWEg7wJBK img,
.cid-sFWEg7wJBK .item-img {
  width: 100%;
}
.cid-sFWEg7wJBK .item:focus,
.cid-sFWEg7wJBK span:focus {
  outline: none;
}
.cid-sFWEg7wJBK .item {
  margin-bottom: 2rem;
}
.cid-sFWEg7wJBK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFWEg7wJBK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFWEg7wJBK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sFWEg7wJBK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFWEg7wJBK .mbr-section-title {
  color: #232323;
}
.cid-sFWEg7wJBK .mbr-text,
.cid-sFWEg7wJBK .mbr-section-btn {
  text-align: left;
}
.cid-sFWEg7wJBK .item-title {
  text-align: left;
}
.cid-sFWEg7wJBK .item-subtitle {
  text-align: center;
}
.cid-uhTl2OJgBi {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uhTl2OJgBi .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-sHlfkaCWRV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
  overflow: hidden;
}
.cid-sHlfkaCWRV .credit {
  margin-bottom: 10px;
  font-size: 9px;
  color: #bbbbbb;
  font-family: 'PT Sans', sans-serif;
}
.cid-sHlfkaCWRV .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-sEVsNcKsNE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sEVsNcKsNE nav.navbar {
  position: fixed;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sEVsNcKsNE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sEVsNcKsNE .dropdown-item:hover,
.cid-sEVsNcKsNE .dropdown-item:focus {
  background: #f3641c !important;
  color: white !important;
}
.cid-sEVsNcKsNE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sEVsNcKsNE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sEVsNcKsNE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sEVsNcKsNE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEVsNcKsNE .nav-link {
  position: relative;
}
.cid-sEVsNcKsNE .container {
  display: flex;
  margin: auto;
}
.cid-sEVsNcKsNE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sEVsNcKsNE .dropdown-menu,
.cid-sEVsNcKsNE .navbar.opened {
  background: #ffffff !important;
}
.cid-sEVsNcKsNE .nav-item:focus,
.cid-sEVsNcKsNE .nav-link:focus {
  outline: none;
}
.cid-sEVsNcKsNE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEVsNcKsNE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEVsNcKsNE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sEVsNcKsNE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEVsNcKsNE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEVsNcKsNE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar.opened {
  transition: all 0.3s;
}
.cid-sEVsNcKsNE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sEVsNcKsNE .navbar .navbar-logo img {
  width: auto;
}
.cid-sEVsNcKsNE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEVsNcKsNE .navbar.collapsed {
  justify-content: center;
}
.cid-sEVsNcKsNE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEVsNcKsNE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sEVsNcKsNE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEVsNcKsNE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEVsNcKsNE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sEVsNcKsNE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEVsNcKsNE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEVsNcKsNE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEVsNcKsNE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEVsNcKsNE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sEVsNcKsNE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEVsNcKsNE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sEVsNcKsNE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sEVsNcKsNE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEVsNcKsNE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEVsNcKsNE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sEVsNcKsNE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sEVsNcKsNE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEVsNcKsNE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEVsNcKsNE .dropdown-item.active,
.cid-sEVsNcKsNE .dropdown-item:active {
  background-color: transparent;
}
.cid-sEVsNcKsNE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEVsNcKsNE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEVsNcKsNE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEVsNcKsNE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sEVsNcKsNE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEVsNcKsNE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEVsNcKsNE ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 15px;
}
.cid-sEVsNcKsNE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sEVsNcKsNE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEVsNcKsNE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEVsNcKsNE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEVsNcKsNE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEVsNcKsNE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEVsNcKsNE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEVsNcKsNE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sEVsNcKsNE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEVsNcKsNE .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-sEVsNcKsNE .navbar {
    height: 70px;
  }
  .cid-sEVsNcKsNE .navbar.opened {
    height: auto;
  }
  .cid-sEVsNcKsNE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEVsNcKsNE span {
  font-size: 10px;
  display: block;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
}
.cid-uvbXZ8jTrK {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvbXZ8jTrK img,
.cid-uvbXZ8jTrK .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uvbXZ8jTrK .item:focus,
.cid-uvbXZ8jTrK span:focus {
  outline: none;
}
.cid-uvbXZ8jTrK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uvbXZ8jTrK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvbXZ8jTrK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvbXZ8jTrK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uvbXZ8jTrK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvbXZ8jTrK .mbr-section-title {
  color: #232323;
}
.cid-uvbXZ8jTrK .mbr-text,
.cid-uvbXZ8jTrK .mbr-section-btn {
  text-align: left;
}
.cid-uvbXZ8jTrK .item-title {
  text-align: center;
}
.cid-uvbXZ8jTrK .item-subtitle {
  text-align: left;
}
.cid-tFOsswD4bk {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/news01-mark-800x800.jpg");
}
.cid-tFOsswD4bk .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tFOsswD4bk .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tFOsswD4bk .mbr-section-title {
  color: #353535;
}
.cid-tFOsNCxDCK {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tFOsNCxDCK .mbr-text {
  text-align: left;
}
.cid-v0luC09nOa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFOsYONUZQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tFOsYONUZQ .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tFOsYONUZQ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFOsYONUZQ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tFOsYONUZQ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tFOsYONUZQ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tFOsYONUZQ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tFOsYONUZQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tFOsZPMYtN {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tFOsZPMYtN .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
.cid-tFOsZPMYtN .item:last-child .icon-box:before {
  display: none;
}
.cid-tFOsZPMYtN .item.last .icon-box:before {
  display: none;
}
.cid-tFOsZPMYtN .icon-box {
  background: #1d262d;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tFOsZPMYtN .icon-box {
    margin-right: 1rem;
  }
}
.cid-tFOsZPMYtN span {
  font-size: 1rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tFOsZPMYtN .card {
    margin-bottom: 2rem;
  }
  .cid-tFOsZPMYtN .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uvcuH6mzfP {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/news02-mark-696x696.jpg");
}
.cid-uvcuH6mzfP .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvcuH6mzfP .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uvcuH6mzfP .mbr-section-title {
  color: #353535;
}
.cid-uvccMorFxY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("");
}
.cid-uvccMorFxY .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uvccMorFxY .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvccMorFxY .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvccMorFxY .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvccMorFxY .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvccMorFxY .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uvccMorFxY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvcdPf4D4p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvcdPf4D4p .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
.cid-uvcdPf4D4p .item:last-child .icon-box:before {
  display: none;
}
.cid-uvcdPf4D4p .item.last .icon-box:before {
  display: none;
}
.cid-uvcdPf4D4p .icon-box {
  background: #1d262d;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uvcdPf4D4p .icon-box {
    margin-right: 1rem;
  }
}
.cid-uvcdPf4D4p span {
  font-size: 1rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvcdPf4D4p .card {
    margin-bottom: 2rem;
  }
  .cid-uvcdPf4D4p .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uvcf2nkzng {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/img-1631-960x1706.jpg");
}
.cid-uvcf2nkzng .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uvcf2nkzng .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvcf2nkzng .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvcf2nkzng .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvcf2nkzng .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvcf2nkzng .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uvcf2nkzng .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sEVuGsRwvH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
  overflow: hidden;
}
.cid-sEVuGsRwvH .credit {
  margin-bottom: 10px;
  font-size: 9px;
  color: #bbbbbb;
  font-family: 'PT Sans', sans-serif;
}
.cid-sEVuGsRwvH .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uhJ12hmSvO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhJ12hmSvO nav.navbar {
  position: fixed;
}
.cid-uhJ12hmSvO .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-uhJ12hmSvO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhJ12hmSvO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhJ12hmSvO .dropdown-item:hover,
.cid-uhJ12hmSvO .dropdown-item:focus {
  background: #f3641c !important;
  color: white !important;
}
.cid-uhJ12hmSvO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhJ12hmSvO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhJ12hmSvO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhJ12hmSvO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhJ12hmSvO .nav-link {
  position: relative;
}
.cid-uhJ12hmSvO .container {
  display: flex;
  margin: auto;
}
.cid-uhJ12hmSvO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhJ12hmSvO .dropdown-menu,
.cid-uhJ12hmSvO .navbar.opened {
  background: #ffffff !important;
}
.cid-uhJ12hmSvO .nav-item:focus,
.cid-uhJ12hmSvO .nav-link:focus {
  outline: none;
}
.cid-uhJ12hmSvO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhJ12hmSvO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhJ12hmSvO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhJ12hmSvO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhJ12hmSvO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhJ12hmSvO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhJ12hmSvO .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-uhJ12hmSvO .navbar.opened {
  transition: all 0.3s;
}
.cid-uhJ12hmSvO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhJ12hmSvO .navbar .navbar-logo img {
  width: auto;
}
.cid-uhJ12hmSvO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhJ12hmSvO .navbar.collapsed {
  justify-content: center;
}
.cid-uhJ12hmSvO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhJ12hmSvO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhJ12hmSvO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhJ12hmSvO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhJ12hmSvO .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-uhJ12hmSvO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhJ12hmSvO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhJ12hmSvO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhJ12hmSvO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhJ12hmSvO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhJ12hmSvO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhJ12hmSvO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhJ12hmSvO .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-uhJ12hmSvO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhJ12hmSvO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhJ12hmSvO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhJ12hmSvO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhJ12hmSvO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhJ12hmSvO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhJ12hmSvO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhJ12hmSvO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhJ12hmSvO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhJ12hmSvO .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-uhJ12hmSvO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhJ12hmSvO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhJ12hmSvO .dropdown-item.active,
.cid-uhJ12hmSvO .dropdown-item:active {
  background-color: transparent;
}
.cid-uhJ12hmSvO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhJ12hmSvO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhJ12hmSvO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhJ12hmSvO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhJ12hmSvO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhJ12hmSvO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhJ12hmSvO ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 15px;
}
.cid-uhJ12hmSvO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhJ12hmSvO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhJ12hmSvO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uhJ12hmSvO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhJ12hmSvO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhJ12hmSvO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhJ12hmSvO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhJ12hmSvO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhJ12hmSvO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhJ12hmSvO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhJ12hmSvO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhJ12hmSvO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhJ12hmSvO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhJ12hmSvO .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-uhJ12hmSvO .navbar {
    height: 70px;
  }
  .cid-uhJ12hmSvO .navbar.opened {
    height: auto;
  }
  .cid-uhJ12hmSvO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhJ12hmSvO span {
  font-size: 10px;
  display: block;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
}
.cid-uhJ12cCKXJ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhJ12cCKXJ .mbr-section-title {
  color: #1d262d;
}
.cid-uhJ12dZgSf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uhJ12dZgSf .carousel {
    min-height: 400px;
  }
  .cid-uhJ12dZgSf .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhJ12dZgSf .carousel {
    min-height: 260px;
  }
  .cid-uhJ12dZgSf .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uhJ12dZgSf .carousel {
    min-height: 220px;
  }
  .cid-uhJ12dZgSf .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-uhJ12dZgSf .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uhJ12dZgSf .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uhJ12dZgSf .carousel,
.cid-uhJ12dZgSf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uhJ12dZgSf .item-wrapper {
  width: 100%;
}
.cid-uhJ12dZgSf .carousel-caption {
  bottom: 40px;
}
.cid-uhJ12dZgSf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uhJ12dZgSf .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uhJ12dZgSf .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uhJ12dZgSf .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uhJ12dZgSf .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uhJ12dZgSf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhJ12dZgSf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhJ12dZgSf .carousel-control {
    bottom: 1rem;
    width: 35px;
    height: 35px;
    margin-top: -1rem;
    font-size: 18px;
  }
}
.cid-uhJ12dZgSf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uhJ12dZgSf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uhJ12dZgSf .carousel-indicators li.active,
.cid-uhJ12dZgSf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uhJ12dZgSf .carousel-indicators li::after,
.cid-uhJ12dZgSf .carousel-indicators li::before {
  content: none;
}
.cid-uhJ12dZgSf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uhJ12dZgSf .carousel-indicators {
    display: none !important;
  }
}
.cid-uhJ12eV5vR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhJ12eV5vR img,
.cid-uhJ12eV5vR .item-img {
  width: 100%;
}
.cid-uhJ12eV5vR .item:focus,
.cid-uhJ12eV5vR span:focus {
  outline: none;
}
.cid-uhJ12eV5vR .item {
  margin-bottom: 2rem;
}
.cid-uhJ12eV5vR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uhJ12eV5vR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhJ12eV5vR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uhJ12eV5vR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhJ12eV5vR .mbr-section-title {
  color: #232323;
}
.cid-uhJ12eV5vR .mbr-text,
.cid-uhJ12eV5vR .mbr-section-btn {
  text-align: left;
}
.cid-uhJ12eV5vR .item-title {
  text-align: left;
}
.cid-uhJ12eV5vR .item-subtitle {
  text-align: center;
}
.cid-uhJ12eV5vR .aword {
  color: #A67C52;
  font-size: 12px;
}
.cid-uhJ12geVzG {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uhJ12geVzG .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uhJ12gLmG4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uhJ12gLmG4 .credit {
  margin-bottom: 10px;
  font-size: 9px;
  color: #bbbbbb;
  font-family: 'PT Sans', sans-serif;
}
.cid-uhJ12gLmG4 .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uvbUyJlMlH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvbUyJlMlH nav.navbar {
  position: fixed;
}
.cid-uvbUyJlMlH .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-uvbUyJlMlH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvbUyJlMlH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvbUyJlMlH .dropdown-item:hover,
.cid-uvbUyJlMlH .dropdown-item:focus {
  background: #f3641c !important;
  color: white !important;
}
.cid-uvbUyJlMlH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvbUyJlMlH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvbUyJlMlH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvbUyJlMlH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvbUyJlMlH .nav-link {
  position: relative;
}
.cid-uvbUyJlMlH .container {
  display: flex;
  margin: auto;
}
.cid-uvbUyJlMlH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvbUyJlMlH .dropdown-menu,
.cid-uvbUyJlMlH .navbar.opened {
  background: #ffffff !important;
}
.cid-uvbUyJlMlH .nav-item:focus,
.cid-uvbUyJlMlH .nav-link:focus {
  outline: none;
}
.cid-uvbUyJlMlH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvbUyJlMlH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvbUyJlMlH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvbUyJlMlH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvbUyJlMlH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvbUyJlMlH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvbUyJlMlH .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-uvbUyJlMlH .navbar.opened {
  transition: all 0.3s;
}
.cid-uvbUyJlMlH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvbUyJlMlH .navbar .navbar-logo img {
  width: auto;
}
.cid-uvbUyJlMlH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvbUyJlMlH .navbar.collapsed {
  justify-content: center;
}
.cid-uvbUyJlMlH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvbUyJlMlH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvbUyJlMlH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvbUyJlMlH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvbUyJlMlH .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-uvbUyJlMlH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvbUyJlMlH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvbUyJlMlH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvbUyJlMlH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvbUyJlMlH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvbUyJlMlH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvbUyJlMlH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvbUyJlMlH .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-uvbUyJlMlH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvbUyJlMlH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvbUyJlMlH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvbUyJlMlH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvbUyJlMlH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvbUyJlMlH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvbUyJlMlH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvbUyJlMlH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvbUyJlMlH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvbUyJlMlH .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-uvbUyJlMlH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvbUyJlMlH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvbUyJlMlH .dropdown-item.active,
.cid-uvbUyJlMlH .dropdown-item:active {
  background-color: transparent;
}
.cid-uvbUyJlMlH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvbUyJlMlH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvbUyJlMlH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvbUyJlMlH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvbUyJlMlH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvbUyJlMlH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvbUyJlMlH ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 15px;
}
.cid-uvbUyJlMlH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvbUyJlMlH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvbUyJlMlH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvbUyJlMlH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvbUyJlMlH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvbUyJlMlH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvbUyJlMlH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvbUyJlMlH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvbUyJlMlH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvbUyJlMlH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvbUyJlMlH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvbUyJlMlH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvbUyJlMlH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvbUyJlMlH .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-uvbUyJlMlH .navbar {
    height: 70px;
  }
  .cid-uvbUyJlMlH .navbar.opened {
    height: auto;
  }
  .cid-uvbUyJlMlH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvbUyJlMlH span {
  font-size: 10px;
  display: block;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
}
.cid-uvbUyKwiH6 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvbUyKwiH6 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvbUyKwiH6 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uvbUyLfqZ6 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvbUyLfqZ6 .mbr-text {
  text-align: left;
}
.cid-uvbUyLIvsN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvbUyLIvsN .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uvbUyLIvsN .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvbUyLIvsN .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvbUyLIvsN .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvbUyLIvsN .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvbUyLIvsN .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uvbUyLIvsN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvbUyMpTbl {
  padding-top: 2rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uvbUyMpTbl .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
.cid-uvbUyMpTbl .item:last-child .icon-box:before {
  display: none;
}
.cid-uvbUyMpTbl .item.last .icon-box:before {
  display: none;
}
.cid-uvbUyMpTbl .icon-box {
  background: #1d262d;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uvbUyMpTbl .icon-box {
    margin-right: 1rem;
  }
}
.cid-uvbUyMpTbl span {
  font-size: 1rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvbUyMpTbl .card {
    margin-bottom: 2rem;
  }
  .cid-uvbUyMpTbl .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uvbUyNMkM1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uvbUyNMkM1 .credit {
  margin-bottom: 10px;
  font-size: 9px;
  color: #bbbbbb;
  font-family: 'PT Sans', sans-serif;
}
.cid-uvbUyNMkM1 .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-sPswfxi94K {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPswfxi94K nav.navbar {
  position: fixed;
}
.cid-sPswfxi94K .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-sPswfxi94K .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPswfxi94K .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPswfxi94K .dropdown-item:hover,
.cid-sPswfxi94K .dropdown-item:focus {
  background: #f3641c !important;
  color: white !important;
}
.cid-sPswfxi94K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPswfxi94K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPswfxi94K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPswfxi94K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPswfxi94K .nav-link {
  position: relative;
}
.cid-sPswfxi94K .container {
  display: flex;
  margin: auto;
}
.cid-sPswfxi94K .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPswfxi94K .dropdown-menu,
.cid-sPswfxi94K .navbar.opened {
  background: #ffffff !important;
}
.cid-sPswfxi94K .nav-item:focus,
.cid-sPswfxi94K .nav-link:focus {
  outline: none;
}
.cid-sPswfxi94K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPswfxi94K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPswfxi94K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPswfxi94K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPswfxi94K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPswfxi94K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPswfxi94K .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-sPswfxi94K .navbar.opened {
  transition: all 0.3s;
}
.cid-sPswfxi94K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPswfxi94K .navbar .navbar-logo img {
  width: auto;
}
.cid-sPswfxi94K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPswfxi94K .navbar.collapsed {
  justify-content: center;
}
.cid-sPswfxi94K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPswfxi94K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sPswfxi94K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPswfxi94K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPswfxi94K .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-sPswfxi94K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPswfxi94K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPswfxi94K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPswfxi94K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPswfxi94K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPswfxi94K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPswfxi94K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPswfxi94K .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-sPswfxi94K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPswfxi94K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPswfxi94K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPswfxi94K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPswfxi94K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPswfxi94K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPswfxi94K .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPswfxi94K .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPswfxi94K .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPswfxi94K .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-sPswfxi94K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPswfxi94K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPswfxi94K .dropdown-item.active,
.cid-sPswfxi94K .dropdown-item:active {
  background-color: transparent;
}
.cid-sPswfxi94K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPswfxi94K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPswfxi94K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPswfxi94K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPswfxi94K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPswfxi94K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPswfxi94K ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 15px;
}
.cid-sPswfxi94K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPswfxi94K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPswfxi94K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sPswfxi94K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPswfxi94K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPswfxi94K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPswfxi94K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPswfxi94K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPswfxi94K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPswfxi94K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPswfxi94K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPswfxi94K .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPswfxi94K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPswfxi94K .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-sPswfxi94K .navbar {
    height: 70px;
  }
  .cid-sPswfxi94K .navbar.opened {
    height: auto;
  }
  .cid-sPswfxi94K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPswfxi94K span {
  font-size: 10px;
  display: block;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
}
.cid-sFVRjShxOG {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sFVRjShxOG .mbr-section-title {
  color: #1d262d;
}
.cid-sFVRjSPklF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sFVRjSPklF .carousel {
    min-height: 400px;
  }
  .cid-sFVRjSPklF .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sFVRjSPklF .carousel {
    min-height: 260px;
  }
  .cid-sFVRjSPklF .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sFVRjSPklF .carousel {
    min-height: 220px;
  }
  .cid-sFVRjSPklF .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-sFVRjSPklF .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sFVRjSPklF .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sFVRjSPklF .carousel,
.cid-sFVRjSPklF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFVRjSPklF .item-wrapper {
  width: 100%;
}
.cid-sFVRjSPklF .carousel-caption {
  bottom: 40px;
}
.cid-sFVRjSPklF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sFVRjSPklF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sFVRjSPklF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sFVRjSPklF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sFVRjSPklF .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sFVRjSPklF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFVRjSPklF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFVRjSPklF .carousel-control {
    bottom: 1rem;
    width: 35px;
    height: 35px;
    margin-top: -1rem;
    font-size: 18px;
  }
}
.cid-sFVRjSPklF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sFVRjSPklF .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sFVRjSPklF .carousel-indicators li.active,
.cid-sFVRjSPklF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFVRjSPklF .carousel-indicators li::after,
.cid-sFVRjSPklF .carousel-indicators li::before {
  content: none;
}
.cid-sFVRjSPklF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFVRjSPklF .carousel-indicators {
    display: none !important;
  }
}
.cid-uMtlF8Z0XA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMtlF8Z0XA img,
.cid-uMtlF8Z0XA .item-img {
  width: 100%;
}
.cid-uMtlF8Z0XA .item:focus,
.cid-uMtlF8Z0XA span:focus {
  outline: none;
}
.cid-uMtlF8Z0XA .item {
  margin-bottom: 2rem;
}
.cid-uMtlF8Z0XA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMtlF8Z0XA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMtlF8Z0XA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMtlF8Z0XA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMtlF8Z0XA .mbr-section-title {
  color: #232323;
}
.cid-uMtlF8Z0XA .mbr-text,
.cid-uMtlF8Z0XA .mbr-section-btn {
  text-align: left;
}
.cid-uMtlF8Z0XA .item-title {
  text-align: left;
}
.cid-uMtlF8Z0XA .item-subtitle {
  text-align: center;
}
.cid-uhTiA6mKC6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhTiA6mKC6 img,
.cid-uhTiA6mKC6 .item-img {
  width: 100%;
}
.cid-uhTiA6mKC6 .item:focus,
.cid-uhTiA6mKC6 span:focus {
  outline: none;
}
.cid-uhTiA6mKC6 .item {
  margin-bottom: 2rem;
}
.cid-uhTiA6mKC6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uhTiA6mKC6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhTiA6mKC6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uhTiA6mKC6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhTiA6mKC6 .mbr-section-title {
  color: #232323;
}
.cid-uhTiA6mKC6 .mbr-text,
.cid-uhTiA6mKC6 .mbr-section-btn {
  text-align: left;
}
.cid-uhTiA6mKC6 .item-title {
  text-align: left;
}
.cid-uhTiA6mKC6 .item-subtitle {
  text-align: center;
}
.cid-tFqHlo5XYQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFqHlo5XYQ img,
.cid-tFqHlo5XYQ .item-img {
  width: 100%;
}
.cid-tFqHlo5XYQ .item:focus,
.cid-tFqHlo5XYQ span:focus {
  outline: none;
}
.cid-tFqHlo5XYQ .item {
  margin-bottom: 2rem;
}
.cid-tFqHlo5XYQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tFqHlo5XYQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFqHlo5XYQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tFqHlo5XYQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tFqHlo5XYQ .mbr-section-title {
  color: #232323;
}
.cid-tFqHlo5XYQ .mbr-text,
.cid-tFqHlo5XYQ .mbr-section-btn {
  text-align: left;
}
.cid-tFqHlo5XYQ .item-title {
  text-align: left;
}
.cid-tFqHlo5XYQ .item-subtitle {
  text-align: center;
}
.cid-sFVZURdl5b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sFVZURdl5b img,
.cid-sFVZURdl5b .item-img {
  width: 100%;
}
.cid-sFVZURdl5b .item:focus,
.cid-sFVZURdl5b span:focus {
  outline: none;
}
.cid-sFVZURdl5b .item {
  margin-bottom: 2rem;
}
.cid-sFVZURdl5b .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFVZURdl5b .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFVZURdl5b .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sFVZURdl5b .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFVZURdl5b .mbr-section-title {
  color: #232323;
}
.cid-sFVZURdl5b .mbr-text,
.cid-sFVZURdl5b .mbr-section-btn {
  text-align: left;
}
.cid-sFVZURdl5b .item-title {
  text-align: left;
}
.cid-sFVZURdl5b .item-subtitle {
  text-align: center;
}
.cid-t6DmEad6pi {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t6DmEad6pi img,
.cid-t6DmEad6pi .item-img {
  width: 100%;
}
.cid-t6DmEad6pi .item:focus,
.cid-t6DmEad6pi span:focus {
  outline: none;
}
.cid-t6DmEad6pi .item {
  margin-bottom: 2rem;
}
.cid-t6DmEad6pi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t6DmEad6pi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6DmEad6pi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t6DmEad6pi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t6DmEad6pi .mbr-section-title {
  color: #232323;
}
.cid-t6DmEad6pi .mbr-text,
.cid-t6DmEad6pi .mbr-section-btn {
  text-align: left;
}
.cid-t6DmEad6pi .item-title {
  text-align: left;
}
.cid-t6DmEad6pi .item-subtitle {
  text-align: center;
}
.cid-t6DmEad6pi .aword {
  color: #A67C52;
  font-size: 12px;
}
.cid-sFVRjUfiFA {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sFVRjUfiFA .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-sHlfq8ASAt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
  overflow: hidden;
}
.cid-sHlfq8ASAt .credit {
  margin-bottom: 10px;
  font-size: 9px;
  color: #bbbbbb;
  font-family: 'PT Sans', sans-serif;
}
.cid-sHlfq8ASAt .media-container-row .mbr-text {
  color: #bbbbbb;
}
#custom-html-5f {
  /*-----Create hidden menu-----*/
  /*-----change hamburger to an x-----*/
  /*-----unhide menu-----*/
}
#custom-html-5f .menu-icon {
  position: fixed;
  bottom: 40px;
  left: 0;
  cursor: pointer;
  z-index: 1000;
  padding: 10px 38px;
}
#custom-html-5f .menu-icon span {
  vertical-align: middle;
}
#custom-html-5f .menu-icon .bars {
  display: block;
  position: relative;
  width: 22px;
  height: 2px;
  background-color: black;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#custom-html-5f .menu-icon .bars:before,
#custom-html-5f .menu-icon .bars:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: black;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#custom-html-5f .menu-icon .bars:before {
  top: 6px;
}
#custom-html-5f .menu-icon .bars:after {
  bottom: 6px;
}
#custom-html-5f .menu {
  width: 50%;
  height: 100%;
  background-color: #FFFFFF;
  position: fixed;
  left: -100%;
  text-align: center;
  top: 0;
  opacity: 0.8;
  z-index: 999;
  margin-top: 0;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  display: inline-table;
}
#custom-html-5f .menu ul {
  list-style-type: none;
  padding-left: 40%;
  text-align: left;
}
#custom-html-5f .menu a {
  color: #000000;
  text-decoration: none;
}
#custom-html-5f .menu a:hover {
  color: #C2986B;
}
#custom-html-5f .menu:hover {
  overflow-y: auto;
}
#custom-html-5f .open .menu-icon .bars {
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#custom-html-5f .open .menu-icon .bars::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#custom-html-5f .open .menu-icon .bars::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#custom-html-5f .open .menu {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  background: #FFFFFF;
}
#custom-html-5f .menulist {
  vertical-align: middle;
  display: table-cell;
}
#custom-html-5f .menulist ul li {
  padding: 10px 0;
  line-height: 16px;
  letter-spacing: 1px;
  color: #262626;
}
#custom-html-5f .menulist ul li a {
  color: #262626;
  font-weight: 900;
}
@media only screen and (max-width: 480px) {
  #custom-html-5f .open .menu {
    width: 100%;
  }
}
#custom-html-5f .mdl-layout__obfuscator {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  transition: visibility 0.5s, opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  background-color: #000000;
  opacity: 0;
}
#custom-html-5f .open ~ .mdl-layout__obfuscator {
  visibility: visible;
  opacity: 0.5;
}
.cid-uMtpoDg38H {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMtpoDg38H nav.navbar {
  position: fixed;
}
.cid-uMtpoDg38H .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-uMtpoDg38H .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMtpoDg38H .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMtpoDg38H .dropdown-item:hover,
.cid-uMtpoDg38H .dropdown-item:focus {
  background: #f3641c !important;
  color: white !important;
}
.cid-uMtpoDg38H .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMtpoDg38H .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMtpoDg38H .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMtpoDg38H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMtpoDg38H .nav-link {
  position: relative;
}
.cid-uMtpoDg38H .container {
  display: flex;
  margin: auto;
}
.cid-uMtpoDg38H .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMtpoDg38H .dropdown-menu,
.cid-uMtpoDg38H .navbar.opened {
  background: #ffffff !important;
}
.cid-uMtpoDg38H .nav-item:focus,
.cid-uMtpoDg38H .nav-link:focus {
  outline: none;
}
.cid-uMtpoDg38H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMtpoDg38H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMtpoDg38H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMtpoDg38H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMtpoDg38H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMtpoDg38H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMtpoDg38H .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-uMtpoDg38H .navbar.opened {
  transition: all 0.3s;
}
.cid-uMtpoDg38H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMtpoDg38H .navbar .navbar-logo img {
  width: auto;
}
.cid-uMtpoDg38H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMtpoDg38H .navbar.collapsed {
  justify-content: center;
}
.cid-uMtpoDg38H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMtpoDg38H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMtpoDg38H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMtpoDg38H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMtpoDg38H .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-uMtpoDg38H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMtpoDg38H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMtpoDg38H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMtpoDg38H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMtpoDg38H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMtpoDg38H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMtpoDg38H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMtpoDg38H .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-uMtpoDg38H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMtpoDg38H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMtpoDg38H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMtpoDg38H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMtpoDg38H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMtpoDg38H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMtpoDg38H .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMtpoDg38H .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMtpoDg38H .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMtpoDg38H .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-uMtpoDg38H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMtpoDg38H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMtpoDg38H .dropdown-item.active,
.cid-uMtpoDg38H .dropdown-item:active {
  background-color: transparent;
}
.cid-uMtpoDg38H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMtpoDg38H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMtpoDg38H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMtpoDg38H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMtpoDg38H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMtpoDg38H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMtpoDg38H ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 15px;
}
.cid-uMtpoDg38H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMtpoDg38H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMtpoDg38H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMtpoDg38H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMtpoDg38H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMtpoDg38H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMtpoDg38H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMtpoDg38H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMtpoDg38H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMtpoDg38H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMtpoDg38H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMtpoDg38H .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMtpoDg38H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMtpoDg38H .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-uMtpoDg38H .navbar {
    height: 70px;
  }
  .cid-uMtpoDg38H .navbar.opened {
    height: auto;
  }
  .cid-uMtpoDg38H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMtpoDg38H span {
  font-size: 10px;
  display: block;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
}
.cid-uMtpoEg6VU {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMtpoEg6VU .mbr-section-title {
  color: #1d262d;
}
.cid-uMtpoERcX9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uMtpoERcX9 .carousel {
    min-height: 400px;
  }
  .cid-uMtpoERcX9 .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMtpoERcX9 .carousel {
    min-height: 260px;
  }
  .cid-uMtpoERcX9 .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uMtpoERcX9 .carousel {
    min-height: 220px;
  }
  .cid-uMtpoERcX9 .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-uMtpoERcX9 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uMtpoERcX9 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uMtpoERcX9 .carousel,
.cid-uMtpoERcX9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMtpoERcX9 .item-wrapper {
  width: 100%;
}
.cid-uMtpoERcX9 .carousel-caption {
  bottom: 40px;
}
.cid-uMtpoERcX9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uMtpoERcX9 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uMtpoERcX9 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uMtpoERcX9 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uMtpoERcX9 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uMtpoERcX9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMtpoERcX9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMtpoERcX9 .carousel-control {
    bottom: 1rem;
    width: 35px;
    height: 35px;
    margin-top: -1rem;
    font-size: 18px;
  }
}
.cid-uMtpoERcX9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uMtpoERcX9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uMtpoERcX9 .carousel-indicators li.active,
.cid-uMtpoERcX9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uMtpoERcX9 .carousel-indicators li::after,
.cid-uMtpoERcX9 .carousel-indicators li::before {
  content: none;
}
.cid-uMtpoERcX9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uMtpoERcX9 .carousel-indicators {
    display: none !important;
  }
}
.cid-uMtpoFN2LD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMtpoFN2LD img,
.cid-uMtpoFN2LD .item-img {
  width: 100%;
}
.cid-uMtpoFN2LD .item:focus,
.cid-uMtpoFN2LD span:focus {
  outline: none;
}
.cid-uMtpoFN2LD .item {
  margin-bottom: 2rem;
}
.cid-uMtpoFN2LD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMtpoFN2LD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMtpoFN2LD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMtpoFN2LD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMtpoFN2LD .mbr-section-title {
  color: #232323;
}
.cid-uMtpoFN2LD .mbr-text,
.cid-uMtpoFN2LD .mbr-section-btn {
  text-align: left;
}
.cid-uMtpoFN2LD .item-title {
  text-align: left;
}
.cid-uMtpoFN2LD .item-subtitle {
  text-align: center;
}
.cid-uMtpoFN2LD .aword {
  color: #A67C52;
  font-size: 12px;
}
.cid-uMtpoH6JQ6 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uMtpoH6JQ6 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uMtpoHxBeh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uMtpoHxBeh .credit {
  margin-bottom: 10px;
  font-size: 9px;
  color: #bbbbbb;
  font-family: 'PT Sans', sans-serif;
}
.cid-uMtpoHxBeh .media-container-row .mbr-text {
  color: #bbbbbb;
}
