body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Luxurious Roman', display;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Luxurious Roman', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.9rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-7 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #d90a2c !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d90a2c !important;
  border-color: #d90a2c !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: #86061b !important;
  border-color: #86061b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #86061b !important;
  border-color: #86061b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d90a2c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #86061b !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: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d90a2c !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #770618 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d90a2c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d90a2c;
  border-color: #d90a2c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d90a2c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcb3bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Luxurious Roman', display;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #d90a2c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Luxurious Roman', display;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #d90a2c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d90a2c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d90a2c;
}
.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: #d90a2c;
  border-bottom-color: #d90a2c;
}
.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: #d90a2c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23d90a2c' %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-uNstawOEFB .navbar-dropdown {
  position: relative !important;
}
.cid-uNstawOEFB .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uNstawOEFB .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uNstawOEFB .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uNstawOEFB .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-uNstawOEFB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNstawOEFB .dropdown-item {
  border: 2px solid #ffffff;
  background: #ffffff !important;
  color: #d90a2c !important;
}
.cid-uNstawOEFB .dropdown-item:hover,
.cid-uNstawOEFB .dropdown-item:focus {
  background: #ffffff !important;
  color: #d90a2c !important;
}
.cid-uNstawOEFB .dropdown-item:hover span {
  color: white;
}
.cid-uNstawOEFB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNstawOEFB .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNstawOEFB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNstawOEFB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNstawOEFB .nav-link {
  position: relative;
}
.cid-uNstawOEFB .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uNstawOEFB .container {
    flex-wrap: nowrap;
  }
}
.cid-uNstawOEFB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNstawOEFB .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uNstawOEFB .dropdown-menu,
.cid-uNstawOEFB .navbar.opened {
  background: #ffffff !important;
}
.cid-uNstawOEFB .nav-item:focus,
.cid-uNstawOEFB .nav-link:focus {
  outline: none;
}
.cid-uNstawOEFB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNstawOEFB .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uNstawOEFB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNstawOEFB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNstawOEFB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNstawOEFB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNstawOEFB .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNstawOEFB .navbar.opened {
  transition: all 0.3s;
}
.cid-uNstawOEFB .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uNstawOEFB .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uNstawOEFB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNstawOEFB .navbar.collapsed {
  justify-content: center;
}
.cid-uNstawOEFB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNstawOEFB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNstawOEFB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uNstawOEFB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNstawOEFB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNstawOEFB .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-uNstawOEFB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNstawOEFB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNstawOEFB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNstawOEFB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNstawOEFB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNstawOEFB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNstawOEFB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNstawOEFB .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-uNstawOEFB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNstawOEFB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNstawOEFB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNstawOEFB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uNstawOEFB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNstawOEFB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNstawOEFB .navbar.navbar-short {
  min-height: 96px;
}
.cid-uNstawOEFB .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uNstawOEFB .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uNstawOEFB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNstawOEFB .navbar-brand .navbar-caption:hover,
.cid-uNstawOEFB .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uNstawOEFB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNstawOEFB .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uNstawOEFB .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uNstawOEFB .dropdown-item.active,
.cid-uNstawOEFB .dropdown-item:active {
  background-color: transparent;
}
.cid-uNstawOEFB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNstawOEFB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNstawOEFB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNstawOEFB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uNstawOEFB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNstawOEFB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uNstawOEFB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNstawOEFB ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uNstawOEFB ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uNstawOEFB .navbar-buttons {
  text-align: center;
}
.cid-uNstawOEFB .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uNstawOEFB .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uNstawOEFB .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uNstawOEFB button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNstawOEFB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNstawOEFB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uNstawOEFB button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNstawOEFB button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNstawOEFB button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uNstawOEFB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNstawOEFB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNstawOEFB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNstawOEFB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNstawOEFB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNstawOEFB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNstawOEFB .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-uNstawOEFB .navbar {
    height: 70px;
  }
  .cid-uNstawOEFB .navbar.opened {
    height: auto;
  }
  .cid-uNstawOEFB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNstawOEFB .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uNstawOEFB .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uNstawOEFB .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uNstawOEFB .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uNstawOEFB .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uNstawOEFB .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uNstawOEFB .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uNstawOEFB .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uNstawOEFB .nav-item .dropdown-menu .dropdown-item {
  color: #d90a2c !important;
}
.cid-uNstawOEFB .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uNstawOEFB .navbar {
    justify-content: flex-start !important;
  }
  .cid-uNstawOEFB .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uNstawOEFB .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uNstawOEFB .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNstawOEFB .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uNstawOEFB .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uNstawOEFB .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uNstawOEFB .content-wrap {
  min-height: 130px;
}
.cid-uca4uJgXWd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uca4uJgXWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uca4uJgXWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uca4uJgXWd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uca4uJgXWd .row {
    flex-direction: column-reverse;
  }
  .cid-uca4uJgXWd .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uca4uJgXWd .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uca4uJgXWd .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uca4uJgXWd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uca4uJgXWd .card-title {
  color: #fafafa;
}
.cid-uca4uJgXWd .mbr-text,
.cid-uca4uJgXWd .mbr-section-btn {
  color: #ffffff;
}
.cid-ubUYEEoQYp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffa76;
}
.cid-ubUYEEoQYp .mbr-text {
  color: #0b0c37;
}
.cid-uc7hvaWUbz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uc7hvaWUbz ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uc7hvaWUbz li {
  position: relative;
}
.cid-uc7hvaWUbz li:nth-last-child(n+2) {
  margin-bottom: 1rem;
}
.cid-uc7hvaWUbz ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #22a5e5;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uc7hvaWUbz .background {
  padding: 3rem 1rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uc7hvaWUbz .background {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-uc7hvaWUbz .display-1 {
    font-size: 70px;
  }
  .cid-uc7hvaWUbz .display-5 {
    font-size: 29px;
  }
  .cid-uc7hvaWUbz .display-7 {
    font-size: 22px;
  }
}
.cid-uc7hvaWUbz .list {
  color: #fafafa;
}
.cid-uc7hvaWUbz .mbr-section-title {
  color: #ffffff;
}
.cid-ubV0Kz6c6U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bihar-land-survey-employees.webp");
}
.cid-ubV0Kz6c6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubV0Kz6c6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubV0Kz6c6U .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ubV0Kz6c6U .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ubV0Kz6c6U .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubV0Kz6c6U .card-wrapper {
    padding: 4rem;
  }
}
.cid-ubV0Kz6c6U .mbr-text,
.cid-ubV0Kz6c6U .mbr-section-btn {
  color: #ffffff;
}
.cid-ubV0Kz6c6U .card-title,
.cid-ubV0Kz6c6U .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-uc7gS7YSHB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uc7gS7YSHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7gS7YSHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uc7gS7YSHB .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uc7gS7YSHB .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uc7gS7YSHB .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uc7gS7YSHB .image-wrapper img {
    height: 300px;
  }
}
.cid-uc7gS7YSHB .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #000000;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-uc7gS7YSHB .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-uc7gS7YSHB .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-uc7gS7YSHB .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uc7gS7YSHB .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-uc7gS7YSHB .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uc7gS7YSHB .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-uc7gS7YSHB .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-uc7gS7YSHB .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #fffa76;
  color: #fffa76;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uc7gS7YSHB .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-uc7gS7YSHB .mbr-section-title {
  color: #ffffff;
}
.cid-uc7gS7YSHB .mbr-text {
  color: #ffffff;
}
.cid-uc7gS7YSHB .icon-wrapper {
  text-align: right;
}
.cid-uc7gS7YSHB .mbr-section-title,
.cid-uc7gS7YSHB .icon-wrapper {
  color: #ffffff;
}
.cid-uc7kGlcGsH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fffa76;
}
@media (max-width: 767px) {
  .cid-uc7kGlcGsH {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-uc7kGlcGsH img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uc7kGlcGsH H1 {
  color: #132c70;
}
.cid-uc7kGlcGsH .mbr-text,
.cid-uc7kGlcGsH .mbr-section-btn {
  color: #132c70;
}
.cid-uc7kGlcGsH H3 {
  color: #000000;
}
.cid-uc7kGlcGsH .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uc7kGlcGsH .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uc7kGlcGsH .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uc7kGlcGsH .link:hover {
  color: #d90a2c !important;
}
.cid-uc7kGlcGsH .link:hover .link-ico {
  color: #d90a2c !important;
  padding-left: 10px;
}
.cid-uc7kGlcGsH DIV {
  color: #57468b;
}
.cid-uc7kGlcGsH .text-1 {
  line-height: 1;
}
.cid-uc7kGlcGsH .container-fluid {
  max-width: 1300px;
}
.cid-uc7kGlcGsH .mbr-section-title {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .cid-uc7kGlcGsH .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uc7kGlcGsH .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uc7kGlcGsH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7kGlcGsH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc7kGlcGsH .mbr-text,
.cid-uc7kGlcGsH .media-content {
  color: #000000;
}
.cid-uc7g9M03aQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uc7g9M03aQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7g9M03aQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uc7g9M03aQ .container {
    padding: 0 30px;
  }
}
.cid-uc7g9M03aQ .row {
  position: relative;
}
.cid-uc7g9M03aQ .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uc7g9M03aQ .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uc7g9M03aQ .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uc7g9M03aQ .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uc7g9M03aQ .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uc7g9M03aQ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uc7g9M03aQ .mbr-text {
  color: #212529;
}
.cid-uc7g9M03aQ .mbr-link,
.cid-uc7g9M03aQ .mbr-iconfont {
  color: #212529;
}
.cid-uc7fVlFMiY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffa76;
}
.cid-uc7fVlFMiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7fVlFMiY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc7fVlFMiY .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uc7fVlFMiY .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uc7fVlFMiY .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uc7fVlFMiY .card-wrapper {
    padding: 4rem;
  }
}
.cid-uc7fVlFMiY .mbr-text,
.cid-uc7fVlFMiY .mbr-section-btn {
  color: #000000;
}
.cid-uc7fVlFMiY .card-title,
.cid-uc7fVlFMiY .card-box {
  text-align: left;
  color: #000000;
}
.cid-ubVtuGMmvV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uNstawOEFB .navbar-dropdown {
  position: relative !important;
}
.cid-uNstawOEFB .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uNstawOEFB .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uNstawOEFB .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uNstawOEFB .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-uNstawOEFB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNstawOEFB .dropdown-item {
  border: 2px solid #ffffff;
  background: #ffffff !important;
  color: #d90a2c !important;
}
.cid-uNstawOEFB .dropdown-item:hover,
.cid-uNstawOEFB .dropdown-item:focus {
  background: #ffffff !important;
  color: #d90a2c !important;
}
.cid-uNstawOEFB .dropdown-item:hover span {
  color: white;
}
.cid-uNstawOEFB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNstawOEFB .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNstawOEFB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNstawOEFB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNstawOEFB .nav-link {
  position: relative;
}
.cid-uNstawOEFB .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uNstawOEFB .container {
    flex-wrap: nowrap;
  }
}
.cid-uNstawOEFB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNstawOEFB .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uNstawOEFB .dropdown-menu,
.cid-uNstawOEFB .navbar.opened {
  background: #ffffff !important;
}
.cid-uNstawOEFB .nav-item:focus,
.cid-uNstawOEFB .nav-link:focus {
  outline: none;
}
.cid-uNstawOEFB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNstawOEFB .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uNstawOEFB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNstawOEFB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNstawOEFB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNstawOEFB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNstawOEFB .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNstawOEFB .navbar.opened {
  transition: all 0.3s;
}
.cid-uNstawOEFB .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uNstawOEFB .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uNstawOEFB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNstawOEFB .navbar.collapsed {
  justify-content: center;
}
.cid-uNstawOEFB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNstawOEFB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNstawOEFB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uNstawOEFB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNstawOEFB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNstawOEFB .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-uNstawOEFB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNstawOEFB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNstawOEFB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNstawOEFB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNstawOEFB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNstawOEFB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNstawOEFB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNstawOEFB .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-uNstawOEFB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNstawOEFB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNstawOEFB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNstawOEFB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uNstawOEFB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNstawOEFB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNstawOEFB .navbar.navbar-short {
  min-height: 96px;
}
.cid-uNstawOEFB .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uNstawOEFB .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uNstawOEFB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNstawOEFB .navbar-brand .navbar-caption:hover,
.cid-uNstawOEFB .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uNstawOEFB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNstawOEFB .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uNstawOEFB .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uNstawOEFB .dropdown-item.active,
.cid-uNstawOEFB .dropdown-item:active {
  background-color: transparent;
}
.cid-uNstawOEFB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNstawOEFB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNstawOEFB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNstawOEFB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uNstawOEFB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNstawOEFB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uNstawOEFB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNstawOEFB ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uNstawOEFB ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uNstawOEFB .navbar-buttons {
  text-align: center;
}
.cid-uNstawOEFB .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uNstawOEFB .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uNstawOEFB .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uNstawOEFB button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNstawOEFB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNstawOEFB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uNstawOEFB button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNstawOEFB button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNstawOEFB button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uNstawOEFB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNstawOEFB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNstawOEFB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNstawOEFB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNstawOEFB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNstawOEFB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNstawOEFB .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-uNstawOEFB .navbar {
    height: 70px;
  }
  .cid-uNstawOEFB .navbar.opened {
    height: auto;
  }
  .cid-uNstawOEFB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNstawOEFB .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uNstawOEFB .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uNstawOEFB .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uNstawOEFB .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uNstawOEFB .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uNstawOEFB .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uNstawOEFB .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uNstawOEFB .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uNstawOEFB .nav-item .dropdown-menu .dropdown-item {
  color: #d90a2c !important;
}
.cid-uNstawOEFB .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uNstawOEFB .navbar {
    justify-content: flex-start !important;
  }
  .cid-uNstawOEFB .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uNstawOEFB .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uNstawOEFB .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNstawOEFB .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uNstawOEFB .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uNstawOEFB .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uNstawOEFB .content-wrap {
  min-height: 130px;
}
.cid-uca8VDFsEG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uca8VDFsEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uca8VDFsEG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uca8VDFsEG .container {
    padding: 0 30px;
  }
}
.cid-uca8VDFsEG .row {
  position: relative;
}
.cid-uca8VDFsEG .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uca8VDFsEG .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uca8VDFsEG .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uca8VDFsEG .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uca8VDFsEG .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uca8VDFsEG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uca8VDFsEG .mbr-text {
  color: #212529;
}
.cid-uca8VDFsEG .mbr-link,
.cid-uca8VDFsEG .mbr-iconfont {
  color: #212529;
}
.cid-uca8VFvcex {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffa76;
}
.cid-uca8VFvcex .mbr-fallback-image.disabled {
  display: none;
}
.cid-uca8VFvcex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uca8VFvcex .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uca8VFvcex .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uca8VFvcex .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uca8VFvcex .card-wrapper {
    padding: 4rem;
  }
}
.cid-uca8VFvcex .mbr-text,
.cid-uca8VFvcex .mbr-section-btn {
  color: #000000;
}
.cid-uca8VFvcex .card-title,
.cid-uca8VFvcex .card-box {
  text-align: left;
  color: #000000;
}
.cid-uca8VI6mR8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uNstA5LEmF .navbar-dropdown {
  position: relative !important;
}
.cid-uNstA5LEmF .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uNstA5LEmF .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uNstA5LEmF .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uNstA5LEmF .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-uNstA5LEmF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNstA5LEmF .dropdown-item {
  border: 2px solid #ffffff;
  background: #ffffff !important;
  color: #d90a2c !important;
}
.cid-uNstA5LEmF .dropdown-item:hover,
.cid-uNstA5LEmF .dropdown-item:focus {
  background: #ffffff !important;
  color: #d90a2c !important;
}
.cid-uNstA5LEmF .dropdown-item:hover span {
  color: white;
}
.cid-uNstA5LEmF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNstA5LEmF .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNstA5LEmF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNstA5LEmF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNstA5LEmF .nav-link {
  position: relative;
}
.cid-uNstA5LEmF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uNstA5LEmF .container {
    flex-wrap: nowrap;
  }
}
.cid-uNstA5LEmF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNstA5LEmF .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uNstA5LEmF .dropdown-menu,
.cid-uNstA5LEmF .navbar.opened {
  background: #ffffff !important;
}
.cid-uNstA5LEmF .nav-item:focus,
.cid-uNstA5LEmF .nav-link:focus {
  outline: none;
}
.cid-uNstA5LEmF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNstA5LEmF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uNstA5LEmF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNstA5LEmF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNstA5LEmF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNstA5LEmF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNstA5LEmF .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNstA5LEmF .navbar.opened {
  transition: all 0.3s;
}
.cid-uNstA5LEmF .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uNstA5LEmF .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uNstA5LEmF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNstA5LEmF .navbar.collapsed {
  justify-content: center;
}
.cid-uNstA5LEmF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNstA5LEmF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNstA5LEmF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uNstA5LEmF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNstA5LEmF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNstA5LEmF .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-uNstA5LEmF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNstA5LEmF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNstA5LEmF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNstA5LEmF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNstA5LEmF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNstA5LEmF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNstA5LEmF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNstA5LEmF .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-uNstA5LEmF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNstA5LEmF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNstA5LEmF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNstA5LEmF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uNstA5LEmF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNstA5LEmF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNstA5LEmF .navbar.navbar-short {
  min-height: 96px;
}
.cid-uNstA5LEmF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uNstA5LEmF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uNstA5LEmF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNstA5LEmF .navbar-brand .navbar-caption:hover,
.cid-uNstA5LEmF .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uNstA5LEmF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNstA5LEmF .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uNstA5LEmF .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uNstA5LEmF .dropdown-item.active,
.cid-uNstA5LEmF .dropdown-item:active {
  background-color: transparent;
}
.cid-uNstA5LEmF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNstA5LEmF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNstA5LEmF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNstA5LEmF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uNstA5LEmF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNstA5LEmF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uNstA5LEmF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNstA5LEmF ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uNstA5LEmF ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uNstA5LEmF .navbar-buttons {
  text-align: center;
}
.cid-uNstA5LEmF .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uNstA5LEmF .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uNstA5LEmF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uNstA5LEmF button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNstA5LEmF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNstA5LEmF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uNstA5LEmF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNstA5LEmF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNstA5LEmF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uNstA5LEmF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNstA5LEmF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNstA5LEmF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNstA5LEmF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNstA5LEmF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNstA5LEmF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNstA5LEmF .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-uNstA5LEmF .navbar {
    height: 70px;
  }
  .cid-uNstA5LEmF .navbar.opened {
    height: auto;
  }
  .cid-uNstA5LEmF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNstA5LEmF .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uNstA5LEmF .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uNstA5LEmF .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uNstA5LEmF .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uNstA5LEmF .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uNstA5LEmF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uNstA5LEmF .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uNstA5LEmF .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uNstA5LEmF .nav-item .dropdown-menu .dropdown-item {
  color: #d90a2c !important;
}
.cid-uNstA5LEmF .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uNstA5LEmF .navbar {
    justify-content: flex-start !important;
  }
  .cid-uNstA5LEmF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uNstA5LEmF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uNstA5LEmF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNstA5LEmF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uNstA5LEmF .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uNstA5LEmF .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uNstA5LEmF .content-wrap {
  min-height: 130px;
}
.cid-uNstA6BtoN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uNstA6BtoN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNstA6BtoN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNstA6BtoN .container {
    padding: 0 30px;
  }
}
.cid-uNstA6BtoN .row {
  position: relative;
}
.cid-uNstA6BtoN .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uNstA6BtoN .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uNstA6BtoN .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uNstA6BtoN .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uNstA6BtoN .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uNstA6BtoN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNstA6BtoN .mbr-text {
  color: #212529;
}
.cid-uNstA6BtoN .mbr-link,
.cid-uNstA6BtoN .mbr-iconfont {
  color: #212529;
}
.cid-uNstA7mFMb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffa76;
}
.cid-uNstA7mFMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNstA7mFMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNstA7mFMb .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uNstA7mFMb .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNstA7mFMb .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNstA7mFMb .card-wrapper {
    padding: 4rem;
  }
}
.cid-uNstA7mFMb .mbr-text,
.cid-uNstA7mFMb .mbr-section-btn {
  color: #000000;
}
.cid-uNstA7mFMb .card-title,
.cid-uNstA7mFMb .card-box {
  text-align: left;
  color: #000000;
}
.cid-uNstA87ZIA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uNsukwzw3j .navbar-dropdown {
  position: relative !important;
}
.cid-uNsukwzw3j .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uNsukwzw3j .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uNsukwzw3j .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uNsukwzw3j .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-uNsukwzw3j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNsukwzw3j .dropdown-item {
  border: 2px solid #ffffff;
  background: #ffffff !important;
  color: #d90a2c !important;
}
.cid-uNsukwzw3j .dropdown-item:hover,
.cid-uNsukwzw3j .dropdown-item:focus {
  background: #ffffff !important;
  color: #d90a2c !important;
}
.cid-uNsukwzw3j .dropdown-item:hover span {
  color: white;
}
.cid-uNsukwzw3j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNsukwzw3j .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNsukwzw3j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNsukwzw3j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNsukwzw3j .nav-link {
  position: relative;
}
.cid-uNsukwzw3j .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uNsukwzw3j .container {
    flex-wrap: nowrap;
  }
}
.cid-uNsukwzw3j .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNsukwzw3j .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uNsukwzw3j .dropdown-menu,
.cid-uNsukwzw3j .navbar.opened {
  background: #ffffff !important;
}
.cid-uNsukwzw3j .nav-item:focus,
.cid-uNsukwzw3j .nav-link:focus {
  outline: none;
}
.cid-uNsukwzw3j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNsukwzw3j .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uNsukwzw3j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNsukwzw3j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNsukwzw3j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNsukwzw3j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNsukwzw3j .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNsukwzw3j .navbar.opened {
  transition: all 0.3s;
}
.cid-uNsukwzw3j .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uNsukwzw3j .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uNsukwzw3j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNsukwzw3j .navbar.collapsed {
  justify-content: center;
}
.cid-uNsukwzw3j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNsukwzw3j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNsukwzw3j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uNsukwzw3j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNsukwzw3j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNsukwzw3j .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-uNsukwzw3j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNsukwzw3j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNsukwzw3j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNsukwzw3j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNsukwzw3j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNsukwzw3j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNsukwzw3j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNsukwzw3j .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-uNsukwzw3j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNsukwzw3j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNsukwzw3j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNsukwzw3j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uNsukwzw3j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNsukwzw3j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNsukwzw3j .navbar.navbar-short {
  min-height: 96px;
}
.cid-uNsukwzw3j .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uNsukwzw3j .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uNsukwzw3j .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNsukwzw3j .navbar-brand .navbar-caption:hover,
.cid-uNsukwzw3j .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uNsukwzw3j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNsukwzw3j .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uNsukwzw3j .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uNsukwzw3j .dropdown-item.active,
.cid-uNsukwzw3j .dropdown-item:active {
  background-color: transparent;
}
.cid-uNsukwzw3j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNsukwzw3j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNsukwzw3j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNsukwzw3j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uNsukwzw3j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNsukwzw3j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uNsukwzw3j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNsukwzw3j ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uNsukwzw3j ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uNsukwzw3j .navbar-buttons {
  text-align: center;
}
.cid-uNsukwzw3j .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uNsukwzw3j .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uNsukwzw3j .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uNsukwzw3j button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNsukwzw3j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNsukwzw3j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uNsukwzw3j button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNsukwzw3j button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNsukwzw3j button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uNsukwzw3j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNsukwzw3j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNsukwzw3j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNsukwzw3j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNsukwzw3j .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNsukwzw3j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNsukwzw3j .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-uNsukwzw3j .navbar {
    height: 70px;
  }
  .cid-uNsukwzw3j .navbar.opened {
    height: auto;
  }
  .cid-uNsukwzw3j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNsukwzw3j .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uNsukwzw3j .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uNsukwzw3j .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uNsukwzw3j .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uNsukwzw3j .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uNsukwzw3j .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uNsukwzw3j .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uNsukwzw3j .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uNsukwzw3j .nav-item .dropdown-menu .dropdown-item {
  color: #d90a2c !important;
}
.cid-uNsukwzw3j .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uNsukwzw3j .navbar {
    justify-content: flex-start !important;
  }
  .cid-uNsukwzw3j .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uNsukwzw3j .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uNsukwzw3j .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNsukwzw3j .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uNsukwzw3j .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uNsukwzw3j .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uNsukwzw3j .content-wrap {
  min-height: 130px;
}
.cid-uNsukxo6dN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uNsukxo6dN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNsukxo6dN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNsukxo6dN .container {
    padding: 0 30px;
  }
}
.cid-uNsukxo6dN .row {
  position: relative;
}
.cid-uNsukxo6dN .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uNsukxo6dN .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uNsukxo6dN .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uNsukxo6dN .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uNsukxo6dN .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uNsukxo6dN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNsukxo6dN .mbr-text {
  color: #212529;
}
.cid-uNsukxo6dN .mbr-link,
.cid-uNsukxo6dN .mbr-iconfont {
  color: #212529;
}
.cid-uNsuky5kRe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffa76;
}
.cid-uNsuky5kRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNsuky5kRe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNsuky5kRe .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uNsuky5kRe .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNsuky5kRe .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNsuky5kRe .card-wrapper {
    padding: 4rem;
  }
}
.cid-uNsuky5kRe .mbr-text,
.cid-uNsuky5kRe .mbr-section-btn {
  color: #000000;
}
.cid-uNsuky5kRe .card-title,
.cid-uNsuky5kRe .card-box {
  text-align: left;
  color: #000000;
}
.cid-uNsukyMa3s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
