.btn {
  border-width: 3px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Funnel Display;
}
.display-1 {
  font-family: 'Funnel Display', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
}
.display-1 > .dashboard-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Funnel Display', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
.display-2 > .dashboard-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Funnel Display', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .dashboard-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Funnel Display', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.display-5 > .dashboard-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Funnel Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.35;
}
.display-7 > .dashboard-iconfont {
  font-size: 1.75rem;
}
/* ---- 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.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((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.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #18204f !important;
}
.bg-success {
  background-color: #fff4e7 !important;
}
.bg-info {
  background-color: #faebc5 !important;
}
.bg-warning {
  background-color: #f47451 !important;
}
.bg-danger {
  background-color: #4e503b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #18204f !important;
  border-color: #18204f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #243076 !important;
  border-color: #243076 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #243076 !important;
  border-color: #243076 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5f6049 !important;
  border-color: #5f6049 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #7c7d5f !important;
  border-color: #7c7d5f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7c7d5f !important;
  border-color: #7c7d5f !important;
}
.btn-info,
.btn-info:active {
  background-color: #faebc5 !important;
  border-color: #faebc5 !important;
  color: #b1830f !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fefbf4 !important;
  border-color: #fefbf4 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #b1830f !important;
  background-color: #fefbf4 !important;
  border-color: #fefbf4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff4e7 !important;
  border-color: #fff4e7 !important;
  color: #e77d00 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #e77d00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f47451 !important;
  border-color: #f47451 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f79a81 !important;
  border-color: #f79a81 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f79a81 !important;
  border-color: #f79a81 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4e503b !important;
  border-color: #4e503b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #6b6d51 !important;
  border-color: #6b6d51 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6b6d51 !important;
  border-color: #6b6d51 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #18204f;
  color: #18204f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #18204f !important;
  border-color: #18204f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #18204f !important;
  border-color: #18204f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5f6049;
  color: #5f6049;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #5f6049 !important;
  border-color: #5f6049 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5f6049 !important;
  border-color: #5f6049 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #faebc5;
  color: #faebc5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b1830f !important;
  background-color: #faebc5 !important;
  border-color: #faebc5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #b1830f !important;
  background-color: #faebc5 !important;
  border-color: #faebc5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fff4e7;
  color: #fff4e7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e77d00 !important;
  background-color: #fff4e7 !important;
  border-color: #fff4e7 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #e77d00 !important;
  background-color: #fff4e7 !important;
  border-color: #fff4e7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f47451;
  color: #f47451;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #f47451 !important;
  border-color: #f47451 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f47451 !important;
  border-color: #f47451 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #4e503b;
  color: #4e503b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #4e503b !important;
  border-color: #4e503b !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4e503b !important;
  border-color: #4e503b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !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: #18204f !important;
}
.text-secondary {
  color: #5f6049 !important;
}
.text-success {
  color: #fff4e7 !important;
}
.text-info {
  color: #faebc5 !important;
}
.text-warning {
  color: #f47451 !important;
}
.text-danger {
  color: #4e503b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000001 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #26261d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffc581 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #f2cb67 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d2370d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #151510 !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: #18204f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #faebc5;
}
.alert-warning {
  background-color: #f47451;
}
.alert-danger {
  background-color: #4e503b;
}
.dashboard-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.dashboard-gallery-filter li a {
  border-radius: 100px !important;
}
.dashboard-gallery-filter li.active .btn {
  background-color: #18204f;
  border-color: #18204f;
  color: #ffffff;
}
.dashboard-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #18204f;
}
.dashboard-plan-header.bg-primary .dashboard-plan-subtitle,
.dashboard-plan-header.bg-primary .dashboard-plan-price-desc {
  color: #7785d6;
}
.dashboard-plan-header.bg-success .dashboard-plan-subtitle,
.dashboard-plan-header.bg-success .dashboard-plan-price-desc {
  color: #ffffff;
}
.dashboard-plan-header.bg-info .dashboard-plan-subtitle,
.dashboard-plan-header.bg-info .dashboard-plan-price-desc {
  color: #ffffff;
}
.dashboard-plan-header.bg-warning .dashboard-plan-subtitle,
.dashboard-plan-header.bg-warning .dashboard-plan-price-desc {
  color: #ffffff;
}
.dashboard-plan-header.bg-danger .dashboard-plan-subtitle,
.dashboard-plan-header.bg-danger .dashboard-plan-price-desc {
  color: #c1c3ae;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Funnel Display', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .dashboard-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: #18204f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Funnel Display', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .dashboard-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #18204f;
}
/* Forms */
.dashboard-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.dashboard-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.dashboard-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.dashboard-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #18204f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #18204f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #18204f;
  border-bottom-color: #18204f;
}
.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: #18204f !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: #5f6049 !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='%2318204f' %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;
}
.dashboard-section-btn .btn {
  padding: 24px 42px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .dashboard-section-btn .btn {
    padding: 12px 16px;
  }
}
.dashboard-section-btn .btn:hover .dashboard-iconfont,
.dashboard-section-btn .btn:focus .dashboard-iconfont {
  transform: translateX(4px);
}
.dashboard-section-btn .btn .dashboard-iconfont {
  margin-left: 14px;
  transition: all .3s ease;
}
.form-control {
  border-radius: 100px !important;
}
.card-wrap,
.card-wrapper,
.video-wrapper,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.form-wrapper,
.decor-wrapper {
  border-radius: 3rem !important;
}
.address-wrap,
.price-wrap,
.subtitle-wrap,
.logo {
  border-radius: 1.2rem;
}
.panel-group .card {
  border: 100px !important;
}
.item-without-radius {
  border-radius: 0 !important;
}
.item-large-radius {
  border-radius: 13rem !important;
}
@media (max-width: 1200px) {
  .item-large-radius {
    border-radius: 8rem !important;
  }
}
@media (max-width: 992px) {
  .item-large-radius {
    border-radius: 3rem !important;
  }
}
.IYmnyEB-uQCYzy0f3P .navbar-dropdown {
  position: relative !important;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:before {
  font-family: gesture2 !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;
}
.IYmnyEB-uQCYzy0f3P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.IYmnyEB-uQCYzy0f3P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:hover,
.IYmnyEB-uQCYzy0f3P .dropdown-item:focus {
  background: #18204f !important;
  color: white !important;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:hover span {
  color: white;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.IYmnyEB-uQCYzy0f3P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.IYmnyEB-uQCYzy0f3P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.IYmnyEB-uQCYzy0f3P .nav-link {
  position: relative;
}
.IYmnyEB-uQCYzy0f3P .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .IYmnyEB-uQCYzy0f3P .container {
    flex-wrap: nowrap;
  }
}
.IYmnyEB-uQCYzy0f3P .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.IYmnyEB-uQCYzy0f3P .dropdown-menu,
.IYmnyEB-uQCYzy0f3P .navbar.opened {
  background: #2f2f2f !important;
}
.IYmnyEB-uQCYzy0f3P .nav-item:focus,
.IYmnyEB-uQCYzy0f3P .nav-link:focus {
  outline: none;
}
.IYmnyEB-uQCYzy0f3P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.IYmnyEB-uQCYzy0f3P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.IYmnyEB-uQCYzy0f3P .dropdown .dropdown-menu .dropdown-item .dashboard-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.IYmnyEB-uQCYzy0f3P .dropdown .dropdown-menu .dropdown-item .dashboard-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.IYmnyEB-uQCYzy0f3P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.IYmnyEB-uQCYzy0f3P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.IYmnyEB-uQCYzy0f3P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2f2f2f;
}
.IYmnyEB-uQCYzy0f3P .navbar.opened {
  transition: all 0.3s;
}
.IYmnyEB-uQCYzy0f3P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.IYmnyEB-uQCYzy0f3P .navbar .navbar-logo img {
  width: auto;
}
.IYmnyEB-uQCYzy0f3P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed {
  justify-content: center;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .IYmnyEB-uQCYzy0f3P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.IYmnyEB-uQCYzy0f3P .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%;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .IYmnyEB-uQCYzy0f3P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .IYmnyEB-uQCYzy0f3P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .IYmnyEB-uQCYzy0f3P .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%;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .IYmnyEB-uQCYzy0f3P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .IYmnyEB-uQCYzy0f3P .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-short {
  min-height: 60px;
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.IYmnyEB-uQCYzy0f3P .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;
}
.IYmnyEB-uQCYzy0f3P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.IYmnyEB-uQCYzy0f3P .navbar-brand .navbar-logo a {
  outline: none;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item.active,
.IYmnyEB-uQCYzy0f3P .dropdown-item:active {
  background-color: transparent;
}
.IYmnyEB-uQCYzy0f3P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.IYmnyEB-uQCYzy0f3P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.IYmnyEB-uQCYzy0f3P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2f2f2f;
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.IYmnyEB-uQCYzy0f3P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.IYmnyEB-uQCYzy0f3P ul.navbar-nav {
  flex-wrap: wrap;
}
.IYmnyEB-uQCYzy0f3P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.IYmnyEB-uQCYzy0f3P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IYmnyEB-uQCYzy0f3P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.IYmnyEB-uQCYzy0f3P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.IYmnyEB-uQCYzy0f3P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IYmnyEB-uQCYzy0f3P .navbar-dropdown {
  padding: 0 1rem;
}
.IYmnyEB-uQCYzy0f3P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.IYmnyEB-uQCYzy0f3P .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) {
  .IYmnyEB-uQCYzy0f3P .navbar {
    height: 70px;
  }
  .IYmnyEB-uQCYzy0f3P .navbar.opened {
    height: auto;
  }
  .IYmnyEB-uQCYzy0f3P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.IYmnyEB-uQCYVj7dDE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f3f0;
}
.IYmnyEB-uQCYVj7dDE .dashboard-fallback-image.disabled {
  display: none;
}
.IYmnyEB-uQCYVj7dDE .dashboard-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IYmnyEB-uQCYVj7dDE .content-wrapper .dashboard-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQCYVj7dDE .content-wrapper .dashboard-section-title {
    margin-bottom: 32px;
  }
}
.IYmnyEB-uQCYVj7dDE .content-wrapper .text-wrapper .dashboard-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .IYmnyEB-uQCYVj7dDE .content-wrapper .text-wrapper .dashboard-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .IYmnyEB-uQCYVj7dDE .content-wrapper .text-wrapper .dashboard-text {
    width: 100%;
  }
}
.IYmnyEB-uQCYVj7dDE .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQCYVj7dDE .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.IYmnyEB-uQCYVj7dDE .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .IYmnyEB-uQCYVj7dDE .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.IYmnyEB-uQCYVj7dDE .content-wrapper .dashboard-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.IYmnyEB-uQCYVj7dDE .content-wrapper .dashboard-section-btn {
  margin-top: 32px;
}
.IYmnyEB-uQCYVj7dDE .dashboard-section-title {
  color: #c10b02;
}
.IYmnyEB-uQCYVj7dDE .dashboard-text,
.IYmnyEB-uQCYVj7dDE .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.IYmnyEB-uQCYVj7dDE .dashboard-desc {
  color: #4b4949;
  text-align: center;
}
.IYmnyEB-uQCYVj7dDE .dashboard-section-title,
.IYmnyEB-uQCYVj7dDE .dashboard-section-btn {
  text-align: center;
  color: #5f6049;
}
.IYmnyEB-uQCZQcFHRr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.IYmnyEB-uQCZQcFHRr::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #5f6049 -10%, transparent 70%);
}
.IYmnyEB-uQCZQcFHRr .dashboard-fallback-image.disabled {
  display: none;
}
.IYmnyEB-uQCZQcFHRr .dashboard-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .IYmnyEB-uQCZQcFHRr .container {
    padding: 0 16px;
  }
}
.IYmnyEB-uQCZQcFHRr .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.IYmnyEB-uQCZQcFHRr .content-wrapper .dashboard-section-title {
  margin-bottom: 50px;
}
.IYmnyEB-uQCZQcFHRr .content-wrapper .dashboard-text {
  margin-bottom: 0;
}
.IYmnyEB-uQCZQcFHRr .dashboard-section-title {
  color: #5f6049;
  text-align: center;
}
.IYmnyEB-uQCZQcFHRr .dashboard-text {
  color: #000000;
}
.IYmnyEB-uQCZQcFHRr .dashboard-text,
.IYmnyEB-uQCZQcFHRr .icon-wrapper {
  text-align: center;
}
.IYmnyEB-uQCZNLseRf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e4db;
}
.IYmnyEB-uQCZNLseRf .dashboard-fallback-image.disabled {
  display: none;
}
.IYmnyEB-uQCZNLseRf .dashboard-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IYmnyEB-uQCZNLseRf .items-wrapper {
  justify-content: flex-end;
}
.IYmnyEB-uQCZNLseRf .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .IYmnyEB-uQCZNLseRf .content-wrapper {
    margin-bottom: 32px;
  }
}
.IYmnyEB-uQCZNLseRf .content-wrapper .dashboard-section-title {
  margin-bottom: 24px;
}
.IYmnyEB-uQCZNLseRf .content-wrapper .dashboard-desc {
  margin-bottom: 16px;
}
.IYmnyEB-uQCZNLseRf .content-wrapper .dashboard-text {
  margin-bottom: 0;
}
.IYmnyEB-uQCZNLseRf .content-wrapper .dashboard-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQCZNLseRf .content-wrapper .dashboard-section-btn {
    margin-top: 16px;
  }
}
.IYmnyEB-uQCZNLseRf .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .IYmnyEB-uQCZNLseRf .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .IYmnyEB-uQCZNLseRf .content-wrap {
    display: block;
    padding: 0;
  }
}
.IYmnyEB-uQCZNLseRf .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .IYmnyEB-uQCZNLseRf .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.IYmnyEB-uQCZNLseRf .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .IYmnyEB-uQCZNLseRf .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.IYmnyEB-uQCZNLseRf .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQCZNLseRf .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.IYmnyEB-uQCZNLseRf .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .IYmnyEB-uQCZNLseRf .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.IYmnyEB-uQCZNLseRf .dashboard-desc {
  color: #272b2e;
}
.IYmnyEB-uQCZNLseRf .dashboard-section-title {
  color: #272b2e;
}
.IYmnyEB-uQCZNLseRf .dashboard-text,
.IYmnyEB-uQCZNLseRf .text-wrapper {
  color: #272b2e;
}
.IYmnyEB-uQCZNLseRf .dashboard-section-title,
.IYmnyEB-uQCZNLseRf .dashboard-section-btn {
  text-align: center;
}
.IYmnyEB-uQCZNLseRf .dashboard-text {
  text-align: center;
}
.IYmnyEB-uQCZR7dHqj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8d5c2;
}
.IYmnyEB-uQCZR7dHqj .dashboard-fallback-image.disabled {
  display: none;
}
.IYmnyEB-uQCZR7dHqj .dashboard-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .IYmnyEB-uQCZR7dHqj .container {
    padding: 0 22px;
  }
}
.IYmnyEB-uQCZR7dHqj .row {
  justify-content: center;
}
.IYmnyEB-uQCZR7dHqj .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .IYmnyEB-uQCZR7dHqj .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.IYmnyEB-uQCZR7dHqj .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #5f6049;
}
.IYmnyEB-uQCZR7dHqj .content-wrapper .dashboard-section-title {
  margin-bottom: 0;
}
.IYmnyEB-uQCZR7dHqj .content-wrapper .icon-wrapper .dashboard-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #5f6049;
}
.IYmnyEB-uQCZR7dHqj .content-wrapper .dashboard-text {
  margin-bottom: 0;
}
.IYmnyEB-uQCZR7dHqj .dashboard-section-title {
  color: #ffffff;
}
.IYmnyEB-uQCZR7dHqj .dashboard-text {
  color: #000000;
  text-align: center;
}
.IYmnyEB-uQCZR7dHqj .dashboard-section-title,
.IYmnyEB-uQCZR7dHqj .icon-wrapper {
  text-align: center;
  color: #000000;
}
.IYmnyEB-uQD0LiBrFp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c7b9a5;
}
.IYmnyEB-uQD0LiBrFp .dashboard-fallback-image.disabled {
  display: none;
}
.IYmnyEB-uQD0LiBrFp .dashboard-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IYmnyEB-uQD0LiBrFp .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.IYmnyEB-uQD0LiBrFp .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD0LiBrFp .title-wrapper {
    margin-bottom: 48px;
  }
}
.IYmnyEB-uQD0LiBrFp .title-wrapper .dashboard-section-title {
  margin-bottom: 24px;
}
.IYmnyEB-uQD0LiBrFp .title-wrapper .text-wrapper .dashboard-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD0LiBrFp .title-wrapper .text-wrapper .dashboard-text {
    width: 100%;
  }
}
.IYmnyEB-uQD0LiBrFp .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD0LiBrFp .image-wrapper img {
    height: 350px;
  }
}
.IYmnyEB-uQD0LiBrFp .dashboard-section-title {
  color: #ffffff;
}
.IYmnyEB-uQD0LiBrFp .dashboard-text,
.IYmnyEB-uQD0LiBrFp .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.IYmnyEB-uQD0LiBrFp .dashboard-section-title,
.IYmnyEB-uQD0LiBrFp .dashboard-section-btn {
  text-align: center;
}
.IYmnyEB-uQD2HwWSQl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f3f0;
}
.IYmnyEB-uQD2HwWSQl .dashboard-fallback-image.disabled {
  display: none;
}
.IYmnyEB-uQD2HwWSQl .dashboard-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IYmnyEB-uQD2HwWSQl .content-wrapper .dashboard-section-title {
  margin-bottom: 32px;
}
.IYmnyEB-uQD2HwWSQl .content-wrapper .dashboard-section-title span {
  color: #000000;
}
.IYmnyEB-uQD2HwWSQl .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.IYmnyEB-uQD2HwWSQl .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.IYmnyEB-uQD2HwWSQl .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.IYmnyEB-uQD2HwWSQl .content-wrapper .list .item-wrap:hover,
.IYmnyEB-uQD2HwWSQl .content-wrapper .list .item-wrap:focus {
  color: #000000;
}
.IYmnyEB-uQD2HwWSQl .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .IYmnyEB-uQD2HwWSQl .border-wrap {
    margin-top: 32px;
  }
}
.IYmnyEB-uQD2HwWSQl .dashboard-section-title {
  color: #ffffff;
  text-align: center;
}
.IYmnyEB-uQD2HwWSQl .list {
  color: #bbbbbb;
  text-align: center;
}
.IYmnyEB-uQD2HwWSQl .list,
.IYmnyEB-uQD2HwWSQl .item-wrap {
  text-align: center;
  color: #000000;
}
.IYmnyEB-uQD2HwWSQl .dashboard-section-title,
.IYmnyEB-uQD2HwWSQl .dashboard-section-btn {
  color: #000000;
}
.IYmnyEB-uQDdRo3lgB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f3f0;
}
.IYmnyEB-uQDdRo3lgB .dashboard-fallback-image.disabled {
  display: none;
}
.IYmnyEB-uQDdRo3lgB .dashboard-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IYmnyEB-uQDdRo3lgB .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .container {
    padding: 0 6px;
  }
}
.IYmnyEB-uQDdRo3lgB .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #1e1e1e;
}
@media (max-width: 1440px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 30px;
  }
}
.IYmnyEB-uQDdRo3lgB .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.IYmnyEB-uQDdRo3lgB .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .title-wrapper {
    padding: 0;
  }
}
.IYmnyEB-uQDdRo3lgB .title-wrapper .dashboard-section-title {
  margin-bottom: 50px;
}
.IYmnyEB-uQDdRo3lgB .title-wrapper .dashboard-section-title span {
  color: #009472;
}
.IYmnyEB-uQDdRo3lgB .title-wrapper .dashboard-section-btn .btn {
  margin-bottom: 0;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .list-wrapper {
    padding: 0;
  }
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap:hover,
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap:focus {
  color: #009472;
}
.IYmnyEB-uQDdRo3lgB .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.IYmnyEB-uQDdRo3lgB .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.IYmnyEB-uQDdRo3lgB .dashboard-section-title {
  color: #ffffff;
}
.IYmnyEB-uQDdRo3lgB .list-title {
  color: #ffffff;
}
.IYmnyEB-uQDdRo3lgB .list {
  color: #ffffff;
}
.IYmnyEB-uQCYzy0f3P .navbar-dropdown {
  position: relative !important;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:before {
  font-family: gesture2 !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;
}
.IYmnyEB-uQCYzy0f3P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.IYmnyEB-uQCYzy0f3P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:hover,
.IYmnyEB-uQCYzy0f3P .dropdown-item:focus {
  background: #18204f !important;
  color: white !important;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:hover span {
  color: white;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.IYmnyEB-uQCYzy0f3P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.IYmnyEB-uQCYzy0f3P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.IYmnyEB-uQCYzy0f3P .nav-link {
  position: relative;
}
.IYmnyEB-uQCYzy0f3P .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .IYmnyEB-uQCYzy0f3P .container {
    flex-wrap: nowrap;
  }
}
.IYmnyEB-uQCYzy0f3P .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.IYmnyEB-uQCYzy0f3P .dropdown-menu,
.IYmnyEB-uQCYzy0f3P .navbar.opened {
  background: #2f2f2f !important;
}
.IYmnyEB-uQCYzy0f3P .nav-item:focus,
.IYmnyEB-uQCYzy0f3P .nav-link:focus {
  outline: none;
}
.IYmnyEB-uQCYzy0f3P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.IYmnyEB-uQCYzy0f3P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.IYmnyEB-uQCYzy0f3P .dropdown .dropdown-menu .dropdown-item .dashboard-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.IYmnyEB-uQCYzy0f3P .dropdown .dropdown-menu .dropdown-item .dashboard-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.IYmnyEB-uQCYzy0f3P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.IYmnyEB-uQCYzy0f3P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.IYmnyEB-uQCYzy0f3P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2f2f2f;
}
.IYmnyEB-uQCYzy0f3P .navbar.opened {
  transition: all 0.3s;
}
.IYmnyEB-uQCYzy0f3P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.IYmnyEB-uQCYzy0f3P .navbar .navbar-logo img {
  width: auto;
}
.IYmnyEB-uQCYzy0f3P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed {
  justify-content: center;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .IYmnyEB-uQCYzy0f3P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.IYmnyEB-uQCYzy0f3P .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%;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .IYmnyEB-uQCYzy0f3P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .IYmnyEB-uQCYzy0f3P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .IYmnyEB-uQCYzy0f3P .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%;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .IYmnyEB-uQCYzy0f3P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .IYmnyEB-uQCYzy0f3P .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-short {
  min-height: 60px;
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.IYmnyEB-uQCYzy0f3P .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;
}
.IYmnyEB-uQCYzy0f3P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.IYmnyEB-uQCYzy0f3P .navbar-brand .navbar-logo a {
  outline: none;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item.active,
.IYmnyEB-uQCYzy0f3P .dropdown-item:active {
  background-color: transparent;
}
.IYmnyEB-uQCYzy0f3P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.IYmnyEB-uQCYzy0f3P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.IYmnyEB-uQCYzy0f3P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2f2f2f;
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.IYmnyEB-uQCYzy0f3P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.IYmnyEB-uQCYzy0f3P ul.navbar-nav {
  flex-wrap: wrap;
}
.IYmnyEB-uQCYzy0f3P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.IYmnyEB-uQCYzy0f3P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IYmnyEB-uQCYzy0f3P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.IYmnyEB-uQCYzy0f3P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.IYmnyEB-uQCYzy0f3P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IYmnyEB-uQCYzy0f3P .navbar-dropdown {
  padding: 0 1rem;
}
.IYmnyEB-uQCYzy0f3P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.IYmnyEB-uQCYzy0f3P .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) {
  .IYmnyEB-uQCYzy0f3P .navbar {
    height: 70px;
  }
  .IYmnyEB-uQCYzy0f3P .navbar.opened {
    height: auto;
  }
  .IYmnyEB-uQCYzy0f3P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.IYmnyEB-uQD1b66TpC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f3f0;
}
.IYmnyEB-uQD1b66TpC .dashboard-fallback-image.disabled {
  display: none;
}
.IYmnyEB-uQD1b66TpC .dashboard-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IYmnyEB-uQD1b66TpC .container-fluid {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1b66TpC .container-fluid {
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1b66TpC .container {
    padding: 15px;
  }
}
.IYmnyEB-uQD1b66TpC .row {
  margin: 0 -5px;
}
.IYmnyEB-uQD1b66TpC .row .card {
  padding: 0 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1b66TpC .row .card {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.IYmnyEB-uQD1b66TpC .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1b66TpC .image-wrapper {
    margin-bottom: 15px;
  }
}
.IYmnyEB-uQD1b66TpC .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1b66TpC .image-wrapper img {
    position: static;
    height: 350px;
  }
}
.IYmnyEB-uQD1b66TpC .card-wrapper {
  padding: 200px 80px 80px;
  background-color: #e9e4db;
}
@media (max-width: 1440px) {
  .IYmnyEB-uQD1b66TpC .card-wrapper {
    padding: 200px 40px 80px;
  }
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1b66TpC .card-wrapper {
    padding: 30px;
  }
}
.IYmnyEB-uQD1b66TpC .card-wrapper .card-wrap .title-wrapper .dashboard-section-title {
  width: 80%;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .IYmnyEB-uQD1b66TpC .card-wrapper .card-wrap .title-wrapper .dashboard-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1b66TpC .card-wrapper .card-wrap .title-wrapper .dashboard-section-title {
    margin-bottom: 20px;
  }
}
.IYmnyEB-uQD1b66TpC .card-wrapper .card-wrap .text-wrapper .dashboard-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .IYmnyEB-uQD1b66TpC .card-wrapper .card-wrap .text-wrapper .dashboard-text {
    width: 100%;
  }
}
.IYmnyEB-uQD1b66TpC .card-wrapper .card-wrap .dashboard-section-btn {
  margin-top: 20px;
}
.IYmnyEB-uQD1b66TpC .card-wrapper .card-wrap .dashboard-section-btn .btn {
  margin-bottom: 0;
}
.IYmnyEB-uQD1b66TpC .card-wrapper .number-wrapper {
  margin-top: 200px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1b66TpC .card-wrapper .number-wrapper {
    margin-top: 30px;
  }
}
.IYmnyEB-uQD1b66TpC .card-wrapper .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1b66TpC .card-wrapper .number-wrapper .number-wrap {
    display: block;
  }
}
.IYmnyEB-uQD1b66TpC .card-wrapper .number-wrapper .number-wrap .dashboard-number {
  margin-bottom: 0;
  padding-right: 20px;
}
.IYmnyEB-uQD1b66TpC .card-wrapper .number-wrapper .number-wrap .dashboard-desc {
  border-left: 1px solid #e0e0e0;
  padding: 10px 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1b66TpC .card-wrapper .number-wrapper .number-wrap .dashboard-desc {
    padding: 0;
    border: none;
  }
}
.IYmnyEB-uQD1b66TpC .dashboard-section-title {
  color: #000000;
}
.IYmnyEB-uQD1b66TpC .dashboard-text,
.IYmnyEB-uQD1b66TpC .text-wrapper {
  color: #000000;
  text-align: center;
}
.IYmnyEB-uQD1b66TpC .dashboard-number {
  color: #000000;
}
.IYmnyEB-uQD1b66TpC .dashboard-desc {
  color: #000000;
}
.IYmnyEB-uQD1b66TpC .dashboard-section-title,
.IYmnyEB-uQD1b66TpC .dashboard-section-btn,
.IYmnyEB-uQD1b66TpC .title-wrapper {
  text-align: center;
}
.IYmnyEB-uQD1mO0Lkx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.IYmnyEB-uQD1mO0Lkx .dashboard-fallback-image.disabled {
  display: none;
}
.IYmnyEB-uQD1mO0Lkx .dashboard-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IYmnyEB-uQD1mO0Lkx a {
  font-weight: bold;
}
.IYmnyEB-uQD1mO0Lkx .dashboard-section-title {
  text-align: center;
  color: #000000;
}
.IYmnyEB-uQD1mO0Lkx .dashboard-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.IYmnyEB-uQD1mO0Lkx .dashboard-text,
.IYmnyEB-uQD1mO0Lkx .dashboard-section-btn {
  text-align: center;
  color: #000000;
}
.IYmnyEB-uQD1iVjDjo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d8d5c2;
}
.IYmnyEB-uQD1iVjDjo .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1iVjDjo .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1iVjDjo .container {
    padding: 0 25px;
  }
}
.IYmnyEB-uQD1iVjDjo .row {
  margin: 0;
}
.IYmnyEB-uQD1iVjDjo .row .card {
  padding: 0;
  justify-content: center;
}
.IYmnyEB-uQD1iVjDjo .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1iVjDjo .image-wrapper {
    min-height: 350px;
  }
}
.IYmnyEB-uQD1iVjDjo .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.IYmnyEB-uQD1iVjDjo .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1iVjDjo .title-wrapper {
    padding: 45px 25px;
  }
}
.IYmnyEB-uQD1iVjDjo .title-wrapper .dashboard-section-title {
  margin-bottom: 20px;
}
.IYmnyEB-uQD1iVjDjo .title-wrapper .dashboard-text {
  margin-bottom: 0;
}
.IYmnyEB-uQD1iVjDjo .title-wrapper .dashboard-section-btn {
  margin-top: 35px;
}
.IYmnyEB-uQD1iVjDjo .dashboard-section-title {
  color: #000000;
}
.IYmnyEB-uQD1iVjDjo .dashboard-text {
  color: #000000;
  text-align: center;
}
.IYmnyEB-uQD1iVjDjo .dashboard-section-title,
.IYmnyEB-uQD1iVjDjo .dashboard-section-btn,
.IYmnyEB-uQD1iVjDjo .logo-wrapper {
  text-align: center;
}
.IYmnyEB-uQD1lOATCh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c7b9a5;
}
.IYmnyEB-uQD1lOATCh .dashboard-fallback-image.disabled {
  display: none;
}
.IYmnyEB-uQD1lOATCh .dashboard-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IYmnyEB-uQD1lOATCh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1lOATCh .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .IYmnyEB-uQD1lOATCh .container {
    padding: 0 12px;
  }
}
.IYmnyEB-uQD1lOATCh .title-wrapper .dashboard-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1lOATCh .title-wrapper .dashboard-section-title {
    margin-bottom: 24px;
  }
}
.IYmnyEB-uQD1lOATCh .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #5f6049;
  box-shadow: 4px 4px #5f6049;
  background-color: #e9e4db;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1lOATCh .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.IYmnyEB-uQD1lOATCh .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1lOATCh .card-wrapper .card-wrap {
    display: block;
  }
}
.IYmnyEB-uQD1lOATCh .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1lOATCh .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.IYmnyEB-uQD1lOATCh .card-wrapper .card-wrap .icon-wrapper .dashboard-iconfont {
  font-size: 140px;
  color: #5f6049;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1lOATCh .card-wrapper .card-wrap .icon-wrapper .dashboard-iconfont {
    font-size: 100px;
  }
}
.IYmnyEB-uQD1lOATCh .card-wrapper .card-wrap .dashboard-text {
  margin-bottom: 0;
}
.IYmnyEB-uQD1lOATCh .dashboard-section-title {
  color: #222222;
  text-align: center;
}
.IYmnyEB-uQD1lOATCh .dashboard-section-subtitle {
  color: #222222;
}
.IYmnyEB-uQD1lOATCh .dashboard-text {
  color: #000000;
  text-align: center;
}
.IYmnyEB-uQD1lOATCh .list {
  color: #222222;
}
.IYmnyEB-uQDdRo3lgB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f3f0;
}
.IYmnyEB-uQDdRo3lgB .dashboard-fallback-image.disabled {
  display: none;
}
.IYmnyEB-uQDdRo3lgB .dashboard-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IYmnyEB-uQDdRo3lgB .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .container {
    padding: 0 6px;
  }
}
.IYmnyEB-uQDdRo3lgB .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #1e1e1e;
}
@media (max-width: 1440px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 30px;
  }
}
.IYmnyEB-uQDdRo3lgB .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.IYmnyEB-uQDdRo3lgB .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .title-wrapper {
    padding: 0;
  }
}
.IYmnyEB-uQDdRo3lgB .title-wrapper .dashboard-section-title {
  margin-bottom: 50px;
}
.IYmnyEB-uQDdRo3lgB .title-wrapper .dashboard-section-title span {
  color: #009472;
}
.IYmnyEB-uQDdRo3lgB .title-wrapper .dashboard-section-btn .btn {
  margin-bottom: 0;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .list-wrapper {
    padding: 0;
  }
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap:hover,
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap:focus {
  color: #009472;
}
.IYmnyEB-uQDdRo3lgB .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.IYmnyEB-uQDdRo3lgB .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.IYmnyEB-uQDdRo3lgB .dashboard-section-title {
  color: #ffffff;
}
.IYmnyEB-uQDdRo3lgB .list-title {
  color: #ffffff;
}
.IYmnyEB-uQDdRo3lgB .list {
  color: #ffffff;
}
.IYmnyEB-uQCYzy0f3P .navbar-dropdown {
  position: relative !important;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:before {
  font-family: gesture2 !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;
}
.IYmnyEB-uQCYzy0f3P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.IYmnyEB-uQCYzy0f3P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:hover,
.IYmnyEB-uQCYzy0f3P .dropdown-item:focus {
  background: #18204f !important;
  color: white !important;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:hover span {
  color: white;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.IYmnyEB-uQCYzy0f3P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.IYmnyEB-uQCYzy0f3P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.IYmnyEB-uQCYzy0f3P .nav-link {
  position: relative;
}
.IYmnyEB-uQCYzy0f3P .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .IYmnyEB-uQCYzy0f3P .container {
    flex-wrap: nowrap;
  }
}
.IYmnyEB-uQCYzy0f3P .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.IYmnyEB-uQCYzy0f3P .dropdown-menu,
.IYmnyEB-uQCYzy0f3P .navbar.opened {
  background: #2f2f2f !important;
}
.IYmnyEB-uQCYzy0f3P .nav-item:focus,
.IYmnyEB-uQCYzy0f3P .nav-link:focus {
  outline: none;
}
.IYmnyEB-uQCYzy0f3P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.IYmnyEB-uQCYzy0f3P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.IYmnyEB-uQCYzy0f3P .dropdown .dropdown-menu .dropdown-item .dashboard-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.IYmnyEB-uQCYzy0f3P .dropdown .dropdown-menu .dropdown-item .dashboard-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.IYmnyEB-uQCYzy0f3P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.IYmnyEB-uQCYzy0f3P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.IYmnyEB-uQCYzy0f3P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2f2f2f;
}
.IYmnyEB-uQCYzy0f3P .navbar.opened {
  transition: all 0.3s;
}
.IYmnyEB-uQCYzy0f3P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.IYmnyEB-uQCYzy0f3P .navbar .navbar-logo img {
  width: auto;
}
.IYmnyEB-uQCYzy0f3P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed {
  justify-content: center;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .IYmnyEB-uQCYzy0f3P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.IYmnyEB-uQCYzy0f3P .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%;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .IYmnyEB-uQCYzy0f3P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .IYmnyEB-uQCYzy0f3P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .IYmnyEB-uQCYzy0f3P .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%;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .IYmnyEB-uQCYzy0f3P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .IYmnyEB-uQCYzy0f3P .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-short {
  min-height: 60px;
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.IYmnyEB-uQCYzy0f3P .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;
}
.IYmnyEB-uQCYzy0f3P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.IYmnyEB-uQCYzy0f3P .navbar-brand .navbar-logo a {
  outline: none;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item.active,
.IYmnyEB-uQCYzy0f3P .dropdown-item:active {
  background-color: transparent;
}
.IYmnyEB-uQCYzy0f3P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.IYmnyEB-uQCYzy0f3P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.IYmnyEB-uQCYzy0f3P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2f2f2f;
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.IYmnyEB-uQCYzy0f3P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.IYmnyEB-uQCYzy0f3P ul.navbar-nav {
  flex-wrap: wrap;
}
.IYmnyEB-uQCYzy0f3P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.IYmnyEB-uQCYzy0f3P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IYmnyEB-uQCYzy0f3P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.IYmnyEB-uQCYzy0f3P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.IYmnyEB-uQCYzy0f3P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IYmnyEB-uQCYzy0f3P .navbar-dropdown {
  padding: 0 1rem;
}
.IYmnyEB-uQCYzy0f3P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.IYmnyEB-uQCYzy0f3P .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) {
  .IYmnyEB-uQCYzy0f3P .navbar {
    height: 70px;
  }
  .IYmnyEB-uQCYzy0f3P .navbar.opened {
    height: auto;
  }
  .IYmnyEB-uQCYzy0f3P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.IYmnyEB-uQD1scgOtW {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #f5f3f0;
}
.IYmnyEB-uQD1scgOtW .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .IYmnyEB-uQD1scgOtW .image-wrap {
    padding: 16px;
  }
}
.IYmnyEB-uQD1scgOtW .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.IYmnyEB-uQD1scgOtW .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .IYmnyEB-uQD1scgOtW .image-overlay {
    padding: 16px;
  }
}
.IYmnyEB-uQD1scgOtW .image-overlay .image-over {
  background-color: #e9e4db;
  z-index: 2;
  opacity: 0.8;
  width: 100%;
  height: 70%;
}
.IYmnyEB-uQD1scgOtW .dashboard-fallback-image.disabled {
  display: none;
}
.IYmnyEB-uQD1scgOtW .dashboard-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IYmnyEB-uQD1scgOtW .row {
  justify-content: center;
}
.IYmnyEB-uQD1scgOtW .dashboard-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .IYmnyEB-uQD1scgOtW .dashboard-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1scgOtW .dashboard-section-title {
    margin: 30px 16px;
  }
}
.IYmnyEB-uQD1scgOtW .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #d8d5c2;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1scgOtW .card-wrapper {
    padding: 30px 16px;
  }
}
.IYmnyEB-uQD1scgOtW .card-wrapper .text-wrapper .dashboard-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1scgOtW .card-wrapper .text-wrapper .dashboard-text {
    width: 100%;
  }
}
.IYmnyEB-uQD1scgOtW .dashboard-text,
.IYmnyEB-uQD1scgOtW .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.IYmnyEB-uQD1scgOtW .dashboard-section-btn .btn {
  margin-bottom: 0;
}
.IYmnyEB-uQD1scgOtW .dashboard-text,
.IYmnyEB-uQD1scgOtW .dashboard-section-btn {
  text-align: center;
}
.IYmnyEB-uQD1scgOtW .dashboard-text,
.IYmnyEB-uQD1scgOtW .text-wrapper,
.IYmnyEB-uQD1scgOtW .dashboard-section-btn {
  color: #000000;
}
.IYmnyEB-uQD28X3jLB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.IYmnyEB-uQD28X3jLB .dashboard-fallback-image.disabled {
  display: none;
}
.IYmnyEB-uQD28X3jLB .dashboard-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IYmnyEB-uQD28X3jLB .dashboard-text,
.IYmnyEB-uQD28X3jLB .dashboard-section-btn {
  text-align: center;
  color: #080813;
}
.IYmnyEB-uQD28X3jLB .dashboard-section-title {
  text-align: center;
  color: #5f6049;
}
.IYmnyEB-uQD1yjeHom {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e9e4db;
}
.IYmnyEB-uQD1yjeHom .dashboard-fallback-image.disabled {
  display: none;
}
.IYmnyEB-uQD1yjeHom .dashboard-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IYmnyEB-uQD1yjeHom .row {
  justify-content: center;
}
.IYmnyEB-uQD1yjeHom .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1yjeHom .content-wrapper {
    margin-bottom: 10px;
  }
}
.IYmnyEB-uQD1yjeHom .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1yjeHom .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.IYmnyEB-uQD1yjeHom .content-wrapper .title-wrapper .dashboard-section-title {
  margin-bottom: 0;
}
.IYmnyEB-uQD1yjeHom .content-wrapper .title-wrapper .dashboard-section-subtitle {
  margin-bottom: 0;
}
.IYmnyEB-uQD1yjeHom .content-wrapper .text-wrapper .dashboard-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1yjeHom .content-wrapper .text-wrapper .dashboard-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.IYmnyEB-uQD1yjeHom .image-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1yjeHom .image-wrapper {
    display: block;
  }
}
.IYmnyEB-uQD1yjeHom .image-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#5f6049, transparent);
  filter: blur(100px);
}
.IYmnyEB-uQD1yjeHom .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.IYmnyEB-uQD1yjeHom .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .IYmnyEB-uQD1yjeHom .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .IYmnyEB-uQD1yjeHom .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.IYmnyEB-uQD1yjeHom .dashboard-section-title {
  color: #cbff5b;
  text-align: center;
}
.IYmnyEB-uQD1yjeHom .dashboard-section-subtitle {
  color: #000000;
  text-align: center;
}
.IYmnyEB-uQD1yjeHom .dashboard-text {
  color: #ffffff;
}
.IYmnyEB-uQD1yjeHom .dashboard-text,
.IYmnyEB-uQD1yjeHom .dashboard-section-btn,
.IYmnyEB-uQD1yjeHom .text-wrapper {
  text-align: center;
  color: #080813;
}
.IYmnyEB-uQD2eMoMGg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8d5c2;
}
.IYmnyEB-uQD2eMoMGg .geometry {
  position: absolute;
}
.IYmnyEB-uQD2eMoMGg .geometry__triangle {
  width: 128px;
  height: 88px;
}
.IYmnyEB-uQD2eMoMGg .geometry_left {
  left: -70px;
}
.IYmnyEB-uQD2eMoMGg .geometry__square {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.IYmnyEB-uQD2eMoMGg .geometry__square-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #5f6049;
  border-radius: 100px;
  margin: 0.5rem;
}
.IYmnyEB-uQD2eMoMGg .geometry_bottom-left {
  left: 140px;
  bottom: 40px;
}
.IYmnyEB-uQD2eMoMGg blockquote {
  border-color: #f5f3f0;
  border-radius: 34px;
  margin: 0;
  background-color: #e9e4db;
}
.IYmnyEB-uQD2eMoMGg blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD2eMoMGg blockquote {
    padding: 2rem 1rem;
  }
  .IYmnyEB-uQD2eMoMGg .geometry {
    position: absolute;
  }
  .IYmnyEB-uQD2eMoMGg .geometry__square,
  .IYmnyEB-uQD2eMoMGg .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
  .IYmnyEB-uQD2eMoMGg .geometry_bottom-left {
    left: 140px;
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .IYmnyEB-uQD2eMoMGg blockquote {
    padding: 3rem;
  }
}
@media (max-width: 1400px) {
  .IYmnyEB-uQD2eMoMGg .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .IYmnyEB-uQD2eMoMGg .box-shadow {
    padding: 3rem 5rem;
  }
}
@media (max-width: 767px) {
  .IYmnyEB-uQD2eMoMGg blockquote {
    padding: 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .IYmnyEB-uQD2eMoMGg .geometry__square-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .IYmnyEB-uQD2eMoMGg blockquote:hover .geometry__square-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.IYmnyEB-uQD2eMoMGg .dashboard-text {
  color: #080813;
}
.IYmnyEB-uQD2eMoMGg .dashboard-section-title {
  color: #080813;
}
.IYmnyEB-uQDdRo3lgB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f3f0;
}
.IYmnyEB-uQDdRo3lgB .dashboard-fallback-image.disabled {
  display: none;
}
.IYmnyEB-uQDdRo3lgB .dashboard-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IYmnyEB-uQDdRo3lgB .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .container {
    padding: 0 6px;
  }
}
.IYmnyEB-uQDdRo3lgB .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #1e1e1e;
}
@media (max-width: 1440px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 30px;
  }
}
.IYmnyEB-uQDdRo3lgB .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.IYmnyEB-uQDdRo3lgB .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .title-wrapper {
    padding: 0;
  }
}
.IYmnyEB-uQDdRo3lgB .title-wrapper .dashboard-section-title {
  margin-bottom: 50px;
}
.IYmnyEB-uQDdRo3lgB .title-wrapper .dashboard-section-title span {
  color: #009472;
}
.IYmnyEB-uQDdRo3lgB .title-wrapper .dashboard-section-btn .btn {
  margin-bottom: 0;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .list-wrapper {
    padding: 0;
  }
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap:hover,
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap:focus {
  color: #009472;
}
.IYmnyEB-uQDdRo3lgB .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.IYmnyEB-uQDdRo3lgB .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.IYmnyEB-uQDdRo3lgB .dashboard-section-title {
  color: #ffffff;
}
.IYmnyEB-uQDdRo3lgB .list-title {
  color: #ffffff;
}
.IYmnyEB-uQDdRo3lgB .list {
  color: #ffffff;
}
.IYmnyEB-uQCYzy0f3P .navbar-dropdown {
  position: relative !important;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:before {
  font-family: gesture2 !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;
}
.IYmnyEB-uQCYzy0f3P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.IYmnyEB-uQCYzy0f3P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:hover,
.IYmnyEB-uQCYzy0f3P .dropdown-item:focus {
  background: #18204f !important;
  color: white !important;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:hover span {
  color: white;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.IYmnyEB-uQCYzy0f3P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.IYmnyEB-uQCYzy0f3P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.IYmnyEB-uQCYzy0f3P .nav-link {
  position: relative;
}
.IYmnyEB-uQCYzy0f3P .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .IYmnyEB-uQCYzy0f3P .container {
    flex-wrap: nowrap;
  }
}
.IYmnyEB-uQCYzy0f3P .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.IYmnyEB-uQCYzy0f3P .dropdown-menu,
.IYmnyEB-uQCYzy0f3P .navbar.opened {
  background: #2f2f2f !important;
}
.IYmnyEB-uQCYzy0f3P .nav-item:focus,
.IYmnyEB-uQCYzy0f3P .nav-link:focus {
  outline: none;
}
.IYmnyEB-uQCYzy0f3P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.IYmnyEB-uQCYzy0f3P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.IYmnyEB-uQCYzy0f3P .dropdown .dropdown-menu .dropdown-item .dashboard-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.IYmnyEB-uQCYzy0f3P .dropdown .dropdown-menu .dropdown-item .dashboard-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.IYmnyEB-uQCYzy0f3P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.IYmnyEB-uQCYzy0f3P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.IYmnyEB-uQCYzy0f3P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2f2f2f;
}
.IYmnyEB-uQCYzy0f3P .navbar.opened {
  transition: all 0.3s;
}
.IYmnyEB-uQCYzy0f3P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.IYmnyEB-uQCYzy0f3P .navbar .navbar-logo img {
  width: auto;
}
.IYmnyEB-uQCYzy0f3P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed {
  justify-content: center;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .IYmnyEB-uQCYzy0f3P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.IYmnyEB-uQCYzy0f3P .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%;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .IYmnyEB-uQCYzy0f3P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .IYmnyEB-uQCYzy0f3P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .IYmnyEB-uQCYzy0f3P .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%;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .IYmnyEB-uQCYzy0f3P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .IYmnyEB-uQCYzy0f3P .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-short {
  min-height: 60px;
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.IYmnyEB-uQCYzy0f3P .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;
}
.IYmnyEB-uQCYzy0f3P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.IYmnyEB-uQCYzy0f3P .navbar-brand .navbar-logo a {
  outline: none;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item.active,
.IYmnyEB-uQCYzy0f3P .dropdown-item:active {
  background-color: transparent;
}
.IYmnyEB-uQCYzy0f3P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.IYmnyEB-uQCYzy0f3P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.IYmnyEB-uQCYzy0f3P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2f2f2f;
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.IYmnyEB-uQCYzy0f3P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.IYmnyEB-uQCYzy0f3P ul.navbar-nav {
  flex-wrap: wrap;
}
.IYmnyEB-uQCYzy0f3P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.IYmnyEB-uQCYzy0f3P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IYmnyEB-uQCYzy0f3P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.IYmnyEB-uQCYzy0f3P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.IYmnyEB-uQCYzy0f3P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IYmnyEB-uQCYzy0f3P .navbar-dropdown {
  padding: 0 1rem;
}
.IYmnyEB-uQCYzy0f3P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.IYmnyEB-uQCYzy0f3P .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) {
  .IYmnyEB-uQCYzy0f3P .navbar {
    height: 70px;
  }
  .IYmnyEB-uQCYzy0f3P .navbar.opened {
    height: auto;
  }
  .IYmnyEB-uQCYzy0f3P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.IYmnyEB-uQD2Orufl3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.IYmnyEB-uQD2Orufl3 .dashboard-fallback-image.disabled {
  display: none;
}
.IYmnyEB-uQD2Orufl3 .dashboard-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IYmnyEB-uQD2Orufl3 .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #e9e4db -10%, #d8d5c2 30%, #c7b9a5 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD2Orufl3 .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .IYmnyEB-uQD2Orufl3 .card-wrapper {
    margin-bottom: 32px;
  }
}
.IYmnyEB-uQD2Orufl3 .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #d8d5c2, #c7b9a5, transparent);
  height: 1px;
  width: 100%;
}
.IYmnyEB-uQD2Orufl3 .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD2Orufl3 .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.IYmnyEB-uQD2Orufl3 .card-wrapper .title-wrapper .dashboard-title {
  margin-bottom: 16px;
}
.IYmnyEB-uQD2Orufl3 .card-wrapper .title-wrapper .dashboard-text {
  margin-bottom: 0;
}
.IYmnyEB-uQD2Orufl3 .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #9e907b;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD2Orufl3 .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.IYmnyEB-uQD2Orufl3 .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.IYmnyEB-uQD2Orufl3 .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #000000 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.IYmnyEB-uQD2Orufl3 .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .IYmnyEB-uQD2Orufl3 .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.IYmnyEB-uQD2Orufl3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.IYmnyEB-uQD2Orufl3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #c7b9a5 !important;
  background-color: #d8d5c2;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.IYmnyEB-uQD2Orufl3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.IYmnyEB-uQD2Orufl3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ff398a !important;
  box-shadow: none;
}
.IYmnyEB-uQD2Orufl3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #080813;
  opacity: .5;
}
.IYmnyEB-uQD2Orufl3 .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.IYmnyEB-uQD2Orufl3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.IYmnyEB-uQD2Orufl3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #080813;
  border-color: #080813;
}
.IYmnyEB-uQD2Orufl3 .card-wrapper .form-wrapper .dragArea.row .dashboard-section-btn {
  width: 100%;
  padding: 0;
}
.IYmnyEB-uQD2Orufl3 .card-wrapper .form-wrapper .dragArea.row .dashboard-section-btn .btn {
  margin: 0;
}
.IYmnyEB-uQD2Orufl3 .dashboard-section-btn {
  text-align: right;
}
.IYmnyEB-uQD2Orufl3 .dashboard-title {
  color: #000000;
  text-align: center;
}
.IYmnyEB-uQD2Orufl3 .dashboard-text {
  color: #000000;
  text-align: center;
}
.IYmnyEB-uQD2Orufl3 label {
  color: #ffffff;
}
.IYmnyEB-uQD2Orufl3 H5 {
  text-align: center;
}
.IYmnyEB-uQDdRo3lgB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f3f0;
}
.IYmnyEB-uQDdRo3lgB .dashboard-fallback-image.disabled {
  display: none;
}
.IYmnyEB-uQDdRo3lgB .dashboard-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IYmnyEB-uQDdRo3lgB .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .container {
    padding: 0 6px;
  }
}
.IYmnyEB-uQDdRo3lgB .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #1e1e1e;
}
@media (max-width: 1440px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 30px;
  }
}
.IYmnyEB-uQDdRo3lgB .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.IYmnyEB-uQDdRo3lgB .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .title-wrapper {
    padding: 0;
  }
}
.IYmnyEB-uQDdRo3lgB .title-wrapper .dashboard-section-title {
  margin-bottom: 50px;
}
.IYmnyEB-uQDdRo3lgB .title-wrapper .dashboard-section-title span {
  color: #009472;
}
.IYmnyEB-uQDdRo3lgB .title-wrapper .dashboard-section-btn .btn {
  margin-bottom: 0;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .list-wrapper {
    padding: 0;
  }
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap:hover,
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap:focus {
  color: #009472;
}
.IYmnyEB-uQDdRo3lgB .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.IYmnyEB-uQDdRo3lgB .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.IYmnyEB-uQDdRo3lgB .dashboard-section-title {
  color: #ffffff;
}
.IYmnyEB-uQDdRo3lgB .list-title {
  color: #ffffff;
}
.IYmnyEB-uQDdRo3lgB .list {
  color: #ffffff;
}
.IYmnyEB-uQCYzy0f3P .navbar-dropdown {
  position: relative !important;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:before {
  font-family: gesture2 !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;
}
.IYmnyEB-uQCYzy0f3P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.IYmnyEB-uQCYzy0f3P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:hover,
.IYmnyEB-uQCYzy0f3P .dropdown-item:focus {
  background: #18204f !important;
  color: white !important;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:hover span {
  color: white;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.IYmnyEB-uQCYzy0f3P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.IYmnyEB-uQCYzy0f3P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.IYmnyEB-uQCYzy0f3P .nav-link {
  position: relative;
}
.IYmnyEB-uQCYzy0f3P .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .IYmnyEB-uQCYzy0f3P .container {
    flex-wrap: nowrap;
  }
}
.IYmnyEB-uQCYzy0f3P .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.IYmnyEB-uQCYzy0f3P .dropdown-menu,
.IYmnyEB-uQCYzy0f3P .navbar.opened {
  background: #2f2f2f !important;
}
.IYmnyEB-uQCYzy0f3P .nav-item:focus,
.IYmnyEB-uQCYzy0f3P .nav-link:focus {
  outline: none;
}
.IYmnyEB-uQCYzy0f3P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.IYmnyEB-uQCYzy0f3P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.IYmnyEB-uQCYzy0f3P .dropdown .dropdown-menu .dropdown-item .dashboard-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.IYmnyEB-uQCYzy0f3P .dropdown .dropdown-menu .dropdown-item .dashboard-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.IYmnyEB-uQCYzy0f3P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.IYmnyEB-uQCYzy0f3P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.IYmnyEB-uQCYzy0f3P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2f2f2f;
}
.IYmnyEB-uQCYzy0f3P .navbar.opened {
  transition: all 0.3s;
}
.IYmnyEB-uQCYzy0f3P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.IYmnyEB-uQCYzy0f3P .navbar .navbar-logo img {
  width: auto;
}
.IYmnyEB-uQCYzy0f3P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed {
  justify-content: center;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .IYmnyEB-uQCYzy0f3P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.IYmnyEB-uQCYzy0f3P .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%;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.IYmnyEB-uQCYzy0f3P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .IYmnyEB-uQCYzy0f3P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .IYmnyEB-uQCYzy0f3P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .IYmnyEB-uQCYzy0f3P .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%;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .IYmnyEB-uQCYzy0f3P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .IYmnyEB-uQCYzy0f3P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .IYmnyEB-uQCYzy0f3P .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-short {
  min-height: 60px;
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.IYmnyEB-uQCYzy0f3P .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;
}
.IYmnyEB-uQCYzy0f3P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.IYmnyEB-uQCYzy0f3P .navbar-brand .navbar-logo a {
  outline: none;
}
.IYmnyEB-uQCYzy0f3P .dropdown-item.active,
.IYmnyEB-uQCYzy0f3P .dropdown-item:active {
  background-color: transparent;
}
.IYmnyEB-uQCYzy0f3P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.IYmnyEB-uQCYzy0f3P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.IYmnyEB-uQCYzy0f3P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2f2f2f;
}
.IYmnyEB-uQCYzy0f3P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.IYmnyEB-uQCYzy0f3P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.IYmnyEB-uQCYzy0f3P ul.navbar-nav {
  flex-wrap: wrap;
}
.IYmnyEB-uQCYzy0f3P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.IYmnyEB-uQCYzy0f3P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.IYmnyEB-uQCYzy0f3P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IYmnyEB-uQCYzy0f3P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.IYmnyEB-uQCYzy0f3P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.IYmnyEB-uQCYzy0f3P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IYmnyEB-uQCYzy0f3P .navbar-dropdown {
  padding: 0 1rem;
}
.IYmnyEB-uQCYzy0f3P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.IYmnyEB-uQCYzy0f3P .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) {
  .IYmnyEB-uQCYzy0f3P .navbar {
    height: 70px;
  }
  .IYmnyEB-uQCYzy0f3P .navbar.opened {
    height: auto;
  }
  .IYmnyEB-uQCYzy0f3P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.IYmnyEB-uQD31v5GGC {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #f5f3f0;
}
.IYmnyEB-uQD31v5GGC .dashboard-fallback-image.disabled {
  display: none;
}
.IYmnyEB-uQD31v5GGC .dashboard-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IYmnyEB-uQD31v5GGC .dashboard-text {
  color: #000000;
}
.IYmnyEB-uQD31v5GGC .dashboard-section-title {
  color: #000000;
}
.IYmnyEB-uQDdRo3lgB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f3f0;
}
.IYmnyEB-uQDdRo3lgB .dashboard-fallback-image.disabled {
  display: none;
}
.IYmnyEB-uQDdRo3lgB .dashboard-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IYmnyEB-uQDdRo3lgB .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .container {
    padding: 0 6px;
  }
}
.IYmnyEB-uQDdRo3lgB .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #1e1e1e;
}
@media (max-width: 1440px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 30px;
  }
}
.IYmnyEB-uQDdRo3lgB .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.IYmnyEB-uQDdRo3lgB .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .title-wrapper {
    padding: 0;
  }
}
.IYmnyEB-uQDdRo3lgB .title-wrapper .dashboard-section-title {
  margin-bottom: 50px;
}
.IYmnyEB-uQDdRo3lgB .title-wrapper .dashboard-section-title span {
  color: #009472;
}
.IYmnyEB-uQDdRo3lgB .title-wrapper .dashboard-section-btn .btn {
  margin-bottom: 0;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .list-wrapper {
    padding: 0;
  }
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap:hover,
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap:focus {
  color: #009472;
}
.IYmnyEB-uQDdRo3lgB .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.IYmnyEB-uQDdRo3lgB .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.IYmnyEB-uQDdRo3lgB .dashboard-section-title {
  color: #ffffff;
}
.IYmnyEB-uQDdRo3lgB .list-title {
  color: #ffffff;
}
.IYmnyEB-uQDdRo3lgB .list {
  color: #ffffff;
}
.IYmnyEB-uQDbePcgyL .navbar-dropdown {
  position: relative !important;
}
.IYmnyEB-uQDbePcgyL .dropdown-item:before {
  font-family: gesture2 !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;
}
.IYmnyEB-uQDbePcgyL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.IYmnyEB-uQDbePcgyL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.IYmnyEB-uQDbePcgyL .dropdown-item:hover,
.IYmnyEB-uQDbePcgyL .dropdown-item:focus {
  background: #18204f !important;
  color: white !important;
}
.IYmnyEB-uQDbePcgyL .dropdown-item:hover span {
  color: white;
}
.IYmnyEB-uQDbePcgyL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.IYmnyEB-uQDbePcgyL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.IYmnyEB-uQDbePcgyL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.IYmnyEB-uQDbePcgyL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.IYmnyEB-uQDbePcgyL .nav-link {
  position: relative;
}
.IYmnyEB-uQDbePcgyL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .IYmnyEB-uQDbePcgyL .container {
    flex-wrap: nowrap;
  }
}
.IYmnyEB-uQDbePcgyL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.IYmnyEB-uQDbePcgyL .dropdown-menu,
.IYmnyEB-uQDbePcgyL .navbar.opened {
  background: #2f2f2f !important;
}
.IYmnyEB-uQDbePcgyL .nav-item:focus,
.IYmnyEB-uQDbePcgyL .nav-link:focus {
  outline: none;
}
.IYmnyEB-uQDbePcgyL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.IYmnyEB-uQDbePcgyL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.IYmnyEB-uQDbePcgyL .dropdown .dropdown-menu .dropdown-item .dashboard-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.IYmnyEB-uQDbePcgyL .dropdown .dropdown-menu .dropdown-item .dashboard-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.IYmnyEB-uQDbePcgyL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.IYmnyEB-uQDbePcgyL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.IYmnyEB-uQDbePcgyL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2f2f2f;
}
.IYmnyEB-uQDbePcgyL .navbar.opened {
  transition: all 0.3s;
}
.IYmnyEB-uQDbePcgyL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.IYmnyEB-uQDbePcgyL .navbar .navbar-logo img {
  width: auto;
}
.IYmnyEB-uQDbePcgyL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.IYmnyEB-uQDbePcgyL .navbar.collapsed {
  justify-content: center;
}
.IYmnyEB-uQDbePcgyL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.IYmnyEB-uQDbePcgyL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .IYmnyEB-uQDbePcgyL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.IYmnyEB-uQDbePcgyL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.IYmnyEB-uQDbePcgyL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.IYmnyEB-uQDbePcgyL .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%;
}
.IYmnyEB-uQDbePcgyL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.IYmnyEB-uQDbePcgyL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.IYmnyEB-uQDbePcgyL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .IYmnyEB-uQDbePcgyL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .IYmnyEB-uQDbePcgyL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .IYmnyEB-uQDbePcgyL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .IYmnyEB-uQDbePcgyL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .IYmnyEB-uQDbePcgyL .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%;
  }
  .IYmnyEB-uQDbePcgyL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .IYmnyEB-uQDbePcgyL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .IYmnyEB-uQDbePcgyL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .IYmnyEB-uQDbePcgyL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .IYmnyEB-uQDbePcgyL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .IYmnyEB-uQDbePcgyL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .IYmnyEB-uQDbePcgyL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.IYmnyEB-uQDbePcgyL .navbar.navbar-short {
  min-height: 60px;
}
.IYmnyEB-uQDbePcgyL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.IYmnyEB-uQDbePcgyL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.IYmnyEB-uQDbePcgyL .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;
}
.IYmnyEB-uQDbePcgyL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.IYmnyEB-uQDbePcgyL .navbar-brand .navbar-logo a {
  outline: none;
}
.IYmnyEB-uQDbePcgyL .dropdown-item.active,
.IYmnyEB-uQDbePcgyL .dropdown-item:active {
  background-color: transparent;
}
.IYmnyEB-uQDbePcgyL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.IYmnyEB-uQDbePcgyL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.IYmnyEB-uQDbePcgyL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.IYmnyEB-uQDbePcgyL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2f2f2f;
}
.IYmnyEB-uQDbePcgyL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.IYmnyEB-uQDbePcgyL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.IYmnyEB-uQDbePcgyL ul.navbar-nav {
  flex-wrap: wrap;
}
.IYmnyEB-uQDbePcgyL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.IYmnyEB-uQDbePcgyL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.IYmnyEB-uQDbePcgyL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.IYmnyEB-uQDbePcgyL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.IYmnyEB-uQDbePcgyL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.IYmnyEB-uQDbePcgyL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.IYmnyEB-uQDbePcgyL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.IYmnyEB-uQDbePcgyL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IYmnyEB-uQDbePcgyL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.IYmnyEB-uQDbePcgyL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.IYmnyEB-uQDbePcgyL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IYmnyEB-uQDbePcgyL .navbar-dropdown {
  padding: 0 1rem;
}
.IYmnyEB-uQDbePcgyL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.IYmnyEB-uQDbePcgyL .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) {
  .IYmnyEB-uQDbePcgyL .navbar {
    height: 70px;
  }
  .IYmnyEB-uQDbePcgyL .navbar.opened {
    height: auto;
  }
  .IYmnyEB-uQDbePcgyL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.IYmnyEB-uQDbeQ2Bm0 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #f5f3f0;
}
.IYmnyEB-uQDbeQ2Bm0 .dashboard-fallback-image.disabled {
  display: none;
}
.IYmnyEB-uQDbeQ2Bm0 .dashboard-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IYmnyEB-uQDbeQ2Bm0 .dashboard-text {
  color: #000000;
}
.IYmnyEB-uQDbeQ2Bm0 .dashboard-section-title {
  color: #000000;
}
.IYmnyEB-uQDdRo3lgB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f3f0;
}
.IYmnyEB-uQDdRo3lgB .dashboard-fallback-image.disabled {
  display: none;
}
.IYmnyEB-uQDdRo3lgB .dashboard-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IYmnyEB-uQDdRo3lgB .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .container {
    padding: 0 6px;
  }
}
.IYmnyEB-uQDdRo3lgB .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #1e1e1e;
}
@media (max-width: 1440px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 30px;
  }
}
.IYmnyEB-uQDdRo3lgB .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.IYmnyEB-uQDdRo3lgB .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .title-wrapper {
    padding: 0;
  }
}
.IYmnyEB-uQDdRo3lgB .title-wrapper .dashboard-section-title {
  margin-bottom: 50px;
}
.IYmnyEB-uQDdRo3lgB .title-wrapper .dashboard-section-title span {
  color: #009472;
}
.IYmnyEB-uQDdRo3lgB .title-wrapper .dashboard-section-btn .btn {
  margin-bottom: 0;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .list-wrapper {
    padding: 0;
  }
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap:hover,
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap:focus {
  color: #009472;
}
.IYmnyEB-uQDdRo3lgB .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.IYmnyEB-uQDdRo3lgB .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.IYmnyEB-uQDdRo3lgB .dashboard-section-title {
  color: #ffffff;
}
.IYmnyEB-uQDdRo3lgB .list-title {
  color: #ffffff;
}
.IYmnyEB-uQDdRo3lgB .list {
  color: #ffffff;
}
.IYmnyEB-uQDbf4MeK0 .navbar-dropdown {
  position: relative !important;
}
.IYmnyEB-uQDbf4MeK0 .dropdown-item:before {
  font-family: gesture2 !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;
}
.IYmnyEB-uQDbf4MeK0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.IYmnyEB-uQDbf4MeK0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.IYmnyEB-uQDbf4MeK0 .dropdown-item:hover,
.IYmnyEB-uQDbf4MeK0 .dropdown-item:focus {
  background: #18204f !important;
  color: white !important;
}
.IYmnyEB-uQDbf4MeK0 .dropdown-item:hover span {
  color: white;
}
.IYmnyEB-uQDbf4MeK0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.IYmnyEB-uQDbf4MeK0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.IYmnyEB-uQDbf4MeK0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.IYmnyEB-uQDbf4MeK0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.IYmnyEB-uQDbf4MeK0 .nav-link {
  position: relative;
}
.IYmnyEB-uQDbf4MeK0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .IYmnyEB-uQDbf4MeK0 .container {
    flex-wrap: nowrap;
  }
}
.IYmnyEB-uQDbf4MeK0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.IYmnyEB-uQDbf4MeK0 .dropdown-menu,
.IYmnyEB-uQDbf4MeK0 .navbar.opened {
  background: #2f2f2f !important;
}
.IYmnyEB-uQDbf4MeK0 .nav-item:focus,
.IYmnyEB-uQDbf4MeK0 .nav-link:focus {
  outline: none;
}
.IYmnyEB-uQDbf4MeK0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.IYmnyEB-uQDbf4MeK0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.IYmnyEB-uQDbf4MeK0 .dropdown .dropdown-menu .dropdown-item .dashboard-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.IYmnyEB-uQDbf4MeK0 .dropdown .dropdown-menu .dropdown-item .dashboard-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.IYmnyEB-uQDbf4MeK0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.IYmnyEB-uQDbf4MeK0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.IYmnyEB-uQDbf4MeK0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2f2f2f;
}
.IYmnyEB-uQDbf4MeK0 .navbar.opened {
  transition: all 0.3s;
}
.IYmnyEB-uQDbf4MeK0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.IYmnyEB-uQDbf4MeK0 .navbar .navbar-logo img {
  width: auto;
}
.IYmnyEB-uQDbf4MeK0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.IYmnyEB-uQDbf4MeK0 .navbar.collapsed {
  justify-content: center;
}
.IYmnyEB-uQDbf4MeK0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.IYmnyEB-uQDbf4MeK0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .IYmnyEB-uQDbf4MeK0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.IYmnyEB-uQDbf4MeK0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.IYmnyEB-uQDbf4MeK0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.IYmnyEB-uQDbf4MeK0 .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%;
}
.IYmnyEB-uQDbf4MeK0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.IYmnyEB-uQDbf4MeK0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.IYmnyEB-uQDbf4MeK0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .IYmnyEB-uQDbf4MeK0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .IYmnyEB-uQDbf4MeK0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .IYmnyEB-uQDbf4MeK0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .IYmnyEB-uQDbf4MeK0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .IYmnyEB-uQDbf4MeK0 .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%;
  }
  .IYmnyEB-uQDbf4MeK0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .IYmnyEB-uQDbf4MeK0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .IYmnyEB-uQDbf4MeK0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .IYmnyEB-uQDbf4MeK0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .IYmnyEB-uQDbf4MeK0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .IYmnyEB-uQDbf4MeK0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .IYmnyEB-uQDbf4MeK0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.IYmnyEB-uQDbf4MeK0 .navbar.navbar-short {
  min-height: 60px;
}
.IYmnyEB-uQDbf4MeK0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.IYmnyEB-uQDbf4MeK0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.IYmnyEB-uQDbf4MeK0 .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;
}
.IYmnyEB-uQDbf4MeK0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.IYmnyEB-uQDbf4MeK0 .navbar-brand .navbar-logo a {
  outline: none;
}
.IYmnyEB-uQDbf4MeK0 .dropdown-item.active,
.IYmnyEB-uQDbf4MeK0 .dropdown-item:active {
  background-color: transparent;
}
.IYmnyEB-uQDbf4MeK0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.IYmnyEB-uQDbf4MeK0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.IYmnyEB-uQDbf4MeK0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.IYmnyEB-uQDbf4MeK0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2f2f2f;
}
.IYmnyEB-uQDbf4MeK0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.IYmnyEB-uQDbf4MeK0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.IYmnyEB-uQDbf4MeK0 ul.navbar-nav {
  flex-wrap: wrap;
}
.IYmnyEB-uQDbf4MeK0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.IYmnyEB-uQDbf4MeK0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.IYmnyEB-uQDbf4MeK0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.IYmnyEB-uQDbf4MeK0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.IYmnyEB-uQDbf4MeK0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.IYmnyEB-uQDbf4MeK0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.IYmnyEB-uQDbf4MeK0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.IYmnyEB-uQDbf4MeK0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IYmnyEB-uQDbf4MeK0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.IYmnyEB-uQDbf4MeK0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.IYmnyEB-uQDbf4MeK0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.IYmnyEB-uQDbf4MeK0 .navbar-dropdown {
  padding: 0 1rem;
}
.IYmnyEB-uQDbf4MeK0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.IYmnyEB-uQDbf4MeK0 .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) {
  .IYmnyEB-uQDbf4MeK0 .navbar {
    height: 70px;
  }
  .IYmnyEB-uQDbf4MeK0 .navbar.opened {
    height: auto;
  }
  .IYmnyEB-uQDbf4MeK0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.IYmnyEB-uQDbf5s8xQ {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #f5f3f0;
}
.IYmnyEB-uQDbf5s8xQ .dashboard-fallback-image.disabled {
  display: none;
}
.IYmnyEB-uQDbf5s8xQ .dashboard-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IYmnyEB-uQDbf5s8xQ .dashboard-text {
  color: #000000;
}
.IYmnyEB-uQDbf5s8xQ .dashboard-section-title {
  color: #000000;
}
.IYmnyEB-uQDdRo3lgB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f3f0;
}
.IYmnyEB-uQDdRo3lgB .dashboard-fallback-image.disabled {
  display: none;
}
.IYmnyEB-uQDdRo3lgB .dashboard-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.IYmnyEB-uQDdRo3lgB .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .container {
    padding: 0 6px;
  }
}
.IYmnyEB-uQDdRo3lgB .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #1e1e1e;
}
@media (max-width: 1440px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .IYmnyEB-uQDdRo3lgB .row {
    padding: 50px 30px;
  }
}
.IYmnyEB-uQDdRo3lgB .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.IYmnyEB-uQDdRo3lgB .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .title-wrapper {
    padding: 0;
  }
}
.IYmnyEB-uQDdRo3lgB .title-wrapper .dashboard-section-title {
  margin-bottom: 50px;
}
.IYmnyEB-uQDdRo3lgB .title-wrapper .dashboard-section-title span {
  color: #009472;
}
.IYmnyEB-uQDdRo3lgB .title-wrapper .dashboard-section-btn .btn {
  margin-bottom: 0;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .IYmnyEB-uQDdRo3lgB .list-wrapper {
    padding: 0;
  }
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap:hover,
.IYmnyEB-uQDdRo3lgB .list-wrapper .list .item-wrap:focus {
  color: #009472;
}
.IYmnyEB-uQDdRo3lgB .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.IYmnyEB-uQDdRo3lgB .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.IYmnyEB-uQDdRo3lgB .dashboard-section-title {
  color: #ffffff;
}
.IYmnyEB-uQDdRo3lgB .list-title {
  color: #ffffff;
}
.IYmnyEB-uQDdRo3lgB .list {
  color: #ffffff;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
/* */
#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3), -6px -6px 12px rgba(255, 255, 255, 0.9);
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.8);
}

/*768px*/
@media (max-width: 768px) {
  #cookieAcceptBtn:hover,
  #cookieRejectBtn:hover {
    box-shadow: none;
  }
}

/*480px*/
@media (max-width: 480px) {
  #cookieAcceptBtn:hover,
  #cookieRejectBtn:hover {
    box-shadow: none;
  }
}

/* logoanimations */
@keyframes blurIn {
    0% {
        filter: blur(10px);
        opacity: 0;
    }
    100% {
        filter: blur(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: blurIn 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 17: scaleX compress */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: scaleX(0.9);
}
/* endmainanimations */
