.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #30bd51 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #30bd51 !important;
  border-color: #30bd51 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1e7833 !important;
  border-color: #1e7833 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1e7833 !important;
  border-color: #1e7833 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e43f3f;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #30bd51;
  color: #30bd51;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1e7833 !important;
  background-color: transparent!important;
  border-color: #1e7833 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #30bd51 !important;
  border-color: #30bd51 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #30bd51 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1b6c2e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8be29f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !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: #e43f3f !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-vtWo1pt2M6 .navbar-dropdown {
  position: relative !important;
}
.cid-vtWo1pt2M6 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vtWo1pt2M6 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vtWo1pt2M6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtWo1pt2M6 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vtWo1pt2M6 .dropdown-item {
  border: none !important;
  background: #f7f7f7 !important;
  font-weight: 400;
}
.cid-vtWo1pt2M6 .dropdown-item:hover,
.cid-vtWo1pt2M6 .dropdown-item:focus {
  background: #f7f7f7 !important;
  color: #000000 !important;
}
.cid-vtWo1pt2M6 .dropdown-item:hover span {
  color: white;
}
.cid-vtWo1pt2M6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtWo1pt2M6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtWo1pt2M6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtWo1pt2M6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vtWo1pt2M6 .nav-link {
  position: relative;
}
.cid-vtWo1pt2M6 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1210px;
}
@media (min-width: 992px) {
  .cid-vtWo1pt2M6 .container {
    flex-wrap: nowrap;
  }
}
.cid-vtWo1pt2M6 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vtWo1pt2M6 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vtWo1pt2M6 .dropdown-menu,
.cid-vtWo1pt2M6 .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vtWo1pt2M6 .nav-item:focus,
.cid-vtWo1pt2M6 .nav-link:focus {
  outline: none;
}
.cid-vtWo1pt2M6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtWo1pt2M6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vtWo1pt2M6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtWo1pt2M6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtWo1pt2M6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtWo1pt2M6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtWo1pt2M6 .navbar {
  min-height: 84px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vtWo1pt2M6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vtWo1pt2M6 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vtWo1pt2M6 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vtWo1pt2M6 .navbar .navbar-logo img {
  width: auto;
}
.cid-vtWo1pt2M6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtWo1pt2M6 .navbar.collapsed {
  justify-content: center;
}
.cid-vtWo1pt2M6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtWo1pt2M6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vtWo1pt2M6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtWo1pt2M6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtWo1pt2M6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vtWo1pt2M6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtWo1pt2M6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtWo1pt2M6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtWo1pt2M6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtWo1pt2M6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtWo1pt2M6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtWo1pt2M6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtWo1pt2M6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vtWo1pt2M6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtWo1pt2M6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtWo1pt2M6 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vtWo1pt2M6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vtWo1pt2M6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtWo1pt2M6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtWo1pt2M6 .navbar.navbar-short {
  min-height: 84px;
}
.cid-vtWo1pt2M6 .navbar.navbar-short .navbar-brand {
  min-height: 84px;
}
.cid-vtWo1pt2M6 .navbar-brand {
  min-height: 84px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vtWo1pt2M6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vtWo1pt2M6 .navbar-brand .navbar-caption:hover,
.cid-vtWo1pt2M6 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vtWo1pt2M6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtWo1pt2M6 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vtWo1pt2M6 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vtWo1pt2M6 .dropdown-item.active,
.cid-vtWo1pt2M6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vtWo1pt2M6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtWo1pt2M6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtWo1pt2M6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtWo1pt2M6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vtWo1pt2M6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vtWo1pt2M6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vtWo1pt2M6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtWo1pt2M6 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vtWo1pt2M6 ul.navbar-nav {
    padding: 0 0 0 24px;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vtWo1pt2M6 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vtWo1pt2M6 .navbar-buttons {
    text-align: left;
  }
}
.cid-vtWo1pt2M6 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vtWo1pt2M6 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vtWo1pt2M6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vtWo1pt2M6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vtWo1pt2M6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vtWo1pt2M6 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtWo1pt2M6 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtWo1pt2M6 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vtWo1pt2M6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtWo1pt2M6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtWo1pt2M6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtWo1pt2M6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtWo1pt2M6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vtWo1pt2M6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtWo1pt2M6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vtWo1pt2M6 .navbar {
    height: 84px;
  }
  .cid-vtWo1pt2M6 .navbar.opened {
    height: auto;
  }
  .cid-vtWo1pt2M6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtWo1pt2M6 .navbar-nav {
  justify-content: flex-start;
  width: 100%;
}
.cid-vtWo1pt2M6 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vtWo1pt2M6 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vtWo1pt2M6 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vtWo1pt2M6 .nav-item .nav-link:hover,
.cid-vtWo1pt2M6 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
  opacity: 0.5;
}
.cid-vtWo1pt2M6 .nav-item .nav-link:hover::after,
.cid-vtWo1pt2M6 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vtWo1pt2M6 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vtWo1pt2M6 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vtWo1pt2M6 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vtWo1pt2M6 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vtWo1pt2M6 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vtWo1pt2M6 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vtWo1pt2M6 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vtWo1pt2M6 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vtWo1pt2M6 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vtWo1pt2M6 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vtWo1pt2M6 .content-wrap {
  min-height: 84px;
}
.cid-vsh85D8b2X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vsh85D8b2X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsh85D8b2X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsh85D8b2X .mbr-section-title {
  color: #ffffff;
}
.cid-vrP3vpAjz4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f0f2f6;
}
.cid-vrP3vpAjz4 .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-vrP3vpAjz4 .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-vrP3vpAjz4 .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vrP3vpAjz4 .card_info {
  margin-bottom: 12px;
}
.cid-vrP3vpAjz4 .card_date {
  color: #555555;
}
.cid-vrP3vpAjz4 .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
}
.cid-vrP3vpAjz4 .card_text {
  margin-top: 4px;
}
.cid-vrP3vpAjz4 .item-img {
  margin-bottom: 30px;
}
.cid-vrP3vpAjz4 .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-vrP3vpAjz4 .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-vrP3vpAjz4 .linkBtn a:after,
.cid-vrP3vpAjz4 .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-vrP3vpAjz4 .linkBtn a:before {
  left: 0;
}
.cid-vrP3vpAjz4 .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-vrP3vpAjz4 .linkBtn a:hover:before,
.cid-vrP3vpAjz4 .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-vrP3vpAjz4 .card_text,
.cid-vrP3vpAjz4 .linkBtn {
  text-align: left;
}
.cid-vshhgEk1QC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f0f2f6;
}
.cid-vshhgEk1QC .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-vshhgEk1QC .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-vshhgEk1QC .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vshhgEk1QC .card_info {
  margin-bottom: 12px;
}
.cid-vshhgEk1QC .card_date {
  color: #555555;
}
.cid-vshhgEk1QC .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
}
.cid-vshhgEk1QC .card_text {
  margin-top: 4px;
}
.cid-vshhgEk1QC .item-img {
  margin-bottom: 30px;
}
.cid-vshhgEk1QC .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-vshhgEk1QC .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-vshhgEk1QC .linkBtn a:after,
.cid-vshhgEk1QC .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-vshhgEk1QC .linkBtn a:before {
  left: 0;
}
.cid-vshhgEk1QC .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-vshhgEk1QC .linkBtn a:hover:before,
.cid-vshhgEk1QC .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-vshhgEk1QC .card_text,
.cid-vshhgEk1QC .linkBtn {
  text-align: left;
}
.cid-vshhYhdvXU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vshhYhdvXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vshhYhdvXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vshhYhdvXU .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vshhYhdvXU .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vshhYhdvXU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vshhYhdvXU .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vshhYhdvXU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vshhYhdvXU .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vshhYhdvXU .mbr-section-title {
  color: #111111;
}
.cid-vshhYhdvXU .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vshhYhdvXU .mbr-text,
.cid-vshhYhdvXU .text-wrapper {
  color: #666666;
}
.cid-vshi5JVgJe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vshi5JVgJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vshi5JVgJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vshi5JVgJe .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vshi5JVgJe .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vshi5JVgJe .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vshi5JVgJe .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vshi5JVgJe .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vshi5JVgJe .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vshi5JVgJe .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vshi5JVgJe .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vshi5JVgJe .card-wrapper {
    padding: 24px;
  }
}
.cid-vshi5JVgJe .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vshi5JVgJe .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vshi5JVgJe .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vshi5JVgJe .mbr-label,
.cid-vshi5JVgJe .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vshi5JVgJe .mbr-section-title,
.cid-vshi5JVgJe .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vshi5JVgJe .mbr-text,
.cid-vshi5JVgJe .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vshi5JVgJe .item-text {
  color: #000000;
}
.cid-vshi5JVgJe .item-text,
.cid-vshi5JVgJe .mbr-section-btn {
  text-align: left;
}
.cid-vshi28Gm1d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #fafafa 100%);
}
@media (max-width: 992px) {
  .cid-vshi28Gm1d {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #fafafa 110%);
  }
}
.cid-vshi28Gm1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vshi28Gm1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vshi28Gm1d .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vshi28Gm1d .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vshi28Gm1d .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vshi28Gm1d .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vshi28Gm1d .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vshi28Gm1d .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vshi28Gm1d .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vshi28Gm1d .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vshi28Gm1d .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vshi28Gm1d .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vshi28Gm1d .image-wrapper {
    padding-left: 0;
  }
}
.cid-vshi28Gm1d .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vshi28Gm1d .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vshi28Gm1d .image-wrapper img {
    height: 350px;
  }
}
.cid-vshi28Gm1d .mbr-label {
  color: #a6adbf;
}
.cid-vshi28Gm1d .mbr-section-title {
  color: #111111;
}
.cid-vshi28Gm1d .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vshi28Gm1d .mbr-text,
.cid-vshi28Gm1d .text-wrapper {
  color: #666666;
}
.cid-vsheKkKmBx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vsheKkKmBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsheKkKmBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vsheKkKmBx .container {
    padding: 0 30px;
  }
}
.cid-vsheKkKmBx .row {
  justify-content: center;
}
.cid-vsheKkKmBx .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsheKkKmBx .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vsheKkKmBx .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsheKkKmBx .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-vsheKkKmBx .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-vsheKkKmBx .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-vsheKkKmBx .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vsheKkKmBx .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-vsheKkKmBx .mbr-section-title {
  color: #22654E;
  text-align: center;
}
.cid-vsheKkKmBx .mbr-text {
  color: #144031;
}
.cid-vtmSpWrEcS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vtmSpWrEcS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtmSpWrEcS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtmSpWrEcS .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vtmSpWrEcS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vtmSpWrEcS .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vtmSpWrEcS .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vtmSpWrEcS .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vtmSpWrEcS .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vtmSpWrEcS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vtmSpWrEcS .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vtmSpWrEcS .card-wrapper {
    padding: 24px;
  }
}
.cid-vtmSpWrEcS .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vtmSpWrEcS .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vtmSpWrEcS .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vtmSpWrEcS .mbr-label,
.cid-vtmSpWrEcS .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vtmSpWrEcS .mbr-section-title,
.cid-vtmSpWrEcS .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vtmSpWrEcS .mbr-text,
.cid-vtmSpWrEcS .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vtmSpWrEcS .item-text {
  color: #000000;
}
.cid-vtmSpWrEcS .item-text,
.cid-vtmSpWrEcS .mbr-section-btn {
  text-align: left;
}
.cid-vtzOjbxg9m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vtzOjbxg9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtzOjbxg9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vtzOjbxg9m .container {
    padding: 0 30px;
  }
}
.cid-vtzOjbxg9m .row {
  justify-content: center;
}
.cid-vtzOjbxg9m .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vtzOjbxg9m .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vtzOjbxg9m .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vtzOjbxg9m .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-vtzOjbxg9m .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-vtzOjbxg9m .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-vtzOjbxg9m .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vtzOjbxg9m .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-vtzOjbxg9m .mbr-section-title {
  color: #22654E;
  text-align: center;
}
.cid-vtzOjbxg9m .mbr-text {
  color: #144031;
}
.cid-vtzQR2DQA8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vtzQR2DQA8 .item:focus,
.cid-vtzQR2DQA8 span:focus {
  outline: none;
}
.cid-vtzQR2DQA8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vtzQR2DQA8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vtzQR2DQA8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vtzQR2DQA8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vtzQR2DQA8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vtzQR2DQA8 .mbr-section-title {
  color: #232323;
}
.cid-vtzQR2DQA8 .mbr-text,
.cid-vtzQR2DQA8 .mbr-section-btn {
  text-align: center;
}
.cid-vtzQR2DQA8 .item-title {
  text-align: center;
}
.cid-vtzQR2DQA8 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vshPdxut1T {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vshPdxut1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vshPdxut1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vshPdxut1T .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vshPdxut1T .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vshPdxut1T .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vshPdxut1T .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vshPdxut1T .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vshPdxut1T .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vshPdxut1T .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vshPdxut1T .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vshPdxut1T .card-wrapper {
    padding: 24px;
  }
}
.cid-vshPdxut1T .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vshPdxut1T .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vshPdxut1T .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vshPdxut1T .mbr-label,
.cid-vshPdxut1T .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vshPdxut1T .mbr-section-title,
.cid-vshPdxut1T .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vshPdxut1T .mbr-text,
.cid-vshPdxut1T .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vshPdxut1T .item-text {
  color: #000000;
}
.cid-vshPdxut1T .item-text,
.cid-vshPdxut1T .mbr-section-btn {
  text-align: left;
}
.cid-vtmB8lIalY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vtmB8lIalY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtmB8lIalY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtmB8lIalY .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vtmB8lIalY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vtmB8lIalY .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vtmB8lIalY .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vtmB8lIalY .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vtmB8lIalY .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vtmB8lIalY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vtmB8lIalY .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vtmB8lIalY .card-wrapper {
    padding: 24px;
  }
}
.cid-vtmB8lIalY .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vtmB8lIalY .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vtmB8lIalY .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vtmB8lIalY .mbr-label,
.cid-vtmB8lIalY .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vtmB8lIalY .mbr-section-title,
.cid-vtmB8lIalY .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vtmB8lIalY .mbr-text,
.cid-vtmB8lIalY .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vtmB8lIalY .item-text {
  color: #000000;
}
.cid-vtmB8lIalY .item-text,
.cid-vtmB8lIalY .mbr-section-btn {
  text-align: left;
}
.cid-vshDSGRatK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffff5;
}
.cid-vshDSGRatK .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #000000;
}
.cid-vshDSGRatK .flex-column {
  transition: all 300ms ease;
  border-radius: 2rem;
  padding: 2rem 1.5rem;
  background-color: #fffff5;
  border: 2px solid #000000;
}
.cid-vshDSGRatK .flex-column:hover {
  box-shadow: 5px 5px 0 0 #000000 !important;
  background-color: #fafafa;
}
.cid-vshDSGRatK .flex-column .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-vshDSGRatK .flex-column .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-vshDSGRatK .card-text {
  margin-bottom: 2rem;
  text-align: left;
  color: #000000;
}
.cid-vshDSGRatK .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-vshDSGRatK .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-vshDSGRatK img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-vshDSGRatK .flex-column .mbr-iconfont::before {
  font-size: 25px;
}
.cid-vshDSGRatK .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
}
.cid-vshDSGRatK .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-vshDSGRatK .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-vshDSGRatK .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-vshDSGRatK .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-vshDSGRatK .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vshDSGRatK .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-vshDSGRatK .align {
  display: flex;
  align-items: center;
}
.cid-vshDSGRatK .mbr-section-title {
  margin-bottom: 56px;
  color: #000000;
  text-align: center;
}
.cid-vshDSGRatK .btn {
  margin-top: 20px;
  padding: 1rem 2rem;
}
.cid-vshDSGRatK .card-text,
.cid-vshDSGRatK .iconfont-wrapper {
  color: #000000;
}
.cid-vshDSGRatK .item-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-vshLtEgwQh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f0f2f6;
}
.cid-vshLtEgwQh .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-vshLtEgwQh .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-vshLtEgwQh .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vshLtEgwQh .card_info {
  margin-bottom: 12px;
}
.cid-vshLtEgwQh .card_date {
  color: #555555;
}
.cid-vshLtEgwQh .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
}
.cid-vshLtEgwQh .card_text {
  margin-top: 4px;
}
.cid-vshLtEgwQh .item-img {
  margin-bottom: 30px;
}
.cid-vshLtEgwQh .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-vshLtEgwQh .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-vshLtEgwQh .linkBtn a:after,
.cid-vshLtEgwQh .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-vshLtEgwQh .linkBtn a:before {
  left: 0;
}
.cid-vshLtEgwQh .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-vshLtEgwQh .linkBtn a:hover:before,
.cid-vshLtEgwQh .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-vshLtEgwQh .card_text,
.cid-vshLtEgwQh .linkBtn {
  text-align: left;
}
.cid-vshCOzbQoi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vshCOzbQoi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vshCOzbQoi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vshCOzbQoi .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vshCOzbQoi .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vshCOzbQoi .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vshCOzbQoi .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vshCOzbQoi .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vshCOzbQoi .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vshCOzbQoi .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vshCOzbQoi .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vshCOzbQoi .card-wrapper {
    padding: 24px;
  }
}
.cid-vshCOzbQoi .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vshCOzbQoi .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vshCOzbQoi .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vshCOzbQoi .mbr-label,
.cid-vshCOzbQoi .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vshCOzbQoi .mbr-section-title,
.cid-vshCOzbQoi .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vshCOzbQoi .mbr-text,
.cid-vshCOzbQoi .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vshCOzbQoi .item-text {
  color: #000000;
}
.cid-vshCOzbQoi .item-text,
.cid-vshCOzbQoi .mbr-section-btn {
  text-align: left;
}
.cid-vshFxbav0e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vshFxbav0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vshFxbav0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vshFxbav0e .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vshFxbav0e .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vshFxbav0e .card-wrapper {
  padding: 60px 40px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vshFxbav0e .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-vshFxbav0e .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vshFxbav0e .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vshFxbav0e .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vshFxbav0e .card-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 20px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  background-color: #ffffff;
}
.cid-vshFxbav0e .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vshFxbav0e .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vshFxbav0e .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vshFxbav0e .card-wrapper .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-vshFxbav0e .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-vshFxbav0e .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vshFxbav0e .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #171719;
}
.cid-vshFxbav0e .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) {
  padding-bottom: 20px;
}
.cid-vshFxbav0e .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #000000;
}
.cid-vshFxbav0e .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
  transform: rotate(-180deg);
}
.cid-vshFxbav0e .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-vshFxbav0e .card-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px;
  }
}
.cid-vshFxbav0e .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  transition: all .3s ease;
  opacity: 0;
}
.cid-vshFxbav0e .card-wrapper .panel-group .card .panel-collapse.show .panel-body .panel-text {
  opacity: 1;
}
.cid-vshFxbav0e .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vshFxbav0e .panel-title-edit {
  color: #171719;
}
.cid-vshFxbav0e .panel-text {
  color: #565661;
}
.cid-vshFxbav0e .mbr-section-title,
.cid-vshFxbav0e .title-wrapper {
  color: #000000;
}
.cid-vshIHHqkdI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vshIHHqkdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vshIHHqkdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vshIHHqkdI .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vshIHHqkdI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vshIHHqkdI .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vshIHHqkdI .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vshIHHqkdI .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vshIHHqkdI .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vshIHHqkdI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vshIHHqkdI .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vshIHHqkdI .card-wrapper {
    padding: 24px;
  }
}
.cid-vshIHHqkdI .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vshIHHqkdI .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vshIHHqkdI .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vshIHHqkdI .mbr-label,
.cid-vshIHHqkdI .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vshIHHqkdI .mbr-section-title,
.cid-vshIHHqkdI .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vshIHHqkdI .mbr-text,
.cid-vshIHHqkdI .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vshIHHqkdI .item-text {
  color: #000000;
}
.cid-vshIHHqkdI .item-text,
.cid-vshIHHqkdI .mbr-section-btn {
  text-align: left;
}
.cid-tuCyf8YVq4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tuCyf8YVq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuCyf8YVq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuCyf8YVq4 .mbr-section-title {
  color: #ffffff;
}
.cid-vrT1DZgwCs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vrT1DZgwCs .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vrT1DZgwCs .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vrT1DZgwCs .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vrT1DZgwCs .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vrT1DZgwCs .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vrT1DZgwCs .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vrT1DZgwCs .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vrT1DZgwCs .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vrT1DZgwCs .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vrT1DZgwCs .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vrT1DZgwCs .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vrT1DZgwCs .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vrT1DZgwCs .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vrT1DZgwCs .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tuGDhnDqnm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrT1DZgwCs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vrT1DZgwCs .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vrT1DZgwCs .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vrT1DZgwCs .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vrT1DZgwCs .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vrT1DZgwCs .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vrT1DZgwCs .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vrT1DZgwCs .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vrT1DZgwCs .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vrT1DZgwCs .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vrT1DZgwCs .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vrT1DZgwCs .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vrT1DZgwCs .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vrT1DZgwCs .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vrT1DZgwCs .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vtWo1pt2M6 .navbar-dropdown {
  position: relative !important;
}
.cid-vtWo1pt2M6 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vtWo1pt2M6 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vtWo1pt2M6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtWo1pt2M6 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vtWo1pt2M6 .dropdown-item {
  border: none !important;
  background: #f7f7f7 !important;
  font-weight: 400;
}
.cid-vtWo1pt2M6 .dropdown-item:hover,
.cid-vtWo1pt2M6 .dropdown-item:focus {
  background: #f7f7f7 !important;
  color: #000000 !important;
}
.cid-vtWo1pt2M6 .dropdown-item:hover span {
  color: white;
}
.cid-vtWo1pt2M6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtWo1pt2M6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtWo1pt2M6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtWo1pt2M6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vtWo1pt2M6 .nav-link {
  position: relative;
}
.cid-vtWo1pt2M6 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1210px;
}
@media (min-width: 992px) {
  .cid-vtWo1pt2M6 .container {
    flex-wrap: nowrap;
  }
}
.cid-vtWo1pt2M6 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vtWo1pt2M6 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vtWo1pt2M6 .dropdown-menu,
.cid-vtWo1pt2M6 .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vtWo1pt2M6 .nav-item:focus,
.cid-vtWo1pt2M6 .nav-link:focus {
  outline: none;
}
.cid-vtWo1pt2M6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtWo1pt2M6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vtWo1pt2M6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtWo1pt2M6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtWo1pt2M6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtWo1pt2M6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtWo1pt2M6 .navbar {
  min-height: 84px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vtWo1pt2M6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vtWo1pt2M6 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vtWo1pt2M6 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vtWo1pt2M6 .navbar .navbar-logo img {
  width: auto;
}
.cid-vtWo1pt2M6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtWo1pt2M6 .navbar.collapsed {
  justify-content: center;
}
.cid-vtWo1pt2M6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtWo1pt2M6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vtWo1pt2M6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtWo1pt2M6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtWo1pt2M6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vtWo1pt2M6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtWo1pt2M6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtWo1pt2M6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtWo1pt2M6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtWo1pt2M6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtWo1pt2M6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtWo1pt2M6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtWo1pt2M6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vtWo1pt2M6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtWo1pt2M6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtWo1pt2M6 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vtWo1pt2M6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vtWo1pt2M6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtWo1pt2M6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtWo1pt2M6 .navbar.navbar-short {
  min-height: 84px;
}
.cid-vtWo1pt2M6 .navbar.navbar-short .navbar-brand {
  min-height: 84px;
}
.cid-vtWo1pt2M6 .navbar-brand {
  min-height: 84px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vtWo1pt2M6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vtWo1pt2M6 .navbar-brand .navbar-caption:hover,
.cid-vtWo1pt2M6 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vtWo1pt2M6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtWo1pt2M6 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vtWo1pt2M6 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vtWo1pt2M6 .dropdown-item.active,
.cid-vtWo1pt2M6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vtWo1pt2M6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtWo1pt2M6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtWo1pt2M6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtWo1pt2M6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vtWo1pt2M6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vtWo1pt2M6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vtWo1pt2M6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtWo1pt2M6 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vtWo1pt2M6 ul.navbar-nav {
    padding: 0 0 0 24px;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vtWo1pt2M6 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vtWo1pt2M6 .navbar-buttons {
    text-align: left;
  }
}
.cid-vtWo1pt2M6 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vtWo1pt2M6 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vtWo1pt2M6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vtWo1pt2M6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vtWo1pt2M6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vtWo1pt2M6 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtWo1pt2M6 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtWo1pt2M6 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vtWo1pt2M6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtWo1pt2M6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtWo1pt2M6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtWo1pt2M6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtWo1pt2M6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vtWo1pt2M6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtWo1pt2M6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vtWo1pt2M6 .navbar {
    height: 84px;
  }
  .cid-vtWo1pt2M6 .navbar.opened {
    height: auto;
  }
  .cid-vtWo1pt2M6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtWo1pt2M6 .navbar-nav {
  justify-content: flex-start;
  width: 100%;
}
.cid-vtWo1pt2M6 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vtWo1pt2M6 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vtWo1pt2M6 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vtWo1pt2M6 .nav-item .nav-link:hover,
.cid-vtWo1pt2M6 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
  opacity: 0.5;
}
.cid-vtWo1pt2M6 .nav-item .nav-link:hover::after,
.cid-vtWo1pt2M6 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vtWo1pt2M6 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vtWo1pt2M6 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vtWo1pt2M6 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vtWo1pt2M6 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vtWo1pt2M6 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vtWo1pt2M6 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vtWo1pt2M6 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vtWo1pt2M6 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vtWo1pt2M6 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vtWo1pt2M6 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vtWo1pt2M6 .content-wrap {
  min-height: 84px;
}
.cid-tuGCGWuZgg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrT1DZgwCs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vrT1DZgwCs .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vrT1DZgwCs .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vrT1DZgwCs .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vrT1DZgwCs .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vrT1DZgwCs .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vrT1DZgwCs .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vrT1DZgwCs .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vrT1DZgwCs .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vrT1DZgwCs .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vrT1DZgwCs .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vrT1DZgwCs .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vrT1DZgwCs .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vrT1DZgwCs .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vrT1DZgwCs .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vtWo1pt2M6 .navbar-dropdown {
  position: relative !important;
}
.cid-vtWo1pt2M6 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vtWo1pt2M6 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vtWo1pt2M6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtWo1pt2M6 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vtWo1pt2M6 .dropdown-item {
  border: none !important;
  background: #f7f7f7 !important;
  font-weight: 400;
}
.cid-vtWo1pt2M6 .dropdown-item:hover,
.cid-vtWo1pt2M6 .dropdown-item:focus {
  background: #f7f7f7 !important;
  color: #000000 !important;
}
.cid-vtWo1pt2M6 .dropdown-item:hover span {
  color: white;
}
.cid-vtWo1pt2M6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtWo1pt2M6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtWo1pt2M6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtWo1pt2M6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vtWo1pt2M6 .nav-link {
  position: relative;
}
.cid-vtWo1pt2M6 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1210px;
}
@media (min-width: 992px) {
  .cid-vtWo1pt2M6 .container {
    flex-wrap: nowrap;
  }
}
.cid-vtWo1pt2M6 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vtWo1pt2M6 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vtWo1pt2M6 .dropdown-menu,
.cid-vtWo1pt2M6 .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vtWo1pt2M6 .nav-item:focus,
.cid-vtWo1pt2M6 .nav-link:focus {
  outline: none;
}
.cid-vtWo1pt2M6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtWo1pt2M6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vtWo1pt2M6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtWo1pt2M6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtWo1pt2M6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtWo1pt2M6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtWo1pt2M6 .navbar {
  min-height: 84px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vtWo1pt2M6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vtWo1pt2M6 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vtWo1pt2M6 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vtWo1pt2M6 .navbar .navbar-logo img {
  width: auto;
}
.cid-vtWo1pt2M6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtWo1pt2M6 .navbar.collapsed {
  justify-content: center;
}
.cid-vtWo1pt2M6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtWo1pt2M6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vtWo1pt2M6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtWo1pt2M6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtWo1pt2M6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vtWo1pt2M6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtWo1pt2M6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtWo1pt2M6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtWo1pt2M6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtWo1pt2M6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtWo1pt2M6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtWo1pt2M6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtWo1pt2M6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vtWo1pt2M6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtWo1pt2M6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtWo1pt2M6 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vtWo1pt2M6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vtWo1pt2M6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtWo1pt2M6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtWo1pt2M6 .navbar.navbar-short {
  min-height: 84px;
}
.cid-vtWo1pt2M6 .navbar.navbar-short .navbar-brand {
  min-height: 84px;
}
.cid-vtWo1pt2M6 .navbar-brand {
  min-height: 84px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vtWo1pt2M6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vtWo1pt2M6 .navbar-brand .navbar-caption:hover,
.cid-vtWo1pt2M6 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vtWo1pt2M6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtWo1pt2M6 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vtWo1pt2M6 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vtWo1pt2M6 .dropdown-item.active,
.cid-vtWo1pt2M6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vtWo1pt2M6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtWo1pt2M6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtWo1pt2M6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtWo1pt2M6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vtWo1pt2M6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vtWo1pt2M6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vtWo1pt2M6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtWo1pt2M6 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vtWo1pt2M6 ul.navbar-nav {
    padding: 0 0 0 24px;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vtWo1pt2M6 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vtWo1pt2M6 .navbar-buttons {
    text-align: left;
  }
}
.cid-vtWo1pt2M6 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vtWo1pt2M6 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vtWo1pt2M6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vtWo1pt2M6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vtWo1pt2M6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vtWo1pt2M6 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtWo1pt2M6 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtWo1pt2M6 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vtWo1pt2M6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtWo1pt2M6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtWo1pt2M6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtWo1pt2M6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtWo1pt2M6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vtWo1pt2M6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtWo1pt2M6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vtWo1pt2M6 .navbar {
    height: 84px;
  }
  .cid-vtWo1pt2M6 .navbar.opened {
    height: auto;
  }
  .cid-vtWo1pt2M6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtWo1pt2M6 .navbar-nav {
  justify-content: flex-start;
  width: 100%;
}
.cid-vtWo1pt2M6 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vtWo1pt2M6 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vtWo1pt2M6 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vtWo1pt2M6 .nav-item .nav-link:hover,
.cid-vtWo1pt2M6 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
  opacity: 0.5;
}
.cid-vtWo1pt2M6 .nav-item .nav-link:hover::after,
.cid-vtWo1pt2M6 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vtWo1pt2M6 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vtWo1pt2M6 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vtWo1pt2M6 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vtWo1pt2M6 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vtWo1pt2M6 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vtWo1pt2M6 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vtWo1pt2M6 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vtWo1pt2M6 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vtWo1pt2M6 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vtWo1pt2M6 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vtWo1pt2M6 .content-wrap {
  min-height: 84px;
}
.cid-tuGD9xm7zj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrT1DZgwCs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vrT1DZgwCs .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vrT1DZgwCs .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vrT1DZgwCs .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vrT1DZgwCs .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vrT1DZgwCs .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vrT1DZgwCs .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vrT1DZgwCs .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vrT1DZgwCs .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vrT1DZgwCs .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vrT1DZgwCs .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vrT1DZgwCs .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vrT1DZgwCs .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vrT1DZgwCs .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vrT1DZgwCs .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vtWo1pt2M6 .navbar-dropdown {
  position: relative !important;
}
.cid-vtWo1pt2M6 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vtWo1pt2M6 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vtWo1pt2M6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtWo1pt2M6 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vtWo1pt2M6 .dropdown-item {
  border: none !important;
  background: #f7f7f7 !important;
  font-weight: 400;
}
.cid-vtWo1pt2M6 .dropdown-item:hover,
.cid-vtWo1pt2M6 .dropdown-item:focus {
  background: #f7f7f7 !important;
  color: #000000 !important;
}
.cid-vtWo1pt2M6 .dropdown-item:hover span {
  color: white;
}
.cid-vtWo1pt2M6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtWo1pt2M6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtWo1pt2M6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtWo1pt2M6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vtWo1pt2M6 .nav-link {
  position: relative;
}
.cid-vtWo1pt2M6 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1210px;
}
@media (min-width: 992px) {
  .cid-vtWo1pt2M6 .container {
    flex-wrap: nowrap;
  }
}
.cid-vtWo1pt2M6 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vtWo1pt2M6 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vtWo1pt2M6 .dropdown-menu,
.cid-vtWo1pt2M6 .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vtWo1pt2M6 .nav-item:focus,
.cid-vtWo1pt2M6 .nav-link:focus {
  outline: none;
}
.cid-vtWo1pt2M6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtWo1pt2M6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vtWo1pt2M6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtWo1pt2M6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtWo1pt2M6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtWo1pt2M6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtWo1pt2M6 .navbar {
  min-height: 84px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vtWo1pt2M6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vtWo1pt2M6 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vtWo1pt2M6 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vtWo1pt2M6 .navbar .navbar-logo img {
  width: auto;
}
.cid-vtWo1pt2M6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtWo1pt2M6 .navbar.collapsed {
  justify-content: center;
}
.cid-vtWo1pt2M6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtWo1pt2M6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vtWo1pt2M6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtWo1pt2M6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtWo1pt2M6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vtWo1pt2M6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtWo1pt2M6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtWo1pt2M6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtWo1pt2M6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtWo1pt2M6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtWo1pt2M6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtWo1pt2M6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtWo1pt2M6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vtWo1pt2M6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtWo1pt2M6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtWo1pt2M6 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vtWo1pt2M6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vtWo1pt2M6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtWo1pt2M6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtWo1pt2M6 .navbar.navbar-short {
  min-height: 84px;
}
.cid-vtWo1pt2M6 .navbar.navbar-short .navbar-brand {
  min-height: 84px;
}
.cid-vtWo1pt2M6 .navbar-brand {
  min-height: 84px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vtWo1pt2M6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vtWo1pt2M6 .navbar-brand .navbar-caption:hover,
.cid-vtWo1pt2M6 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vtWo1pt2M6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtWo1pt2M6 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vtWo1pt2M6 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vtWo1pt2M6 .dropdown-item.active,
.cid-vtWo1pt2M6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vtWo1pt2M6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtWo1pt2M6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtWo1pt2M6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtWo1pt2M6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vtWo1pt2M6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vtWo1pt2M6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vtWo1pt2M6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtWo1pt2M6 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vtWo1pt2M6 ul.navbar-nav {
    padding: 0 0 0 24px;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vtWo1pt2M6 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vtWo1pt2M6 .navbar-buttons {
    text-align: left;
  }
}
.cid-vtWo1pt2M6 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vtWo1pt2M6 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vtWo1pt2M6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vtWo1pt2M6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vtWo1pt2M6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vtWo1pt2M6 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtWo1pt2M6 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtWo1pt2M6 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vtWo1pt2M6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtWo1pt2M6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtWo1pt2M6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtWo1pt2M6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtWo1pt2M6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vtWo1pt2M6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtWo1pt2M6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vtWo1pt2M6 .navbar {
    height: 84px;
  }
  .cid-vtWo1pt2M6 .navbar.opened {
    height: auto;
  }
  .cid-vtWo1pt2M6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtWo1pt2M6 .navbar-nav {
  justify-content: flex-start;
  width: 100%;
}
.cid-vtWo1pt2M6 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vtWo1pt2M6 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vtWo1pt2M6 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vtWo1pt2M6 .nav-item .nav-link:hover,
.cid-vtWo1pt2M6 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
  opacity: 0.5;
}
.cid-vtWo1pt2M6 .nav-item .nav-link:hover::after,
.cid-vtWo1pt2M6 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vtWo1pt2M6 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vtWo1pt2M6 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vtWo1pt2M6 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vtWo1pt2M6 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vtWo1pt2M6 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vtWo1pt2M6 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vtWo1pt2M6 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vtWo1pt2M6 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vtWo1pt2M6 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vtWo1pt2M6 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vtWo1pt2M6 .content-wrap {
  min-height: 84px;
}
