body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Arimo', 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: 'Arimo', 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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((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: #000000 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #ffe161 !important;
}
.bg-warning {
  background-color: #0000ff !important;
}
.bg-danger {
  background-color: #2299aa !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1b1464 !important;
  border-color: #1b1464 !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: #07061c !important;
  border-color: #07061c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #07061c !important;
  border-color: #07061c !important;
}
.btn-info,
.btn-info: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-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.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-info.disabled,
.btn-info:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0000ff !important;
  border-color: #0000ff !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #0000a8 !important;
  border-color: #0000a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0000a8 !important;
  border-color: #0000a8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2299aa !important;
  border-color: #2299aa !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: #145862 !important;
  border-color: #145862 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !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: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1b1464;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #07061c !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: #1b1464 !important;
  border-color: #1b1464 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0000ff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0000a8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0000ff !important;
  border-color: #0000ff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2299aa;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #145862 !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: #2299aa !important;
  border-color: #2299aa !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: #000000 !important;
}
.text-secondary {
  color: #1b1464 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #ffe161 !important;
}
.text-warning {
  color: #0000ff !important;
}
.text-danger {
  color: #2299aa !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #04030f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #facb00 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000099 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #114c55 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffe161;
}
.alert-warning {
  background-color: #0000ff;
}
.alert-danger {
  background-color: #2299aa;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #ccccff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #6ad2e1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Arimo', 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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Arimo', 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: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #1b1464 !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='%23000000' %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-tzhqcVmXtO .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-tzhqcVmXtO .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tzhqcVmXtO .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tzhqcVmXtO .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tzhqcVmXtO .navbar-caption {
  font-weight: 500;
}
.cid-tzhqcVmXtO .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-tzhqcVmXtO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzhqcVmXtO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzhqcVmXtO .dropdown-item:hover,
.cid-tzhqcVmXtO .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tzhqcVmXtO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzhqcVmXtO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzhqcVmXtO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzhqcVmXtO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzhqcVmXtO .nav-link {
  position: relative;
}
.cid-tzhqcVmXtO .container {
  display: flex;
  margin: auto;
}
.cid-tzhqcVmXtO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-tzhqcVmXtO .dropdown-menu,
.cid-tzhqcVmXtO .navbar.opened {
  background: #ffffff !important;
}
.cid-tzhqcVmXtO .nav-item:focus,
.cid-tzhqcVmXtO .nav-link:focus {
  outline: none;
}
.cid-tzhqcVmXtO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzhqcVmXtO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzhqcVmXtO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzhqcVmXtO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzhqcVmXtO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzhqcVmXtO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzhqcVmXtO .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tzhqcVmXtO .navbar.opened {
  transition: all 0.3s;
}
.cid-tzhqcVmXtO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzhqcVmXtO .navbar .navbar-logo img {
  width: auto;
}
.cid-tzhqcVmXtO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzhqcVmXtO .navbar.collapsed {
  justify-content: center;
}
.cid-tzhqcVmXtO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzhqcVmXtO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzhqcVmXtO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tzhqcVmXtO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzhqcVmXtO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzhqcVmXtO .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-tzhqcVmXtO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzhqcVmXtO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzhqcVmXtO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzhqcVmXtO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzhqcVmXtO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzhqcVmXtO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzhqcVmXtO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzhqcVmXtO .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-tzhqcVmXtO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzhqcVmXtO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzhqcVmXtO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzhqcVmXtO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzhqcVmXtO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzhqcVmXtO .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzhqcVmXtO .navbar.navbar-short {
  min-height: 80px;
}
.cid-tzhqcVmXtO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzhqcVmXtO .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tzhqcVmXtO .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-tzhqcVmXtO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzhqcVmXtO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzhqcVmXtO .dropdown-item.active,
.cid-tzhqcVmXtO .dropdown-item:active {
  background-color: transparent;
}
.cid-tzhqcVmXtO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzhqcVmXtO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzhqcVmXtO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzhqcVmXtO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzhqcVmXtO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzhqcVmXtO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzhqcVmXtO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzhqcVmXtO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzhqcVmXtO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzhqcVmXtO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzhqcVmXtO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzhqcVmXtO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzhqcVmXtO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzhqcVmXtO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzhqcVmXtO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzhqcVmXtO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzhqcVmXtO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzhqcVmXtO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzhqcVmXtO .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-tzhqcVmXtO .navbar {
    height: 70px;
  }
  .cid-tzhqcVmXtO .navbar.opened {
    height: auto;
  }
  .cid-tzhqcVmXtO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzhiSD3NYU {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/main-2000x1058.jpg");
}
.cid-tzhiSD3NYU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzhiSD3NYU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzhiSD3NYU .mbr-section-title {
  color: #ffffff;
}
.cid-tzhiSD3NYU .mbr-section-subtitle {
  color: #ffe161;
  margin-top: 20px;
}
.cid-tzhiSD3NYU .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tzhiSD3NYU .mbr-section-btn {
  margin-top: 18px;
}
.cid-tzhiSD3NYU .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tzhiSD3NYU .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-ujyVsNneGA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujyVsNneGA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujyVsNneGA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujyVsNneGA .text-wrap {
  width: 100%;
}
.cid-ujyVsNneGA .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-ujyVsNneGA .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-ujyVsNneGA .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uabYQxuMJa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uabYQxuMJa .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uabYQxuMJa .mbr-section-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.85;
}
.cid-uabYQxuMJa .mbr-section-title {
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-uabYQxuMJa .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-uabYQxuMJa .mbr-section-text.display-7 {
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-uabYQxuMJa .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  position: relative;
  border-radius: 4px;
}
.cid-uabYQxuMJa .card .card-wrapper img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.cid-uabYQxuMJa .card .card-wrapper .card-box {
  opacity: 0.8;
  background: #ffe161;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 13.5px 15px;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
.cid-uabYQxuMJa .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-uabYQxuMJa .card .card-wrapper .card-box .card-title .mbr-iconfont {
  margin-right: 10px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-uabYQxuMJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabYQxuMJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabYQxuMJa .card .card-wrapper .card-box .card-title {
  color: #000000;
}
.cid-uaeHKUeBz4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f5f5f5;
}
.cid-uaeHKUeBz4 img {
  object-fit: cover;
}
.cid-uaeHKUeBz4 .mbr-text,
.cid-uaeHKUeBz4 .mbr-section-btn {
  color: #000000;
}
.cid-uaeMiwOekb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uaeMiwOekb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaeMiwOekb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaeMiwOekb b,
.cid-uaeMiwOekb strong {
  font-weight: 900;
}
.cid-uaeMiwOekb path {
  stroke: #fffa63 !important;
}
.cid-uaeMiwOekb .mbr-text {
  color: #767676;
}
.cid-uaeMiwOekb .mbr-section-subtitle {
  color: #767676;
}
.cid-uaeMiwOekb .card-box {
  position: relative;
  margin: 3rem 0;
}
.cid-uaeMiwOekb .card-box svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cid-uaeMiwOekb .card-box h4,
.cid-uaeMiwOekb .card-box p,
.cid-uaeMiwOekb .card-box span {
  z-index: 1;
  position: relative;
}
.cid-uaeMiwOekb .title .num {
  width: 100%;
  display: block;
}
.cid-uaeMiwOekb .title .card-title {
  z-index: 1;
}
.cid-uaeMiwOekb .num {
  color: #17003b;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uaeMiwOekb * {
    text-align: center !important;
  }
  .cid-uaeMiwOekb .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uaeMiwOekb .card-title,
.cid-uaeMiwOekb .card-img {
  text-align: center;
  color: #17003b;
}
.cid-uaeMiwOekb .card-text {
  text-align: center;
  color: #17003b;
}
.cid-uaeMiwOekb .mbr-section-title,
.cid-uaeMiwOekb .card-box {
  text-align: center;
}
.cid-tzhxLbbZtO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tzhxLbbZtO .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tzhxLbbZtO .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tzhxLbbZtO .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tzhxLbbZtO .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-tzhxLbbZtO .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-tzhxLbbZtO .stripe {
  border-bottom: 1px solid #ffe161;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tzhxLbbZtO .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tzhxLbbZtO .input-group-btn {
  padding-left: 0;
}
.cid-tzhxLbbZtO .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tzhxLbbZtO .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe161;
  width: 85%;
}
.cid-tzhxLbbZtO .mbr-text {
  color: #444;
}
.cid-tzhxLbbZtO h5 {
  margin-bottom: 0;
}
.cid-tzhxLbbZtO .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tzhxLbbZtO .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzhxLbbZtO .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tzhxLbbZtO .socicon {
  font-size: 1.3rem;
  background: #1b1464;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tzhxLbbZtO .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tzhxLbbZtO .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tzhxLbbZtO .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tzhxLbbZtO .social-list a:hover {
  opacity: 0.4;
}
.cid-tzhxLbbZtO .media-container-row > div {
  padding: 0px;
}
.cid-tzhxLbbZtO .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tzhxLbbZtO .group-title {
  text-align: left;
  color: #ffe161;
  padding-bottom: 0.2rem;
}
.cid-tzhxLbbZtO .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzhxLbbZtO .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tzhxLbbZtO .social-list,
  .cid-tzhxLbbZtO .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tzhxLbbZtO h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tzhxLbbZtO .form-group {
    max-width: 180px;
  }
}
.cid-tzhxLbbZtO .links span {
  color: #9e9e9e;
}
.cid-tzhxLbbZtO .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-tzhxLbbZtO .logo-title {
  text-align: center;
}
.cid-tzhxLbbZtO .logo-title,
.cid-tzhxLbbZtO .logo {
  color: #ffffff;
}
.cid-tAMjb4p83k .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-tAMjb4p83k .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tAMjb4p83k .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tAMjb4p83k .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tAMjb4p83k .navbar-caption {
  font-weight: 500;
}
.cid-tAMjb4p83k .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-tAMjb4p83k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAMjb4p83k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAMjb4p83k .dropdown-item:hover,
.cid-tAMjb4p83k .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tAMjb4p83k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAMjb4p83k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAMjb4p83k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAMjb4p83k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAMjb4p83k .nav-link {
  position: relative;
}
.cid-tAMjb4p83k .container {
  display: flex;
  margin: auto;
}
.cid-tAMjb4p83k .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-tAMjb4p83k .dropdown-menu,
.cid-tAMjb4p83k .navbar.opened {
  background: #ffffff !important;
}
.cid-tAMjb4p83k .nav-item:focus,
.cid-tAMjb4p83k .nav-link:focus {
  outline: none;
}
.cid-tAMjb4p83k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAMjb4p83k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAMjb4p83k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAMjb4p83k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAMjb4p83k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAMjb4p83k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAMjb4p83k .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tAMjb4p83k .navbar.opened {
  transition: all 0.3s;
}
.cid-tAMjb4p83k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAMjb4p83k .navbar .navbar-logo img {
  width: auto;
}
.cid-tAMjb4p83k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAMjb4p83k .navbar.collapsed {
  justify-content: center;
}
.cid-tAMjb4p83k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAMjb4p83k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAMjb4p83k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tAMjb4p83k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAMjb4p83k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAMjb4p83k .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-tAMjb4p83k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAMjb4p83k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAMjb4p83k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAMjb4p83k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAMjb4p83k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAMjb4p83k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAMjb4p83k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAMjb4p83k .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-tAMjb4p83k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAMjb4p83k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAMjb4p83k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAMjb4p83k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAMjb4p83k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAMjb4p83k .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tAMjb4p83k .navbar.navbar-short {
  min-height: 80px;
}
.cid-tAMjb4p83k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAMjb4p83k .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tAMjb4p83k .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-tAMjb4p83k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAMjb4p83k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAMjb4p83k .dropdown-item.active,
.cid-tAMjb4p83k .dropdown-item:active {
  background-color: transparent;
}
.cid-tAMjb4p83k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAMjb4p83k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAMjb4p83k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAMjb4p83k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tAMjb4p83k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAMjb4p83k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAMjb4p83k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAMjb4p83k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAMjb4p83k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAMjb4p83k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAMjb4p83k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAMjb4p83k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAMjb4p83k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAMjb4p83k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAMjb4p83k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAMjb4p83k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAMjb4p83k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAMjb4p83k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAMjb4p83k .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-tAMjb4p83k .navbar {
    height: 70px;
  }
  .cid-tAMjb4p83k .navbar.opened {
    height: auto;
  }
  .cid-tAMjb4p83k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAMkbtSHPV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tAMkbtSHPV .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-tAMkbtSHPV .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-tAMkbtSHPV form {
  margin-top: 2.5rem;
}
.cid-tAMkbtSHPV input::-webkit-input-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-tAMkbtSHPV input::-moz-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-tAMkbtSHPV .mbr-form .form-group {
  margin-bottom: 1rem;
}
.cid-tAMkbtSHPV .mbr-form .form-control {
  padding: .75rem 1rem;
  line-height: 1.5;
  border: 1px solid #dddddd;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-tAMkbtSHPV .mbr-form .form-control:focus {
  border-color: #111111;
}
.cid-tAMkbtSHPV .mbr-form textarea {
  height: 120px;
  background-color: #ffffff;
}
.cid-tAMkbtSHPV .mbr-form .btn {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none;
  min-height: auto !important;
  font-weight: 400;
}
.cid-tAMkbtSHPV .mbr-form .btn-primary-outline {
  padding: 0 !important;
  border-bottom: 1px solid currentColor !important;
}
.cid-tAMkbtSHPV .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-tAMkbtSHPV .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-tAMkbtSHPV .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-tAMkbtSHPV .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-tAMkbtSHPV .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-tAMkbtSHPV .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #2299aa;
}
.cid-tAMkbtSHPV .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-tAMkbtSHPV .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-tAMkbtSHPV .card_item:nth-child(2) .square_fill {
  background-color: #000000;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-tAMkbtSHPV .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-tAMkbtSHPV .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-tAMkbtSHPV .card_item:nth-child(3) .square_fill {
  background-color: #ffe161;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-tAMkbtSHPV .card_item .card-box {
  border-left: 1px dotted rgba(0, 0, 0, 0.5);
}
.cid-tAMkbtSHPV .card_item:nth-child(3) .card-box {
  border-right: 1px dotted rgba(0, 0, 0, 0.5);
}
.cid-tAMkbtSHPV .card-box {
  height: 100%;
}
.cid-tAMkbtSHPV .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-tAMkbtSHPV .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-tAMkbtSHPV .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-tAMkbtSHPV .square_animation .square_null {
  z-index: 1;
  border: 1px solid #000000;
}
.cid-tAMkbtSHPV .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tAMkbtSHPV .card-title {
  margin-bottom: 1.75rem;
}
@media (max-width: 991px) {
  .cid-tAMkbtSHPV .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-tAMkbtSHPV .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-tAMkbtSHPV .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-tAMkbtSHPV .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-tAMkbtSHPV .item-wrapper {
    padding: 0;
  }
  .cid-tAMkbtSHPV .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-tAMkbtSHPV .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tAMkbtSHPV .mbr-text {
    margin-top: .75rem;
  }
  .cid-tAMkbtSHPV .square_animation {
    margin-bottom: 1rem;
  }
  .cid-tAMkbtSHPV .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-tAMkbtSHPV .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-tAMkbtSHPV .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-tAMkbtSHPV .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-tAMkbtSHPV .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-tAMkbtSHPV .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-tAMkbtSHPV .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-tAMkbtSHPV .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-tAMkbtSHPV .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-tAMkbtSHPV .card_item .card-box {
    border-left: none;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  }
  .cid-tAMkbtSHPV .card_item:nth-child(3) .card-box {
    border-right: none;
    border-bottom: none;
  }
  .cid-tAMkbtSHPV .card-title {
    margin-bottom: 1.25rem;
  }
}
.cid-tAMkbtSHPV .textGDPR {
  font-size: 14px;
}
.cid-tAMkbtSHPV .card-text {
  color: #000000;
}
.cid-uahXBKSV3s {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uahXBKSV3s .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-uahXBKSV3s .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uahXBKSV3s .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uahXBKSV3s .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uahXBKSV3s .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uahXBKSV3s .stripe {
  border-bottom: 1px solid #ffe161;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uahXBKSV3s .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uahXBKSV3s .input-group-btn {
  padding-left: 0;
}
.cid-uahXBKSV3s .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uahXBKSV3s .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe161;
  width: 85%;
}
.cid-uahXBKSV3s .mbr-text {
  color: #444;
}
.cid-uahXBKSV3s h5 {
  margin-bottom: 0;
}
.cid-uahXBKSV3s .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uahXBKSV3s .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uahXBKSV3s .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uahXBKSV3s .socicon {
  font-size: 1.3rem;
  background: #1b1464;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uahXBKSV3s .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uahXBKSV3s .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uahXBKSV3s .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uahXBKSV3s .social-list a:hover {
  opacity: 0.4;
}
.cid-uahXBKSV3s .media-container-row > div {
  padding: 0px;
}
.cid-uahXBKSV3s .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uahXBKSV3s .group-title {
  text-align: left;
  color: #ffe161;
  padding-bottom: 0.2rem;
}
.cid-uahXBKSV3s .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uahXBKSV3s .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uahXBKSV3s .social-list,
  .cid-uahXBKSV3s .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uahXBKSV3s h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uahXBKSV3s .form-group {
    max-width: 180px;
  }
}
.cid-uahXBKSV3s .links span {
  color: #9e9e9e;
}
.cid-uahXBKSV3s .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uahXBKSV3s .logo-title {
  text-align: center;
}
.cid-uahXBKSV3s .logo-title,
.cid-uahXBKSV3s .logo {
  color: #ffffff;
}
.cid-tASvfvMoSH .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-tASvfvMoSH .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tASvfvMoSH .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tASvfvMoSH .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tASvfvMoSH .navbar-caption {
  font-weight: 500;
}
.cid-tASvfvMoSH .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-tASvfvMoSH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tASvfvMoSH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tASvfvMoSH .dropdown-item:hover,
.cid-tASvfvMoSH .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tASvfvMoSH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tASvfvMoSH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tASvfvMoSH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tASvfvMoSH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tASvfvMoSH .nav-link {
  position: relative;
}
.cid-tASvfvMoSH .container {
  display: flex;
  margin: auto;
}
.cid-tASvfvMoSH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-tASvfvMoSH .dropdown-menu,
.cid-tASvfvMoSH .navbar.opened {
  background: #ffffff !important;
}
.cid-tASvfvMoSH .nav-item:focus,
.cid-tASvfvMoSH .nav-link:focus {
  outline: none;
}
.cid-tASvfvMoSH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tASvfvMoSH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tASvfvMoSH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tASvfvMoSH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tASvfvMoSH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tASvfvMoSH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tASvfvMoSH .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tASvfvMoSH .navbar.opened {
  transition: all 0.3s;
}
.cid-tASvfvMoSH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tASvfvMoSH .navbar .navbar-logo img {
  width: auto;
}
.cid-tASvfvMoSH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tASvfvMoSH .navbar.collapsed {
  justify-content: center;
}
.cid-tASvfvMoSH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tASvfvMoSH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tASvfvMoSH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tASvfvMoSH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tASvfvMoSH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tASvfvMoSH .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-tASvfvMoSH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tASvfvMoSH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tASvfvMoSH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tASvfvMoSH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tASvfvMoSH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tASvfvMoSH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tASvfvMoSH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tASvfvMoSH .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-tASvfvMoSH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tASvfvMoSH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tASvfvMoSH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tASvfvMoSH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tASvfvMoSH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tASvfvMoSH .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tASvfvMoSH .navbar.navbar-short {
  min-height: 80px;
}
.cid-tASvfvMoSH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tASvfvMoSH .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tASvfvMoSH .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-tASvfvMoSH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tASvfvMoSH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tASvfvMoSH .dropdown-item.active,
.cid-tASvfvMoSH .dropdown-item:active {
  background-color: transparent;
}
.cid-tASvfvMoSH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tASvfvMoSH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tASvfvMoSH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tASvfvMoSH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tASvfvMoSH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tASvfvMoSH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tASvfvMoSH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tASvfvMoSH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tASvfvMoSH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tASvfvMoSH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tASvfvMoSH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tASvfvMoSH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tASvfvMoSH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tASvfvMoSH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tASvfvMoSH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tASvfvMoSH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tASvfvMoSH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tASvfvMoSH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tASvfvMoSH .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-tASvfvMoSH .navbar {
    height: 70px;
  }
  .cid-tASvfvMoSH .navbar.opened {
    height: auto;
  }
  .cid-tASvfvMoSH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uacyKG4PJn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uacyKG4PJn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uacyKG4PJn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uacyKG4PJn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uacyKG4PJn .title {
  padding: 0 2rem;
}
.cid-uacyKG4PJn .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-uacyKG4PJn .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-uacyKG4PJn .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uacyKG4PJn .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uacyKG4PJn .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-uacyKG4PJn .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-uacyKG4PJn .container {
  padding: 0 1rem;
}
.cid-uacyKG4PJn .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-uacyKG4PJn .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uacyKG4PJn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uacyKG4PJn .icon-focus {
  display: none;
}
.cid-uacyKG4PJn .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uacyKG4PJn .btn-primary-outline:hover {
  background: transparent !important;
  color: #000000 !important;
}
.cid-uacyKG4PJn li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uacyKG4PJn li {
  position: relative;
}
.cid-uacyKG4PJn .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-uacyKG4PJn .btn {
  font-family: Jost !important;
}
.cid-uacyKG4PJn .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uacyKG4PJn .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uacyKG4PJn li:not(:last-child):after {
    top: 9px;
  }
  .cid-uacyKG4PJn .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-uacyKG4PJn .container {
    padding: 0rem;
  }
  .cid-uacyKG4PJn .title {
    padding: 0 1rem;
  }
}
.cid-uacyKG4PJn H2 {
  color: #89b758;
}
.cid-uacyKG4PJn H1 {
  color: #000000;
}
.cid-uahXwl76DA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uahXwl76DA .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-uahXwl76DA .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uahXwl76DA .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uahXwl76DA .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uahXwl76DA .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uahXwl76DA .stripe {
  border-bottom: 1px solid #ffe161;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uahXwl76DA .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uahXwl76DA .input-group-btn {
  padding-left: 0;
}
.cid-uahXwl76DA .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uahXwl76DA .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe161;
  width: 85%;
}
.cid-uahXwl76DA .mbr-text {
  color: #444;
}
.cid-uahXwl76DA h5 {
  margin-bottom: 0;
}
.cid-uahXwl76DA .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uahXwl76DA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uahXwl76DA .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uahXwl76DA .socicon {
  font-size: 1.3rem;
  background: #1b1464;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uahXwl76DA .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uahXwl76DA .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uahXwl76DA .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uahXwl76DA .social-list a:hover {
  opacity: 0.4;
}
.cid-uahXwl76DA .media-container-row > div {
  padding: 0px;
}
.cid-uahXwl76DA .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uahXwl76DA .group-title {
  text-align: left;
  color: #ffe161;
  padding-bottom: 0.2rem;
}
.cid-uahXwl76DA .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uahXwl76DA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uahXwl76DA .social-list,
  .cid-uahXwl76DA .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uahXwl76DA h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uahXwl76DA .form-group {
    max-width: 180px;
  }
}
.cid-uahXwl76DA .links span {
  color: #9e9e9e;
}
.cid-uahXwl76DA .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uahXwl76DA .logo-title {
  text-align: center;
}
.cid-uahXwl76DA .logo-title,
.cid-uahXwl76DA .logo {
  color: #ffffff;
}
.cid-uae1hxHIRo .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uae1hxHIRo .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uae1hxHIRo .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uae1hxHIRo .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uae1hxHIRo .navbar-caption {
  font-weight: 500;
}
.cid-uae1hxHIRo .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-uae1hxHIRo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uae1hxHIRo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uae1hxHIRo .dropdown-item:hover,
.cid-uae1hxHIRo .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uae1hxHIRo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uae1hxHIRo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uae1hxHIRo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uae1hxHIRo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uae1hxHIRo .nav-link {
  position: relative;
}
.cid-uae1hxHIRo .container {
  display: flex;
  margin: auto;
}
.cid-uae1hxHIRo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-uae1hxHIRo .dropdown-menu,
.cid-uae1hxHIRo .navbar.opened {
  background: #ffffff !important;
}
.cid-uae1hxHIRo .nav-item:focus,
.cid-uae1hxHIRo .nav-link:focus {
  outline: none;
}
.cid-uae1hxHIRo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uae1hxHIRo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uae1hxHIRo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uae1hxHIRo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uae1hxHIRo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uae1hxHIRo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uae1hxHIRo .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uae1hxHIRo .navbar.opened {
  transition: all 0.3s;
}
.cid-uae1hxHIRo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uae1hxHIRo .navbar .navbar-logo img {
  width: auto;
}
.cid-uae1hxHIRo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uae1hxHIRo .navbar.collapsed {
  justify-content: center;
}
.cid-uae1hxHIRo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uae1hxHIRo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uae1hxHIRo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uae1hxHIRo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uae1hxHIRo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uae1hxHIRo .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-uae1hxHIRo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uae1hxHIRo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uae1hxHIRo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uae1hxHIRo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uae1hxHIRo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uae1hxHIRo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uae1hxHIRo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uae1hxHIRo .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-uae1hxHIRo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uae1hxHIRo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uae1hxHIRo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uae1hxHIRo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uae1hxHIRo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uae1hxHIRo .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uae1hxHIRo .navbar.navbar-short {
  min-height: 80px;
}
.cid-uae1hxHIRo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uae1hxHIRo .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uae1hxHIRo .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-uae1hxHIRo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uae1hxHIRo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uae1hxHIRo .dropdown-item.active,
.cid-uae1hxHIRo .dropdown-item:active {
  background-color: transparent;
}
.cid-uae1hxHIRo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uae1hxHIRo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uae1hxHIRo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uae1hxHIRo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uae1hxHIRo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uae1hxHIRo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uae1hxHIRo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uae1hxHIRo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uae1hxHIRo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uae1hxHIRo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uae1hxHIRo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uae1hxHIRo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uae1hxHIRo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uae1hxHIRo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uae1hxHIRo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uae1hxHIRo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uae1hxHIRo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uae1hxHIRo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uae1hxHIRo .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-uae1hxHIRo .navbar {
    height: 70px;
  }
  .cid-uae1hxHIRo .navbar.opened {
    height: auto;
  }
  .cid-uae1hxHIRo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uae1hye1Ai {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/main-3-2000x1058.jpg");
}
.cid-uae1hye1Ai .mbr-fallback-image.disabled {
  display: none;
}
.cid-uae1hye1Ai .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uae1hye1Ai .mbr-section-title {
  color: #ffffff;
}
.cid-uae1hye1Ai .mbr-section-subtitle {
  color: #ffe161;
  margin-top: 20px;
}
.cid-uae1hye1Ai .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uae1hye1Ai .mbr-section-btn {
  margin-top: 18px;
}
.cid-uae1hye1Ai .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uae1hye1Ai .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uae3dkTIJY {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uae3dkTIJY .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uae3dkTIJY .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uae3dkTIJY .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffe161;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uae3dkTIJY .mbr-section-title {
  text-align: left;
}
.cid-uae3dkTIJY .mbr-text {
  color: #000000;
}
.cid-uahXjmW4Mc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uahXjmW4Mc .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-uahXjmW4Mc .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uahXjmW4Mc .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uahXjmW4Mc .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uahXjmW4Mc .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uahXjmW4Mc .stripe {
  border-bottom: 1px solid #ffe161;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uahXjmW4Mc .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uahXjmW4Mc .input-group-btn {
  padding-left: 0;
}
.cid-uahXjmW4Mc .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uahXjmW4Mc .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe161;
  width: 85%;
}
.cid-uahXjmW4Mc .mbr-text {
  color: #444;
}
.cid-uahXjmW4Mc h5 {
  margin-bottom: 0;
}
.cid-uahXjmW4Mc .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uahXjmW4Mc .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uahXjmW4Mc .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uahXjmW4Mc .socicon {
  font-size: 1.3rem;
  background: #1b1464;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uahXjmW4Mc .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uahXjmW4Mc .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uahXjmW4Mc .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uahXjmW4Mc .social-list a:hover {
  opacity: 0.4;
}
.cid-uahXjmW4Mc .media-container-row > div {
  padding: 0px;
}
.cid-uahXjmW4Mc .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uahXjmW4Mc .group-title {
  text-align: left;
  color: #ffe161;
  padding-bottom: 0.2rem;
}
.cid-uahXjmW4Mc .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uahXjmW4Mc .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uahXjmW4Mc .social-list,
  .cid-uahXjmW4Mc .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uahXjmW4Mc h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uahXjmW4Mc .form-group {
    max-width: 180px;
  }
}
.cid-uahXjmW4Mc .links span {
  color: #9e9e9e;
}
.cid-uahXjmW4Mc .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uahXjmW4Mc .logo-title {
  text-align: center;
}
.cid-uahXjmW4Mc .logo-title,
.cid-uahXjmW4Mc .logo {
  color: #ffffff;
}
.cid-uaekp13fwa .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uaekp13fwa .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uaekp13fwa .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uaekp13fwa .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uaekp13fwa .navbar-caption {
  font-weight: 500;
}
.cid-uaekp13fwa .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-uaekp13fwa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaekp13fwa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaekp13fwa .dropdown-item:hover,
.cid-uaekp13fwa .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uaekp13fwa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaekp13fwa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaekp13fwa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaekp13fwa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaekp13fwa .nav-link {
  position: relative;
}
.cid-uaekp13fwa .container {
  display: flex;
  margin: auto;
}
.cid-uaekp13fwa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-uaekp13fwa .dropdown-menu,
.cid-uaekp13fwa .navbar.opened {
  background: #ffffff !important;
}
.cid-uaekp13fwa .nav-item:focus,
.cid-uaekp13fwa .nav-link:focus {
  outline: none;
}
.cid-uaekp13fwa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaekp13fwa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaekp13fwa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaekp13fwa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaekp13fwa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaekp13fwa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaekp13fwa .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uaekp13fwa .navbar.opened {
  transition: all 0.3s;
}
.cid-uaekp13fwa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaekp13fwa .navbar .navbar-logo img {
  width: auto;
}
.cid-uaekp13fwa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaekp13fwa .navbar.collapsed {
  justify-content: center;
}
.cid-uaekp13fwa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaekp13fwa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaekp13fwa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uaekp13fwa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaekp13fwa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaekp13fwa .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-uaekp13fwa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaekp13fwa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaekp13fwa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaekp13fwa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaekp13fwa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaekp13fwa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaekp13fwa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaekp13fwa .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-uaekp13fwa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaekp13fwa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaekp13fwa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaekp13fwa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaekp13fwa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaekp13fwa .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaekp13fwa .navbar.navbar-short {
  min-height: 80px;
}
.cid-uaekp13fwa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaekp13fwa .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uaekp13fwa .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-uaekp13fwa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaekp13fwa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaekp13fwa .dropdown-item.active,
.cid-uaekp13fwa .dropdown-item:active {
  background-color: transparent;
}
.cid-uaekp13fwa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaekp13fwa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaekp13fwa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaekp13fwa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaekp13fwa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaekp13fwa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaekp13fwa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaekp13fwa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaekp13fwa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaekp13fwa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaekp13fwa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaekp13fwa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaekp13fwa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaekp13fwa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaekp13fwa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaekp13fwa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaekp13fwa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaekp13fwa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaekp13fwa .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-uaekp13fwa .navbar {
    height: 70px;
  }
  .cid-uaekp13fwa .navbar.opened {
    height: auto;
  }
  .cid-uaekp13fwa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaekp1tdAA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/main-4-2000x1058.jpg");
}
.cid-uaekp1tdAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaekp1tdAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaekp1tdAA .mbr-section-title {
  color: #ffffff;
}
.cid-uaekp1tdAA .mbr-section-subtitle {
  color: #ffe161;
  margin-top: 20px;
}
.cid-uaekp1tdAA .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uaekp1tdAA .mbr-section-btn {
  margin-top: 18px;
}
.cid-uaekp1tdAA .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uaekp1tdAA .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uaenymEqgh {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaenymEqgh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uaenymEqgh .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uaenymEqgh .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #e8f5e3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uaenymEqgh .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uaenymEqgh .mbr-text {
  color: #000000;
}
.cid-uahXrd7bL5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uahXrd7bL5 .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-uahXrd7bL5 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uahXrd7bL5 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uahXrd7bL5 .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uahXrd7bL5 .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uahXrd7bL5 .stripe {
  border-bottom: 1px solid #ffe161;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uahXrd7bL5 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uahXrd7bL5 .input-group-btn {
  padding-left: 0;
}
.cid-uahXrd7bL5 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uahXrd7bL5 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe161;
  width: 85%;
}
.cid-uahXrd7bL5 .mbr-text {
  color: #444;
}
.cid-uahXrd7bL5 h5 {
  margin-bottom: 0;
}
.cid-uahXrd7bL5 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uahXrd7bL5 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uahXrd7bL5 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uahXrd7bL5 .socicon {
  font-size: 1.3rem;
  background: #1b1464;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uahXrd7bL5 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uahXrd7bL5 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uahXrd7bL5 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uahXrd7bL5 .social-list a:hover {
  opacity: 0.4;
}
.cid-uahXrd7bL5 .media-container-row > div {
  padding: 0px;
}
.cid-uahXrd7bL5 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uahXrd7bL5 .group-title {
  text-align: left;
  color: #ffe161;
  padding-bottom: 0.2rem;
}
.cid-uahXrd7bL5 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uahXrd7bL5 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uahXrd7bL5 .social-list,
  .cid-uahXrd7bL5 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uahXrd7bL5 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uahXrd7bL5 .form-group {
    max-width: 180px;
  }
}
.cid-uahXrd7bL5 .links span {
  color: #9e9e9e;
}
.cid-uahXrd7bL5 .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uahXrd7bL5 .logo-title {
  text-align: center;
}
.cid-uahXrd7bL5 .logo-title,
.cid-uahXrd7bL5 .logo {
  color: #ffffff;
}
.cid-ucmMHViqOt .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-ucmMHViqOt .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-ucmMHViqOt .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ucmMHViqOt .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ucmMHViqOt .navbar-caption {
  font-weight: 500;
}
.cid-ucmMHViqOt .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-ucmMHViqOt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucmMHViqOt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucmMHViqOt .dropdown-item:hover,
.cid-ucmMHViqOt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ucmMHViqOt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucmMHViqOt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucmMHViqOt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucmMHViqOt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucmMHViqOt .nav-link {
  position: relative;
}
.cid-ucmMHViqOt .container {
  display: flex;
  margin: auto;
}
.cid-ucmMHViqOt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-ucmMHViqOt .dropdown-menu,
.cid-ucmMHViqOt .navbar.opened {
  background: #ffffff !important;
}
.cid-ucmMHViqOt .nav-item:focus,
.cid-ucmMHViqOt .nav-link:focus {
  outline: none;
}
.cid-ucmMHViqOt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucmMHViqOt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucmMHViqOt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucmMHViqOt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucmMHViqOt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucmMHViqOt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucmMHViqOt .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ucmMHViqOt .navbar.opened {
  transition: all 0.3s;
}
.cid-ucmMHViqOt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucmMHViqOt .navbar .navbar-logo img {
  width: auto;
}
.cid-ucmMHViqOt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucmMHViqOt .navbar.collapsed {
  justify-content: center;
}
.cid-ucmMHViqOt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucmMHViqOt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucmMHViqOt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ucmMHViqOt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucmMHViqOt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucmMHViqOt .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-ucmMHViqOt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucmMHViqOt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucmMHViqOt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucmMHViqOt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucmMHViqOt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucmMHViqOt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucmMHViqOt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucmMHViqOt .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-ucmMHViqOt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucmMHViqOt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucmMHViqOt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucmMHViqOt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucmMHViqOt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucmMHViqOt .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucmMHViqOt .navbar.navbar-short {
  min-height: 80px;
}
.cid-ucmMHViqOt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucmMHViqOt .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ucmMHViqOt .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-ucmMHViqOt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucmMHViqOt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucmMHViqOt .dropdown-item.active,
.cid-ucmMHViqOt .dropdown-item:active {
  background-color: transparent;
}
.cid-ucmMHViqOt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucmMHViqOt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucmMHViqOt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucmMHViqOt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucmMHViqOt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucmMHViqOt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucmMHViqOt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucmMHViqOt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucmMHViqOt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucmMHViqOt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucmMHViqOt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucmMHViqOt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucmMHViqOt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucmMHViqOt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucmMHViqOt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucmMHViqOt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucmMHViqOt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucmMHViqOt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucmMHViqOt .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-ucmMHViqOt .navbar {
    height: 70px;
  }
  .cid-ucmMHViqOt .navbar.opened {
    height: auto;
  }
  .cid-ucmMHViqOt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucmNY6ibeQ {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-ucmNY6ibeQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucmNY6ibeQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucmNY6ibeQ .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ucmNY6ibeQ .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-ucmNY6ibeQ .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-ucmNY6ibeQ .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-ucmNY6ibeQ .mbr-section-title {
  color: #353535;
  margin-bottom: 20px !important;
  text-align: center;
}
.cid-ucmNY6ibeQ .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0.9rem !important;
}
.cid-ucmNY6ibeQ .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucmNY6ibeQ .cards-container {
    flex-wrap: wrap;
  }
}
.cid-ucmNY6ibeQ .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-ucmNY6ibeQ .card:not(:first-child) {
  border-left: 1px solid #7a7a7a;
}
@media (max-width: 767px) {
  .cid-ucmNY6ibeQ .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #7a7a7a;
  }
}
@media (max-width: 767px) {
  .cid-ucmNY6ibeQ .card {
    width: 100%;
  }
}
.cid-ucmNY6ibeQ .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-ucmNY6ibeQ .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-ucmNY6ibeQ .card-box {
    flex-wrap: wrap;
  }
}
.cid-ucmNY6ibeQ .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ucmNY6ibeQ .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-ucmNY6ibeQ .img-container {
    width: 100%;
  }
}
.cid-ucmNY6ibeQ .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-ucmNY6ibeQ .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-ucmNY6ibeQ .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 280px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-ucmNY6ibeQ .image-wrapper img {
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .cid-ucmNY6ibeQ .image-wrapper img {
    height: 186px;
  }
}
@media (max-width: 991px) {
  .cid-ucmNY6ibeQ .image-wrapper img {
    height: 148px;
  }
}
@media (max-width: 767px) {
  .cid-ucmNY6ibeQ .image-wrapper img {
    height: auto;
  }
}
.cid-ucmNY6ibeQ .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-ucmNY6ibeQ .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-ucmNY6ibeQ .card-container {
    width: 100%;
  }
}
.cid-ucmNY6ibeQ .card-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-ucmNY6ibeQ .card-title {
    text-align: left !important;
  }
}
.cid-ucmNY6ibeQ .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-ucmNY6ibeQ .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-ucmNY6ibeQ .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-ucmMHWsdVH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ucmMHWsdVH .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-ucmMHWsdVH .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ucmMHWsdVH .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-ucmMHWsdVH .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-ucmMHWsdVH .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-ucmMHWsdVH .stripe {
  border-bottom: 1px solid #ffe161;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ucmMHWsdVH .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-ucmMHWsdVH .input-group-btn {
  padding-left: 0;
}
.cid-ucmMHWsdVH .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ucmMHWsdVH .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe161;
  width: 85%;
}
.cid-ucmMHWsdVH .mbr-text {
  color: #444;
}
.cid-ucmMHWsdVH h5 {
  margin-bottom: 0;
}
.cid-ucmMHWsdVH .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ucmMHWsdVH .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucmMHWsdVH .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ucmMHWsdVH .socicon {
  font-size: 1.3rem;
  background: #1b1464;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucmMHWsdVH .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ucmMHWsdVH .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ucmMHWsdVH .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ucmMHWsdVH .social-list a:hover {
  opacity: 0.4;
}
.cid-ucmMHWsdVH .media-container-row > div {
  padding: 0px;
}
.cid-ucmMHWsdVH .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ucmMHWsdVH .group-title {
  text-align: left;
  color: #ffe161;
  padding-bottom: 0.2rem;
}
.cid-ucmMHWsdVH .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ucmMHWsdVH .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ucmMHWsdVH .social-list,
  .cid-ucmMHWsdVH .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ucmMHWsdVH h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ucmMHWsdVH .form-group {
    max-width: 180px;
  }
}
.cid-ucmMHWsdVH .links span {
  color: #9e9e9e;
}
.cid-ucmMHWsdVH .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-ucmMHWsdVH .logo-title {
  text-align: center;
}
.cid-ucmMHWsdVH .logo-title,
.cid-ucmMHWsdVH .logo {
  color: #ffffff;
}
.cid-uoM06DKtFk .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uoM06DKtFk .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uoM06DKtFk .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uoM06DKtFk .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uoM06DKtFk .navbar-caption {
  font-weight: 500;
}
.cid-uoM06DKtFk .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-uoM06DKtFk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoM06DKtFk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoM06DKtFk .dropdown-item:hover,
.cid-uoM06DKtFk .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uoM06DKtFk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoM06DKtFk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoM06DKtFk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoM06DKtFk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoM06DKtFk .nav-link {
  position: relative;
}
.cid-uoM06DKtFk .container {
  display: flex;
  margin: auto;
}
.cid-uoM06DKtFk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-uoM06DKtFk .dropdown-menu,
.cid-uoM06DKtFk .navbar.opened {
  background: #ffffff !important;
}
.cid-uoM06DKtFk .nav-item:focus,
.cid-uoM06DKtFk .nav-link:focus {
  outline: none;
}
.cid-uoM06DKtFk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoM06DKtFk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoM06DKtFk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoM06DKtFk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoM06DKtFk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoM06DKtFk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoM06DKtFk .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uoM06DKtFk .navbar.opened {
  transition: all 0.3s;
}
.cid-uoM06DKtFk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoM06DKtFk .navbar .navbar-logo img {
  width: auto;
}
.cid-uoM06DKtFk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoM06DKtFk .navbar.collapsed {
  justify-content: center;
}
.cid-uoM06DKtFk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoM06DKtFk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoM06DKtFk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uoM06DKtFk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoM06DKtFk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoM06DKtFk .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-uoM06DKtFk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoM06DKtFk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoM06DKtFk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoM06DKtFk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoM06DKtFk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoM06DKtFk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoM06DKtFk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoM06DKtFk .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-uoM06DKtFk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoM06DKtFk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoM06DKtFk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoM06DKtFk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoM06DKtFk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoM06DKtFk .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoM06DKtFk .navbar.navbar-short {
  min-height: 80px;
}
.cid-uoM06DKtFk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoM06DKtFk .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uoM06DKtFk .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-uoM06DKtFk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoM06DKtFk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoM06DKtFk .dropdown-item.active,
.cid-uoM06DKtFk .dropdown-item:active {
  background-color: transparent;
}
.cid-uoM06DKtFk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoM06DKtFk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoM06DKtFk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoM06DKtFk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoM06DKtFk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoM06DKtFk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoM06DKtFk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoM06DKtFk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoM06DKtFk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoM06DKtFk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoM06DKtFk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoM06DKtFk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoM06DKtFk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoM06DKtFk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoM06DKtFk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoM06DKtFk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoM06DKtFk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoM06DKtFk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoM06DKtFk .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-uoM06DKtFk .navbar {
    height: 70px;
  }
  .cid-uoM06DKtFk .navbar.opened {
    height: auto;
  }
  .cid-uoM06DKtFk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoM0s2JzxA {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-uoM0s2JzxA .image-block {
  margin: auto;
}
.cid-uoM0s2JzxA figcaption {
  position: relative;
}
.cid-uoM0s2JzxA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uoM0s2JzxA .image-block {
    width: 100% !important;
  }
}
.cid-uoM06EC9Fq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uoM06EC9Fq .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-uoM06EC9Fq .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uoM06EC9Fq .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uoM06EC9Fq .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uoM06EC9Fq .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uoM06EC9Fq .stripe {
  border-bottom: 1px solid #ffe161;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uoM06EC9Fq .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uoM06EC9Fq .input-group-btn {
  padding-left: 0;
}
.cid-uoM06EC9Fq .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uoM06EC9Fq .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe161;
  width: 85%;
}
.cid-uoM06EC9Fq .mbr-text {
  color: #444;
}
.cid-uoM06EC9Fq h5 {
  margin-bottom: 0;
}
.cid-uoM06EC9Fq .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uoM06EC9Fq .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uoM06EC9Fq .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uoM06EC9Fq .socicon {
  font-size: 1.3rem;
  background: #1b1464;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uoM06EC9Fq .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uoM06EC9Fq .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uoM06EC9Fq .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uoM06EC9Fq .social-list a:hover {
  opacity: 0.4;
}
.cid-uoM06EC9Fq .media-container-row > div {
  padding: 0px;
}
.cid-uoM06EC9Fq .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uoM06EC9Fq .group-title {
  text-align: left;
  color: #ffe161;
  padding-bottom: 0.2rem;
}
.cid-uoM06EC9Fq .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uoM06EC9Fq .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uoM06EC9Fq .social-list,
  .cid-uoM06EC9Fq .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uoM06EC9Fq h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uoM06EC9Fq .form-group {
    max-width: 180px;
  }
}
.cid-uoM06EC9Fq .links span {
  color: #9e9e9e;
}
.cid-uoM06EC9Fq .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uoM06EC9Fq .logo-title {
  text-align: center;
}
.cid-uoM06EC9Fq .logo-title,
.cid-uoM06EC9Fq .logo {
  color: #ffffff;
}
.cid-uoM1YaH8Ob .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .cid-uoM1YaH8Ob .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uoM1YaH8Ob .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uoM1YaH8Ob .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uoM1YaH8Ob .navbar-caption {
  font-weight: 500;
}
.cid-uoM1YaH8Ob .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-uoM1YaH8Ob .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoM1YaH8Ob .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoM1YaH8Ob .dropdown-item:hover,
.cid-uoM1YaH8Ob .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uoM1YaH8Ob .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoM1YaH8Ob .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoM1YaH8Ob .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoM1YaH8Ob .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoM1YaH8Ob .nav-link {
  position: relative;
}
.cid-uoM1YaH8Ob .container {
  display: flex;
  margin: auto;
}
.cid-uoM1YaH8Ob .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-uoM1YaH8Ob .dropdown-menu,
.cid-uoM1YaH8Ob .navbar.opened {
  background: #ffffff !important;
}
.cid-uoM1YaH8Ob .nav-item:focus,
.cid-uoM1YaH8Ob .nav-link:focus {
  outline: none;
}
.cid-uoM1YaH8Ob .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoM1YaH8Ob .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoM1YaH8Ob .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoM1YaH8Ob .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoM1YaH8Ob .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoM1YaH8Ob .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoM1YaH8Ob .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uoM1YaH8Ob .navbar.opened {
  transition: all 0.3s;
}
.cid-uoM1YaH8Ob .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoM1YaH8Ob .navbar .navbar-logo img {
  width: auto;
}
.cid-uoM1YaH8Ob .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoM1YaH8Ob .navbar.collapsed {
  justify-content: center;
}
.cid-uoM1YaH8Ob .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoM1YaH8Ob .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoM1YaH8Ob .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uoM1YaH8Ob .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoM1YaH8Ob .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoM1YaH8Ob .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-uoM1YaH8Ob .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoM1YaH8Ob .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoM1YaH8Ob .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoM1YaH8Ob .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoM1YaH8Ob .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoM1YaH8Ob .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoM1YaH8Ob .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoM1YaH8Ob .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-uoM1YaH8Ob .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoM1YaH8Ob .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoM1YaH8Ob .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoM1YaH8Ob .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoM1YaH8Ob .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoM1YaH8Ob .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoM1YaH8Ob .navbar.navbar-short {
  min-height: 80px;
}
.cid-uoM1YaH8Ob .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoM1YaH8Ob .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uoM1YaH8Ob .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-uoM1YaH8Ob .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoM1YaH8Ob .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoM1YaH8Ob .dropdown-item.active,
.cid-uoM1YaH8Ob .dropdown-item:active {
  background-color: transparent;
}
.cid-uoM1YaH8Ob .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoM1YaH8Ob .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoM1YaH8Ob .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoM1YaH8Ob .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoM1YaH8Ob .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoM1YaH8Ob .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoM1YaH8Ob ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoM1YaH8Ob button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoM1YaH8Ob button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoM1YaH8Ob button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoM1YaH8Ob button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoM1YaH8Ob button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoM1YaH8Ob button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoM1YaH8Ob nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoM1YaH8Ob nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoM1YaH8Ob nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoM1YaH8Ob nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoM1YaH8Ob a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoM1YaH8Ob .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-uoM1YaH8Ob .navbar {
    height: 70px;
  }
  .cid-uoM1YaH8Ob .navbar.opened {
    height: auto;
  }
  .cid-uoM1YaH8Ob .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoM1Yb38UR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/main-3-2000x1058.jpg");
}
.cid-uoM1Yb38UR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoM1Yb38UR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoM1Yb38UR .mbr-section-title {
  color: #ffffff;
}
.cid-uoM1Yb38UR .mbr-section-subtitle {
  color: #ffe161;
  margin-top: 20px;
}
.cid-uoM1Yb38UR .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uoM1Yb38UR .mbr-section-btn {
  margin-top: 18px;
}
.cid-uoM1Yb38UR .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uoM1Yb38UR .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uoM2YYOd55 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoM2YYOd55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoM2YYOd55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoM2YYOd55 .text-wrap {
  width: 100%;
}
.cid-uoM2YYOd55 .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uoM2YYOd55 .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uoM2YYOd55 .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uoM1YbBOpe {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uoM1YbBOpe .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-uoM1YbBOpe .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uoM1YbBOpe .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uoM1YbBOpe .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uoM1YbBOpe .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uoM1YbBOpe .stripe {
  border-bottom: 1px solid #ffe161;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uoM1YbBOpe .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uoM1YbBOpe .input-group-btn {
  padding-left: 0;
}
.cid-uoM1YbBOpe .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uoM1YbBOpe .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffe161;
  width: 85%;
}
.cid-uoM1YbBOpe .mbr-text {
  color: #444;
}
.cid-uoM1YbBOpe h5 {
  margin-bottom: 0;
}
.cid-uoM1YbBOpe .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uoM1YbBOpe .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uoM1YbBOpe .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uoM1YbBOpe .socicon {
  font-size: 1.3rem;
  background: #1b1464;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uoM1YbBOpe .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uoM1YbBOpe .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uoM1YbBOpe .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uoM1YbBOpe .social-list a:hover {
  opacity: 0.4;
}
.cid-uoM1YbBOpe .media-container-row > div {
  padding: 0px;
}
.cid-uoM1YbBOpe .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uoM1YbBOpe .group-title {
  text-align: left;
  color: #ffe161;
  padding-bottom: 0.2rem;
}
.cid-uoM1YbBOpe .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uoM1YbBOpe .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uoM1YbBOpe .social-list,
  .cid-uoM1YbBOpe .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uoM1YbBOpe h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uoM1YbBOpe .form-group {
    max-width: 180px;
  }
}
.cid-uoM1YbBOpe .links span {
  color: #9e9e9e;
}
.cid-uoM1YbBOpe .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uoM1YbBOpe .logo-title {
  text-align: center;
}
.cid-uoM1YbBOpe .logo-title,
.cid-uoM1YbBOpe .logo {
  color: #ffffff;
}
