body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ad9031 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ad9031 !important;
  border-color: #ad9031 !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: #69581e !important;
  border-color: #69581e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #69581e !important;
  border-color: #69581e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1d121b !important;
  border-color: #1d121b !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ad9031;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #69581e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ad9031 !important;
  border-color: #ad9031 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1d121b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d121b !important;
  border-color: #1d121b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ad9031 !important;
}
.text-secondary {
  color: #1d121b !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5e4e1a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !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: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  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: #ad9031;
}
.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: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ad9031;
  border-color: #ad9031;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ad9031;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dcc782;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ad9031 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ad9031;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ad9031;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ad9031;
}
.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: #ad9031;
  border-bottom-color: #ad9031;
}
.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: #ad9031 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1d121b !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='%23ad9031' %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-srxRKdd1US {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 30px;
}
.cid-srxRKdd1US nav.navbar {
  position: fixed;
}
.cid-srxRKdd1US .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-srxRKdd1US .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-srxRKdd1US .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-srxRKdd1US .dropdown-item:hover,
.cid-srxRKdd1US .dropdown-item:focus {
  background: #ad9031 !important;
  color: white !important;
}
.cid-srxRKdd1US .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-srxRKdd1US .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-srxRKdd1US .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-srxRKdd1US .nav-link {
  position: relative;
}
.cid-srxRKdd1US .container {
  display: flex;
  margin: auto;
}
.cid-srxRKdd1US .iconfont-wrapper {
  color: #ad9031 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srxRKdd1US .dropdown-menu,
.cid-srxRKdd1US .navbar.opened {
  background: #1d121b !important;
}
.cid-srxRKdd1US .nav-item:focus,
.cid-srxRKdd1US .nav-link:focus {
  outline: none;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srxRKdd1US .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srxRKdd1US .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: #1d121b;
}
.cid-srxRKdd1US .navbar.opened {
  transition: all 0.3s;
}
.cid-srxRKdd1US .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-srxRKdd1US .navbar .navbar-logo img {
  width: auto;
}
.cid-srxRKdd1US .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-srxRKdd1US .navbar.collapsed {
  justify-content: center;
}
.cid-srxRKdd1US .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srxRKdd1US .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-srxRKdd1US .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-srxRKdd1US .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-srxRKdd1US .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srxRKdd1US .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-srxRKdd1US .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-srxRKdd1US .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-srxRKdd1US .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-srxRKdd1US .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-srxRKdd1US .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-srxRKdd1US .navbar.navbar-short {
  min-height: 60px;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srxRKdd1US .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srxRKdd1US .dropdown-item.active,
.cid-srxRKdd1US .dropdown-item:active {
  background-color: transparent;
}
.cid-srxRKdd1US .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d121b;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srxRKdd1US .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srxRKdd1US ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-srxRKdd1US .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-srxRKdd1US button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ad9031;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-srxRKdd1US a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar {
    height: 70px;
  }
  .cid-srxRKdd1US .navbar.opened {
    height: auto;
  }
  .cid-srxRKdd1US .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srlGDnRLgQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-srlGDnRLgQ .carousel {
    min-height: 500px;
  }
  .cid-srlGDnRLgQ .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-srlGDnRLgQ .carousel {
    min-height: 325px;
  }
  .cid-srlGDnRLgQ .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-srlGDnRLgQ .carousel {
    min-height: 275px;
  }
  .cid-srlGDnRLgQ .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-srlGDnRLgQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-srlGDnRLgQ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-srlGDnRLgQ .carousel,
.cid-srlGDnRLgQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srlGDnRLgQ .item-wrapper {
  width: 100%;
}
.cid-srlGDnRLgQ .carousel-caption {
  bottom: 40px;
}
.cid-srlGDnRLgQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-srlGDnRLgQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-srlGDnRLgQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-srlGDnRLgQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-srlGDnRLgQ .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-srlGDnRLgQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srlGDnRLgQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srlGDnRLgQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srlGDnRLgQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-srlGDnRLgQ .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-srlGDnRLgQ .carousel-indicators li.active,
.cid-srlGDnRLgQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srlGDnRLgQ .carousel-indicators li::after,
.cid-srlGDnRLgQ .carousel-indicators li::before {
  content: none;
}
.cid-srlGDnRLgQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srlGDnRLgQ .carousel-indicators {
    display: none !important;
  }
}
.cid-srCFln0oii {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/of-logo-01-s-sp2-2.jpg");
}
.cid-srCFln0oii .mbr-section-title {
  color: #ad9031;
}
.cid-srCFln0oii .mbr-text,
.cid-srCFln0oii .mbr-section-btn {
  color: #ad9031;
}
.cid-srCFln0oii .mbr-section-subtitle {
  color: #ad9031;
}
.cid-srD1FFHsKn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
.cid-srD1FFHsKn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-srD1FFHsKn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-srD1FFHsKn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-srD1FFHsKn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-srD1FFHsKn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-srD1FFHsKn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-srD1FFHsKn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srD1FFHsKn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srD1FFHsKn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .mbr-text {
  color: #6c5c2a;
}
.cid-srgkYS8Yry {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1d121b;
}
.cid-srgkYS8Yry .mbr-text {
  color: #1d121b;
}
.cid-srxRKdd1US {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 30px;
}
.cid-srxRKdd1US nav.navbar {
  position: fixed;
}
.cid-srxRKdd1US .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-srxRKdd1US .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-srxRKdd1US .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-srxRKdd1US .dropdown-item:hover,
.cid-srxRKdd1US .dropdown-item:focus {
  background: #ad9031 !important;
  color: white !important;
}
.cid-srxRKdd1US .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-srxRKdd1US .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-srxRKdd1US .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-srxRKdd1US .nav-link {
  position: relative;
}
.cid-srxRKdd1US .container {
  display: flex;
  margin: auto;
}
.cid-srxRKdd1US .iconfont-wrapper {
  color: #ad9031 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srxRKdd1US .dropdown-menu,
.cid-srxRKdd1US .navbar.opened {
  background: #1d121b !important;
}
.cid-srxRKdd1US .nav-item:focus,
.cid-srxRKdd1US .nav-link:focus {
  outline: none;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srxRKdd1US .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srxRKdd1US .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: #1d121b;
}
.cid-srxRKdd1US .navbar.opened {
  transition: all 0.3s;
}
.cid-srxRKdd1US .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-srxRKdd1US .navbar .navbar-logo img {
  width: auto;
}
.cid-srxRKdd1US .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-srxRKdd1US .navbar.collapsed {
  justify-content: center;
}
.cid-srxRKdd1US .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srxRKdd1US .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-srxRKdd1US .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-srxRKdd1US .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-srxRKdd1US .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srxRKdd1US .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-srxRKdd1US .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-srxRKdd1US .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-srxRKdd1US .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-srxRKdd1US .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-srxRKdd1US .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-srxRKdd1US .navbar.navbar-short {
  min-height: 60px;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srxRKdd1US .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srxRKdd1US .dropdown-item.active,
.cid-srxRKdd1US .dropdown-item:active {
  background-color: transparent;
}
.cid-srxRKdd1US .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d121b;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srxRKdd1US .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srxRKdd1US ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-srxRKdd1US .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-srxRKdd1US button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ad9031;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-srxRKdd1US a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar {
    height: 70px;
  }
  .cid-srxRKdd1US .navbar.opened {
    height: auto;
  }
  .cid-srxRKdd1US .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srnU9lDzUc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-srnU9lDzUc .carousel {
    min-height: 500px;
  }
  .cid-srnU9lDzUc .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-srnU9lDzUc .carousel {
    min-height: 325px;
  }
  .cid-srnU9lDzUc .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-srnU9lDzUc .carousel {
    min-height: 275px;
  }
  .cid-srnU9lDzUc .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-srnU9lDzUc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-srnU9lDzUc .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-srnU9lDzUc .carousel,
.cid-srnU9lDzUc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srnU9lDzUc .item-wrapper {
  width: 100%;
}
.cid-srnU9lDzUc .carousel-caption {
  bottom: 40px;
}
.cid-srnU9lDzUc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-srnU9lDzUc .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-srnU9lDzUc .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-srnU9lDzUc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-srnU9lDzUc .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-srnU9lDzUc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srnU9lDzUc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srnU9lDzUc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srnU9lDzUc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-srnU9lDzUc .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-srnU9lDzUc .carousel-indicators li.active,
.cid-srnU9lDzUc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srnU9lDzUc .carousel-indicators li::after,
.cid-srnU9lDzUc .carousel-indicators li::before {
  content: none;
}
.cid-srnU9lDzUc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srnU9lDzUc .carousel-indicators {
    display: none !important;
  }
}
.cid-srnN3LAETw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/radio-maeva-aan-zee-sp2-3.jpeg");
}
@media (min-width: 1500px) {
  .cid-srnN3LAETw .container {
    max-width: 1400px;
  }
}
.cid-srnN3LAETw .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-srnN3LAETw .card-wrapper {
  margin-top: 3rem;
}
.cid-srnN3LAETw .row {
  justify-content: center;
}
.cid-srnN3LAETw .card-text {
  color: #ad9031;
}
.cid-srnN3LAETw .card-title,
.cid-srnN3LAETw .iconfont-wrapper {
  color: #ad9031;
}
.cid-srnN3LAETw .mbr-section-title {
  color: #ad9031;
}
.cid-srnN3LAETw .mbr-section-subtitle {
  color: #ad9031;
}
.cid-srD1FFHsKn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
.cid-srD1FFHsKn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-srD1FFHsKn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-srD1FFHsKn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-srD1FFHsKn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-srD1FFHsKn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-srD1FFHsKn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-srD1FFHsKn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srD1FFHsKn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srD1FFHsKn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .mbr-text {
  color: #6c5c2a;
}
.cid-srglTLj07f {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1d121b;
}
.cid-srglTLj07f .mbr-text {
  color: #1d121b;
}
.cid-srxRKdd1US {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 30px;
}
.cid-srxRKdd1US nav.navbar {
  position: fixed;
}
.cid-srxRKdd1US .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-srxRKdd1US .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-srxRKdd1US .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-srxRKdd1US .dropdown-item:hover,
.cid-srxRKdd1US .dropdown-item:focus {
  background: #ad9031 !important;
  color: white !important;
}
.cid-srxRKdd1US .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-srxRKdd1US .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-srxRKdd1US .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-srxRKdd1US .nav-link {
  position: relative;
}
.cid-srxRKdd1US .container {
  display: flex;
  margin: auto;
}
.cid-srxRKdd1US .iconfont-wrapper {
  color: #ad9031 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srxRKdd1US .dropdown-menu,
.cid-srxRKdd1US .navbar.opened {
  background: #1d121b !important;
}
.cid-srxRKdd1US .nav-item:focus,
.cid-srxRKdd1US .nav-link:focus {
  outline: none;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srxRKdd1US .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srxRKdd1US .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: #1d121b;
}
.cid-srxRKdd1US .navbar.opened {
  transition: all 0.3s;
}
.cid-srxRKdd1US .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-srxRKdd1US .navbar .navbar-logo img {
  width: auto;
}
.cid-srxRKdd1US .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-srxRKdd1US .navbar.collapsed {
  justify-content: center;
}
.cid-srxRKdd1US .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srxRKdd1US .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-srxRKdd1US .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-srxRKdd1US .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-srxRKdd1US .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srxRKdd1US .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-srxRKdd1US .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-srxRKdd1US .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-srxRKdd1US .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-srxRKdd1US .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-srxRKdd1US .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-srxRKdd1US .navbar.navbar-short {
  min-height: 60px;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srxRKdd1US .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srxRKdd1US .dropdown-item.active,
.cid-srxRKdd1US .dropdown-item:active {
  background-color: transparent;
}
.cid-srxRKdd1US .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d121b;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srxRKdd1US .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srxRKdd1US ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-srxRKdd1US .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-srxRKdd1US button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ad9031;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-srxRKdd1US a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar {
    height: 70px;
  }
  .cid-srxRKdd1US .navbar.opened {
    height: auto;
  }
  .cid-srxRKdd1US .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srgg1rIU7o {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-srgg1rIU7o .carousel {
    min-height: 500px;
  }
  .cid-srgg1rIU7o .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-srgg1rIU7o .carousel {
    min-height: 325px;
  }
  .cid-srgg1rIU7o .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-srgg1rIU7o .carousel {
    min-height: 275px;
  }
  .cid-srgg1rIU7o .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-srgg1rIU7o .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-srgg1rIU7o .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-srgg1rIU7o .carousel,
.cid-srgg1rIU7o .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srgg1rIU7o .item-wrapper {
  width: 100%;
}
.cid-srgg1rIU7o .carousel-caption {
  bottom: 40px;
}
.cid-srgg1rIU7o .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-srgg1rIU7o .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-srgg1rIU7o .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-srgg1rIU7o .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-srgg1rIU7o .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-srgg1rIU7o .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srgg1rIU7o .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srgg1rIU7o .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srgg1rIU7o .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-srgg1rIU7o .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-srgg1rIU7o .carousel-indicators li.active,
.cid-srgg1rIU7o .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srgg1rIU7o .carousel-indicators li::after,
.cid-srgg1rIU7o .carousel-indicators li::before {
  content: none;
}
.cid-srgg1rIU7o .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srgg1rIU7o .carousel-indicators {
    display: none !important;
  }
}
.cid-ulTSCeU205 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #1d121b;
}
.cid-ulTSCeU205 .showAlerts {
  display: block !important;
}
.cid-ulTSCeU205 .rowflexrev {
  display: -webkit-flex;
}
.cid-ulTSCeU205 .ws-form-alerts {
  margin-top: 1rem;
}
.cid-ulTSCeU205 .title {
  margin-bottom: 2rem;
}
.cid-ulTSCeU205 .mbr-section-subtitle {
  color: #ad9031;
  text-align: left;
}
.cid-ulTSCeU205 textarea.form-control {
  min-height: 188px;
}
.cid-ulTSCeU205 LABEL {
  color: #232323;
  display: initial;
}
.cid-ulTSCeU205 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ulTSCeU205 .mbr-section-labels {
  color: #ad9031;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ulTSCeU205 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ulTSCeU205 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ulTSCeU205 .alert {
  margin-bottom: 0;
}
.cid-ulTSCeU205 .alert-success {
  background-color: #70c770;
}
.cid-ulTSCeU205 .alert-danger {
  background-color: #ff4a52;
}
.cid-ulTSCeU205 .btn {
  display: inline-flex;
}
.cid-ulTSCeU205 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ulTSCeU205 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ulTSCeU205 .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-ulTSCeU205 input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-ulTSCeU205 input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-ulTSCeU205 input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-ulTSCeU205 input,
.cid-ulTSCeU205 option,
.cid-ulTSCeU205 textarea {
  color: #000000;
}
.cid-ulTSCeU205 H2 {
  color: #ad9031;
  text-align: left;
}
.cid-srD1FFHsKn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
.cid-srD1FFHsKn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-srD1FFHsKn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-srD1FFHsKn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-srD1FFHsKn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-srD1FFHsKn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-srD1FFHsKn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-srD1FFHsKn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srD1FFHsKn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srD1FFHsKn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .mbr-text {
  color: #6c5c2a;
}
.cid-srglXLjUPY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1d121b;
}
.cid-srglXLjUPY .mbr-text {
  color: #1d121b;
}
.cid-srxRKdd1US {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 30px;
}
.cid-srxRKdd1US nav.navbar {
  position: fixed;
}
.cid-srxRKdd1US .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-srxRKdd1US .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-srxRKdd1US .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-srxRKdd1US .dropdown-item:hover,
.cid-srxRKdd1US .dropdown-item:focus {
  background: #ad9031 !important;
  color: white !important;
}
.cid-srxRKdd1US .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-srxRKdd1US .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-srxRKdd1US .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-srxRKdd1US .nav-link {
  position: relative;
}
.cid-srxRKdd1US .container {
  display: flex;
  margin: auto;
}
.cid-srxRKdd1US .iconfont-wrapper {
  color: #ad9031 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srxRKdd1US .dropdown-menu,
.cid-srxRKdd1US .navbar.opened {
  background: #1d121b !important;
}
.cid-srxRKdd1US .nav-item:focus,
.cid-srxRKdd1US .nav-link:focus {
  outline: none;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srxRKdd1US .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srxRKdd1US .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: #1d121b;
}
.cid-srxRKdd1US .navbar.opened {
  transition: all 0.3s;
}
.cid-srxRKdd1US .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-srxRKdd1US .navbar .navbar-logo img {
  width: auto;
}
.cid-srxRKdd1US .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-srxRKdd1US .navbar.collapsed {
  justify-content: center;
}
.cid-srxRKdd1US .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srxRKdd1US .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-srxRKdd1US .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-srxRKdd1US .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-srxRKdd1US .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srxRKdd1US .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-srxRKdd1US .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-srxRKdd1US .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-srxRKdd1US .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-srxRKdd1US .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-srxRKdd1US .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-srxRKdd1US .navbar.navbar-short {
  min-height: 60px;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srxRKdd1US .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srxRKdd1US .dropdown-item.active,
.cid-srxRKdd1US .dropdown-item:active {
  background-color: transparent;
}
.cid-srxRKdd1US .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d121b;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srxRKdd1US .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srxRKdd1US ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-srxRKdd1US .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-srxRKdd1US button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ad9031;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-srxRKdd1US a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar {
    height: 70px;
  }
  .cid-srxRKdd1US .navbar.opened {
    height: auto;
  }
  .cid-srxRKdd1US .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sr628YdENe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-sr628YdENe .carousel {
    min-height: 500px;
  }
  .cid-sr628YdENe .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sr628YdENe .carousel {
    min-height: 325px;
  }
  .cid-sr628YdENe .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sr628YdENe .carousel {
    min-height: 275px;
  }
  .cid-sr628YdENe .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-sr628YdENe .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sr628YdENe .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sr628YdENe .carousel,
.cid-sr628YdENe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sr628YdENe .item-wrapper {
  width: 100%;
}
.cid-sr628YdENe .carousel-caption {
  bottom: 40px;
}
.cid-sr628YdENe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sr628YdENe .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sr628YdENe .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sr628YdENe .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sr628YdENe .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-sr628YdENe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sr628YdENe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sr628YdENe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sr628YdENe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sr628YdENe .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-sr628YdENe .carousel-indicators li.active,
.cid-sr628YdENe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sr628YdENe .carousel-indicators li::after,
.cid-sr628YdENe .carousel-indicators li::before {
  content: none;
}
.cid-sr628YdENe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sr628YdENe .carousel-indicators {
    display: none !important;
  }
}
.cid-sr61I7699B {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #1d121b;
}
.cid-sr61I7699B .mbr-text {
  color: #ad9031;
}
.cid-sr61I7699B .mbr-section-subtitle {
  color: #ad9031;
}
.cid-srxCKyfuLE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-srxCKyfuLE .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-srxCKyfuLE .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srxCKyfuLE .mbr-iconfont {
  font-size: 2rem;
  color: #ad9031;
  padding-right: 1.5rem;
}
.cid-srxCKyfuLE .card-text {
  color: #ad9031;
}
.cid-srxCKyfuLE .card-title {
  color: #ad9031;
}
.cid-srxNEbXJZ7 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srxNEbXJZ7 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srxNEbXJZ7 .block-title {
  color: #ad9031;
  text-align: center;
}
.cid-srD1FFHsKn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
.cid-srD1FFHsKn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-srD1FFHsKn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-srD1FFHsKn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-srD1FFHsKn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-srD1FFHsKn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-srD1FFHsKn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-srD1FFHsKn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srD1FFHsKn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srD1FFHsKn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .mbr-text {
  color: #6c5c2a;
}
.cid-srgm0K3Nty {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1d121b;
}
.cid-srgm0K3Nty .mbr-text {
  color: #1d121b;
}
.cid-srxRKdd1US {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 30px;
}
.cid-srxRKdd1US nav.navbar {
  position: fixed;
}
.cid-srxRKdd1US .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-srxRKdd1US .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-srxRKdd1US .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-srxRKdd1US .dropdown-item:hover,
.cid-srxRKdd1US .dropdown-item:focus {
  background: #ad9031 !important;
  color: white !important;
}
.cid-srxRKdd1US .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-srxRKdd1US .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-srxRKdd1US .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-srxRKdd1US .nav-link {
  position: relative;
}
.cid-srxRKdd1US .container {
  display: flex;
  margin: auto;
}
.cid-srxRKdd1US .iconfont-wrapper {
  color: #ad9031 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srxRKdd1US .dropdown-menu,
.cid-srxRKdd1US .navbar.opened {
  background: #1d121b !important;
}
.cid-srxRKdd1US .nav-item:focus,
.cid-srxRKdd1US .nav-link:focus {
  outline: none;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srxRKdd1US .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srxRKdd1US .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: #1d121b;
}
.cid-srxRKdd1US .navbar.opened {
  transition: all 0.3s;
}
.cid-srxRKdd1US .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-srxRKdd1US .navbar .navbar-logo img {
  width: auto;
}
.cid-srxRKdd1US .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-srxRKdd1US .navbar.collapsed {
  justify-content: center;
}
.cid-srxRKdd1US .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srxRKdd1US .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-srxRKdd1US .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-srxRKdd1US .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-srxRKdd1US .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srxRKdd1US .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-srxRKdd1US .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-srxRKdd1US .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-srxRKdd1US .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-srxRKdd1US .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-srxRKdd1US .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-srxRKdd1US .navbar.navbar-short {
  min-height: 60px;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srxRKdd1US .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srxRKdd1US .dropdown-item.active,
.cid-srxRKdd1US .dropdown-item:active {
  background-color: transparent;
}
.cid-srxRKdd1US .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d121b;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srxRKdd1US .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srxRKdd1US ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-srxRKdd1US .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-srxRKdd1US button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ad9031;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-srxRKdd1US a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar {
    height: 70px;
  }
  .cid-srxRKdd1US .navbar.opened {
    height: auto;
  }
  .cid-srxRKdd1US .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srcrRN1Gkt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-srcrRN1Gkt .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-srcrRN1Gkt .carousel {
    min-height: 500px;
  }
  .cid-srcrRN1Gkt .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-srcrRN1Gkt .carousel {
    min-height: 325px;
  }
  .cid-srcrRN1Gkt .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-srcrRN1Gkt .carousel {
    min-height: 275px;
  }
  .cid-srcrRN1Gkt .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-srcrRN1Gkt .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-srcrRN1Gkt .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-srcrRN1Gkt .carousel,
.cid-srcrRN1Gkt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srcrRN1Gkt .item-wrapper {
  width: 100%;
}
.cid-srcrRN1Gkt .carousel-caption {
  bottom: 40px;
}
.cid-srcrRN1Gkt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-srcrRN1Gkt .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-srcrRN1Gkt .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-srcrRN1Gkt .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-srcrRN1Gkt .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-srcrRN1Gkt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srcrRN1Gkt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srcrRN1Gkt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srcrRN1Gkt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-srcrRN1Gkt .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-srcrRN1Gkt .carousel-indicators li.active,
.cid-srcrRN1Gkt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srcrRN1Gkt .carousel-indicators li::after,
.cid-srcrRN1Gkt .carousel-indicators li::before {
  content: none;
}
.cid-srcrRN1Gkt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srcrRN1Gkt .carousel-indicators {
    display: none !important;
  }
}
.cid-sr62zFqD6M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
@media (max-width: 991px) {
  .cid-sr62zFqD6M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sr62zFqD6M img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sr62zFqD6M .text-wrapper {
    padding: 2rem;
  }
}
.cid-sr62zFqD6M .mbr-section-title {
  color: #ad9031;
}
.cid-sr62zFqD6M .mbr-text {
  color: #ad9031;
}
.cid-sr62zFqD6M .mbr-description {
  color: #ad9031;
}
.cid-srxD8X3TrG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-srxD8X3TrG .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-srxD8X3TrG .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srxD8X3TrG .mbr-iconfont {
  font-size: 2rem;
  color: #ad9031;
  padding-right: 1.5rem;
}
.cid-srxD8X3TrG .card-text {
  color: #ad9031;
}
.cid-srxD8X3TrG .card-title {
  color: #ad9031;
}
.cid-srD1FFHsKn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
.cid-srD1FFHsKn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-srD1FFHsKn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-srD1FFHsKn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-srD1FFHsKn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-srD1FFHsKn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-srD1FFHsKn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-srD1FFHsKn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srD1FFHsKn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srD1FFHsKn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .mbr-text {
  color: #6c5c2a;
}
.cid-srgm3Ym0Wu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1d121b;
}
.cid-srgm3Ym0Wu .mbr-text {
  color: #1d121b;
}
.cid-srxRKdd1US {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 30px;
}
.cid-srxRKdd1US nav.navbar {
  position: fixed;
}
.cid-srxRKdd1US .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-srxRKdd1US .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-srxRKdd1US .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-srxRKdd1US .dropdown-item:hover,
.cid-srxRKdd1US .dropdown-item:focus {
  background: #ad9031 !important;
  color: white !important;
}
.cid-srxRKdd1US .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-srxRKdd1US .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-srxRKdd1US .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-srxRKdd1US .nav-link {
  position: relative;
}
.cid-srxRKdd1US .container {
  display: flex;
  margin: auto;
}
.cid-srxRKdd1US .iconfont-wrapper {
  color: #ad9031 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srxRKdd1US .dropdown-menu,
.cid-srxRKdd1US .navbar.opened {
  background: #1d121b !important;
}
.cid-srxRKdd1US .nav-item:focus,
.cid-srxRKdd1US .nav-link:focus {
  outline: none;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srxRKdd1US .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srxRKdd1US .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: #1d121b;
}
.cid-srxRKdd1US .navbar.opened {
  transition: all 0.3s;
}
.cid-srxRKdd1US .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-srxRKdd1US .navbar .navbar-logo img {
  width: auto;
}
.cid-srxRKdd1US .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-srxRKdd1US .navbar.collapsed {
  justify-content: center;
}
.cid-srxRKdd1US .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srxRKdd1US .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-srxRKdd1US .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-srxRKdd1US .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-srxRKdd1US .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srxRKdd1US .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-srxRKdd1US .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-srxRKdd1US .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-srxRKdd1US .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-srxRKdd1US .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-srxRKdd1US .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-srxRKdd1US .navbar.navbar-short {
  min-height: 60px;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srxRKdd1US .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srxRKdd1US .dropdown-item.active,
.cid-srxRKdd1US .dropdown-item:active {
  background-color: transparent;
}
.cid-srxRKdd1US .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d121b;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srxRKdd1US .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srxRKdd1US ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-srxRKdd1US .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-srxRKdd1US button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ad9031;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-srxRKdd1US a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar {
    height: 70px;
  }
  .cid-srxRKdd1US .navbar.opened {
    height: auto;
  }
  .cid-srxRKdd1US .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srgevzaBfY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-srgevzaBfY .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-srgevzaBfY .carousel {
    min-height: 500px;
  }
  .cid-srgevzaBfY .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-srgevzaBfY .carousel {
    min-height: 325px;
  }
  .cid-srgevzaBfY .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-srgevzaBfY .carousel {
    min-height: 275px;
  }
  .cid-srgevzaBfY .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-srgevzaBfY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-srgevzaBfY .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-srgevzaBfY .carousel,
.cid-srgevzaBfY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srgevzaBfY .item-wrapper {
  width: 100%;
}
.cid-srgevzaBfY .carousel-caption {
  bottom: 40px;
}
.cid-srgevzaBfY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-srgevzaBfY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-srgevzaBfY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-srgevzaBfY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-srgevzaBfY .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-srgevzaBfY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srgevzaBfY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srgevzaBfY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srgevzaBfY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-srgevzaBfY .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-srgevzaBfY .carousel-indicators li.active,
.cid-srgevzaBfY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srgevzaBfY .carousel-indicators li::after,
.cid-srgevzaBfY .carousel-indicators li::before {
  content: none;
}
.cid-srgevzaBfY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srgevzaBfY .carousel-indicators {
    display: none !important;
  }
}
.cid-sr5mp3xrot {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
@media (max-width: 991px) {
  .cid-sr5mp3xrot .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sr5mp3xrot img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sr5mp3xrot .text-wrapper {
    padding: 2rem;
  }
}
.cid-sr5mp3xrot .mbr-section-title {
  color: #ad9031;
}
.cid-sr5mp3xrot .mbr-text {
  color: #ad9031;
}
.cid-sr5mp3xrot .mbr-description {
  color: #ad9031;
}
.cid-sr5nqZyNya {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
@media (max-width: 991px) {
  .cid-sr5nqZyNya .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sr5nqZyNya img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sr5nqZyNya .text-wrapper {
    padding: 2rem;
  }
}
.cid-sr5nqZyNya .mbr-text {
  color: #ad9031;
}
.cid-sr5nqZyNya .mbr-description {
  color: #ad9031;
}
.cid-srxCiAqkJS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-srxCiAqkJS .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-srxCiAqkJS .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srxCiAqkJS .mbr-iconfont {
  font-size: 2rem;
  color: #ad9031;
  padding-right: 1.5rem;
}
.cid-srxCiAqkJS .card-text {
  color: #ad9031;
}
.cid-srxCiAqkJS .card-title {
  color: #ad9031;
}
.cid-srxZV5kPIr {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srxZV5kPIr .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srxZV5kPIr .block-title {
  color: #ad9031;
  text-align: center;
}
.cid-tJJ1fRJf0T {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1d121b;
}
.cid-tJJ1fRJf0T .mbr-text {
  color: #1d121b;
}
.cid-srD1FFHsKn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
.cid-srD1FFHsKn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-srD1FFHsKn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-srD1FFHsKn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-srD1FFHsKn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-srD1FFHsKn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-srD1FFHsKn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-srD1FFHsKn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srD1FFHsKn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srD1FFHsKn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .mbr-text {
  color: #6c5c2a;
}
.cid-srxRKdd1US {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 30px;
}
.cid-srxRKdd1US nav.navbar {
  position: fixed;
}
.cid-srxRKdd1US .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-srxRKdd1US .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-srxRKdd1US .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-srxRKdd1US .dropdown-item:hover,
.cid-srxRKdd1US .dropdown-item:focus {
  background: #ad9031 !important;
  color: white !important;
}
.cid-srxRKdd1US .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-srxRKdd1US .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-srxRKdd1US .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-srxRKdd1US .nav-link {
  position: relative;
}
.cid-srxRKdd1US .container {
  display: flex;
  margin: auto;
}
.cid-srxRKdd1US .iconfont-wrapper {
  color: #ad9031 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srxRKdd1US .dropdown-menu,
.cid-srxRKdd1US .navbar.opened {
  background: #1d121b !important;
}
.cid-srxRKdd1US .nav-item:focus,
.cid-srxRKdd1US .nav-link:focus {
  outline: none;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srxRKdd1US .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srxRKdd1US .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: #1d121b;
}
.cid-srxRKdd1US .navbar.opened {
  transition: all 0.3s;
}
.cid-srxRKdd1US .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-srxRKdd1US .navbar .navbar-logo img {
  width: auto;
}
.cid-srxRKdd1US .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-srxRKdd1US .navbar.collapsed {
  justify-content: center;
}
.cid-srxRKdd1US .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srxRKdd1US .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-srxRKdd1US .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-srxRKdd1US .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-srxRKdd1US .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srxRKdd1US .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-srxRKdd1US .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-srxRKdd1US .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-srxRKdd1US .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-srxRKdd1US .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-srxRKdd1US .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-srxRKdd1US .navbar.navbar-short {
  min-height: 60px;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srxRKdd1US .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srxRKdd1US .dropdown-item.active,
.cid-srxRKdd1US .dropdown-item:active {
  background-color: transparent;
}
.cid-srxRKdd1US .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d121b;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srxRKdd1US .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srxRKdd1US ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-srxRKdd1US .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-srxRKdd1US button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ad9031;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-srxRKdd1US a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar {
    height: 70px;
  }
  .cid-srxRKdd1US .navbar.opened {
    height: auto;
  }
  .cid-srxRKdd1US .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srnJ3xXmsi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-srnJ3xXmsi .carousel {
    min-height: 500px;
  }
  .cid-srnJ3xXmsi .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-srnJ3xXmsi .carousel {
    min-height: 325px;
  }
  .cid-srnJ3xXmsi .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-srnJ3xXmsi .carousel {
    min-height: 275px;
  }
  .cid-srnJ3xXmsi .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-srnJ3xXmsi .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-srnJ3xXmsi .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-srnJ3xXmsi .carousel,
.cid-srnJ3xXmsi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srnJ3xXmsi .item-wrapper {
  width: 100%;
}
.cid-srnJ3xXmsi .carousel-caption {
  bottom: 40px;
}
.cid-srnJ3xXmsi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-srnJ3xXmsi .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-srnJ3xXmsi .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-srnJ3xXmsi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-srnJ3xXmsi .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-srnJ3xXmsi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srnJ3xXmsi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srnJ3xXmsi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srnJ3xXmsi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-srnJ3xXmsi .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-srnJ3xXmsi .carousel-indicators li.active,
.cid-srnJ3xXmsi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srnJ3xXmsi .carousel-indicators li::after,
.cid-srnJ3xXmsi .carousel-indicators li::before {
  content: none;
}
.cid-srnJ3xXmsi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srnJ3xXmsi .carousel-indicators {
    display: none !important;
  }
}
.cid-srxaXt0xLK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-srxaXt0xLK .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-srxaXt0xLK .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srxaXt0xLK .mbr-iconfont {
  font-size: 2rem;
  color: #ad9031;
  padding-right: 1.5rem;
}
.cid-srxaXt0xLK .card-text {
  color: #ad9031;
}
.cid-srxaXt0xLK .card-title {
  color: #ad9031;
}
.cid-sronJfoLb1 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #1d121b;
}
.cid-sronJfoLb1 img,
.cid-sronJfoLb1 .item-img {
  width: 100%;
}
.cid-sronJfoLb1 .item:focus,
.cid-sronJfoLb1 span:focus {
  outline: none;
}
.cid-sronJfoLb1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sronJfoLb1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #1d121b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sronJfoLb1 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sronJfoLb1 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sronJfoLb1 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sronJfoLb1 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sronJfoLb1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sronJfoLb1 .mbr-section-title {
  color: #ad9031;
}
.cid-sronJfoLb1 .mbr-text,
.cid-sronJfoLb1 .mbr-section-btn {
  text-align: left;
  color: #ad9031;
}
.cid-sronJfoLb1 .item-title {
  text-align: left;
  color: #ad9031;
}
.cid-sronJfoLb1 .item-subtitle {
  text-align: left;
}
.cid-srxCwNQ3eL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-srxCwNQ3eL .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-srxCwNQ3eL .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srxCwNQ3eL .mbr-iconfont {
  font-size: 2rem;
  color: #ad9031;
  padding-right: 1.5rem;
}
.cid-srxCwNQ3eL .card-text {
  color: #ad9031;
}
.cid-srxCwNQ3eL .card-title {
  color: #ad9031;
}
.cid-srD1FFHsKn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
.cid-srD1FFHsKn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-srD1FFHsKn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-srD1FFHsKn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-srD1FFHsKn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-srD1FFHsKn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-srD1FFHsKn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-srD1FFHsKn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srD1FFHsKn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srD1FFHsKn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .mbr-text {
  color: #6c5c2a;
}
.cid-srnJ3A5vL9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1d121b;
}
.cid-srnJ3A5vL9 .mbr-text {
  color: #1d121b;
}
.cid-srxRKdd1US {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 30px;
}
.cid-srxRKdd1US nav.navbar {
  position: fixed;
}
.cid-srxRKdd1US .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-srxRKdd1US .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-srxRKdd1US .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-srxRKdd1US .dropdown-item:hover,
.cid-srxRKdd1US .dropdown-item:focus {
  background: #ad9031 !important;
  color: white !important;
}
.cid-srxRKdd1US .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-srxRKdd1US .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-srxRKdd1US .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-srxRKdd1US .nav-link {
  position: relative;
}
.cid-srxRKdd1US .container {
  display: flex;
  margin: auto;
}
.cid-srxRKdd1US .iconfont-wrapper {
  color: #ad9031 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srxRKdd1US .dropdown-menu,
.cid-srxRKdd1US .navbar.opened {
  background: #1d121b !important;
}
.cid-srxRKdd1US .nav-item:focus,
.cid-srxRKdd1US .nav-link:focus {
  outline: none;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srxRKdd1US .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srxRKdd1US .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: #1d121b;
}
.cid-srxRKdd1US .navbar.opened {
  transition: all 0.3s;
}
.cid-srxRKdd1US .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-srxRKdd1US .navbar .navbar-logo img {
  width: auto;
}
.cid-srxRKdd1US .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-srxRKdd1US .navbar.collapsed {
  justify-content: center;
}
.cid-srxRKdd1US .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srxRKdd1US .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-srxRKdd1US .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-srxRKdd1US .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-srxRKdd1US .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srxRKdd1US .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-srxRKdd1US .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-srxRKdd1US .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-srxRKdd1US .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-srxRKdd1US .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-srxRKdd1US .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-srxRKdd1US .navbar.navbar-short {
  min-height: 60px;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srxRKdd1US .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srxRKdd1US .dropdown-item.active,
.cid-srxRKdd1US .dropdown-item:active {
  background-color: transparent;
}
.cid-srxRKdd1US .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d121b;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srxRKdd1US .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srxRKdd1US ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-srxRKdd1US .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-srxRKdd1US button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ad9031;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-srxRKdd1US a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar {
    height: 70px;
  }
  .cid-srxRKdd1US .navbar.opened {
    height: auto;
  }
  .cid-srxRKdd1US .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srnL4rQiFg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-srnL4rQiFg .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-srnL4rQiFg .carousel {
    min-height: 500px;
  }
  .cid-srnL4rQiFg .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-srnL4rQiFg .carousel {
    min-height: 325px;
  }
  .cid-srnL4rQiFg .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-srnL4rQiFg .carousel {
    min-height: 275px;
  }
  .cid-srnL4rQiFg .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-srnL4rQiFg .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-srnL4rQiFg .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-srnL4rQiFg .carousel,
.cid-srnL4rQiFg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srnL4rQiFg .item-wrapper {
  width: 100%;
}
.cid-srnL4rQiFg .carousel-caption {
  bottom: 40px;
}
.cid-srnL4rQiFg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-srnL4rQiFg .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-srnL4rQiFg .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-srnL4rQiFg .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-srnL4rQiFg .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-srnL4rQiFg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srnL4rQiFg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srnL4rQiFg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srnL4rQiFg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-srnL4rQiFg .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-srnL4rQiFg .carousel-indicators li.active,
.cid-srnL4rQiFg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srnL4rQiFg .carousel-indicators li::after,
.cid-srnL4rQiFg .carousel-indicators li::before {
  content: none;
}
.cid-srnL4rQiFg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srnL4rQiFg .carousel-indicators {
    display: none !important;
  }
}
.cid-srxcgcmggg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-srxcgcmggg .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-srxcgcmggg .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srxcgcmggg .mbr-iconfont {
  font-size: 2rem;
  color: #ad9031;
  padding-right: 1.5rem;
}
.cid-srxcgcmggg .card-text {
  color: #ad9031;
}
.cid-srxcgcmggg .card-title {
  color: #ad9031;
}
.cid-srsJxyqaRc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d121b;
}
.cid-srsJxyqaRc .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ad9031;
  margin-bottom: 2rem;
}
.cid-srsJxyqaRc .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #1d121b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-srsJxyqaRc .card-title,
.cid-srsJxyqaRc .card-box {
  color: #ad9031;
}
.cid-srD1FFHsKn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
.cid-srD1FFHsKn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-srD1FFHsKn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-srD1FFHsKn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-srD1FFHsKn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-srD1FFHsKn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-srD1FFHsKn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-srD1FFHsKn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srD1FFHsKn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srD1FFHsKn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .mbr-text {
  color: #6c5c2a;
}
.cid-srnL4teiTB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1d121b;
}
.cid-srnL4teiTB .mbr-text {
  color: #1d121b;
}
.cid-srxRKdd1US {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 30px;
}
.cid-srxRKdd1US nav.navbar {
  position: fixed;
}
.cid-srxRKdd1US .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-srxRKdd1US .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-srxRKdd1US .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-srxRKdd1US .dropdown-item:hover,
.cid-srxRKdd1US .dropdown-item:focus {
  background: #ad9031 !important;
  color: white !important;
}
.cid-srxRKdd1US .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-srxRKdd1US .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-srxRKdd1US .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-srxRKdd1US .nav-link {
  position: relative;
}
.cid-srxRKdd1US .container {
  display: flex;
  margin: auto;
}
.cid-srxRKdd1US .iconfont-wrapper {
  color: #ad9031 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srxRKdd1US .dropdown-menu,
.cid-srxRKdd1US .navbar.opened {
  background: #1d121b !important;
}
.cid-srxRKdd1US .nav-item:focus,
.cid-srxRKdd1US .nav-link:focus {
  outline: none;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srxRKdd1US .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srxRKdd1US .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: #1d121b;
}
.cid-srxRKdd1US .navbar.opened {
  transition: all 0.3s;
}
.cid-srxRKdd1US .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-srxRKdd1US .navbar .navbar-logo img {
  width: auto;
}
.cid-srxRKdd1US .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-srxRKdd1US .navbar.collapsed {
  justify-content: center;
}
.cid-srxRKdd1US .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srxRKdd1US .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-srxRKdd1US .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-srxRKdd1US .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-srxRKdd1US .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srxRKdd1US .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-srxRKdd1US .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-srxRKdd1US .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-srxRKdd1US .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-srxRKdd1US .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-srxRKdd1US .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-srxRKdd1US .navbar.navbar-short {
  min-height: 60px;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srxRKdd1US .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srxRKdd1US .dropdown-item.active,
.cid-srxRKdd1US .dropdown-item:active {
  background-color: transparent;
}
.cid-srxRKdd1US .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d121b;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srxRKdd1US .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srxRKdd1US ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-srxRKdd1US .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-srxRKdd1US button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ad9031;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-srxRKdd1US a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar {
    height: 70px;
  }
  .cid-srxRKdd1US .navbar.opened {
    height: auto;
  }
  .cid-srxRKdd1US .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sro5bQhPr3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-sro5bQhPr3 .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sro5bQhPr3 .carousel {
    min-height: 500px;
  }
  .cid-sro5bQhPr3 .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sro5bQhPr3 .carousel {
    min-height: 325px;
  }
  .cid-sro5bQhPr3 .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sro5bQhPr3 .carousel {
    min-height: 275px;
  }
  .cid-sro5bQhPr3 .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-sro5bQhPr3 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sro5bQhPr3 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sro5bQhPr3 .carousel,
.cid-sro5bQhPr3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sro5bQhPr3 .item-wrapper {
  width: 100%;
}
.cid-sro5bQhPr3 .carousel-caption {
  bottom: 40px;
}
.cid-sro5bQhPr3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sro5bQhPr3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sro5bQhPr3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sro5bQhPr3 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sro5bQhPr3 .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-sro5bQhPr3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sro5bQhPr3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sro5bQhPr3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sro5bQhPr3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sro5bQhPr3 .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-sro5bQhPr3 .carousel-indicators li.active,
.cid-sro5bQhPr3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sro5bQhPr3 .carousel-indicators li::after,
.cid-sro5bQhPr3 .carousel-indicators li::before {
  content: none;
}
.cid-sro5bQhPr3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sro5bQhPr3 .carousel-indicators {
    display: none !important;
  }
}
.cid-srxzWvV72a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-srxzWvV72a .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-srxzWvV72a .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srxzWvV72a .mbr-iconfont {
  font-size: 2rem;
  color: #ad9031;
  padding-right: 1.5rem;
}
.cid-srxzWvV72a .card-text {
  color: #ad9031;
}
.cid-srxzWvV72a .card-title {
  color: #ad9031;
}
.cid-sruaMsLLhQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d121b;
}
.cid-sruaMsLLhQ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ad9031;
  margin-bottom: 2rem;
}
.cid-sruaMsLLhQ .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #1d121b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sruaMsLLhQ .card-title,
.cid-sruaMsLLhQ .card-box {
  color: #ad9031;
}
.cid-srD1FFHsKn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
.cid-srD1FFHsKn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-srD1FFHsKn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-srD1FFHsKn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-srD1FFHsKn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-srD1FFHsKn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-srD1FFHsKn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-srD1FFHsKn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srD1FFHsKn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srD1FFHsKn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .mbr-text {
  color: #6c5c2a;
}
.cid-sro5bR7vOd {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1d121b;
}
.cid-sro5bR7vOd .mbr-text {
  color: #1d121b;
}
.cid-srxRKdd1US {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 30px;
}
.cid-srxRKdd1US nav.navbar {
  position: fixed;
}
.cid-srxRKdd1US .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-srxRKdd1US .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-srxRKdd1US .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-srxRKdd1US .dropdown-item:hover,
.cid-srxRKdd1US .dropdown-item:focus {
  background: #ad9031 !important;
  color: white !important;
}
.cid-srxRKdd1US .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-srxRKdd1US .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-srxRKdd1US .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-srxRKdd1US .nav-link {
  position: relative;
}
.cid-srxRKdd1US .container {
  display: flex;
  margin: auto;
}
.cid-srxRKdd1US .iconfont-wrapper {
  color: #ad9031 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srxRKdd1US .dropdown-menu,
.cid-srxRKdd1US .navbar.opened {
  background: #1d121b !important;
}
.cid-srxRKdd1US .nav-item:focus,
.cid-srxRKdd1US .nav-link:focus {
  outline: none;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srxRKdd1US .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srxRKdd1US .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: #1d121b;
}
.cid-srxRKdd1US .navbar.opened {
  transition: all 0.3s;
}
.cid-srxRKdd1US .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-srxRKdd1US .navbar .navbar-logo img {
  width: auto;
}
.cid-srxRKdd1US .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-srxRKdd1US .navbar.collapsed {
  justify-content: center;
}
.cid-srxRKdd1US .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srxRKdd1US .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-srxRKdd1US .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-srxRKdd1US .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-srxRKdd1US .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srxRKdd1US .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-srxRKdd1US .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-srxRKdd1US .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-srxRKdd1US .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-srxRKdd1US .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-srxRKdd1US .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-srxRKdd1US .navbar.navbar-short {
  min-height: 60px;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srxRKdd1US .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srxRKdd1US .dropdown-item.active,
.cid-srxRKdd1US .dropdown-item:active {
  background-color: transparent;
}
.cid-srxRKdd1US .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d121b;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srxRKdd1US .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srxRKdd1US ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-srxRKdd1US .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-srxRKdd1US button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ad9031;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-srxRKdd1US a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar {
    height: 70px;
  }
  .cid-srxRKdd1US .navbar.opened {
    height: auto;
  }
  .cid-srxRKdd1US .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sro4F4KY0K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-sro4F4KY0K .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sro4F4KY0K .carousel {
    min-height: 500px;
  }
  .cid-sro4F4KY0K .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sro4F4KY0K .carousel {
    min-height: 325px;
  }
  .cid-sro4F4KY0K .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sro4F4KY0K .carousel {
    min-height: 275px;
  }
  .cid-sro4F4KY0K .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-sro4F4KY0K .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sro4F4KY0K .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sro4F4KY0K .carousel,
.cid-sro4F4KY0K .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sro4F4KY0K .item-wrapper {
  width: 100%;
}
.cid-sro4F4KY0K .carousel-caption {
  bottom: 40px;
}
.cid-sro4F4KY0K .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sro4F4KY0K .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sro4F4KY0K .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sro4F4KY0K .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sro4F4KY0K .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-sro4F4KY0K .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sro4F4KY0K .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sro4F4KY0K .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sro4F4KY0K .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sro4F4KY0K .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-sro4F4KY0K .carousel-indicators li.active,
.cid-sro4F4KY0K .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sro4F4KY0K .carousel-indicators li::after,
.cid-sro4F4KY0K .carousel-indicators li::before {
  content: none;
}
.cid-sro4F4KY0K .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sro4F4KY0K .carousel-indicators {
    display: none !important;
  }
}
.cid-srxzu5yxJH {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #1d121b;
}
.cid-srxzu5yxJH .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-srxzu5yxJH .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srxzu5yxJH .mbr-iconfont {
  font-size: 2rem;
  color: #ad9031;
  padding-right: 1.5rem;
}
.cid-srxzu5yxJH .card-text {
  color: #ad9031;
}
.cid-srxzu5yxJH .card-title {
  color: #ad9031;
}
.cid-srojbmjnkl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1d121b;
}
.cid-srojbmjnkl .video-wrapper iframe {
  width: 100%;
}
.cid-srojbmjnkl .mbr-section-title,
.cid-srojbmjnkl .mbr-section-subtitle,
.cid-srojbmjnkl .mbr-text {
  text-align: center;
}
.cid-srojbmjnkl .mbr-section-title {
  color: #ad9031;
  text-align: left;
}
.cid-srojbmjnkl .mbr-text {
  color: #ad9031;
}
.cid-srojc6xMhJ {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #1d121b;
}
.cid-srojc6xMhJ .video-wrapper iframe {
  width: 100%;
}
.cid-srojc6xMhJ .mbr-section-title,
.cid-srojc6xMhJ .mbr-section-subtitle,
.cid-srojc6xMhJ .mbr-text {
  text-align: center;
}
.cid-srojc6xMhJ .mbr-section-title {
  color: #ad9031;
}
.cid-srojc6xMhJ .mbr-text {
  color: #ad9031;
}
.cid-sroj9OuiSr {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #1d121b;
}
.cid-sroj9OuiSr .video-wrapper iframe {
  width: 100%;
}
.cid-sroj9OuiSr .mbr-section-title,
.cid-sroj9OuiSr .mbr-section-subtitle,
.cid-sroj9OuiSr .mbr-text {
  text-align: center;
}
.cid-sroj9OuiSr .mbr-section-title {
  color: #ad9031;
}
.cid-sroj9OuiSr .mbr-text {
  color: #ad9031;
}
.cid-srxCBdOSI6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-srxCBdOSI6 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-srxCBdOSI6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srxCBdOSI6 .mbr-iconfont {
  font-size: 2rem;
  color: #ad9031;
  padding-right: 1.5rem;
}
.cid-srxCBdOSI6 .card-text {
  color: #ad9031;
}
.cid-srxCBdOSI6 .card-title {
  color: #ad9031;
}
.cid-srD1FFHsKn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
.cid-srD1FFHsKn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-srD1FFHsKn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-srD1FFHsKn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-srD1FFHsKn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-srD1FFHsKn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-srD1FFHsKn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-srD1FFHsKn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srD1FFHsKn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srD1FFHsKn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .mbr-text {
  color: #6c5c2a;
}
.cid-sro4F5BoEd {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1d121b;
}
.cid-sro4F5BoEd .mbr-text {
  color: #1d121b;
}
.cid-srxRKdd1US {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 30px;
}
.cid-srxRKdd1US nav.navbar {
  position: fixed;
}
.cid-srxRKdd1US .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-srxRKdd1US .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-srxRKdd1US .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-srxRKdd1US .dropdown-item:hover,
.cid-srxRKdd1US .dropdown-item:focus {
  background: #ad9031 !important;
  color: white !important;
}
.cid-srxRKdd1US .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-srxRKdd1US .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-srxRKdd1US .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-srxRKdd1US .nav-link {
  position: relative;
}
.cid-srxRKdd1US .container {
  display: flex;
  margin: auto;
}
.cid-srxRKdd1US .iconfont-wrapper {
  color: #ad9031 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srxRKdd1US .dropdown-menu,
.cid-srxRKdd1US .navbar.opened {
  background: #1d121b !important;
}
.cid-srxRKdd1US .nav-item:focus,
.cid-srxRKdd1US .nav-link:focus {
  outline: none;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srxRKdd1US .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srxRKdd1US .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: #1d121b;
}
.cid-srxRKdd1US .navbar.opened {
  transition: all 0.3s;
}
.cid-srxRKdd1US .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-srxRKdd1US .navbar .navbar-logo img {
  width: auto;
}
.cid-srxRKdd1US .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-srxRKdd1US .navbar.collapsed {
  justify-content: center;
}
.cid-srxRKdd1US .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srxRKdd1US .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-srxRKdd1US .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-srxRKdd1US .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-srxRKdd1US .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srxRKdd1US .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-srxRKdd1US .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-srxRKdd1US .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-srxRKdd1US .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-srxRKdd1US .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-srxRKdd1US .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-srxRKdd1US .navbar.navbar-short {
  min-height: 60px;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srxRKdd1US .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srxRKdd1US .dropdown-item.active,
.cid-srxRKdd1US .dropdown-item:active {
  background-color: transparent;
}
.cid-srxRKdd1US .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d121b;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srxRKdd1US .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srxRKdd1US ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-srxRKdd1US .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-srxRKdd1US button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ad9031;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-srxRKdd1US a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar {
    height: 70px;
  }
  .cid-srxRKdd1US .navbar.opened {
    height: auto;
  }
  .cid-srxRKdd1US .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srsKzzP1GO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-srsKzzP1GO .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-srsKzzP1GO .carousel {
    min-height: 500px;
  }
  .cid-srsKzzP1GO .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-srsKzzP1GO .carousel {
    min-height: 325px;
  }
  .cid-srsKzzP1GO .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-srsKzzP1GO .carousel {
    min-height: 275px;
  }
  .cid-srsKzzP1GO .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-srsKzzP1GO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-srsKzzP1GO .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-srsKzzP1GO .carousel,
.cid-srsKzzP1GO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srsKzzP1GO .item-wrapper {
  width: 100%;
}
.cid-srsKzzP1GO .carousel-caption {
  bottom: 40px;
}
.cid-srsKzzP1GO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-srsKzzP1GO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-srsKzzP1GO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-srsKzzP1GO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-srsKzzP1GO .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-srsKzzP1GO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srsKzzP1GO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srsKzzP1GO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srsKzzP1GO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-srsKzzP1GO .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-srsKzzP1GO .carousel-indicators li.active,
.cid-srsKzzP1GO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srsKzzP1GO .carousel-indicators li::after,
.cid-srsKzzP1GO .carousel-indicators li::before {
  content: none;
}
.cid-srsKzzP1GO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srsKzzP1GO .carousel-indicators {
    display: none !important;
  }
}
.cid-srxcA8Xogh {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #1d121b;
}
.cid-srxcA8Xogh .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-srxcA8Xogh .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srxcA8Xogh .mbr-iconfont {
  font-size: 2rem;
  color: #ad9031;
  padding-right: 1.5rem;
}
.cid-srxcA8Xogh .card-text {
  color: #ad9031;
}
.cid-srxcA8Xogh .card-title {
  color: #ad9031;
}
.cid-srsKzB2gJ7 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srsKzB2gJ7 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srsKzB2gJ7 .block-title {
  color: #ad9031;
}
.cid-srsKzBcOL0 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srsKzBcOL0 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srsKzBcOL0 .block-title {
  color: #ad9031;
  text-align: center;
}
.cid-srsKzBnv7t {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srsKzBnv7t .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srsKzBnv7t .block-title {
  color: #ad9031;
  text-align: center;
}
.cid-srsKzBxSI5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srsKzBxSI5 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srsKzBxSI5 .block-title {
  color: #ad9031;
  text-align: center;
}
.cid-srsKzBGYlf {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srsKzBGYlf .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srsKzBGYlf .block-title {
  color: #ad9031;
  text-align: center;
}
.cid-srsKzBQYUn {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srsKzBQYUn .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srsKzBQYUn .block-title {
  color: #ad9031;
  text-align: center;
}
.cid-srsKzC2fIi {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srsKzC2fIi .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srsKzC2fIi .block-title {
  color: #ad9031;
  text-align: center;
}
.cid-srsKzCbGdd {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srsKzCbGdd .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srsKzCbGdd .block-title {
  color: #ad9031;
  text-align: center;
}
.cid-srsKzCmo9g {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srsKzCmo9g .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srsKzCmo9g .block-title {
  color: #ad9031;
  text-align: center;
}
.cid-srsKzCwjdR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srsKzCwjdR .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srsKzCwjdR .block-title {
  color: #ad9031;
  text-align: center;
}
.cid-srsKzCHh6L {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srsKzCHh6L .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srsKzCHh6L .block-title {
  color: #ad9031;
  text-align: center;
}
.cid-srsKzCREYo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srsKzCREYo .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srsKzCREYo .block-title {
  color: #ad9031;
  text-align: center;
}
.cid-srsKzD08ak {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srsKzD08ak .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srsKzD08ak .block-title {
  color: #ad9031;
  text-align: center;
}
.cid-srsKzDhQiC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srsKzDhQiC .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srsKzDhQiC .block-title {
  color: #ad9031;
  text-align: center;
}
.cid-srsKzDx59e {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srsKzDx59e .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srsKzDx59e .block-title {
  color: #ad9031;
  text-align: center;
}
.cid-srsKzDQOTM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srsKzDQOTM .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srsKzDQOTM .block-title {
  color: #ad9031;
  text-align: center;
}
.cid-srsKzE2U2p {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srsKzE2U2p .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srsKzE2U2p .block-title {
  color: #ad9031;
  text-align: center;
}
.cid-srx8HUSWiH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-srx8HUSWiH .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-srx8HUSWiH .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srx8HUSWiH .mbr-iconfont {
  font-size: 2rem;
  color: #ad9031;
  padding-right: 1.5rem;
}
.cid-srx8HUSWiH .card-text {
  color: #ad9031;
}
.cid-srx8HUSWiH .card-title {
  color: #ad9031;
}
.cid-srD1FFHsKn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
.cid-srD1FFHsKn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-srD1FFHsKn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-srD1FFHsKn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-srD1FFHsKn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-srD1FFHsKn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-srD1FFHsKn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-srD1FFHsKn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srD1FFHsKn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srD1FFHsKn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .mbr-text {
  color: #6c5c2a;
}
.cid-srsKzEwfJe {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1d121b;
}
.cid-srsKzEwfJe .mbr-text {
  color: #1d121b;
}
.cid-srxRKdd1US {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 30px;
}
.cid-srxRKdd1US nav.navbar {
  position: fixed;
}
.cid-srxRKdd1US .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-srxRKdd1US .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-srxRKdd1US .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-srxRKdd1US .dropdown-item:hover,
.cid-srxRKdd1US .dropdown-item:focus {
  background: #ad9031 !important;
  color: white !important;
}
.cid-srxRKdd1US .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-srxRKdd1US .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-srxRKdd1US .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-srxRKdd1US .nav-link {
  position: relative;
}
.cid-srxRKdd1US .container {
  display: flex;
  margin: auto;
}
.cid-srxRKdd1US .iconfont-wrapper {
  color: #ad9031 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srxRKdd1US .dropdown-menu,
.cid-srxRKdd1US .navbar.opened {
  background: #1d121b !important;
}
.cid-srxRKdd1US .nav-item:focus,
.cid-srxRKdd1US .nav-link:focus {
  outline: none;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srxRKdd1US .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srxRKdd1US .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: #1d121b;
}
.cid-srxRKdd1US .navbar.opened {
  transition: all 0.3s;
}
.cid-srxRKdd1US .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-srxRKdd1US .navbar .navbar-logo img {
  width: auto;
}
.cid-srxRKdd1US .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-srxRKdd1US .navbar.collapsed {
  justify-content: center;
}
.cid-srxRKdd1US .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srxRKdd1US .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-srxRKdd1US .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-srxRKdd1US .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-srxRKdd1US .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srxRKdd1US .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-srxRKdd1US .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-srxRKdd1US .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-srxRKdd1US .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-srxRKdd1US .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-srxRKdd1US .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-srxRKdd1US .navbar.navbar-short {
  min-height: 60px;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srxRKdd1US .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srxRKdd1US .dropdown-item.active,
.cid-srxRKdd1US .dropdown-item:active {
  background-color: transparent;
}
.cid-srxRKdd1US .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d121b;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srxRKdd1US .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srxRKdd1US ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-srxRKdd1US .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-srxRKdd1US button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ad9031;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-srxRKdd1US a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar {
    height: 70px;
  }
  .cid-srxRKdd1US .navbar.opened {
    height: auto;
  }
  .cid-srxRKdd1US .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srucgveAGw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-srucgveAGw .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-srucgveAGw .carousel {
    min-height: 500px;
  }
  .cid-srucgveAGw .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-srucgveAGw .carousel {
    min-height: 325px;
  }
  .cid-srucgveAGw .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-srucgveAGw .carousel {
    min-height: 275px;
  }
  .cid-srucgveAGw .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-srucgveAGw .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-srucgveAGw .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-srucgveAGw .carousel,
.cid-srucgveAGw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srucgveAGw .item-wrapper {
  width: 100%;
}
.cid-srucgveAGw .carousel-caption {
  bottom: 40px;
}
.cid-srucgveAGw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-srucgveAGw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-srucgveAGw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-srucgveAGw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-srucgveAGw .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-srucgveAGw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srucgveAGw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srucgveAGw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srucgveAGw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-srucgveAGw .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-srucgveAGw .carousel-indicators li.active,
.cid-srucgveAGw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srucgveAGw .carousel-indicators li::after,
.cid-srucgveAGw .carousel-indicators li::before {
  content: none;
}
.cid-srucgveAGw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srucgveAGw .carousel-indicators {
    display: none !important;
  }
}
.cid-srxASpz4mS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-srxASpz4mS .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-srxASpz4mS .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srxASpz4mS .mbr-iconfont {
  font-size: 2rem;
  color: #ad9031;
  padding-right: 1.5rem;
}
.cid-srxASpz4mS .card-text {
  color: #ad9031;
}
.cid-srxASpz4mS .card-title {
  color: #ad9031;
}
.cid-srufOvfjri {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d121b;
}
.cid-srufOvfjri .content-wrapper {
  background: #1d121b;
}
@media (max-width: 991px) {
  .cid-srufOvfjri .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srufOvfjri .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-srufOvfjri .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srufOvfjri .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-srufOvfjri .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-srufOvfjri .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srufOvfjri .mbr-text,
.cid-srufOvfjri .mbr-section-btn {
  color: #ad9031;
}
.cid-srufOvfjri .card-title {
  color: #ad9031;
}
.cid-sruhuSftE9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d121b;
}
.cid-sruhuSftE9 .content-wrapper {
  background: #1d121b;
}
@media (max-width: 991px) {
  .cid-sruhuSftE9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sruhuSftE9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sruhuSftE9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sruhuSftE9 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sruhuSftE9 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sruhuSftE9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sruhuSftE9 .mbr-text,
.cid-sruhuSftE9 .mbr-section-btn {
  color: #ad9031;
}
.cid-sruhuSftE9 .card-title {
  color: #ad9031;
}
.cid-srxazq7PIO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-srxazq7PIO .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-srxazq7PIO .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srxazq7PIO .mbr-iconfont {
  font-size: 2rem;
  color: #ad9031;
  padding-right: 1.5rem;
}
.cid-srxazq7PIO .card-text {
  color: #ad9031;
}
.cid-srxazq7PIO .card-title {
  color: #ad9031;
}
.cid-srD1FFHsKn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
.cid-srD1FFHsKn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-srD1FFHsKn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-srD1FFHsKn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-srD1FFHsKn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-srD1FFHsKn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-srD1FFHsKn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-srD1FFHsKn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srD1FFHsKn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srD1FFHsKn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .mbr-text {
  color: #6c5c2a;
}
.cid-srucgwGYKT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1d121b;
}
.cid-srucgwGYKT .mbr-text {
  color: #1d121b;
}
.cid-srxRKdd1US {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 30px;
}
.cid-srxRKdd1US nav.navbar {
  position: fixed;
}
.cid-srxRKdd1US .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-srxRKdd1US .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-srxRKdd1US .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-srxRKdd1US .dropdown-item:hover,
.cid-srxRKdd1US .dropdown-item:focus {
  background: #ad9031 !important;
  color: white !important;
}
.cid-srxRKdd1US .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-srxRKdd1US .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-srxRKdd1US .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-srxRKdd1US .nav-link {
  position: relative;
}
.cid-srxRKdd1US .container {
  display: flex;
  margin: auto;
}
.cid-srxRKdd1US .iconfont-wrapper {
  color: #ad9031 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srxRKdd1US .dropdown-menu,
.cid-srxRKdd1US .navbar.opened {
  background: #1d121b !important;
}
.cid-srxRKdd1US .nav-item:focus,
.cid-srxRKdd1US .nav-link:focus {
  outline: none;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srxRKdd1US .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srxRKdd1US .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: #1d121b;
}
.cid-srxRKdd1US .navbar.opened {
  transition: all 0.3s;
}
.cid-srxRKdd1US .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-srxRKdd1US .navbar .navbar-logo img {
  width: auto;
}
.cid-srxRKdd1US .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-srxRKdd1US .navbar.collapsed {
  justify-content: center;
}
.cid-srxRKdd1US .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srxRKdd1US .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-srxRKdd1US .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-srxRKdd1US .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-srxRKdd1US .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srxRKdd1US .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-srxRKdd1US .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-srxRKdd1US .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-srxRKdd1US .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-srxRKdd1US .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-srxRKdd1US .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-srxRKdd1US .navbar.navbar-short {
  min-height: 60px;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srxRKdd1US .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srxRKdd1US .dropdown-item.active,
.cid-srxRKdd1US .dropdown-item:active {
  background-color: transparent;
}
.cid-srxRKdd1US .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d121b;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srxRKdd1US .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srxRKdd1US ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-srxRKdd1US .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-srxRKdd1US button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ad9031;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-srxRKdd1US a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar {
    height: 70px;
  }
  .cid-srxRKdd1US .navbar.opened {
    height: auto;
  }
  .cid-srxRKdd1US .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sruikWD3dp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-sruikWD3dp .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sruikWD3dp .carousel {
    min-height: 500px;
  }
  .cid-sruikWD3dp .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sruikWD3dp .carousel {
    min-height: 325px;
  }
  .cid-sruikWD3dp .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sruikWD3dp .carousel {
    min-height: 275px;
  }
  .cid-sruikWD3dp .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-sruikWD3dp .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sruikWD3dp .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sruikWD3dp .carousel,
.cid-sruikWD3dp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sruikWD3dp .item-wrapper {
  width: 100%;
}
.cid-sruikWD3dp .carousel-caption {
  bottom: 40px;
}
.cid-sruikWD3dp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sruikWD3dp .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sruikWD3dp .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sruikWD3dp .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sruikWD3dp .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-sruikWD3dp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sruikWD3dp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sruikWD3dp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sruikWD3dp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sruikWD3dp .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-sruikWD3dp .carousel-indicators li.active,
.cid-sruikWD3dp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sruikWD3dp .carousel-indicators li::after,
.cid-sruikWD3dp .carousel-indicators li::before {
  content: none;
}
.cid-sruikWD3dp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sruikWD3dp .carousel-indicators {
    display: none !important;
  }
}
.cid-srxB8sv48w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-srxB8sv48w .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-srxB8sv48w .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srxB8sv48w .mbr-iconfont {
  font-size: 2rem;
  color: #ad9031;
  padding-right: 1.5rem;
}
.cid-srxB8sv48w .card-text {
  color: #ad9031;
}
.cid-srxB8sv48w .card-title {
  color: #ad9031;
}
.cid-sruikXqBCi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d121b;
}
.cid-sruikXqBCi .content-wrapper {
  background: #1d121b;
}
@media (max-width: 991px) {
  .cid-sruikXqBCi .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sruikXqBCi .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sruikXqBCi .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sruikXqBCi .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sruikXqBCi .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sruikXqBCi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sruikXqBCi .mbr-text,
.cid-sruikXqBCi .mbr-section-btn {
  color: #ad9031;
}
.cid-sruikXqBCi .card-title {
  color: #ad9031;
}
.cid-srukJx8DPM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d121b;
}
.cid-srukJx8DPM .content-wrapper {
  background: #1d121b;
}
@media (max-width: 991px) {
  .cid-srukJx8DPM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srukJx8DPM .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-srukJx8DPM .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srukJx8DPM .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-srukJx8DPM .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-srukJx8DPM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srukJx8DPM .mbr-text,
.cid-srukJx8DPM .mbr-section-btn {
  color: #ad9031;
}
.cid-srukJx8DPM .card-title {
  color: #ad9031;
}
.cid-srxaCaVETg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-srxaCaVETg .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-srxaCaVETg .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srxaCaVETg .mbr-iconfont {
  font-size: 2rem;
  color: #ad9031;
  padding-right: 1.5rem;
}
.cid-srxaCaVETg .card-text {
  color: #ad9031;
}
.cid-srxaCaVETg .card-title {
  color: #ad9031;
}
.cid-srD1FFHsKn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
.cid-srD1FFHsKn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-srD1FFHsKn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-srD1FFHsKn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-srD1FFHsKn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-srD1FFHsKn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-srD1FFHsKn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-srD1FFHsKn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srD1FFHsKn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srD1FFHsKn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .mbr-text {
  color: #6c5c2a;
}
.cid-sruikYcmbG {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1d121b;
}
.cid-sruikYcmbG .mbr-text {
  color: #1d121b;
}
.cid-sywP01r90j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 30px;
}
.cid-sywP01r90j nav.navbar {
  position: fixed;
}
.cid-sywP01r90j .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-sywP01r90j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sywP01r90j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sywP01r90j .dropdown-item:hover,
.cid-sywP01r90j .dropdown-item:focus {
  background: #ad9031 !important;
  color: white !important;
}
.cid-sywP01r90j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sywP01r90j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sywP01r90j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sywP01r90j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sywP01r90j .nav-link {
  position: relative;
}
.cid-sywP01r90j .container {
  display: flex;
  margin: auto;
}
.cid-sywP01r90j .iconfont-wrapper {
  color: #ad9031 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sywP01r90j .dropdown-menu,
.cid-sywP01r90j .navbar.opened {
  background: #1d121b !important;
}
.cid-sywP01r90j .nav-item:focus,
.cid-sywP01r90j .nav-link:focus {
  outline: none;
}
.cid-sywP01r90j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sywP01r90j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sywP01r90j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sywP01r90j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sywP01r90j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sywP01r90j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sywP01r90j .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: #1d121b;
}
.cid-sywP01r90j .navbar.opened {
  transition: all 0.3s;
}
.cid-sywP01r90j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sywP01r90j .navbar .navbar-logo img {
  width: auto;
}
.cid-sywP01r90j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sywP01r90j .navbar.collapsed {
  justify-content: center;
}
.cid-sywP01r90j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sywP01r90j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sywP01r90j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sywP01r90j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sywP01r90j .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-sywP01r90j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sywP01r90j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sywP01r90j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sywP01r90j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sywP01r90j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sywP01r90j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sywP01r90j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sywP01r90j .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-sywP01r90j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sywP01r90j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sywP01r90j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sywP01r90j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sywP01r90j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sywP01r90j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sywP01r90j .navbar.navbar-short {
  min-height: 60px;
}
.cid-sywP01r90j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sywP01r90j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sywP01r90j .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-sywP01r90j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sywP01r90j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sywP01r90j .dropdown-item.active,
.cid-sywP01r90j .dropdown-item:active {
  background-color: transparent;
}
.cid-sywP01r90j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sywP01r90j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sywP01r90j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sywP01r90j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d121b;
}
.cid-sywP01r90j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sywP01r90j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sywP01r90j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sywP01r90j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sywP01r90j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sywP01r90j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ad9031;
}
.cid-sywP01r90j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sywP01r90j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sywP01r90j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sywP01r90j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sywP01r90j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sywP01r90j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sywP01r90j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sywP01r90j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sywP01r90j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sywP01r90j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sywP01r90j .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-sywP01r90j .navbar {
    height: 70px;
  }
  .cid-sywP01r90j .navbar.opened {
    height: auto;
  }
  .cid-sywP01r90j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sywP01PEGa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-sywP01PEGa .carousel {
    min-height: 500px;
  }
  .cid-sywP01PEGa .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sywP01PEGa .carousel {
    min-height: 325px;
  }
  .cid-sywP01PEGa .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sywP01PEGa .carousel {
    min-height: 275px;
  }
  .cid-sywP01PEGa .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-sywP01PEGa .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sywP01PEGa .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sywP01PEGa .carousel,
.cid-sywP01PEGa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sywP01PEGa .item-wrapper {
  width: 100%;
}
.cid-sywP01PEGa .carousel-caption {
  bottom: 40px;
}
.cid-sywP01PEGa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sywP01PEGa .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sywP01PEGa .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sywP01PEGa .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sywP01PEGa .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-sywP01PEGa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sywP01PEGa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sywP01PEGa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sywP01PEGa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sywP01PEGa .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-sywP01PEGa .carousel-indicators li.active,
.cid-sywP01PEGa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sywP01PEGa .carousel-indicators li::after,
.cid-sywP01PEGa .carousel-indicators li::before {
  content: none;
}
.cid-sywP01PEGa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sywP01PEGa .carousel-indicators {
    display: none !important;
  }
}
.cid-sywP0274rF {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/of-logo-01-s-sp2-2.jpg");
}
.cid-sywP0274rF .mbr-section-title {
  color: #ad9031;
}
.cid-sywP0274rF .mbr-text,
.cid-sywP0274rF .mbr-section-btn {
  color: #ad9031;
}
.cid-sywP0274rF .mbr-section-subtitle {
  color: #ad9031;
}
.cid-sywP02h8SF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
.cid-sywP02h8SF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sywP02h8SF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sywP02h8SF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sywP02h8SF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sywP02h8SF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sywP02h8SF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sywP02h8SF .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sywP02h8SF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sywP02h8SF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sywP02h8SF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sywP02h8SF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sywP02h8SF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sywP02h8SF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sywP02h8SF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sywP02h8SF .media-container-row .mbr-text {
  color: #6c5c2a;
}
.cid-sywP02vpzn {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1d121b;
}
.cid-sywP02vpzn .mbr-text {
  color: #1d121b;
}
.cid-srxRKdd1US {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 30px;
}
.cid-srxRKdd1US nav.navbar {
  position: fixed;
}
.cid-srxRKdd1US .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-srxRKdd1US .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-srxRKdd1US .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-srxRKdd1US .dropdown-item:hover,
.cid-srxRKdd1US .dropdown-item:focus {
  background: #ad9031 !important;
  color: white !important;
}
.cid-srxRKdd1US .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-srxRKdd1US .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-srxRKdd1US .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-srxRKdd1US .nav-link {
  position: relative;
}
.cid-srxRKdd1US .container {
  display: flex;
  margin: auto;
}
.cid-srxRKdd1US .iconfont-wrapper {
  color: #ad9031 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srxRKdd1US .dropdown-menu,
.cid-srxRKdd1US .navbar.opened {
  background: #1d121b !important;
}
.cid-srxRKdd1US .nav-item:focus,
.cid-srxRKdd1US .nav-link:focus {
  outline: none;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-srxRKdd1US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-srxRKdd1US .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srxRKdd1US .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srxRKdd1US .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: #1d121b;
}
.cid-srxRKdd1US .navbar.opened {
  transition: all 0.3s;
}
.cid-srxRKdd1US .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-srxRKdd1US .navbar .navbar-logo img {
  width: auto;
}
.cid-srxRKdd1US .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-srxRKdd1US .navbar.collapsed {
  justify-content: center;
}
.cid-srxRKdd1US .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srxRKdd1US .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srxRKdd1US .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-srxRKdd1US .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-srxRKdd1US .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-srxRKdd1US .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srxRKdd1US .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-srxRKdd1US .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-srxRKdd1US .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srxRKdd1US .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-srxRKdd1US .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-srxRKdd1US .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-srxRKdd1US .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-srxRKdd1US .navbar.navbar-short {
  min-height: 60px;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-srxRKdd1US .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srxRKdd1US .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srxRKdd1US .dropdown-item.active,
.cid-srxRKdd1US .dropdown-item:active {
  background-color: transparent;
}
.cid-srxRKdd1US .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srxRKdd1US .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d121b;
}
.cid-srxRKdd1US .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srxRKdd1US .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srxRKdd1US ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-srxRKdd1US .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-srxRKdd1US button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ad9031;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srxRKdd1US button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srxRKdd1US nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srxRKdd1US .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-srxRKdd1US a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srxRKdd1US .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-srxRKdd1US .navbar {
    height: 70px;
  }
  .cid-srxRKdd1US .navbar.opened {
    height: auto;
  }
  .cid-srxRKdd1US .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srsKNeTrV2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-srsKNeTrV2 .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-srsKNeTrV2 .carousel {
    min-height: 500px;
  }
  .cid-srsKNeTrV2 .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-srsKNeTrV2 .carousel {
    min-height: 325px;
  }
  .cid-srsKNeTrV2 .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-srsKNeTrV2 .carousel {
    min-height: 275px;
  }
  .cid-srsKNeTrV2 .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-srsKNeTrV2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-srsKNeTrV2 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-srsKNeTrV2 .carousel,
.cid-srsKNeTrV2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srsKNeTrV2 .item-wrapper {
  width: 100%;
}
.cid-srsKNeTrV2 .carousel-caption {
  bottom: 40px;
}
.cid-srsKNeTrV2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-srsKNeTrV2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-srsKNeTrV2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-srsKNeTrV2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-srsKNeTrV2 .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-srsKNeTrV2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srsKNeTrV2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srsKNeTrV2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srsKNeTrV2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-srsKNeTrV2 .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-srsKNeTrV2 .carousel-indicators li.active,
.cid-srsKNeTrV2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srsKNeTrV2 .carousel-indicators li::after,
.cid-srsKNeTrV2 .carousel-indicators li::before {
  content: none;
}
.cid-srsKNeTrV2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srsKNeTrV2 .carousel-indicators {
    display: none !important;
  }
}
.cid-srxdhmQZrn {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #1d121b;
}
.cid-srxdhmQZrn .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-srxdhmQZrn .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srxdhmQZrn .mbr-iconfont {
  font-size: 2rem;
  color: #ad9031;
  padding-right: 1.5rem;
}
.cid-srxdhmQZrn .card-text {
  color: #ad9031;
}
.cid-srxdhmQZrn .card-title {
  color: #ad9031;
}
.cid-srt3R5xqXn {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-srt3R5xqXn .text-wrapper {
    padding: 2rem;
  }
}
.cid-srt3R5xqXn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-srt3R5xqXn .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srt3R5xqXn .mbr-text {
  color: #ad9031;
}
.cid-srt3R5xqXn .position {
  color: #ad9031;
}
.cid-srt3R5xqXn .name {
  color: #ad9031;
}
.cid-srsKNfMXyp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srsKNfMXyp .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srsKNfMXyp .block-title {
  color: #ad9031;
}
.cid-srsKNfULph {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srsKNfULph .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srsKNfULph .block-title {
  color: #ad9031;
  text-align: center;
}
.cid-srsKNg37Ul {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srsKNg37Ul .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srsKNg37Ul .block-title {
  color: #ad9031;
  text-align: center;
}
.cid-srt5dxBezY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-srt5dxBezY .text-wrapper {
    padding: 2rem;
  }
}
.cid-srt5dxBezY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-srt5dxBezY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srt5dxBezY .mbr-text {
  color: #ad9031;
}
.cid-srt5dxBezY .position {
  color: #ad9031;
}
.cid-srt5dxBezY .name {
  color: #ad9031;
}
.cid-srt5ezcA0Y {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srt5ezcA0Y .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srt5ezcA0Y .block-title {
  color: #ad9031;
}
.cid-srt74WvQO6 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-srt74WvQO6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-srt74WvQO6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-srt74WvQO6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srt74WvQO6 .mbr-text {
  color: #ad9031;
}
.cid-srt74WvQO6 .position {
  color: #ad9031;
}
.cid-srt74WvQO6 .name {
  color: #ad9031;
}
.cid-srt75JC0nR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srt75JC0nR .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srt75JC0nR .block-title {
  color: #ad9031;
}
.cid-srt7qLaVoq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srt7qLaVoq .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srt7qLaVoq .block-title {
  color: #ad9031;
}
.cid-srts3MmL0O {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-srts3MmL0O .text-wrapper {
    padding: 2rem;
  }
}
.cid-srts3MmL0O .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-srts3MmL0O .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srts3MmL0O .mbr-text {
  color: #ad9031;
}
.cid-srts3MmL0O .position {
  color: #ad9031;
}
.cid-srts3MmL0O .name {
  color: #ad9031;
}
.cid-srts4wgo3j {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srts4wgo3j .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srts4wgo3j .block-title {
  color: #ad9031;
}
.cid-srtta5oOLO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-srtta5oOLO .text-wrapper {
    padding: 2rem;
  }
}
.cid-srtta5oOLO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-srtta5oOLO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srtta5oOLO .mbr-text {
  color: #ad9031;
}
.cid-srtta5oOLO .position {
  color: #ad9031;
}
.cid-srtta5oOLO .name {
  color: #ad9031;
}
.cid-srttaU6HKh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srttaU6HKh .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srttaU6HKh .block-title {
  color: #ad9031;
}
.cid-srttPOSWX5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-srttPOSWX5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-srttPOSWX5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-srttPOSWX5 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srttPOSWX5 .mbr-text {
  color: #ad9031;
}
.cid-srttPOSWX5 .position {
  color: #ad9031;
}
.cid-srttPOSWX5 .name {
  color: #ad9031;
}
.cid-srttQsrYZH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srttQsrYZH .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srttQsrYZH .block-title {
  color: #ad9031;
}
.cid-srtu0sRAl0 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srtu0sRAl0 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srtu0sRAl0 .block-title {
  color: #ad9031;
}
.cid-srtuzUaeJD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-srtuzUaeJD .text-wrapper {
    padding: 2rem;
  }
}
.cid-srtuzUaeJD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-srtuzUaeJD .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srtuzUaeJD .mbr-text {
  color: #ad9031;
}
.cid-srtuzUaeJD .position {
  color: #ad9031;
}
.cid-srtuzUaeJD .name {
  color: #ad9031;
}
.cid-srtuAJqKoe {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srtuAJqKoe .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srtuAJqKoe .block-title {
  color: #ad9031;
}
.cid-srtvh8274o {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-srtvh8274o .text-wrapper {
    padding: 2rem;
  }
}
.cid-srtvh8274o .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-srtvh8274o .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srtvh8274o .mbr-text {
  color: #ad9031;
}
.cid-srtvh8274o .position {
  color: #ad9031;
}
.cid-srtvh8274o .name {
  color: #ad9031;
}
.cid-srtvhEHldU {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srtvhEHldU .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srtvhEHldU .block-title {
  color: #ad9031;
}
.cid-srtwoWREBK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-srtwoWREBK .text-wrapper {
    padding: 2rem;
  }
}
.cid-srtwoWREBK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-srtwoWREBK .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srtwoWREBK .mbr-text {
  color: #ad9031;
}
.cid-srtwoWREBK .position {
  color: #ad9031;
}
.cid-srtwoWREBK .name {
  color: #ad9031;
}
.cid-srtwprfquK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srtwprfquK .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srtwprfquK .block-title {
  color: #ad9031;
}
.cid-srtwvjxwEs {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srtwvjxwEs .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srtwvjxwEs .block-title {
  color: #ad9031;
}
.cid-srtwvVTKz0 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srtwvVTKz0 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srtwvVTKz0 .block-title {
  color: #ad9031;
}
.cid-srtyDXfMxX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-srtyDXfMxX .text-wrapper {
    padding: 2rem;
  }
}
.cid-srtyDXfMxX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-srtyDXfMxX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srtyDXfMxX .mbr-text {
  color: #ad9031;
}
.cid-srtyDXfMxX .position {
  color: #ad9031;
}
.cid-srtyDXfMxX .name {
  color: #ad9031;
}
.cid-srtyEvKRSc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srtyEvKRSc .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srtyEvKRSc .block-title {
  color: #ad9031;
}
.cid-srtztzyXMw {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-srtztzyXMw .text-wrapper {
    padding: 2rem;
  }
}
.cid-srtztzyXMw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-srtztzyXMw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srtztzyXMw .mbr-text {
  color: #ad9031;
}
.cid-srtztzyXMw .position {
  color: #ad9031;
}
.cid-srtztzyXMw .name {
  color: #ad9031;
}
.cid-srtzuBFEMk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srtzuBFEMk .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srtzuBFEMk .block-title {
  color: #ad9031;
}
.cid-srtzv8O913 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srtzv8O913 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srtzv8O913 .block-title {
  color: #ad9031;
}
.cid-srtzvItNxt {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srtzvItNxt .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srtzvItNxt .block-title {
  color: #ad9031;
}
.cid-srtAShCKaH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-srtAShCKaH .text-wrapper {
    padding: 2rem;
  }
}
.cid-srtAShCKaH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-srtAShCKaH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srtAShCKaH .mbr-text {
  color: #ad9031;
}
.cid-srtAShCKaH .position {
  color: #ad9031;
}
.cid-srtAShCKaH .name {
  color: #ad9031;
}
.cid-srtASLENf4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srtASLENf4 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srtASLENf4 .block-title {
  color: #ad9031;
}
.cid-srtCabNvW8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-srtCabNvW8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-srtCabNvW8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-srtCabNvW8 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srtCabNvW8 .mbr-text {
  color: #ad9031;
}
.cid-srtCabNvW8 .position {
  color: #ad9031;
}
.cid-srtCabNvW8 .name {
  color: #ad9031;
}
.cid-srtCaQKpFu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srtCaQKpFu .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srtCaQKpFu .block-title {
  color: #ad9031;
}
.cid-srtD1qGNIq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-srtD1qGNIq .text-wrapper {
    padding: 2rem;
  }
}
.cid-srtD1qGNIq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-srtD1qGNIq .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srtD1qGNIq .mbr-text {
  color: #ad9031;
}
.cid-srtD1qGNIq .position {
  color: #ad9031;
}
.cid-srtD1qGNIq .name {
  color: #ad9031;
}
.cid-srtD26DaC1 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srtD26DaC1 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srtD26DaC1 .block-title {
  color: #ad9031;
}
.cid-srtEGJLHwu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-srtEGJLHwu .text-wrapper {
    padding: 2rem;
  }
}
.cid-srtEGJLHwu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-srtEGJLHwu .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srtEGJLHwu .mbr-text {
  color: #ad9031;
}
.cid-srtEGJLHwu .position {
  color: #ad9031;
}
.cid-srtEGJLHwu .name {
  color: #ad9031;
}
.cid-srtEHhqyuF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srtEHhqyuF .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srtEHhqyuF .block-title {
  color: #ad9031;
}
.cid-srtF8hTWgE {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-srtF8hTWgE .text-wrapper {
    padding: 2rem;
  }
}
.cid-srtF8hTWgE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-srtF8hTWgE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srtF8hTWgE .mbr-text {
  color: #ad9031;
}
.cid-srtF8hTWgE .position {
  color: #ad9031;
}
.cid-srtF8hTWgE .name {
  color: #ad9031;
}
.cid-srtF8WyLsH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srtF8WyLsH .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srtF8WyLsH .block-title {
  color: #ad9031;
}
.cid-srtG2EUtzY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-srtG2EUtzY .text-wrapper {
    padding: 2rem;
  }
}
.cid-srtG2EUtzY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-srtG2EUtzY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srtG2EUtzY .mbr-text {
  color: #ad9031;
}
.cid-srtG2EUtzY .position {
  color: #ad9031;
}
.cid-srtG2EUtzY .name {
  color: #ad9031;
}
.cid-srtG3t3mDH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srtG3t3mDH .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srtG3t3mDH .block-title {
  color: #ad9031;
}
.cid-srtG42iOhi {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srtG42iOhi .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srtG42iOhi .block-title {
  color: #ad9031;
}
.cid-srtGLWvXOq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
@media (min-width: 992px) {
  .cid-srtGLWvXOq .text-wrapper {
    padding: 2rem;
  }
}
.cid-srtGLWvXOq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-srtGLWvXOq .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srtGLWvXOq .mbr-text {
  color: #ad9031;
}
.cid-srtGLWvXOq .position {
  color: #ad9031;
}
.cid-srtGLWvXOq .name {
  color: #ad9031;
}
.cid-srtGMx77XD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-srtGMx77XD .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-srtGMx77XD .block-title {
  color: #ad9031;
}
.cid-srxasi3eLs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-srxasi3eLs .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-srxasi3eLs .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srxasi3eLs .mbr-iconfont {
  font-size: 2rem;
  color: #ad9031;
  padding-right: 1.5rem;
}
.cid-srxasi3eLs .card-text {
  color: #ad9031;
}
.cid-srxasi3eLs .card-title {
  color: #ad9031;
}
.cid-srD1FFHsKn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
.cid-srD1FFHsKn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-srD1FFHsKn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-srD1FFHsKn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-srD1FFHsKn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-srD1FFHsKn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-srD1FFHsKn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-srD1FFHsKn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-srD1FFHsKn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-srD1FFHsKn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srD1FFHsKn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srD1FFHsKn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-srD1FFHsKn .media-container-row .mbr-text {
  color: #6c5c2a;
}
.cid-srsKNiRwDb {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1d121b;
}
.cid-srsKNiRwDb .mbr-text {
  color: #1d121b;
}
.cid-tJaInghS5J {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 30px;
}
.cid-tJaInghS5J nav.navbar {
  position: fixed;
}
.cid-tJaInghS5J .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-tJaInghS5J .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJaInghS5J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJaInghS5J .dropdown-item:hover,
.cid-tJaInghS5J .dropdown-item:focus {
  background: #ad9031 !important;
  color: white !important;
}
.cid-tJaInghS5J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJaInghS5J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJaInghS5J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJaInghS5J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJaInghS5J .nav-link {
  position: relative;
}
.cid-tJaInghS5J .container {
  display: flex;
  margin: auto;
}
.cid-tJaInghS5J .iconfont-wrapper {
  color: #ad9031 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJaInghS5J .dropdown-menu,
.cid-tJaInghS5J .navbar.opened {
  background: #1d121b !important;
}
.cid-tJaInghS5J .nav-item:focus,
.cid-tJaInghS5J .nav-link:focus {
  outline: none;
}
.cid-tJaInghS5J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJaInghS5J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJaInghS5J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJaInghS5J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJaInghS5J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJaInghS5J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJaInghS5J .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: #1d121b;
}
.cid-tJaInghS5J .navbar.opened {
  transition: all 0.3s;
}
.cid-tJaInghS5J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJaInghS5J .navbar .navbar-logo img {
  width: auto;
}
.cid-tJaInghS5J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJaInghS5J .navbar.collapsed {
  justify-content: center;
}
.cid-tJaInghS5J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJaInghS5J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tJaInghS5J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJaInghS5J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJaInghS5J .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-tJaInghS5J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJaInghS5J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJaInghS5J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJaInghS5J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJaInghS5J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJaInghS5J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJaInghS5J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJaInghS5J .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-tJaInghS5J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJaInghS5J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJaInghS5J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJaInghS5J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJaInghS5J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJaInghS5J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJaInghS5J .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJaInghS5J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJaInghS5J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJaInghS5J .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-tJaInghS5J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJaInghS5J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJaInghS5J .dropdown-item.active,
.cid-tJaInghS5J .dropdown-item:active {
  background-color: transparent;
}
.cid-tJaInghS5J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJaInghS5J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJaInghS5J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJaInghS5J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d121b;
}
.cid-tJaInghS5J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJaInghS5J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJaInghS5J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJaInghS5J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJaInghS5J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJaInghS5J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ad9031;
}
.cid-tJaInghS5J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJaInghS5J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJaInghS5J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJaInghS5J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJaInghS5J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJaInghS5J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJaInghS5J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJaInghS5J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJaInghS5J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJaInghS5J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJaInghS5J .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-tJaInghS5J .navbar {
    height: 70px;
  }
  .cid-tJaInghS5J .navbar.opened {
    height: auto;
  }
  .cid-tJaInghS5J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJaInc8MA1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-tJaInc8MA1 .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tJaInc8MA1 .carousel {
    min-height: 500px;
  }
  .cid-tJaInc8MA1 .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tJaInc8MA1 .carousel {
    min-height: 325px;
  }
  .cid-tJaInc8MA1 .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tJaInc8MA1 .carousel {
    min-height: 275px;
  }
  .cid-tJaInc8MA1 .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tJaInc8MA1 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tJaInc8MA1 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tJaInc8MA1 .carousel,
.cid-tJaInc8MA1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJaInc8MA1 .item-wrapper {
  width: 100%;
}
.cid-tJaInc8MA1 .carousel-caption {
  bottom: 40px;
}
.cid-tJaInc8MA1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tJaInc8MA1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tJaInc8MA1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tJaInc8MA1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tJaInc8MA1 .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-tJaInc8MA1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJaInc8MA1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJaInc8MA1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJaInc8MA1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tJaInc8MA1 .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-tJaInc8MA1 .carousel-indicators li.active,
.cid-tJaInc8MA1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJaInc8MA1 .carousel-indicators li::after,
.cid-tJaInc8MA1 .carousel-indicators li::before {
  content: none;
}
.cid-tJaInc8MA1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJaInc8MA1 .carousel-indicators {
    display: none !important;
  }
}
.cid-tJaIncxIX9 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #1d121b;
}
.cid-tJaIncxIX9 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tJaIncxIX9 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJaIncxIX9 .mbr-iconfont {
  font-size: 2rem;
  color: #ad9031;
  padding-right: 1.5rem;
}
.cid-tJaIncxIX9 .card-text {
  color: #ad9031;
}
.cid-tJaIncxIX9 .card-title {
  color: #ad9031;
}
.cid-tJaIncYTU3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-tJaIncYTU3 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tJaIncYTU3 .block-title {
  color: #ad9031;
}
.cid-tJIuyfyvZx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-tJIuyfyvZx .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tJIuyfyvZx .block-title {
  color: #ad9031;
}
.cid-tJIKUbdsma {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-tJIKUbdsma .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tJIKUbdsma .block-title {
  color: #ad9031;
}
.cid-tJIYcMOyNI {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-tJIYcMOyNI .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tJIYcMOyNI .block-title {
  color: #ad9031;
}
.cid-tJaNbVlgnM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d121b;
}
.cid-tJaNbVlgnM .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tJaNbVlgnM .block-title {
  color: #ad9031;
  text-align: center;
}
.cid-tJaInfq2kI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d121b;
}
.cid-tJaInfq2kI .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tJaInfq2kI .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJaInfq2kI .mbr-iconfont {
  font-size: 2rem;
  color: #ad9031;
  padding-right: 1.5rem;
}
.cid-tJaInfq2kI .card-text {
  color: #ad9031;
}
.cid-tJaInfq2kI .card-title {
  color: #ad9031;
}
.cid-tJaInfRyaF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d121b;
}
.cid-tJaInfRyaF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJaInfRyaF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tJaInfRyaF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tJaInfRyaF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJaInfRyaF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJaInfRyaF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tJaInfRyaF .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tJaInfRyaF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJaInfRyaF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tJaInfRyaF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tJaInfRyaF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJaInfRyaF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJaInfRyaF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tJaInfRyaF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tJaInfRyaF .media-container-row .mbr-text {
  color: #6c5c2a;
}
.cid-tJaIng70Bb {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1d121b;
}
.cid-tJaIng70Bb .mbr-text {
  color: #1d121b;
}
