.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f92c50 !important;
}
.bg-success {
  background-color: #ffc100 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f92c50 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #313131 !important;
  border-color: #313131 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #4b4b4b !important;
  border-color: #4b4b4b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4b4b4b !important;
  border-color: #4b4b4b !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffc100 !important;
  border-color: #ffc100 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffcd33 !important;
  border-color: #ffcd33 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ffcd33 !important;
  border-color: #ffcd33 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #313131;
  color: #313131;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #060606 !important;
  background-color: transparent !important;
  border-color: #060606 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #313131 !important;
  border-color: #313131 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffc100;
  color: #ffc100;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a87f00 !important;
  background-color: transparent !important;
  border-color: #a87f00 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffc100 !important;
  border-color: #ffc100 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #f92c50 !important;
}
.text-secondary {
  color: #313131 !important;
}
.text-success {
  color: #ffc100 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f92c50 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ba0525 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #997400 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ba0525 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #f92c50;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f92c50;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f92c50;
  border-color: #f92c50;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f92c50;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2f5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff3cc;
}
.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: #fff2f5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #f92c50 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #f92c50;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #f92c50;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f92c50;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f92c50;
  border-bottom-color: #f92c50;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f92c50 !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: #313131 !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='%23f92c50' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-veqDTdoC6M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veqDTdoC6M nav.navbar {
  position: fixed;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veqDTdoC6M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veqDTdoC6M .dropdown-item:hover,
.cid-veqDTdoC6M .dropdown-item:focus {
  background: #f92c50 !important;
  color: white !important;
}
.cid-veqDTdoC6M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veqDTdoC6M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veqDTdoC6M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veqDTdoC6M .nav-link {
  position: relative;
}
.cid-veqDTdoC6M .container {
  display: flex;
  margin: auto;
}
.cid-veqDTdoC6M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown-menu,
.cid-veqDTdoC6M .navbar.opened {
  background: #1c1d1c !important;
}
.cid-veqDTdoC6M .nav-item:focus,
.cid-veqDTdoC6M .nav-link:focus {
  outline: none;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veqDTdoC6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veqDTdoC6M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.opened {
  transition: all 0.3s;
}
.cid-veqDTdoC6M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veqDTdoC6M .navbar .navbar-logo img {
  width: auto;
}
.cid-veqDTdoC6M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar.collapsed {
  justify-content: center;
}
.cid-veqDTdoC6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veqDTdoC6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veqDTdoC6M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veqDTdoC6M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veqDTdoC6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veqDTdoC6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veqDTdoC6M .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-veqDTdoC6M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veqDTdoC6M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veqDTdoC6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veqDTdoC6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veqDTdoC6M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veqDTdoC6M .navbar.navbar-short {
  min-height: 60px;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veqDTdoC6M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veqDTdoC6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veqDTdoC6M .dropdown-item.active,
.cid-veqDTdoC6M .dropdown-item:active {
  background-color: transparent;
}
.cid-veqDTdoC6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veqDTdoC6M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veqDTdoC6M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veqDTdoC6M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veqDTdoC6M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veqDTdoC6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar {
    height: 70px;
  }
  .cid-veqDTdoC6M .navbar.opened {
    height: auto;
  }
  .cid-veqDTdoC6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veqHScFTdC {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-veqHScFTdC img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-veqHIyGlCC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqHIyGlCC .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqHIyGlCC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqHIyGlCC .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veqHIyGlCC .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqHIyGlCC .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-veqHIyGlCC .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-veqHIyGlCC .wrap {
  background: url("../../../assets/images/coreworldbannerhs01-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veqHIyGlCC .wrap .inner-wrap {
  padding: 40px;
}
.cid-veqHIyGlCC .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-veqHIyGlCC .mbr-text {
  color: #000000;
}
.cid-veqHIyGlCC .mbr-text,
.cid-veqHIyGlCC .mbr-section-btn {
  color: #ffffff;
}
.cid-vcZdJTD96p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vcZdJTD96p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcZdJTD96p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcZdJTD96p .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-vcZdJTD96p .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcZdJTD96p .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vcZdJTD96p .card-wrapper {
    padding: 2rem;
  }
}
.cid-vcZdJTD96p .mbr-text,
.cid-vcZdJTD96p .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vcZdJTD96p .card-title,
.cid-vcZdJTD96p .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-veqI3zeSSN {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-veqI3zeSSN img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdb55CesVV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vdb55CesVV img,
.cid-vdb55CesVV .item-img {
  width: 100%;
}
.cid-vdb55CesVV .item:focus,
.cid-vdb55CesVV span:focus {
  outline: none;
}
.cid-vdb55CesVV .item-wrapper {
  position: relative;
}
.cid-vdb55CesVV .slide-content {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdb55CesVV .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 220px) and (max-width: 220px) {
  .cid-vdb55CesVV .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 220px) {
  .cid-vdb55CesVV .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-vdb55CesVV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vdb55CesVV .mbr-section-title {
  color: #232323;
}
.cid-vdb55CesVV .mbr-text,
.cid-vdb55CesVV .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vdb55CesVV .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vdb55CesVV .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vdb55CesVV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 220px) {
  .cid-vdb55CesVV .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vdb55CesVV .embla__button--next,
.cid-vdb55CesVV .embla__button--prev {
  display: flex;
}
.cid-vdb55CesVV .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdb55CesVV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdb55CesVV .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vdb55CesVV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdb55CesVV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdb55CesVV .embla__button {
    top: auto;
  }
}
.cid-vdb55CesVV .embla {
  position: relative;
  width: 100%;
}
.cid-vdb55CesVV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdb55CesVV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdb55CesVV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdb55CesVV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vdb55CesVV .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vdb55CesVV .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vdb55CesVV .content-head {
  max-width: 800px;
}
.cid-vdb5FoD0Dw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vdb5FoD0Dw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdb5FoD0Dw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdb5FoD0Dw .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vdb5FoD0Dw .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdb5FoD0Dw .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vdb5FoD0Dw .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vdb5FoD0Dw .wrap {
  background: url("../../../assets/images/coreworldbannerhs01-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vdb5FoD0Dw .wrap .inner-wrap {
  padding: 40px;
}
.cid-vdb5FoD0Dw .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdb5FoD0Dw .mbr-text {
  color: #000000;
}
.cid-vdb5FoD0Dw .mbr-text,
.cid-vdb5FoD0Dw .mbr-section-btn {
  color: #ffffff;
}
.cid-vd9MzjyFjN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vd9MzjyFjN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd9MzjyFjN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd9MzjyFjN .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-vd9MzjyFjN .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd9MzjyFjN .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vd9MzjyFjN .card-wrapper {
    padding: 2rem;
  }
}
.cid-vd9MzjyFjN .mbr-text,
.cid-vd9MzjyFjN .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vd9MzjyFjN .card-title,
.cid-vd9MzjyFjN .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-veqIbK9DaH {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-veqIbK9DaH img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-veqIvwotyB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqIvwotyB .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqIvwotyB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqIvwotyB .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veqIvwotyB .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqIvwotyB .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-veqIvwotyB .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-veqIvwotyB .wrap {
  background: url("../../../assets/images/coreworldbannerhs01-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veqIvwotyB .wrap .inner-wrap {
  padding: 40px;
}
.cid-veqIvwotyB .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-veqIvwotyB .mbr-text {
  color: #000000;
}
.cid-veqIvwotyB .mbr-text,
.cid-veqIvwotyB .mbr-section-btn {
  color: #ffffff;
}
.cid-vd9MHCk76N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vd9MHCk76N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd9MHCk76N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd9MHCk76N .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-vd9MHCk76N .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd9MHCk76N .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vd9MHCk76N .card-wrapper {
    padding: 2rem;
  }
}
.cid-vd9MHCk76N .mbr-text,
.cid-vd9MHCk76N .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vd9MHCk76N .card-title,
.cid-vd9MHCk76N .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-veqIyJBMph {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-veqIyJBMph img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-veqIF4KJYk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqIF4KJYk .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqIF4KJYk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqIF4KJYk .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veqIF4KJYk .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqIF4KJYk .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-veqIF4KJYk .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-veqIF4KJYk .wrap {
  background: url("../../../assets/images/coreworldbannerhs01-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veqIF4KJYk .wrap .inner-wrap {
  padding: 40px;
}
.cid-veqIF4KJYk .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-veqIF4KJYk .mbr-text {
  color: #000000;
}
.cid-veqIF4KJYk .mbr-text,
.cid-veqIF4KJYk .mbr-section-btn {
  color: #ffffff;
}
.cid-vd9NtfkXfd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vd9NtfkXfd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd9NtfkXfd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd9NtfkXfd .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-vd9NtfkXfd .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd9NtfkXfd .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vd9NtfkXfd .card-wrapper {
    padding: 2rem;
  }
}
.cid-vd9NtfkXfd .mbr-text,
.cid-vd9NtfkXfd .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vd9NtfkXfd .card-title,
.cid-vd9NtfkXfd .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-veqIGesz5X {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-veqIGesz5X img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vdb4yCpd0L {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #1c1d1c;
}
.cid-vdb4yCpd0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdb4yCpd0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdb4yCpd0L .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-vdb4yCpd0L .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdb4yCpd0L .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdb4yCpd0L .card-wrapper {
    padding: 2rem;
  }
}
.cid-vdb4yCpd0L .mbr-text,
.cid-vdb4yCpd0L .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vdb4yCpd0L .card-title,
.cid-vdb4yCpd0L .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vdb79rjwpe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vdb79rjwpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdb79rjwpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdb79rjwpe .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-vdb79rjwpe .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdb79rjwpe .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdb79rjwpe .card-wrapper {
    padding: 2rem;
  }
}
.cid-vdb79rjwpe .mbr-text,
.cid-vdb79rjwpe .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vdb79rjwpe .card-title,
.cid-vdb79rjwpe .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vcwVp2XIri {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #1c1d1c;
}
.cid-vcwVp2XIri .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcwVp2XIri .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-vcwVp2XIri .container {
    padding: 0 25px;
  }
}
.cid-vcwVp2XIri .row {
  justify-content: center;
}
.cid-vcwVp2XIri .item {
  margin-bottom: 32px;
}
.cid-vcwVp2XIri .item .item-wrapper {
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
}
.cid-vcwVp2XIri .item .item-wrapper:hover,
.cid-vcwVp2XIri .item .item-wrapper:focus {
  box-shadow: 2px 2px 0 0 #1c1d1c;
}
.cid-vcwVp2XIri .item .item-wrapper a {
  display: block;
}
.cid-vcwVp2XIri .item .item-wrapper a:hover .item-img::after,
.cid-vcwVp2XIri .item .item-wrapper a:focus .item-img::after {
  opacity: 0;
}
.cid-vcwVp2XIri .item .item-wrapper a .item-img {
  position: relative;
}
.cid-vcwVp2XIri .item .item-wrapper a .item-img img {
  background-color: #1c1d1c;
  padding: 4px;
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vdbcOEGFt6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vdbcOEGFt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdbcOEGFt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdbcOEGFt6 .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vdbcOEGFt6 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdbcOEGFt6 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdbcOEGFt6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vdbcOEGFt6 .mbr-text,
.cid-vdbcOEGFt6 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vdbcOEGFt6 .card-title,
.cid-vdbcOEGFt6 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vdbIwl6lkj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vdbIwl6lkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdbIwl6lkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdbIwl6lkj .card-wrapper {
  background: #313131;
}
@media (max-width: 900px) {
  .cid-vdbIwl6lkj .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 900px) and (max-width: 991px) {
  .cid-vdbIwl6lkj .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdbIwl6lkj .card-wrapper {
    padding: 2rem;
  }
}
.cid-vdbIwl6lkj .mbr-text,
.cid-vdbIwl6lkj .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vdbIwl6lkj .card-title,
.cid-vdbIwl6lkj .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-veqKaVeaaA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqKaVeaaA .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqKaVeaaA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqKaVeaaA .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veqKaVeaaA .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqKaVeaaA .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-veqKaVeaaA .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-veqKaVeaaA .wrap {
  background: url("../../../assets/images/coreworldbannerhs01-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veqKaVeaaA .wrap .inner-wrap {
  padding: 40px;
}
.cid-veqKaVeaaA .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-veqKaVeaaA .mbr-text {
  color: #000000;
}
.cid-veqKaVeaaA .mbr-text,
.cid-veqKaVeaaA .mbr-section-btn {
  color: #ffffff;
}
.cid-veqBIC5oTD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqBIC5oTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqBIC5oTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqBIC5oTD .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-veqBIC5oTD .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqBIC5oTD .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veqBIC5oTD .card-wrapper {
    padding: 2rem;
  }
}
.cid-veqBIC5oTD .mbr-text,
.cid-veqBIC5oTD .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-veqBIC5oTD .card-title,
.cid-veqBIC5oTD .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-veqJZjihHp {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-veqJZjihHp img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-veqIS9bjXU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqIS9bjXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqIS9bjXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqIS9bjXU .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veqIS9bjXU .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqIS9bjXU .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-veqIS9bjXU .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-veqIS9bjXU .wrap {
  background: url("../../../assets/images/coreworldbannerhs01-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veqIS9bjXU .wrap .inner-wrap {
  padding: 40px;
}
.cid-veqIS9bjXU .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-veqIS9bjXU .mbr-text {
  color: #000000;
}
.cid-veqIS9bjXU .mbr-text,
.cid-veqIS9bjXU .mbr-section-btn {
  color: #ffffff;
}
.cid-vcko0whpCe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcko0whpCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcko0whpCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcko0whpCe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vcko0whpCe .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vcko0whpCe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcko0whpCe .copyright {
  color: #bbbbbb;
}
.cid-veqDTdoC6M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veqDTdoC6M nav.navbar {
  position: fixed;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veqDTdoC6M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veqDTdoC6M .dropdown-item:hover,
.cid-veqDTdoC6M .dropdown-item:focus {
  background: #f92c50 !important;
  color: white !important;
}
.cid-veqDTdoC6M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veqDTdoC6M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veqDTdoC6M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veqDTdoC6M .nav-link {
  position: relative;
}
.cid-veqDTdoC6M .container {
  display: flex;
  margin: auto;
}
.cid-veqDTdoC6M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown-menu,
.cid-veqDTdoC6M .navbar.opened {
  background: #1c1d1c !important;
}
.cid-veqDTdoC6M .nav-item:focus,
.cid-veqDTdoC6M .nav-link:focus {
  outline: none;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veqDTdoC6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veqDTdoC6M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.opened {
  transition: all 0.3s;
}
.cid-veqDTdoC6M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veqDTdoC6M .navbar .navbar-logo img {
  width: auto;
}
.cid-veqDTdoC6M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar.collapsed {
  justify-content: center;
}
.cid-veqDTdoC6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veqDTdoC6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veqDTdoC6M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veqDTdoC6M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veqDTdoC6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veqDTdoC6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veqDTdoC6M .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-veqDTdoC6M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veqDTdoC6M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veqDTdoC6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veqDTdoC6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veqDTdoC6M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veqDTdoC6M .navbar.navbar-short {
  min-height: 60px;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veqDTdoC6M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veqDTdoC6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veqDTdoC6M .dropdown-item.active,
.cid-veqDTdoC6M .dropdown-item:active {
  background-color: transparent;
}
.cid-veqDTdoC6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veqDTdoC6M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veqDTdoC6M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veqDTdoC6M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veqDTdoC6M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veqDTdoC6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar {
    height: 70px;
  }
  .cid-veqDTdoC6M .navbar.opened {
    height: auto;
  }
  .cid-veqDTdoC6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veqNGgNqD0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqNGgNqD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqNGgNqD0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqNGgNqD0 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veqNGgNqD0 .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqNGgNqD0 .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-veqNGgNqD0 .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-veqNGgNqD0 .wrap {
  background: url("../../../assets/images/coreworldbannerhs01-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veqNGgNqD0 .wrap .inner-wrap {
  padding: 40px;
}
.cid-veqNGgNqD0 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-veqNGgNqD0 .mbr-text {
  color: #000000;
}
.cid-veqNGgNqD0 .mbr-text,
.cid-veqNGgNqD0 .mbr-section-btn {
  color: #ffffff;
}
.cid-veqNwFoXKT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-veqNwFoXKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqNwFoXKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqNwFoXKT .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-veqNwFoXKT .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqNwFoXKT .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veqNwFoXKT .card-wrapper {
    padding: 2rem;
  }
}
.cid-veqNwFoXKT .mbr-text,
.cid-veqNwFoXKT .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-veqNwFoXKT .card-title,
.cid-veqNwFoXKT .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-veqNBzqVuq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqNBzqVuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqNBzqVuq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqNBzqVuq .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veqNBzqVuq .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqNBzqVuq .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-veqNBzqVuq .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-veqNBzqVuq .wrap {
  background: url("../../../assets/images/coreworldbannerhs01-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veqNBzqVuq .wrap .inner-wrap {
  padding: 40px;
}
.cid-veqNBzqVuq .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-veqNBzqVuq .mbr-text {
  color: #000000;
}
.cid-veqNBzqVuq .mbr-text,
.cid-veqNBzqVuq .mbr-section-btn {
  color: #ffffff;
}
.cid-vcko0whpCe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcko0whpCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcko0whpCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcko0whpCe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vcko0whpCe .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vcko0whpCe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcko0whpCe .copyright {
  color: #bbbbbb;
}
.cid-veqDTdoC6M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veqDTdoC6M nav.navbar {
  position: fixed;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veqDTdoC6M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veqDTdoC6M .dropdown-item:hover,
.cid-veqDTdoC6M .dropdown-item:focus {
  background: #f92c50 !important;
  color: white !important;
}
.cid-veqDTdoC6M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veqDTdoC6M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veqDTdoC6M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veqDTdoC6M .nav-link {
  position: relative;
}
.cid-veqDTdoC6M .container {
  display: flex;
  margin: auto;
}
.cid-veqDTdoC6M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown-menu,
.cid-veqDTdoC6M .navbar.opened {
  background: #1c1d1c !important;
}
.cid-veqDTdoC6M .nav-item:focus,
.cid-veqDTdoC6M .nav-link:focus {
  outline: none;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veqDTdoC6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veqDTdoC6M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.opened {
  transition: all 0.3s;
}
.cid-veqDTdoC6M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veqDTdoC6M .navbar .navbar-logo img {
  width: auto;
}
.cid-veqDTdoC6M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar.collapsed {
  justify-content: center;
}
.cid-veqDTdoC6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veqDTdoC6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veqDTdoC6M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veqDTdoC6M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veqDTdoC6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veqDTdoC6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veqDTdoC6M .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-veqDTdoC6M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veqDTdoC6M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veqDTdoC6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veqDTdoC6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veqDTdoC6M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veqDTdoC6M .navbar.navbar-short {
  min-height: 60px;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veqDTdoC6M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veqDTdoC6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veqDTdoC6M .dropdown-item.active,
.cid-veqDTdoC6M .dropdown-item:active {
  background-color: transparent;
}
.cid-veqDTdoC6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veqDTdoC6M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veqDTdoC6M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veqDTdoC6M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veqDTdoC6M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veqDTdoC6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar {
    height: 70px;
  }
  .cid-veqDTdoC6M .navbar.opened {
    height: auto;
  }
  .cid-veqDTdoC6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veqNi8Uuwz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqNi8Uuwz .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqNi8Uuwz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqNi8Uuwz .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veqNi8Uuwz .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqNi8Uuwz .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-veqNi8Uuwz .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-veqNi8Uuwz .wrap {
  background: url("../../../assets/images/coreworldbannerhs01-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veqNi8Uuwz .wrap .inner-wrap {
  padding: 40px;
}
.cid-veqNi8Uuwz .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-veqNi8Uuwz .mbr-text {
  color: #000000;
}
.cid-veqNi8Uuwz .mbr-text,
.cid-veqNi8Uuwz .mbr-section-btn {
  color: #ffffff;
}
.cid-veqNrHsHSc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-veqNrHsHSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqNrHsHSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqNrHsHSc .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-veqNrHsHSc .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqNrHsHSc .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veqNrHsHSc .card-wrapper {
    padding: 2rem;
  }
}
.cid-veqNrHsHSc .mbr-text,
.cid-veqNrHsHSc .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-veqNrHsHSc .card-title,
.cid-veqNrHsHSc .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-veqNlcBAVF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqNlcBAVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqNlcBAVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqNlcBAVF .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veqNlcBAVF .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqNlcBAVF .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-veqNlcBAVF .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-veqNlcBAVF .wrap {
  background: url("../../../assets/images/coreworldbannerhs01-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veqNlcBAVF .wrap .inner-wrap {
  padding: 40px;
}
.cid-veqNlcBAVF .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-veqNlcBAVF .mbr-text {
  color: #000000;
}
.cid-veqNlcBAVF .mbr-text,
.cid-veqNlcBAVF .mbr-section-btn {
  color: #ffffff;
}
.cid-vcko0whpCe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcko0whpCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcko0whpCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcko0whpCe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vcko0whpCe .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vcko0whpCe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcko0whpCe .copyright {
  color: #bbbbbb;
}
.cid-veqDTdoC6M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veqDTdoC6M nav.navbar {
  position: fixed;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veqDTdoC6M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veqDTdoC6M .dropdown-item:hover,
.cid-veqDTdoC6M .dropdown-item:focus {
  background: #f92c50 !important;
  color: white !important;
}
.cid-veqDTdoC6M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veqDTdoC6M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veqDTdoC6M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veqDTdoC6M .nav-link {
  position: relative;
}
.cid-veqDTdoC6M .container {
  display: flex;
  margin: auto;
}
.cid-veqDTdoC6M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown-menu,
.cid-veqDTdoC6M .navbar.opened {
  background: #1c1d1c !important;
}
.cid-veqDTdoC6M .nav-item:focus,
.cid-veqDTdoC6M .nav-link:focus {
  outline: none;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veqDTdoC6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veqDTdoC6M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.opened {
  transition: all 0.3s;
}
.cid-veqDTdoC6M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veqDTdoC6M .navbar .navbar-logo img {
  width: auto;
}
.cid-veqDTdoC6M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar.collapsed {
  justify-content: center;
}
.cid-veqDTdoC6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veqDTdoC6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veqDTdoC6M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veqDTdoC6M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veqDTdoC6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veqDTdoC6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veqDTdoC6M .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-veqDTdoC6M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veqDTdoC6M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veqDTdoC6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veqDTdoC6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veqDTdoC6M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veqDTdoC6M .navbar.navbar-short {
  min-height: 60px;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veqDTdoC6M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veqDTdoC6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veqDTdoC6M .dropdown-item.active,
.cid-veqDTdoC6M .dropdown-item:active {
  background-color: transparent;
}
.cid-veqDTdoC6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veqDTdoC6M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veqDTdoC6M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veqDTdoC6M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veqDTdoC6M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veqDTdoC6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar {
    height: 70px;
  }
  .cid-veqDTdoC6M .navbar.opened {
    height: auto;
  }
  .cid-veqDTdoC6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTJ23ZmJq {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/va1in-banner-spotify-neu-2000x857.jpg");
}
.cid-vcTJ23ZmJq .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-vcTJ23ZmJq .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vcTJ23ZmJq .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vcTJ23ZmJq {
    align-items: center;
  }
  .cid-vcTJ23ZmJq .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcTJ23ZmJq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcTJ23ZmJq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vcTJ23ZmJq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcTJ23ZmJq .content-wrap {
    width: 100%;
  }
}
.cid-vcTJ23ZmJq .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vcTJ23ZmJq .mbr-text,
.cid-vcTJ23ZmJq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vcTJ23ZmJq .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vcUz6Kqzyy {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #1c1d1c;
}
.cid-vcUz6Kqzyy img,
.cid-vcUz6Kqzyy .item-img {
  width: 100%;
}
.cid-vcUz6Kqzyy .item:focus,
.cid-vcUz6Kqzyy span:focus {
  outline: none;
}
.cid-vcUz6Kqzyy .item-wrapper {
  position: relative;
}
.cid-vcUz6Kqzyy .slide-content {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vcUz6Kqzyy .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 220px) and (max-width: 220px) {
  .cid-vcUz6Kqzyy .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 220px) {
  .cid-vcUz6Kqzyy .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-vcUz6Kqzyy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcUz6Kqzyy .mbr-section-title {
  color: #232323;
}
.cid-vcUz6Kqzyy .mbr-text,
.cid-vcUz6Kqzyy .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vcUz6Kqzyy .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vcUz6Kqzyy .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vcUz6Kqzyy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 220px) {
  .cid-vcUz6Kqzyy .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vcUz6Kqzyy .embla__button--next,
.cid-vcUz6Kqzyy .embla__button--prev {
  display: flex;
}
.cid-vcUz6Kqzyy .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcUz6Kqzyy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vcUz6Kqzyy .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vcUz6Kqzyy .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcUz6Kqzyy .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcUz6Kqzyy .embla__button {
    top: auto;
  }
}
.cid-vcUz6Kqzyy .embla {
  position: relative;
  width: 100%;
}
.cid-vcUz6Kqzyy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vcUz6Kqzyy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcUz6Kqzyy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcUz6Kqzyy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vcUz6Kqzyy .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vcUz6Kqzyy .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vcUz6Kqzyy .content-head {
  max-width: 800px;
}
.cid-vcjAp94J5j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/va1inbanner02-1920x200.jpg");
}
.cid-vcjAp94J5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjAp94J5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjAp94J5j .header6 .mbr-fallback-image,
.cid-vcjAp94J5j .header6 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-vcjAp94J5j .header6 {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vcjAp94J5j .header6 img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}
.cid-vckZmjezPW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vckZmjezPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckZmjezPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckZmjezPW .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vckZmjezPW .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vckZmjezPW .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vckZmjezPW .card-wrapper {
    padding: 4rem;
  }
}
.cid-vckZmjezPW .mbr-text,
.cid-vckZmjezPW .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vckZmjezPW .card-title,
.cid-vckZmjezPW .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vcjf9qOc9R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vcjf9qOc9R img,
.cid-vcjf9qOc9R .item-img {
  width: 100%;
}
.cid-vcjf9qOc9R .item:focus,
.cid-vcjf9qOc9R span:focus {
  outline: none;
}
.cid-vcjf9qOc9R .item-wrapper {
  position: relative;
}
.cid-vcjf9qOc9R .slide-content {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vcjf9qOc9R .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vcjf9qOc9R .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcjf9qOc9R .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-vcjf9qOc9R .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcjf9qOc9R .mbr-section-title {
  color: #232323;
}
.cid-vcjf9qOc9R .mbr-text,
.cid-vcjf9qOc9R .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vcjf9qOc9R .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vcjf9qOc9R .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vcjf9qOc9R .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vcjf9qOc9R .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vcjf9qOc9R .embla__button--next,
.cid-vcjf9qOc9R .embla__button--prev {
  display: flex;
}
.cid-vcjf9qOc9R .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcjf9qOc9R .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vcjf9qOc9R .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vcjf9qOc9R .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcjf9qOc9R .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcjf9qOc9R .embla__button {
    top: auto;
  }
}
.cid-vcjf9qOc9R .embla {
  position: relative;
  width: 100%;
}
.cid-vcjf9qOc9R .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vcjf9qOc9R .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcjf9qOc9R .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcjf9qOc9R .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vcjf9qOc9R .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vcjf9qOc9R .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vcjf9qOc9R .content-head {
  max-width: 800px;
}
.cid-vcUGwxt0v2 {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/va1in-banner-spotify-neu-2000x857.jpg");
}
.cid-vcUGwxt0v2 .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-vcUGwxt0v2 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vcUGwxt0v2 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vcUGwxt0v2 {
    align-items: center;
  }
  .cid-vcUGwxt0v2 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcUGwxt0v2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcUGwxt0v2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vcUGwxt0v2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcUGwxt0v2 .content-wrap {
    width: 100%;
  }
}
.cid-vcUGwxt0v2 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vcUGwxt0v2 .mbr-text,
.cid-vcUGwxt0v2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vcUGwxt0v2 .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vckHCxfX42 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vckHCxfX42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckHCxfX42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckHCxfX42 .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vckHCxfX42 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vckHCxfX42 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vckHCxfX42 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vckHCxfX42 .mbr-text,
.cid-vckHCxfX42 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vckHCxfX42 .card-title,
.cid-vckHCxfX42 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vckIopwW94 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/va1inbanner02-1920x200.jpg");
}
.cid-vckIopwW94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckIopwW94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckIopwW94 .header6 .mbr-fallback-image,
.cid-vckIopwW94 .header6 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-vckIopwW94 .header6 {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vckIopwW94 .header6 img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}
.cid-vcjDXKvAag {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcjDXKvAag .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjDXKvAag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjDXKvAag .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcjDXKvAag .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcjDXKvAag .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vcjDXKvAag .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vcjDXKvAag .wrap {
  background: url("../../../assets/images/ddddffgg-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vcjDXKvAag .wrap .inner-wrap {
  padding: 40px;
}
.cid-vcjDXKvAag .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcjDXKvAag .mbr-text {
  color: #000000;
}
.cid-vcjDXKvAag .mbr-text,
.cid-vcjDXKvAag .mbr-section-btn {
  color: #ffffff;
}
.cid-vdafpGuRnl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vdafpGuRnl .iconfont-wrapper {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ff4712;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
}
.cid-vdafpGuRnl .iconfont-wrapper span {
  font-size: 28px;
  color: #ffffff;
}
.cid-vdafpGuRnl .mbr-section-title {
  margin-bottom: 30px;
  color: #20232a;
}
.cid-vdafpGuRnl .btn {
  width: 100%;
  height: 55px;
  min-width: 170px;
  margin-top: 0;
  flex-direction: row-reverse;
  letter-spacing: 0.8px;
}
.cid-vdafpGuRnl .btn span {
  margin-right: 11px;
}
.cid-vdafpGuRnl .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-vdafpGuRnl H1 {
  text-align: center;
  color: #ffffff;
}
.cid-vdafpGuRnl .form-control {
  border-radius: 30px;
  border: none !important;
  height: 55px;
}
.cid-vdafpGuRnl .form-check {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.cid-vdafpGuRnl .form-check label {
  margin-left: 11px;
}
.cid-vdaflZhRX2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/c2c-universe-logo-unten-01-1920x200.jpg");
}
.cid-vdaflZhRX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdaflZhRX2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdaflZhRX2 .header6 .mbr-fallback-image,
.cid-vdaflZhRX2 .header6 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-vdaflZhRX2 .header6 {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vdaflZhRX2 .header6 img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}
.cid-vcko0whpCe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcko0whpCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcko0whpCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcko0whpCe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vcko0whpCe .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vcko0whpCe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcko0whpCe .copyright {
  color: #bbbbbb;
}
.cid-veqDTdoC6M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veqDTdoC6M nav.navbar {
  position: fixed;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veqDTdoC6M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veqDTdoC6M .dropdown-item:hover,
.cid-veqDTdoC6M .dropdown-item:focus {
  background: #f92c50 !important;
  color: white !important;
}
.cid-veqDTdoC6M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veqDTdoC6M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veqDTdoC6M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veqDTdoC6M .nav-link {
  position: relative;
}
.cid-veqDTdoC6M .container {
  display: flex;
  margin: auto;
}
.cid-veqDTdoC6M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown-menu,
.cid-veqDTdoC6M .navbar.opened {
  background: #1c1d1c !important;
}
.cid-veqDTdoC6M .nav-item:focus,
.cid-veqDTdoC6M .nav-link:focus {
  outline: none;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veqDTdoC6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veqDTdoC6M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.opened {
  transition: all 0.3s;
}
.cid-veqDTdoC6M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veqDTdoC6M .navbar .navbar-logo img {
  width: auto;
}
.cid-veqDTdoC6M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar.collapsed {
  justify-content: center;
}
.cid-veqDTdoC6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veqDTdoC6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veqDTdoC6M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veqDTdoC6M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veqDTdoC6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veqDTdoC6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veqDTdoC6M .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-veqDTdoC6M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veqDTdoC6M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veqDTdoC6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veqDTdoC6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veqDTdoC6M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veqDTdoC6M .navbar.navbar-short {
  min-height: 60px;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veqDTdoC6M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veqDTdoC6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veqDTdoC6M .dropdown-item.active,
.cid-veqDTdoC6M .dropdown-item:active {
  background-color: transparent;
}
.cid-veqDTdoC6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veqDTdoC6M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veqDTdoC6M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veqDTdoC6M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veqDTdoC6M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veqDTdoC6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar {
    height: 70px;
  }
  .cid-veqDTdoC6M .navbar.opened {
    height: auto;
  }
  .cid-veqDTdoC6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjypIh6vK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/c2chs-1920x500.jpg");
}
.cid-vcjypIh6vK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjypIh6vK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjypIh6vK .header6 .mbr-fallback-image,
.cid-vcjypIh6vK .header6 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-vcjypIh6vK .header6 {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vcjypIh6vK .header6 img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}
.cid-vcjh5HDIn8 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcjh5HDIn8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjh5HDIn8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjh5HDIn8 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcjh5HDIn8 .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcjh5HDIn8 .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .cid-vcjh5HDIn8 .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 15rem;
  }
}
.cid-vcjh5HDIn8 .wrap {
  background: url("../../../assets/images/va1in-banner-spotify-2000x857.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vcjh5HDIn8 .wrap .inner-wrap {
  padding: 40px;
}
.cid-vcjh5HDIn8 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcjh5HDIn8 .mbr-text {
  color: #000000;
}
.cid-vcjh5HDIn8 .mbr-text,
.cid-vcjh5HDIn8 .mbr-section-btn {
  color: #ffffff;
}
.cid-vcjh6gPrGM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vcjh6gPrGM img,
.cid-vcjh6gPrGM .item-img {
  width: 100%;
}
.cid-vcjh6gPrGM .item:focus,
.cid-vcjh6gPrGM span:focus {
  outline: none;
}
.cid-vcjh6gPrGM .item-wrapper {
  position: relative;
}
.cid-vcjh6gPrGM .slide-content {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vcjh6gPrGM .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vcjh6gPrGM .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcjh6gPrGM .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-vcjh6gPrGM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcjh6gPrGM .mbr-section-title {
  color: #232323;
}
.cid-vcjh6gPrGM .mbr-text,
.cid-vcjh6gPrGM .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vcjh6gPrGM .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vcjh6gPrGM .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vcjh6gPrGM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vcjh6gPrGM .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vcjh6gPrGM .embla__button--next,
.cid-vcjh6gPrGM .embla__button--prev {
  display: flex;
}
.cid-vcjh6gPrGM .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcjh6gPrGM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vcjh6gPrGM .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vcjh6gPrGM .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcjh6gPrGM .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcjh6gPrGM .embla__button {
    top: auto;
  }
}
.cid-vcjh6gPrGM .embla {
  position: relative;
  width: 100%;
}
.cid-vcjh6gPrGM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vcjh6gPrGM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcjh6gPrGM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcjh6gPrGM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vcjh6gPrGM .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vcjh6gPrGM .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vcjh6gPrGM .content-head {
  max-width: 800px;
}
.cid-vcjh57qcEX {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/systemcodeneu01-1920x500.jpg");
}
.cid-vcjh57qcEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjh57qcEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjh57qcEX .header6 .mbr-fallback-image,
.cid-vcjh57qcEX .header6 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-vcjh57qcEX .header6 {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vcjh57qcEX .header6 img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}
.cid-vcBu5RrS9U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/c2cbannerunten02-1920x200.jpg");
}
.cid-vcBu5RrS9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcBu5RrS9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcBu5RrS9U .header6 .mbr-fallback-image,
.cid-vcBu5RrS9U .header6 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-vcBu5RrS9U .header6 {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vcBu5RrS9U .header6 img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}
.cid-vcko0whpCe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcko0whpCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcko0whpCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcko0whpCe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vcko0whpCe .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vcko0whpCe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcko0whpCe .copyright {
  color: #bbbbbb;
}
.cid-veqDTdoC6M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veqDTdoC6M nav.navbar {
  position: fixed;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veqDTdoC6M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veqDTdoC6M .dropdown-item:hover,
.cid-veqDTdoC6M .dropdown-item:focus {
  background: #f92c50 !important;
  color: white !important;
}
.cid-veqDTdoC6M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veqDTdoC6M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veqDTdoC6M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veqDTdoC6M .nav-link {
  position: relative;
}
.cid-veqDTdoC6M .container {
  display: flex;
  margin: auto;
}
.cid-veqDTdoC6M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown-menu,
.cid-veqDTdoC6M .navbar.opened {
  background: #1c1d1c !important;
}
.cid-veqDTdoC6M .nav-item:focus,
.cid-veqDTdoC6M .nav-link:focus {
  outline: none;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veqDTdoC6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veqDTdoC6M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.opened {
  transition: all 0.3s;
}
.cid-veqDTdoC6M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veqDTdoC6M .navbar .navbar-logo img {
  width: auto;
}
.cid-veqDTdoC6M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar.collapsed {
  justify-content: center;
}
.cid-veqDTdoC6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veqDTdoC6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veqDTdoC6M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veqDTdoC6M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veqDTdoC6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veqDTdoC6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veqDTdoC6M .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-veqDTdoC6M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veqDTdoC6M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veqDTdoC6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veqDTdoC6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veqDTdoC6M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veqDTdoC6M .navbar.navbar-short {
  min-height: 60px;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veqDTdoC6M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veqDTdoC6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veqDTdoC6M .dropdown-item.active,
.cid-veqDTdoC6M .dropdown-item:active {
  background-color: transparent;
}
.cid-veqDTdoC6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veqDTdoC6M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veqDTdoC6M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veqDTdoC6M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veqDTdoC6M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veqDTdoC6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar {
    height: 70px;
  }
  .cid-veqDTdoC6M .navbar.opened {
    height: auto;
  }
  .cid-veqDTdoC6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcx1JzYTkW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcx1JzYTkW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcx1JzYTkW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcx1JzYTkW .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcx1JzYTkW .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcx1JzYTkW .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vcx1JzYTkW .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vcx1JzYTkW .wrap {
  background: url("../../../assets/images/code2coreent-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vcx1JzYTkW .wrap .inner-wrap {
  padding: 40px;
}
.cid-vcx1JzYTkW .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcx1JzYTkW .mbr-text {
  color: #000000;
}
.cid-vcx1JzYTkW .mbr-text,
.cid-vcx1JzYTkW .mbr-section-btn {
  color: #ffffff;
}
.cid-vckD6AvqiD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/wotnffgg-1920x200.jpg");
}
.cid-vckD6AvqiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckD6AvqiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckD6AvqiD .header6 .mbr-fallback-image,
.cid-vckD6AvqiD .header6 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-vckD6AvqiD .header6 {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vckD6AvqiD .header6 img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}
.cid-vcjjXrOYGc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vcjjXrOYGc img,
.cid-vcjjXrOYGc .item-img {
  width: 100%;
}
.cid-vcjjXrOYGc .item:focus,
.cid-vcjjXrOYGc span:focus {
  outline: none;
}
.cid-vcjjXrOYGc .item-wrapper {
  position: relative;
}
.cid-vcjjXrOYGc .slide-content {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vcjjXrOYGc .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vcjjXrOYGc .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcjjXrOYGc .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-vcjjXrOYGc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcjjXrOYGc .mbr-section-title {
  color: #232323;
}
.cid-vcjjXrOYGc .mbr-text,
.cid-vcjjXrOYGc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vcjjXrOYGc .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vcjjXrOYGc .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vcjjXrOYGc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vcjjXrOYGc .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vcjjXrOYGc .embla__button--next,
.cid-vcjjXrOYGc .embla__button--prev {
  display: flex;
}
.cid-vcjjXrOYGc .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcjjXrOYGc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vcjjXrOYGc .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vcjjXrOYGc .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcjjXrOYGc .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcjjXrOYGc .embla__button {
    top: auto;
  }
}
.cid-vcjjXrOYGc .embla {
  position: relative;
  width: 100%;
}
.cid-vcjjXrOYGc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vcjjXrOYGc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcjjXrOYGc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcjjXrOYGc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vcjjXrOYGc .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vcjjXrOYGc .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vcjjXrOYGc .content-head {
  max-width: 800px;
}
.cid-vckIRvPGtj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vckIRvPGtj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckIRvPGtj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckIRvPGtj .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vckIRvPGtj .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vckIRvPGtj .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vckIRvPGtj .card-wrapper {
    padding: 4rem;
  }
}
.cid-vckIRvPGtj .mbr-text,
.cid-vckIRvPGtj .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vckIRvPGtj .card-title,
.cid-vckIRvPGtj .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vcl0dfVRXv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vcl0dfVRXv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcl0dfVRXv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcl0dfVRXv .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vcl0dfVRXv .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcl0dfVRXv .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vcl0dfVRXv .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcl0dfVRXv .mbr-text,
.cid-vcl0dfVRXv .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vcl0dfVRXv .card-title,
.cid-vcl0dfVRXv .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vcjjWSdW6W {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcjjWSdW6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjjWSdW6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjjWSdW6W .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcjjWSdW6W .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcjjWSdW6W .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vcjjWSdW6W .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 12rem;
  }
}
.cid-vcjjWSdW6W .wrap {
  background: url("../../../assets/images/wolves-of-the-north-banner01-2000x857.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vcjjWSdW6W .wrap .inner-wrap {
  padding: 40px;
}
.cid-vcjjWSdW6W .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcjjWSdW6W .mbr-text {
  color: #000000;
}
.cid-vcjjWSdW6W .mbr-text,
.cid-vcjjWSdW6W .mbr-section-btn {
  color: #ffffff;
}
.cid-vckIQX5jav {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/wotnffgg-1920x200.jpg");
}
.cid-vckIQX5jav .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckIQX5jav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckIQX5jav .header6 .mbr-fallback-image,
.cid-vckIQX5jav .header6 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-vckIQX5jav .header6 {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vckIQX5jav .header6 img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}
.cid-vckClPa28h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vckClPa28h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckClPa28h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckClPa28h .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vckClPa28h .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vckClPa28h .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vckClPa28h .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vckClPa28h .wrap {
  background: url("../../../assets/images/ironbanner-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vckClPa28h .wrap .inner-wrap {
  padding: 40px;
}
.cid-vckClPa28h .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vckClPa28h .mbr-text {
  color: #000000;
}
.cid-vckClPa28h .mbr-text,
.cid-vckClPa28h .mbr-section-btn {
  color: #ffffff;
}
.cid-vckDxQjVqD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/c2cddee-1920x200.jpg");
}
.cid-vckDxQjVqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckDxQjVqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckDxQjVqD .header6 .mbr-fallback-image,
.cid-vckDxQjVqD .header6 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-vckDxQjVqD .header6 {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vckDxQjVqD .header6 img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}
.cid-vcko0whpCe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcko0whpCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcko0whpCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcko0whpCe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vcko0whpCe .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vcko0whpCe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcko0whpCe .copyright {
  color: #bbbbbb;
}
.cid-veqDTdoC6M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veqDTdoC6M nav.navbar {
  position: fixed;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veqDTdoC6M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veqDTdoC6M .dropdown-item:hover,
.cid-veqDTdoC6M .dropdown-item:focus {
  background: #f92c50 !important;
  color: white !important;
}
.cid-veqDTdoC6M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veqDTdoC6M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veqDTdoC6M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veqDTdoC6M .nav-link {
  position: relative;
}
.cid-veqDTdoC6M .container {
  display: flex;
  margin: auto;
}
.cid-veqDTdoC6M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown-menu,
.cid-veqDTdoC6M .navbar.opened {
  background: #1c1d1c !important;
}
.cid-veqDTdoC6M .nav-item:focus,
.cid-veqDTdoC6M .nav-link:focus {
  outline: none;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veqDTdoC6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veqDTdoC6M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.opened {
  transition: all 0.3s;
}
.cid-veqDTdoC6M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veqDTdoC6M .navbar .navbar-logo img {
  width: auto;
}
.cid-veqDTdoC6M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar.collapsed {
  justify-content: center;
}
.cid-veqDTdoC6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veqDTdoC6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veqDTdoC6M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veqDTdoC6M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veqDTdoC6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veqDTdoC6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veqDTdoC6M .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-veqDTdoC6M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veqDTdoC6M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veqDTdoC6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veqDTdoC6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veqDTdoC6M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veqDTdoC6M .navbar.navbar-short {
  min-height: 60px;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veqDTdoC6M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veqDTdoC6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veqDTdoC6M .dropdown-item.active,
.cid-veqDTdoC6M .dropdown-item:active {
  background-color: transparent;
}
.cid-veqDTdoC6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veqDTdoC6M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veqDTdoC6M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veqDTdoC6M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veqDTdoC6M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veqDTdoC6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar {
    height: 70px;
  }
  .cid-veqDTdoC6M .navbar.opened {
    height: auto;
  }
  .cid-veqDTdoC6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjmPRrzi4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/systemcodeneu01-1920x500.jpg");
}
.cid-vcjmPRrzi4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjmPRrzi4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjmPRrzi4 .header6 .mbr-fallback-image,
.cid-vcjmPRrzi4 .header6 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-vcjmPRrzi4 .header6 {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vcjmPRrzi4 .header6 img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}
.cid-vcjmQhyxX8 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcjmQhyxX8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjmQhyxX8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjmQhyxX8 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcjmQhyxX8 .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcjmQhyxX8 .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .cid-vcjmQhyxX8 .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 15rem;
  }
}
.cid-vcjmQhyxX8 .wrap {
  background: url("../../../assets/images/va1in-banner-spotify-2000x857.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vcjmQhyxX8 .wrap .inner-wrap {
  padding: 40px;
}
.cid-vcjmQhyxX8 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcjmQhyxX8 .mbr-text {
  color: #000000;
}
.cid-vcjmQhyxX8 .mbr-text,
.cid-vcjmQhyxX8 .mbr-section-btn {
  color: #ffffff;
}
.cid-vcjmQJdxvP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vcjmQJdxvP img,
.cid-vcjmQJdxvP .item-img {
  width: 100%;
}
.cid-vcjmQJdxvP .item:focus,
.cid-vcjmQJdxvP span:focus {
  outline: none;
}
.cid-vcjmQJdxvP .item-wrapper {
  position: relative;
}
.cid-vcjmQJdxvP .slide-content {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vcjmQJdxvP .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vcjmQJdxvP .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcjmQJdxvP .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-vcjmQJdxvP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcjmQJdxvP .mbr-section-title {
  color: #232323;
}
.cid-vcjmQJdxvP .mbr-text,
.cid-vcjmQJdxvP .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vcjmQJdxvP .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vcjmQJdxvP .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vcjmQJdxvP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vcjmQJdxvP .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vcjmQJdxvP .embla__button--next,
.cid-vcjmQJdxvP .embla__button--prev {
  display: flex;
}
.cid-vcjmQJdxvP .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcjmQJdxvP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vcjmQJdxvP .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vcjmQJdxvP .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcjmQJdxvP .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcjmQJdxvP .embla__button {
    top: auto;
  }
}
.cid-vcjmQJdxvP .embla {
  position: relative;
  width: 100%;
}
.cid-vcjmQJdxvP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vcjmQJdxvP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcjmQJdxvP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcjmQJdxvP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vcjmQJdxvP .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vcjmQJdxvP .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vcjmQJdxvP .content-head {
  max-width: 800px;
}
.cid-vcko0whpCe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcko0whpCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcko0whpCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcko0whpCe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vcko0whpCe .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vcko0whpCe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcko0whpCe .copyright {
  color: #bbbbbb;
}
.cid-veqDTdoC6M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veqDTdoC6M nav.navbar {
  position: fixed;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veqDTdoC6M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veqDTdoC6M .dropdown-item:hover,
.cid-veqDTdoC6M .dropdown-item:focus {
  background: #f92c50 !important;
  color: white !important;
}
.cid-veqDTdoC6M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veqDTdoC6M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veqDTdoC6M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veqDTdoC6M .nav-link {
  position: relative;
}
.cid-veqDTdoC6M .container {
  display: flex;
  margin: auto;
}
.cid-veqDTdoC6M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown-menu,
.cid-veqDTdoC6M .navbar.opened {
  background: #1c1d1c !important;
}
.cid-veqDTdoC6M .nav-item:focus,
.cid-veqDTdoC6M .nav-link:focus {
  outline: none;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veqDTdoC6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veqDTdoC6M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.opened {
  transition: all 0.3s;
}
.cid-veqDTdoC6M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veqDTdoC6M .navbar .navbar-logo img {
  width: auto;
}
.cid-veqDTdoC6M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar.collapsed {
  justify-content: center;
}
.cid-veqDTdoC6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veqDTdoC6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veqDTdoC6M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veqDTdoC6M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veqDTdoC6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veqDTdoC6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veqDTdoC6M .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-veqDTdoC6M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veqDTdoC6M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veqDTdoC6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veqDTdoC6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veqDTdoC6M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veqDTdoC6M .navbar.navbar-short {
  min-height: 60px;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veqDTdoC6M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veqDTdoC6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veqDTdoC6M .dropdown-item.active,
.cid-veqDTdoC6M .dropdown-item:active {
  background-color: transparent;
}
.cid-veqDTdoC6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veqDTdoC6M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veqDTdoC6M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veqDTdoC6M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veqDTdoC6M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veqDTdoC6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar {
    height: 70px;
  }
  .cid-veqDTdoC6M .navbar.opened {
    height: auto;
  }
  .cid-veqDTdoC6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjmLYkfbJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/systemcodeneu01-1920x500.jpg");
}
.cid-vcjmLYkfbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjmLYkfbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjmLYkfbJ .header6 .mbr-fallback-image,
.cid-vcjmLYkfbJ .header6 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-vcjmLYkfbJ .header6 {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vcjmLYkfbJ .header6 img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}
.cid-vcjmMmgTz1 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcjmMmgTz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjmMmgTz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjmMmgTz1 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcjmMmgTz1 .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcjmMmgTz1 .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .cid-vcjmMmgTz1 .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 15rem;
  }
}
.cid-vcjmMmgTz1 .wrap {
  background: url("../../../assets/images/va1in-banner-spotify-2000x857.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vcjmMmgTz1 .wrap .inner-wrap {
  padding: 40px;
}
.cid-vcjmMmgTz1 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcjmMmgTz1 .mbr-text {
  color: #000000;
}
.cid-vcjmMmgTz1 .mbr-text,
.cid-vcjmMmgTz1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vcjmMU0vl9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vcjmMU0vl9 img,
.cid-vcjmMU0vl9 .item-img {
  width: 100%;
}
.cid-vcjmMU0vl9 .item:focus,
.cid-vcjmMU0vl9 span:focus {
  outline: none;
}
.cid-vcjmMU0vl9 .item-wrapper {
  position: relative;
}
.cid-vcjmMU0vl9 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vcjmMU0vl9 .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vcjmMU0vl9 .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcjmMU0vl9 .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-vcjmMU0vl9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcjmMU0vl9 .mbr-section-title {
  color: #232323;
}
.cid-vcjmMU0vl9 .mbr-text,
.cid-vcjmMU0vl9 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vcjmMU0vl9 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vcjmMU0vl9 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vcjmMU0vl9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vcjmMU0vl9 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vcjmMU0vl9 .embla__button--next,
.cid-vcjmMU0vl9 .embla__button--prev {
  display: flex;
}
.cid-vcjmMU0vl9 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcjmMU0vl9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vcjmMU0vl9 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vcjmMU0vl9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcjmMU0vl9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcjmMU0vl9 .embla__button {
    top: auto;
  }
}
.cid-vcjmMU0vl9 .embla {
  position: relative;
  width: 100%;
}
.cid-vcjmMU0vl9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vcjmMU0vl9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcjmMU0vl9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcjmMU0vl9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vcjmMU0vl9 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vcjmMU0vl9 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vcjmMU0vl9 .content-head {
  max-width: 800px;
}
.cid-vcBtStNeoH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/c2cbannerunten02-1920x200.jpg");
}
.cid-vcBtStNeoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcBtStNeoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcBtStNeoH .header6 .mbr-fallback-image,
.cid-vcBtStNeoH .header6 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-vcBtStNeoH .header6 {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vcBtStNeoH .header6 img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}
.cid-vcko0whpCe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcko0whpCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcko0whpCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcko0whpCe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vcko0whpCe .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vcko0whpCe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcko0whpCe .copyright {
  color: #bbbbbb;
}
.cid-veqDTdoC6M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veqDTdoC6M nav.navbar {
  position: fixed;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veqDTdoC6M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veqDTdoC6M .dropdown-item:hover,
.cid-veqDTdoC6M .dropdown-item:focus {
  background: #f92c50 !important;
  color: white !important;
}
.cid-veqDTdoC6M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veqDTdoC6M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veqDTdoC6M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veqDTdoC6M .nav-link {
  position: relative;
}
.cid-veqDTdoC6M .container {
  display: flex;
  margin: auto;
}
.cid-veqDTdoC6M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown-menu,
.cid-veqDTdoC6M .navbar.opened {
  background: #1c1d1c !important;
}
.cid-veqDTdoC6M .nav-item:focus,
.cid-veqDTdoC6M .nav-link:focus {
  outline: none;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veqDTdoC6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veqDTdoC6M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.opened {
  transition: all 0.3s;
}
.cid-veqDTdoC6M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veqDTdoC6M .navbar .navbar-logo img {
  width: auto;
}
.cid-veqDTdoC6M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar.collapsed {
  justify-content: center;
}
.cid-veqDTdoC6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veqDTdoC6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veqDTdoC6M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veqDTdoC6M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veqDTdoC6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veqDTdoC6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veqDTdoC6M .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-veqDTdoC6M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veqDTdoC6M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veqDTdoC6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veqDTdoC6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veqDTdoC6M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veqDTdoC6M .navbar.navbar-short {
  min-height: 60px;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veqDTdoC6M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veqDTdoC6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veqDTdoC6M .dropdown-item.active,
.cid-veqDTdoC6M .dropdown-item:active {
  background-color: transparent;
}
.cid-veqDTdoC6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veqDTdoC6M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veqDTdoC6M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veqDTdoC6M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veqDTdoC6M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veqDTdoC6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar {
    height: 70px;
  }
  .cid-veqDTdoC6M .navbar.opened {
    height: auto;
  }
  .cid-veqDTdoC6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcjmIJC3z4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/systemcodeneu01-1920x500.jpg");
}
.cid-vcjmIJC3z4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjmIJC3z4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjmIJC3z4 .header6 .mbr-fallback-image,
.cid-vcjmIJC3z4 .header6 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-vcjmIJC3z4 .header6 {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vcjmIJC3z4 .header6 img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}
.cid-vcjmJbcjPj {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcjmJbcjPj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjmJbcjPj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjmJbcjPj .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcjmJbcjPj .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcjmJbcjPj .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .cid-vcjmJbcjPj .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 15rem;
  }
}
.cid-vcjmJbcjPj .wrap {
  background: url("../../../assets/images/va1in-banner-spotify-2000x857.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vcjmJbcjPj .wrap .inner-wrap {
  padding: 40px;
}
.cid-vcjmJbcjPj .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcjmJbcjPj .mbr-text {
  color: #000000;
}
.cid-vcjmJbcjPj .mbr-text,
.cid-vcjmJbcjPj .mbr-section-btn {
  color: #ffffff;
}
.cid-vcjmJI4PJj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vcjmJI4PJj img,
.cid-vcjmJI4PJj .item-img {
  width: 100%;
}
.cid-vcjmJI4PJj .item:focus,
.cid-vcjmJI4PJj span:focus {
  outline: none;
}
.cid-vcjmJI4PJj .item-wrapper {
  position: relative;
}
.cid-vcjmJI4PJj .slide-content {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vcjmJI4PJj .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vcjmJI4PJj .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcjmJI4PJj .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-vcjmJI4PJj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcjmJI4PJj .mbr-section-title {
  color: #232323;
}
.cid-vcjmJI4PJj .mbr-text,
.cid-vcjmJI4PJj .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vcjmJI4PJj .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vcjmJI4PJj .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vcjmJI4PJj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vcjmJI4PJj .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vcjmJI4PJj .embla__button--next,
.cid-vcjmJI4PJj .embla__button--prev {
  display: flex;
}
.cid-vcjmJI4PJj .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcjmJI4PJj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vcjmJI4PJj .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vcjmJI4PJj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcjmJI4PJj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcjmJI4PJj .embla__button {
    top: auto;
  }
}
.cid-vcjmJI4PJj .embla {
  position: relative;
  width: 100%;
}
.cid-vcjmJI4PJj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vcjmJI4PJj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcjmJI4PJj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcjmJI4PJj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vcjmJI4PJj .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vcjmJI4PJj .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vcjmJI4PJj .content-head {
  max-width: 800px;
}
.cid-vcBtPeVfwB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/c2cbannerunten02-1920x200.jpg");
}
.cid-vcBtPeVfwB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcBtPeVfwB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcBtPeVfwB .header6 .mbr-fallback-image,
.cid-vcBtPeVfwB .header6 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-vcBtPeVfwB .header6 {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vcBtPeVfwB .header6 img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}
.cid-vcko0whpCe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcko0whpCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcko0whpCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcko0whpCe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vcko0whpCe .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vcko0whpCe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcko0whpCe .copyright {
  color: #bbbbbb;
}
.cid-veqDTdoC6M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veqDTdoC6M nav.navbar {
  position: fixed;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veqDTdoC6M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veqDTdoC6M .dropdown-item:hover,
.cid-veqDTdoC6M .dropdown-item:focus {
  background: #f92c50 !important;
  color: white !important;
}
.cid-veqDTdoC6M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veqDTdoC6M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veqDTdoC6M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veqDTdoC6M .nav-link {
  position: relative;
}
.cid-veqDTdoC6M .container {
  display: flex;
  margin: auto;
}
.cid-veqDTdoC6M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown-menu,
.cid-veqDTdoC6M .navbar.opened {
  background: #1c1d1c !important;
}
.cid-veqDTdoC6M .nav-item:focus,
.cid-veqDTdoC6M .nav-link:focus {
  outline: none;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veqDTdoC6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veqDTdoC6M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.opened {
  transition: all 0.3s;
}
.cid-veqDTdoC6M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veqDTdoC6M .navbar .navbar-logo img {
  width: auto;
}
.cid-veqDTdoC6M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar.collapsed {
  justify-content: center;
}
.cid-veqDTdoC6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veqDTdoC6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veqDTdoC6M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veqDTdoC6M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veqDTdoC6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veqDTdoC6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veqDTdoC6M .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-veqDTdoC6M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veqDTdoC6M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veqDTdoC6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veqDTdoC6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veqDTdoC6M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veqDTdoC6M .navbar.navbar-short {
  min-height: 60px;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veqDTdoC6M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veqDTdoC6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veqDTdoC6M .dropdown-item.active,
.cid-veqDTdoC6M .dropdown-item:active {
  background-color: transparent;
}
.cid-veqDTdoC6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veqDTdoC6M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veqDTdoC6M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veqDTdoC6M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veqDTdoC6M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veqDTdoC6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar {
    height: 70px;
  }
  .cid-veqDTdoC6M .navbar.opened {
    height: auto;
  }
  .cid-veqDTdoC6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcx1Q9gSRZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcx1Q9gSRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcx1Q9gSRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcx1Q9gSRZ .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcx1Q9gSRZ .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcx1Q9gSRZ .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vcx1Q9gSRZ .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vcx1Q9gSRZ .wrap {
  background: url("../../../assets/images/code2coreent-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vcx1Q9gSRZ .wrap .inner-wrap {
  padding: 40px;
}
.cid-vcx1Q9gSRZ .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcx1Q9gSRZ .mbr-text {
  color: #000000;
}
.cid-vcx1Q9gSRZ .mbr-text,
.cid-vcx1Q9gSRZ .mbr-section-btn {
  color: #ffffff;
}
.cid-vckEpxHHSC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bluegegeg-1920x200.jpg");
}
.cid-vckEpxHHSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckEpxHHSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckEpxHHSC .header6 .mbr-fallback-image,
.cid-vckEpxHHSC .header6 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-vckEpxHHSC .header6 {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vckEpxHHSC .header6 img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}
.cid-vckEFCxGHl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vckEFCxGHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckEFCxGHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckEFCxGHl .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vckEFCxGHl .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vckEFCxGHl .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .cid-vckEFCxGHl .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 15rem;
  }
}
.cid-vckEFCxGHl .wrap {
  background: url("../../../assets/images/bluebanner002-2000x857.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vckEFCxGHl .wrap .inner-wrap {
  padding: 40px;
}
.cid-vckEFCxGHl .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vckEFCxGHl .mbr-text {
  color: #000000;
}
.cid-vckEFCxGHl .mbr-text,
.cid-vckEFCxGHl .mbr-section-btn {
  color: #ffffff;
}
.cid-vcjmGdVZp9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vcjmGdVZp9 img,
.cid-vcjmGdVZp9 .item-img {
  width: 100%;
}
.cid-vcjmGdVZp9 .item:focus,
.cid-vcjmGdVZp9 span:focus {
  outline: none;
}
.cid-vcjmGdVZp9 .item-wrapper {
  position: relative;
}
.cid-vcjmGdVZp9 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vcjmGdVZp9 .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vcjmGdVZp9 .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcjmGdVZp9 .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-vcjmGdVZp9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcjmGdVZp9 .mbr-section-title {
  color: #232323;
}
.cid-vcjmGdVZp9 .mbr-text,
.cid-vcjmGdVZp9 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vcjmGdVZp9 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vcjmGdVZp9 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vcjmGdVZp9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vcjmGdVZp9 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vcjmGdVZp9 .embla__button--next,
.cid-vcjmGdVZp9 .embla__button--prev {
  display: flex;
}
.cid-vcjmGdVZp9 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcjmGdVZp9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vcjmGdVZp9 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vcjmGdVZp9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcjmGdVZp9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcjmGdVZp9 .embla__button {
    top: auto;
  }
}
.cid-vcjmGdVZp9 .embla {
  position: relative;
  width: 100%;
}
.cid-vcjmGdVZp9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vcjmGdVZp9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcjmGdVZp9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcjmGdVZp9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vcjmGdVZp9 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vcjmGdVZp9 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vcjmGdVZp9 .content-head {
  max-width: 800px;
}
.cid-vckJ2YyOuo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vckJ2YyOuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckJ2YyOuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckJ2YyOuo .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vckJ2YyOuo .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vckJ2YyOuo .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vckJ2YyOuo .card-wrapper {
    padding: 4rem;
  }
}
.cid-vckJ2YyOuo .mbr-text,
.cid-vckJ2YyOuo .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vckJ2YyOuo .card-title,
.cid-vckJ2YyOuo .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vcl2pEM8KL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vcl2pEM8KL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcl2pEM8KL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcl2pEM8KL .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vcl2pEM8KL .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcl2pEM8KL .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vcl2pEM8KL .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcl2pEM8KL .mbr-text,
.cid-vcl2pEM8KL .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vcl2pEM8KL .card-title,
.cid-vcl2pEM8KL .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vckJ2fkgoy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bluegegeg-1920x200.jpg");
}
.cid-vckJ2fkgoy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckJ2fkgoy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckJ2fkgoy .header6 .mbr-fallback-image,
.cid-vckJ2fkgoy .header6 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-vckJ2fkgoy .header6 {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vckJ2fkgoy .header6 img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}
.cid-vckElLBhqP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vckElLBhqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckElLBhqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckElLBhqP .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vckElLBhqP .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vckElLBhqP .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vckElLBhqP .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vckElLBhqP .wrap {
  background: url("../../../assets/images/ddddffgg-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vckElLBhqP .wrap .inner-wrap {
  padding: 40px;
}
.cid-vckElLBhqP .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vckElLBhqP .mbr-text {
  color: #000000;
}
.cid-vckElLBhqP .mbr-text,
.cid-vckElLBhqP .mbr-section-btn {
  color: #ffffff;
}
.cid-vcBtLhwuP1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/c2cbannerunten02-1920x200.jpg");
}
.cid-vcBtLhwuP1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcBtLhwuP1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcBtLhwuP1 .header6 .mbr-fallback-image,
.cid-vcBtLhwuP1 .header6 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-vcBtLhwuP1 .header6 {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vcBtLhwuP1 .header6 img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}
.cid-vcko0whpCe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcko0whpCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcko0whpCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcko0whpCe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vcko0whpCe .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vcko0whpCe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcko0whpCe .copyright {
  color: #bbbbbb;
}
.cid-veqDTdoC6M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veqDTdoC6M nav.navbar {
  position: fixed;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veqDTdoC6M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veqDTdoC6M .dropdown-item:hover,
.cid-veqDTdoC6M .dropdown-item:focus {
  background: #f92c50 !important;
  color: white !important;
}
.cid-veqDTdoC6M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veqDTdoC6M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veqDTdoC6M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veqDTdoC6M .nav-link {
  position: relative;
}
.cid-veqDTdoC6M .container {
  display: flex;
  margin: auto;
}
.cid-veqDTdoC6M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown-menu,
.cid-veqDTdoC6M .navbar.opened {
  background: #1c1d1c !important;
}
.cid-veqDTdoC6M .nav-item:focus,
.cid-veqDTdoC6M .nav-link:focus {
  outline: none;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veqDTdoC6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veqDTdoC6M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.opened {
  transition: all 0.3s;
}
.cid-veqDTdoC6M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veqDTdoC6M .navbar .navbar-logo img {
  width: auto;
}
.cid-veqDTdoC6M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar.collapsed {
  justify-content: center;
}
.cid-veqDTdoC6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veqDTdoC6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veqDTdoC6M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veqDTdoC6M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veqDTdoC6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veqDTdoC6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veqDTdoC6M .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-veqDTdoC6M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veqDTdoC6M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veqDTdoC6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veqDTdoC6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veqDTdoC6M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veqDTdoC6M .navbar.navbar-short {
  min-height: 60px;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veqDTdoC6M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veqDTdoC6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veqDTdoC6M .dropdown-item.active,
.cid-veqDTdoC6M .dropdown-item:active {
  background-color: transparent;
}
.cid-veqDTdoC6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veqDTdoC6M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veqDTdoC6M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veqDTdoC6M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veqDTdoC6M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veqDTdoC6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar {
    height: 70px;
  }
  .cid-veqDTdoC6M .navbar.opened {
    height: auto;
  }
  .cid-veqDTdoC6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTAhnBM3J {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/bullseybanner01-2000x857.jpg");
}
.cid-vcTAhnBM3J .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-vcTAhnBM3J .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vcTAhnBM3J .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vcTAhnBM3J {
    align-items: center;
  }
  .cid-vcTAhnBM3J .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcTAhnBM3J .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcTAhnBM3J {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vcTAhnBM3J .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcTAhnBM3J .content-wrap {
    width: 100%;
  }
}
.cid-vcTAhnBM3J .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vcTAhnBM3J .mbr-text,
.cid-vcTAhnBM3J .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vcTAhnBM3J .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vdagnsD80m {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #1c1d1c;
}
.cid-vdagnsD80m img,
.cid-vdagnsD80m .item-img {
  width: 100%;
}
.cid-vdagnsD80m .item:focus,
.cid-vdagnsD80m span:focus {
  outline: none;
}
.cid-vdagnsD80m .item-wrapper {
  position: relative;
}
.cid-vdagnsD80m .slide-content {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdagnsD80m .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 220px) and (max-width: 220px) {
  .cid-vdagnsD80m .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 220px) {
  .cid-vdagnsD80m .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-vdagnsD80m .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vdagnsD80m .mbr-section-title {
  color: #232323;
}
.cid-vdagnsD80m .mbr-text,
.cid-vdagnsD80m .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vdagnsD80m .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vdagnsD80m .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vdagnsD80m .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 220px) {
  .cid-vdagnsD80m .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vdagnsD80m .embla__button--next,
.cid-vdagnsD80m .embla__button--prev {
  display: flex;
}
.cid-vdagnsD80m .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdagnsD80m .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdagnsD80m .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vdagnsD80m .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdagnsD80m .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdagnsD80m .embla__button {
    top: auto;
  }
}
.cid-vdagnsD80m .embla {
  position: relative;
  width: 100%;
}
.cid-vdagnsD80m .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdagnsD80m .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdagnsD80m .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdagnsD80m .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vdagnsD80m .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vdagnsD80m .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vdagnsD80m .content-head {
  max-width: 800px;
}
.cid-vcjzWAX4v0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bullseybannerhp01-1920x200.jpg");
}
.cid-vcjzWAX4v0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjzWAX4v0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjzWAX4v0 .header6 .mbr-fallback-image,
.cid-vcjzWAX4v0 .header6 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-vcjzWAX4v0 .header6 {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vcjzWAX4v0 .header6 img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}
.cid-vcjmxSD0Up {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcjmxSD0Up .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjmxSD0Up .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjmxSD0Up .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcjmxSD0Up .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcjmxSD0Up .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .cid-vcjmxSD0Up .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 15rem;
  }
}
.cid-vcjmxSD0Up .wrap {
  background: url("../../../assets/images/bullseybanner01-2000x857.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vcjmxSD0Up .wrap .inner-wrap {
  padding: 40px;
}
.cid-vcjmxSD0Up .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcjmxSD0Up .mbr-text {
  color: #000000;
}
.cid-vcjmxSD0Up .mbr-text,
.cid-vcjmxSD0Up .mbr-section-btn {
  color: #ffffff;
}
.cid-vdagoT6nGb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vdagoT6nGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdagoT6nGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdagoT6nGb .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vdagoT6nGb .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdagoT6nGb .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdagoT6nGb .card-wrapper {
    padding: 4rem;
  }
}
.cid-vdagoT6nGb .mbr-text,
.cid-vdagoT6nGb .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vdagoT6nGb .card-title,
.cid-vdagoT6nGb .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vcjmyo3Gdh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vcjmyo3Gdh img,
.cid-vcjmyo3Gdh .item-img {
  width: 100%;
}
.cid-vcjmyo3Gdh .item:focus,
.cid-vcjmyo3Gdh span:focus {
  outline: none;
}
.cid-vcjmyo3Gdh .item-wrapper {
  position: relative;
}
.cid-vcjmyo3Gdh .slide-content {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vcjmyo3Gdh .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vcjmyo3Gdh .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcjmyo3Gdh .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-vcjmyo3Gdh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcjmyo3Gdh .mbr-section-title {
  color: #232323;
}
.cid-vcjmyo3Gdh .mbr-text,
.cid-vcjmyo3Gdh .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vcjmyo3Gdh .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vcjmyo3Gdh .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vcjmyo3Gdh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vcjmyo3Gdh .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vcjmyo3Gdh .embla__button--next,
.cid-vcjmyo3Gdh .embla__button--prev {
  display: flex;
}
.cid-vcjmyo3Gdh .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcjmyo3Gdh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vcjmyo3Gdh .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vcjmyo3Gdh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcjmyo3Gdh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcjmyo3Gdh .embla__button {
    top: auto;
  }
}
.cid-vcjmyo3Gdh .embla {
  position: relative;
  width: 100%;
}
.cid-vcjmyo3Gdh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vcjmyo3Gdh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcjmyo3Gdh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcjmyo3Gdh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vcjmyo3Gdh .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vcjmyo3Gdh .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vcjmyo3Gdh .content-head {
  max-width: 800px;
}
.cid-vckIFRhL6p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vckIFRhL6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckIFRhL6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckIFRhL6p .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vckIFRhL6p .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vckIFRhL6p .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vckIFRhL6p .card-wrapper {
    padding: 4rem;
  }
}
.cid-vckIFRhL6p .mbr-text,
.cid-vckIFRhL6p .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vckIFRhL6p .card-title,
.cid-vckIFRhL6p .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vckIHMZ89G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bullseybannerhp01-1920x200.jpg");
}
.cid-vckIHMZ89G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckIHMZ89G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckIHMZ89G .header6 .mbr-fallback-image,
.cid-vckIHMZ89G .header6 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-vckIHMZ89G .header6 {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vckIHMZ89G .header6 img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}
.cid-vckC7tvTPV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vckC7tvTPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckC7tvTPV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckC7tvTPV .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vckC7tvTPV .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vckC7tvTPV .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vckC7tvTPV .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vckC7tvTPV .wrap {
  background: url("../../../assets/images/babycoq1-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vckC7tvTPV .wrap .inner-wrap {
  padding: 40px;
}
.cid-vckC7tvTPV .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vckC7tvTPV .mbr-text {
  color: #000000;
}
.cid-vckC7tvTPV .mbr-text,
.cid-vckC7tvTPV .mbr-section-btn {
  color: #ffffff;
}
.cid-vdagXqseyR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vdagXqseyR .iconfont-wrapper {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ff4712;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
}
.cid-vdagXqseyR .iconfont-wrapper span {
  font-size: 28px;
  color: #ffffff;
}
.cid-vdagXqseyR .mbr-section-title {
  margin-bottom: 30px;
  color: #20232a;
}
.cid-vdagXqseyR .btn {
  width: 100%;
  height: 55px;
  min-width: 170px;
  margin-top: 0;
  flex-direction: row-reverse;
  letter-spacing: 0.8px;
}
.cid-vdagXqseyR .btn span {
  margin-right: 11px;
}
.cid-vdagXqseyR .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-vdagXqseyR H1 {
  text-align: center;
  color: #ffffff;
}
.cid-vdagXqseyR .form-control {
  border-radius: 30px;
  border: none !important;
  height: 55px;
}
.cid-vdagXqseyR .form-check {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.cid-vdagXqseyR .form-check label {
  margin-left: 11px;
}
.cid-vdagY9SoLe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/c2c-universe-logo-unten-01-1920x200.jpg");
}
.cid-vdagY9SoLe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdagY9SoLe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdagY9SoLe .header6 .mbr-fallback-image,
.cid-vdagY9SoLe .header6 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-vdagY9SoLe .header6 {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vdagY9SoLe .header6 img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}
.cid-vcko0whpCe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcko0whpCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcko0whpCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcko0whpCe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vcko0whpCe .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vcko0whpCe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcko0whpCe .copyright {
  color: #bbbbbb;
}
.cid-veqDTdoC6M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veqDTdoC6M nav.navbar {
  position: fixed;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veqDTdoC6M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veqDTdoC6M .dropdown-item:hover,
.cid-veqDTdoC6M .dropdown-item:focus {
  background: #f92c50 !important;
  color: white !important;
}
.cid-veqDTdoC6M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veqDTdoC6M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veqDTdoC6M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veqDTdoC6M .nav-link {
  position: relative;
}
.cid-veqDTdoC6M .container {
  display: flex;
  margin: auto;
}
.cid-veqDTdoC6M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown-menu,
.cid-veqDTdoC6M .navbar.opened {
  background: #1c1d1c !important;
}
.cid-veqDTdoC6M .nav-item:focus,
.cid-veqDTdoC6M .nav-link:focus {
  outline: none;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veqDTdoC6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veqDTdoC6M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.opened {
  transition: all 0.3s;
}
.cid-veqDTdoC6M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veqDTdoC6M .navbar .navbar-logo img {
  width: auto;
}
.cid-veqDTdoC6M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar.collapsed {
  justify-content: center;
}
.cid-veqDTdoC6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veqDTdoC6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veqDTdoC6M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veqDTdoC6M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veqDTdoC6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veqDTdoC6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veqDTdoC6M .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-veqDTdoC6M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veqDTdoC6M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veqDTdoC6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veqDTdoC6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veqDTdoC6M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veqDTdoC6M .navbar.navbar-short {
  min-height: 60px;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veqDTdoC6M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veqDTdoC6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veqDTdoC6M .dropdown-item.active,
.cid-veqDTdoC6M .dropdown-item:active {
  background-color: transparent;
}
.cid-veqDTdoC6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veqDTdoC6M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veqDTdoC6M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veqDTdoC6M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veqDTdoC6M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veqDTdoC6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar {
    height: 70px;
  }
  .cid-veqDTdoC6M .navbar.opened {
    height: auto;
  }
  .cid-veqDTdoC6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcBHXKLf7R {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcBHXKLf7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcBHXKLf7R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcBHXKLf7R .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcBHXKLf7R .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcBHXKLf7R .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vcBHXKLf7R .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vcBHXKLf7R .wrap {
  background: url("../../../assets/images/code2corebanner0123-1920x500.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vcBHXKLf7R .wrap .inner-wrap {
  padding: 40px;
}
.cid-vcBHXKLf7R .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcBHXKLf7R .mbr-text {
  color: #000000;
}
.cid-vcBHXKLf7R .mbr-text,
.cid-vcBHXKLf7R .mbr-section-btn {
  color: #ffffff;
}
.cid-vcjmBXIfsm {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vcjmBXIfsm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjmBXIfsm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjmBXIfsm .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcjmBXIfsm .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcjmBXIfsm .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .cid-vcjmBXIfsm .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 15rem;
  }
}
.cid-vcjmBXIfsm .wrap {
  background: url("../../../assets/images/va1in-banner-spotify-2000x857.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vcjmBXIfsm .wrap .inner-wrap {
  padding: 40px;
}
.cid-vcjmBXIfsm .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcjmBXIfsm .mbr-text {
  color: #000000;
}
.cid-vcjmBXIfsm .mbr-text,
.cid-vcjmBXIfsm .mbr-section-btn {
  color: #ffffff;
}
.cid-vcjmCnfM9f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vcjmCnfM9f img,
.cid-vcjmCnfM9f .item-img {
  width: 100%;
}
.cid-vcjmCnfM9f .item:focus,
.cid-vcjmCnfM9f span:focus {
  outline: none;
}
.cid-vcjmCnfM9f .item-wrapper {
  position: relative;
}
.cid-vcjmCnfM9f .slide-content {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vcjmCnfM9f .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vcjmCnfM9f .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcjmCnfM9f .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-vcjmCnfM9f .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcjmCnfM9f .mbr-section-title {
  color: #232323;
}
.cid-vcjmCnfM9f .mbr-text,
.cid-vcjmCnfM9f .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vcjmCnfM9f .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vcjmCnfM9f .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vcjmCnfM9f .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vcjmCnfM9f .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vcjmCnfM9f .embla__button--next,
.cid-vcjmCnfM9f .embla__button--prev {
  display: flex;
}
.cid-vcjmCnfM9f .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcjmCnfM9f .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vcjmCnfM9f .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vcjmCnfM9f .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcjmCnfM9f .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcjmCnfM9f .embla__button {
    top: auto;
  }
}
.cid-vcjmCnfM9f .embla {
  position: relative;
  width: 100%;
}
.cid-vcjmCnfM9f .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vcjmCnfM9f .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcjmCnfM9f .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcjmCnfM9f .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vcjmCnfM9f .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vcjmCnfM9f .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vcjmCnfM9f .content-head {
  max-width: 800px;
}
.cid-vckJM1ZKKr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vckJM1ZKKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckJM1ZKKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckJM1ZKKr .card-wrapper {
  background: #313131;
}
@media (max-width: 767px) {
  .cid-vckJM1ZKKr .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vckJM1ZKKr .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vckJM1ZKKr .card-wrapper {
    padding: 4rem;
  }
}
.cid-vckJM1ZKKr .mbr-text,
.cid-vckJM1ZKKr .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vckJM1ZKKr .card-title,
.cid-vckJM1ZKKr .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vckJMUirHK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/wotnffgg-1920x200.jpg");
}
.cid-vckJMUirHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckJMUirHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckJMUirHK .header6 .mbr-fallback-image,
.cid-vckJMUirHK .header6 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-vckJMUirHK .header6 {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vckJMUirHK .header6 img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}
.cid-vckJOH62j8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vckJOH62j8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckJOH62j8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckJOH62j8 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vckJOH62j8 .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vckJOH62j8 .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-vckJOH62j8 .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-vckJOH62j8 .wrap {
  background: url("../../../assets/images/ddddffgg-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vckJOH62j8 .wrap .inner-wrap {
  padding: 40px;
}
.cid-vckJOH62j8 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vckJOH62j8 .mbr-text {
  color: #000000;
}
.cid-vckJOH62j8 .mbr-text,
.cid-vckJOH62j8 .mbr-section-btn {
  color: #ffffff;
}
.cid-vcBtDQ2Gwl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/c2cbannerunten02-1920x200.jpg");
}
.cid-vcBtDQ2Gwl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcBtDQ2Gwl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcBtDQ2Gwl .header6 .mbr-fallback-image,
.cid-vcBtDQ2Gwl .header6 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-vcBtDQ2Gwl .header6 {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vcBtDQ2Gwl .header6 img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}
.cid-vcko0whpCe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcko0whpCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcko0whpCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcko0whpCe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcko0whpCe .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vcko0whpCe .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vcko0whpCe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcko0whpCe .copyright {
  color: #bbbbbb;
}
.cid-veqDTdoC6M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veqDTdoC6M nav.navbar {
  position: fixed;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veqDTdoC6M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veqDTdoC6M .dropdown-item:hover,
.cid-veqDTdoC6M .dropdown-item:focus {
  background: #f92c50 !important;
  color: white !important;
}
.cid-veqDTdoC6M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veqDTdoC6M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veqDTdoC6M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veqDTdoC6M .nav-link {
  position: relative;
}
.cid-veqDTdoC6M .container {
  display: flex;
  margin: auto;
}
.cid-veqDTdoC6M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown-menu,
.cid-veqDTdoC6M .navbar.opened {
  background: #1c1d1c !important;
}
.cid-veqDTdoC6M .nav-item:focus,
.cid-veqDTdoC6M .nav-link:focus {
  outline: none;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veqDTdoC6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veqDTdoC6M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.opened {
  transition: all 0.3s;
}
.cid-veqDTdoC6M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veqDTdoC6M .navbar .navbar-logo img {
  width: auto;
}
.cid-veqDTdoC6M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar.collapsed {
  justify-content: center;
}
.cid-veqDTdoC6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veqDTdoC6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veqDTdoC6M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veqDTdoC6M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veqDTdoC6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veqDTdoC6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veqDTdoC6M .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-veqDTdoC6M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veqDTdoC6M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veqDTdoC6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veqDTdoC6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veqDTdoC6M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veqDTdoC6M .navbar.navbar-short {
  min-height: 60px;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veqDTdoC6M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veqDTdoC6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veqDTdoC6M .dropdown-item.active,
.cid-veqDTdoC6M .dropdown-item:active {
  background-color: transparent;
}
.cid-veqDTdoC6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veqDTdoC6M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veqDTdoC6M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veqDTdoC6M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veqDTdoC6M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veqDTdoC6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar {
    height: 70px;
  }
  .cid-veqDTdoC6M .navbar.opened {
    height: auto;
  }
  .cid-veqDTdoC6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTQNaH6Yg {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/glamlinegge33-2000x857.jpg");
}
.cid-vcTQNaH6Yg .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-vcTQNaH6Yg .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vcTQNaH6Yg .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vcTQNaH6Yg {
    align-items: center;
  }
  .cid-vcTQNaH6Yg .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcTQNaH6Yg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcTQNaH6Yg {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vcTQNaH6Yg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcTQNaH6Yg .content-wrap {
    width: 100%;
  }
}
.cid-vcTQNaH6Yg .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vcTQNaH6Yg .mbr-text,
.cid-vcTQNaH6Yg .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vcTQNaH6Yg .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vcTQOWbuZs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #84b5dc;
}
.cid-vcTQOWbuZs img,
.cid-vcTQOWbuZs .item-img {
  width: 100%;
}
.cid-vcTQOWbuZs .item:focus,
.cid-vcTQOWbuZs span:focus {
  outline: none;
}
.cid-vcTQOWbuZs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcTQOWbuZs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffb5b5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTQOWbuZs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTQOWbuZs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTQOWbuZs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTQOWbuZs .mbr-section-title {
  color: #232323;
}
.cid-vcTQOWbuZs .mbr-text,
.cid-vcTQOWbuZs .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vcTQOWbuZs .item-title {
  text-align: left;
  color: #1c1d1c;
}
.cid-vcTQOWbuZs .item-subtitle {
  text-align: center;
}
.cid-vcTQPDhbxL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #84b5dc;
}
.cid-vcTQPDhbxL .content-text {
  max-width: 800px;
}
.cid-vcTQQQReDg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #84b5dc;
}
.cid-vcTQQQReDg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTQQQReDg .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-vcTQQQReDg .container {
    padding: 0 25px;
  }
}
.cid-vcTQQQReDg .row {
  justify-content: center;
}
.cid-vcTQQQReDg .item {
  margin-bottom: 32px;
}
.cid-vcTQQQReDg .item .item-wrapper {
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
}
.cid-vcTQQQReDg .item .item-wrapper:hover,
.cid-vcTQQQReDg .item .item-wrapper:focus {
  box-shadow: 2px 2px 0 0 #1c1d1c;
}
.cid-vcTQQQReDg .item .item-wrapper a {
  display: block;
}
.cid-vcTQQQReDg .item .item-wrapper a:hover .item-img::after,
.cid-vcTQQQReDg .item .item-wrapper a:focus .item-img::after {
  opacity: 0;
}
.cid-vcTQQQReDg .item .item-wrapper a .item-img {
  position: relative;
}
.cid-vcTQQQReDg .item .item-wrapper a .item-img img {
  background-color: #1c1d1c;
  padding: 4px;
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vcTQqpviJy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/c2cbannerunten02-1920x200.jpg");
}
.cid-vcTQqpviJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTQqpviJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTQqpviJy .header6 .mbr-fallback-image,
.cid-vcTQqpviJy .header6 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-vcTQqpviJy .header6 {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vcTQqpviJy .header6 img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
}
.cid-vcTQqpWkKw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcTQqpWkKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTQqpWkKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTQqpWkKw .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcTQqpWkKw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcTQqpWkKw .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vcTQqpWkKw .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vcTQqpWkKw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcTQqpWkKw .copyright {
  color: #bbbbbb;
}
.cid-veqDTdoC6M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veqDTdoC6M nav.navbar {
  position: fixed;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veqDTdoC6M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veqDTdoC6M .dropdown-item:hover,
.cid-veqDTdoC6M .dropdown-item:focus {
  background: #f92c50 !important;
  color: white !important;
}
.cid-veqDTdoC6M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veqDTdoC6M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veqDTdoC6M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veqDTdoC6M .nav-link {
  position: relative;
}
.cid-veqDTdoC6M .container {
  display: flex;
  margin: auto;
}
.cid-veqDTdoC6M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown-menu,
.cid-veqDTdoC6M .navbar.opened {
  background: #1c1d1c !important;
}
.cid-veqDTdoC6M .nav-item:focus,
.cid-veqDTdoC6M .nav-link:focus {
  outline: none;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veqDTdoC6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veqDTdoC6M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.opened {
  transition: all 0.3s;
}
.cid-veqDTdoC6M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veqDTdoC6M .navbar .navbar-logo img {
  width: auto;
}
.cid-veqDTdoC6M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar.collapsed {
  justify-content: center;
}
.cid-veqDTdoC6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veqDTdoC6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veqDTdoC6M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veqDTdoC6M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veqDTdoC6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veqDTdoC6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veqDTdoC6M .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-veqDTdoC6M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veqDTdoC6M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veqDTdoC6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veqDTdoC6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veqDTdoC6M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veqDTdoC6M .navbar.navbar-short {
  min-height: 60px;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veqDTdoC6M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veqDTdoC6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veqDTdoC6M .dropdown-item.active,
.cid-veqDTdoC6M .dropdown-item:active {
  background-color: transparent;
}
.cid-veqDTdoC6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veqDTdoC6M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veqDTdoC6M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veqDTdoC6M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veqDTdoC6M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veqDTdoC6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar {
    height: 70px;
  }
  .cid-veqDTdoC6M .navbar.opened {
    height: auto;
  }
  .cid-veqDTdoC6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veqKycseIn {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/bullseyebabebanner01-2000x857.jpg");
}
.cid-veqKycseIn .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-veqKycseIn .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-veqKycseIn .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-veqKycseIn {
    align-items: center;
  }
  .cid-veqKycseIn .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veqKycseIn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veqKycseIn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-veqKycseIn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veqKycseIn .content-wrap {
    width: 100%;
  }
}
.cid-veqKycseIn .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-veqKycseIn .mbr-text,
.cid-veqKycseIn .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-veqKycseIn .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-veqKrcfQeV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqKrcfQeV .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqKrcfQeV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqKrcfQeV .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veqKrcfQeV .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqKrcfQeV .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-veqKrcfQeV .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-veqKrcfQeV .wrap {
  background: url("../../../assets/images/coreworldbannerhs01-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veqKrcfQeV .wrap .inner-wrap {
  padding: 40px;
}
.cid-veqKrcfQeV .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-veqKrcfQeV .mbr-text {
  color: #000000;
}
.cid-veqKrcfQeV .mbr-text,
.cid-veqKrcfQeV .mbr-section-btn {
  color: #ffffff;
}
.cid-veqKw1PoNu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqKw1PoNu .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqKw1PoNu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqKw1PoNu .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-veqKw1PoNu .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqKw1PoNu .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veqKw1PoNu .card-wrapper {
    padding: 2rem;
  }
}
.cid-veqKw1PoNu .mbr-text,
.cid-veqKw1PoNu .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-veqKw1PoNu .card-title,
.cid-veqKw1PoNu .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-veqG8k29rM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-veqG8k29rM img,
.cid-veqG8k29rM .item-img {
  width: 100%;
}
.cid-veqG8k29rM .item:focus,
.cid-veqG8k29rM span:focus {
  outline: none;
}
.cid-veqG8k29rM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veqG8k29rM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veqG8k29rM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veqG8k29rM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veqG8k29rM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veqG8k29rM .mbr-section-title {
  color: #232323;
}
.cid-veqG8k29rM .mbr-text,
.cid-veqG8k29rM .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-veqG8k29rM .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-veqG8k29rM .item-subtitle {
  text-align: center;
}
.cid-veqG8k29rM .item-img {
  position: relative;
}
.cid-veqG8k29rM .ip-name {
  position: absolute;
  top: 10px;
  left: 30px;
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  z-index: 5;
}
.cid-veqG9rwGHs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-veqG9rwGHs img,
.cid-veqG9rwGHs .item-img {
  width: 100%;
}
.cid-veqG9rwGHs .item:focus,
.cid-veqG9rwGHs span:focus {
  outline: none;
}
.cid-veqG9rwGHs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veqG9rwGHs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veqG9rwGHs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veqG9rwGHs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veqG9rwGHs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veqG9rwGHs .mbr-section-title {
  color: #232323;
}
.cid-veqG9rwGHs .mbr-text,
.cid-veqG9rwGHs .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-veqG9rwGHs .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-veqG9rwGHs .item-subtitle {
  text-align: center;
}
.cid-veqG9rwGHs .item-img {
  position: relative;
}
.cid-veqG9rwGHs .ip-name {
  position: absolute;
  top: 10px;
  left: 30px;
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  z-index: 5;
}
.cid-vcUP7nLER5 {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/va1in-banner-spotify-neu-2000x857.jpg");
}
.cid-vcUP7nLER5 .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-vcUP7nLER5 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vcUP7nLER5 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vcUP7nLER5 {
    align-items: center;
  }
  .cid-vcUP7nLER5 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcUP7nLER5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcUP7nLER5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vcUP7nLER5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcUP7nLER5 .content-wrap {
    width: 100%;
  }
}
.cid-vcUP7nLER5 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vcUP7nLER5 .mbr-text,
.cid-vcUP7nLER5 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vcUP7nLER5 .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-veqGaOiPNN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-veqGaOiPNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqGaOiPNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqGaOiPNN .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-veqGaOiPNN .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqGaOiPNN .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veqGaOiPNN .card-wrapper {
    padding: 2rem;
  }
}
.cid-veqGaOiPNN .mbr-text,
.cid-veqGaOiPNN .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-veqGaOiPNN .card-title,
.cid-veqGaOiPNN .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-veqGeqB8oA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-veqGeqB8oA img,
.cid-veqGeqB8oA .item-img {
  width: 100%;
}
.cid-veqGeqB8oA .item:focus,
.cid-veqGeqB8oA span:focus {
  outline: none;
}
.cid-veqGeqB8oA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veqGeqB8oA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veqGeqB8oA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veqGeqB8oA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veqGeqB8oA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veqGeqB8oA .mbr-section-title {
  color: #232323;
}
.cid-veqGeqB8oA .mbr-text,
.cid-veqGeqB8oA .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-veqGeqB8oA .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-veqGeqB8oA .item-subtitle {
  text-align: center;
}
.cid-veqGeqB8oA .item-img {
  position: relative;
}
.cid-veqGeqB8oA .ip-name {
  position: absolute;
  top: 10px;
  left: 30px;
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  z-index: 5;
}
.cid-veqGcrEqg2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-veqGcrEqg2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqGcrEqg2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqGcrEqg2 .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-veqGcrEqg2 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqGcrEqg2 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veqGcrEqg2 .card-wrapper {
    padding: 2rem;
  }
}
.cid-veqGcrEqg2 .mbr-text,
.cid-veqGcrEqg2 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-veqGcrEqg2 .card-title,
.cid-veqGcrEqg2 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vdaD8Kx03f {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-vdaD8Kx03f img,
.cid-vdaD8Kx03f .item-img {
  width: 100%;
}
.cid-vdaD8Kx03f .item:focus,
.cid-vdaD8Kx03f span:focus {
  outline: none;
}
.cid-vdaD8Kx03f .item-wrapper {
  position: relative;
}
.cid-vdaD8Kx03f .slide-content {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdaD8Kx03f .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 220px) and (max-width: 220px) {
  .cid-vdaD8Kx03f .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 220px) {
  .cid-vdaD8Kx03f .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-vdaD8Kx03f .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vdaD8Kx03f .mbr-section-title {
  color: #232323;
}
.cid-vdaD8Kx03f .mbr-text,
.cid-vdaD8Kx03f .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vdaD8Kx03f .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vdaD8Kx03f .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vdaD8Kx03f .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 220px) {
  .cid-vdaD8Kx03f .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vdaD8Kx03f .embla__button--next,
.cid-vdaD8Kx03f .embla__button--prev {
  display: flex;
}
.cid-vdaD8Kx03f .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdaD8Kx03f .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdaD8Kx03f .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vdaD8Kx03f .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdaD8Kx03f .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdaD8Kx03f .embla__button {
    top: auto;
  }
}
.cid-vdaD8Kx03f .embla {
  position: relative;
  width: 100%;
}
.cid-vdaD8Kx03f .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdaD8Kx03f .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdaD8Kx03f .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdaD8Kx03f .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vdaD8Kx03f .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vdaD8Kx03f .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vdaD8Kx03f .content-head {
  max-width: 800px;
}
.cid-veqL0vQW9p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqL0vQW9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqL0vQW9p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqL0vQW9p .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veqL0vQW9p .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqL0vQW9p .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-veqL0vQW9p .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-veqL0vQW9p .wrap {
  background: url("../../../assets/images/coreworldbannerhs01-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veqL0vQW9p .wrap .inner-wrap {
  padding: 40px;
}
.cid-veqL0vQW9p .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-veqL0vQW9p .mbr-text {
  color: #000000;
}
.cid-veqL0vQW9p .mbr-text,
.cid-veqL0vQW9p .mbr-section-btn {
  color: #ffffff;
}
.cid-vcUP7wl2be {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcUP7wl2be .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUP7wl2be .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUP7wl2be .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcUP7wl2be .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcUP7wl2be .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vcUP7wl2be .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vcUP7wl2be div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcUP7wl2be .copyright {
  color: #bbbbbb;
}
.cid-veqDTdoC6M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veqDTdoC6M nav.navbar {
  position: fixed;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veqDTdoC6M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veqDTdoC6M .dropdown-item:hover,
.cid-veqDTdoC6M .dropdown-item:focus {
  background: #f92c50 !important;
  color: white !important;
}
.cid-veqDTdoC6M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veqDTdoC6M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veqDTdoC6M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veqDTdoC6M .nav-link {
  position: relative;
}
.cid-veqDTdoC6M .container {
  display: flex;
  margin: auto;
}
.cid-veqDTdoC6M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown-menu,
.cid-veqDTdoC6M .navbar.opened {
  background: #1c1d1c !important;
}
.cid-veqDTdoC6M .nav-item:focus,
.cid-veqDTdoC6M .nav-link:focus {
  outline: none;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veqDTdoC6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veqDTdoC6M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.opened {
  transition: all 0.3s;
}
.cid-veqDTdoC6M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veqDTdoC6M .navbar .navbar-logo img {
  width: auto;
}
.cid-veqDTdoC6M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar.collapsed {
  justify-content: center;
}
.cid-veqDTdoC6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veqDTdoC6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veqDTdoC6M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veqDTdoC6M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veqDTdoC6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veqDTdoC6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veqDTdoC6M .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-veqDTdoC6M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veqDTdoC6M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veqDTdoC6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veqDTdoC6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veqDTdoC6M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veqDTdoC6M .navbar.navbar-short {
  min-height: 60px;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veqDTdoC6M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veqDTdoC6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veqDTdoC6M .dropdown-item.active,
.cid-veqDTdoC6M .dropdown-item:active {
  background-color: transparent;
}
.cid-veqDTdoC6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veqDTdoC6M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veqDTdoC6M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veqDTdoC6M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veqDTdoC6M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veqDTdoC6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar {
    height: 70px;
  }
  .cid-veqDTdoC6M .navbar.opened {
    height: auto;
  }
  .cid-veqDTdoC6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdayv45dff {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/praetorian-order-hs-bild01w1-2000x857.jpg");
}
.cid-vdayv45dff .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-vdayv45dff .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vdayv45dff .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vdayv45dff {
    align-items: center;
  }
  .cid-vdayv45dff .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdayv45dff .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdayv45dff {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdayv45dff .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdayv45dff .content-wrap {
    width: 100%;
  }
}
.cid-vdayv45dff .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vdayv45dff .mbr-text,
.cid-vdayv45dff .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vdayv45dff .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-veqKnHFwYq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqKnHFwYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqKnHFwYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqKnHFwYq .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veqKnHFwYq .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqKnHFwYq .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-veqKnHFwYq .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-veqKnHFwYq .wrap {
  background: url("../../../assets/images/coreworldbannerhs01-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veqKnHFwYq .wrap .inner-wrap {
  padding: 40px;
}
.cid-veqKnHFwYq .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-veqKnHFwYq .mbr-text {
  color: #000000;
}
.cid-veqKnHFwYq .mbr-text,
.cid-veqKnHFwYq .mbr-section-btn {
  color: #ffffff;
}
.cid-vdaztKW6wk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-vdaztKW6wk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdaztKW6wk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdaztKW6wk .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-vdaztKW6wk .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdaztKW6wk .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdaztKW6wk .card-wrapper {
    padding: 2rem;
  }
}
.cid-vdaztKW6wk .mbr-text,
.cid-vdaztKW6wk .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vdaztKW6wk .card-title,
.cid-vdaztKW6wk .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-veqCFIl4y5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-veqCFIl4y5 img,
.cid-veqCFIl4y5 .item-img {
  width: 100%;
}
.cid-veqCFIl4y5 .item:focus,
.cid-veqCFIl4y5 span:focus {
  outline: none;
}
.cid-veqCFIl4y5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veqCFIl4y5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veqCFIl4y5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veqCFIl4y5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veqCFIl4y5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veqCFIl4y5 .mbr-section-title {
  color: #232323;
}
.cid-veqCFIl4y5 .mbr-text,
.cid-veqCFIl4y5 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-veqCFIl4y5 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-veqCFIl4y5 .item-subtitle {
  text-align: center;
}
.cid-veqCFIl4y5 .item-img {
  position: relative;
}
.cid-veqCFIl4y5 .ip-name {
  position: absolute;
  top: 10px;
  left: 30px;
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  z-index: 5;
}
.cid-veqCGE28Zg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-veqCGE28Zg img,
.cid-veqCGE28Zg .item-img {
  width: 100%;
}
.cid-veqCGE28Zg .item:focus,
.cid-veqCGE28Zg span:focus {
  outline: none;
}
.cid-veqCGE28Zg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veqCGE28Zg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veqCGE28Zg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veqCGE28Zg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veqCGE28Zg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veqCGE28Zg .mbr-section-title {
  color: #232323;
}
.cid-veqCGE28Zg .mbr-text,
.cid-veqCGE28Zg .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-veqCGE28Zg .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-veqCGE28Zg .item-subtitle {
  text-align: center;
}
.cid-veqCGE28Zg .item-img {
  position: relative;
}
.cid-veqCGE28Zg .ip-name {
  position: absolute;
  top: 10px;
  left: 30px;
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  z-index: 5;
}
.cid-veqD8TRKJU {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-veqD8TRKJU img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-veqCHOmhwd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqCHOmhwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqCHOmhwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqCHOmhwd .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-veqCHOmhwd .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqCHOmhwd .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veqCHOmhwd .card-wrapper {
    padding: 2rem;
  }
}
.cid-veqCHOmhwd .mbr-text,
.cid-veqCHOmhwd .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-veqCHOmhwd .card-title,
.cid-veqCHOmhwd .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-veqCKTysXm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-veqCKTysXm img,
.cid-veqCKTysXm .item-img {
  width: 100%;
}
.cid-veqCKTysXm .item:focus,
.cid-veqCKTysXm span:focus {
  outline: none;
}
.cid-veqCKTysXm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veqCKTysXm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veqCKTysXm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veqCKTysXm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veqCKTysXm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veqCKTysXm .mbr-section-title {
  color: #232323;
}
.cid-veqCKTysXm .mbr-text,
.cid-veqCKTysXm .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-veqCKTysXm .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-veqCKTysXm .item-subtitle {
  text-align: center;
}
.cid-veqCKTysXm .item-img {
  position: relative;
}
.cid-veqCKTysXm .ip-name {
  position: absolute;
  top: 10px;
  left: 30px;
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  z-index: 5;
}
.cid-veqCM16KSL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-veqCM16KSL .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqCM16KSL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqCM16KSL .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-veqCM16KSL .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqCM16KSL .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veqCM16KSL .card-wrapper {
    padding: 2rem;
  }
}
.cid-veqCM16KSL .mbr-text,
.cid-veqCM16KSL .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-veqCM16KSL .card-title,
.cid-veqCM16KSL .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-veqCjc2Cow {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqCjc2Cow .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqCjc2Cow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqCjc2Cow .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veqCjc2Cow .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqCjc2Cow .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-veqCjc2Cow .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-veqCjc2Cow .wrap {
  background: url("../../../assets/images/cwloud01-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veqCjc2Cow .wrap .inner-wrap {
  padding: 40px;
}
.cid-veqCjc2Cow .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-veqCjc2Cow .mbr-text {
  color: #000000;
}
.cid-veqCjc2Cow .mbr-text,
.cid-veqCjc2Cow .mbr-section-btn {
  color: #ffffff;
}
.cid-vd9M6JwJ1U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vd9M6JwJ1U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd9M6JwJ1U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd9M6JwJ1U .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vd9M6JwJ1U .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vd9M6JwJ1U .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vd9M6JwJ1U .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vd9M6JwJ1U div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vd9M6JwJ1U .copyright {
  color: #bbbbbb;
}
.cid-veqDTdoC6M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veqDTdoC6M nav.navbar {
  position: fixed;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veqDTdoC6M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veqDTdoC6M .dropdown-item:hover,
.cid-veqDTdoC6M .dropdown-item:focus {
  background: #f92c50 !important;
  color: white !important;
}
.cid-veqDTdoC6M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veqDTdoC6M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veqDTdoC6M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veqDTdoC6M .nav-link {
  position: relative;
}
.cid-veqDTdoC6M .container {
  display: flex;
  margin: auto;
}
.cid-veqDTdoC6M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown-menu,
.cid-veqDTdoC6M .navbar.opened {
  background: #1c1d1c !important;
}
.cid-veqDTdoC6M .nav-item:focus,
.cid-veqDTdoC6M .nav-link:focus {
  outline: none;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veqDTdoC6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veqDTdoC6M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.opened {
  transition: all 0.3s;
}
.cid-veqDTdoC6M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veqDTdoC6M .navbar .navbar-logo img {
  width: auto;
}
.cid-veqDTdoC6M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar.collapsed {
  justify-content: center;
}
.cid-veqDTdoC6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veqDTdoC6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veqDTdoC6M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veqDTdoC6M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veqDTdoC6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veqDTdoC6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veqDTdoC6M .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-veqDTdoC6M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veqDTdoC6M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veqDTdoC6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veqDTdoC6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veqDTdoC6M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veqDTdoC6M .navbar.navbar-short {
  min-height: 60px;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veqDTdoC6M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veqDTdoC6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veqDTdoC6M .dropdown-item.active,
.cid-veqDTdoC6M .dropdown-item:active {
  background-color: transparent;
}
.cid-veqDTdoC6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veqDTdoC6M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veqDTdoC6M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veqDTdoC6M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veqDTdoC6M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veqDTdoC6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar {
    height: 70px;
  }
  .cid-veqDTdoC6M .navbar.opened {
    height: auto;
  }
  .cid-veqDTdoC6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veqLLFMvKO {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-veqLLFMvKO img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-veqLH9vJcT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqLH9vJcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqLH9vJcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqLH9vJcT .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veqLH9vJcT .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqLH9vJcT .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-veqLH9vJcT .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-veqLH9vJcT .wrap {
  background: url("../../../assets/images/coreworldbannerhs01-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veqLH9vJcT .wrap .inner-wrap {
  padding: 40px;
}
.cid-veqLH9vJcT .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-veqLH9vJcT .mbr-text {
  color: #000000;
}
.cid-veqLH9vJcT .mbr-text,
.cid-veqLH9vJcT .mbr-section-btn {
  color: #ffffff;
}
.cid-veqLHSXAak {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqLHSXAak .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqLHSXAak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqLHSXAak .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-veqLHSXAak .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqLHSXAak .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veqLHSXAak .card-wrapper {
    padding: 2rem;
  }
}
.cid-veqLHSXAak .mbr-text,
.cid-veqLHSXAak .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-veqLHSXAak .card-title,
.cid-veqLHSXAak .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-veqEmYzoBO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-veqEmYzoBO img,
.cid-veqEmYzoBO .item-img {
  width: 100%;
}
.cid-veqEmYzoBO .item:focus,
.cid-veqEmYzoBO span:focus {
  outline: none;
}
.cid-veqEmYzoBO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veqEmYzoBO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veqEmYzoBO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veqEmYzoBO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veqEmYzoBO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veqEmYzoBO .mbr-section-title {
  color: #232323;
}
.cid-veqEmYzoBO .mbr-text,
.cid-veqEmYzoBO .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-veqEmYzoBO .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-veqEmYzoBO .item-subtitle {
  text-align: center;
}
.cid-veqEmYzoBO .item-img {
  position: relative;
}
.cid-veqEmYzoBO .ip-name {
  position: absolute;
  top: 10px;
  left: 30px;
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  z-index: 5;
}
.cid-veqEnB8YPO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-veqEnB8YPO img,
.cid-veqEnB8YPO .item-img {
  width: 100%;
}
.cid-veqEnB8YPO .item:focus,
.cid-veqEnB8YPO span:focus {
  outline: none;
}
.cid-veqEnB8YPO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veqEnB8YPO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veqEnB8YPO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veqEnB8YPO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veqEnB8YPO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veqEnB8YPO .mbr-section-title {
  color: #232323;
}
.cid-veqEnB8YPO .mbr-text,
.cid-veqEnB8YPO .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-veqEnB8YPO .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-veqEnB8YPO .item-subtitle {
  text-align: center;
}
.cid-veqEnB8YPO .item-img {
  position: relative;
}
.cid-veqEnB8YPO .ip-name {
  position: absolute;
  top: 10px;
  left: 30px;
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  z-index: 5;
}
.cid-veqEovXo6n {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqEovXo6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqEovXo6n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqEovXo6n .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-veqEovXo6n .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqEovXo6n .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veqEovXo6n .card-wrapper {
    padding: 2rem;
  }
}
.cid-veqEovXo6n .mbr-text,
.cid-veqEovXo6n .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-veqEovXo6n .card-title,
.cid-veqEovXo6n .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-veqEpeU0wr {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-veqEpeU0wr img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-veqEpTAzeL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-veqEpTAzeL .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqEpTAzeL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqEpTAzeL .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-veqEpTAzeL .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqEpTAzeL .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veqEpTAzeL .card-wrapper {
    padding: 2rem;
  }
}
.cid-veqEpTAzeL .mbr-text,
.cid-veqEpTAzeL .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-veqEpTAzeL .card-title,
.cid-veqEpTAzeL .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-veqEqBhtip {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-veqEqBhtip img,
.cid-veqEqBhtip .item-img {
  width: 100%;
}
.cid-veqEqBhtip .item:focus,
.cid-veqEqBhtip span:focus {
  outline: none;
}
.cid-veqEqBhtip .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veqEqBhtip .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veqEqBhtip .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veqEqBhtip .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veqEqBhtip .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veqEqBhtip .mbr-section-title {
  color: #232323;
}
.cid-veqEqBhtip .mbr-text,
.cid-veqEqBhtip .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-veqEqBhtip .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-veqEqBhtip .item-subtitle {
  text-align: center;
}
.cid-veqEqBhtip .item-img {
  position: relative;
}
.cid-veqEqBhtip .ip-name {
  position: absolute;
  top: 10px;
  left: 30px;
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  z-index: 5;
}
.cid-veqLDuQjlu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqLDuQjlu .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqLDuQjlu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqLDuQjlu .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veqLDuQjlu .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqLDuQjlu .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-veqLDuQjlu .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-veqLDuQjlu .wrap {
  background: url("../../../assets/images/coreworldbannerhs01-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veqLDuQjlu .wrap .inner-wrap {
  padding: 40px;
}
.cid-veqLDuQjlu .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-veqLDuQjlu .mbr-text {
  color: #000000;
}
.cid-veqLDuQjlu .mbr-text,
.cid-veqLDuQjlu .mbr-section-btn {
  color: #ffffff;
}
.cid-vcUPbkonDU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcUPbkonDU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUPbkonDU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUPbkonDU .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcUPbkonDU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcUPbkonDU .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vcUPbkonDU .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vcUPbkonDU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcUPbkonDU .copyright {
  color: #bbbbbb;
}
.cid-veqDTdoC6M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veqDTdoC6M nav.navbar {
  position: fixed;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veqDTdoC6M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veqDTdoC6M .dropdown-item:hover,
.cid-veqDTdoC6M .dropdown-item:focus {
  background: #f92c50 !important;
  color: white !important;
}
.cid-veqDTdoC6M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veqDTdoC6M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veqDTdoC6M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veqDTdoC6M .nav-link {
  position: relative;
}
.cid-veqDTdoC6M .container {
  display: flex;
  margin: auto;
}
.cid-veqDTdoC6M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown-menu,
.cid-veqDTdoC6M .navbar.opened {
  background: #1c1d1c !important;
}
.cid-veqDTdoC6M .nav-item:focus,
.cid-veqDTdoC6M .nav-link:focus {
  outline: none;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veqDTdoC6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veqDTdoC6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veqDTdoC6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veqDTdoC6M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.opened {
  transition: all 0.3s;
}
.cid-veqDTdoC6M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veqDTdoC6M .navbar .navbar-logo img {
  width: auto;
}
.cid-veqDTdoC6M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar.collapsed {
  justify-content: center;
}
.cid-veqDTdoC6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veqDTdoC6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veqDTdoC6M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veqDTdoC6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veqDTdoC6M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veqDTdoC6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veqDTdoC6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veqDTdoC6M .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-veqDTdoC6M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veqDTdoC6M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veqDTdoC6M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veqDTdoC6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veqDTdoC6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veqDTdoC6M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veqDTdoC6M .navbar.navbar-short {
  min-height: 60px;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veqDTdoC6M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veqDTdoC6M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veqDTdoC6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veqDTdoC6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veqDTdoC6M .dropdown-item.active,
.cid-veqDTdoC6M .dropdown-item:active {
  background-color: transparent;
}
.cid-veqDTdoC6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veqDTdoC6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-veqDTdoC6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veqDTdoC6M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veqDTdoC6M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veqDTdoC6M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veqDTdoC6M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqDTdoC6M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veqDTdoC6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqDTdoC6M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veqDTdoC6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veqDTdoC6M .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-veqDTdoC6M .navbar {
    height: 70px;
  }
  .cid-veqDTdoC6M .navbar.opened {
    height: auto;
  }
  .cid-veqDTdoC6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veqNbUr4rT {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-veqNbUr4rT img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-veqLWd09Kk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqLWd09Kk .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqLWd09Kk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqLWd09Kk .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veqLWd09Kk .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqLWd09Kk .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-veqLWd09Kk .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-veqLWd09Kk .wrap {
  background: url("../../../assets/images/coreworldbannerhs01-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veqLWd09Kk .wrap .inner-wrap {
  padding: 40px;
}
.cid-veqLWd09Kk .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-veqLWd09Kk .mbr-text {
  color: #000000;
}
.cid-veqLWd09Kk .mbr-text,
.cid-veqLWd09Kk .mbr-section-btn {
  color: #ffffff;
}
.cid-veqLX4Wi3P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqLX4Wi3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqLX4Wi3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqLX4Wi3P .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-veqLX4Wi3P .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqLX4Wi3P .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veqLX4Wi3P .card-wrapper {
    padding: 2rem;
  }
}
.cid-veqLX4Wi3P .mbr-text,
.cid-veqLX4Wi3P .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-veqLX4Wi3P .card-title,
.cid-veqLX4Wi3P .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-veqDsYfyPb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-veqDsYfyPb img,
.cid-veqDsYfyPb .item-img {
  width: 100%;
}
.cid-veqDsYfyPb .item:focus,
.cid-veqDsYfyPb span:focus {
  outline: none;
}
.cid-veqDsYfyPb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veqDsYfyPb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veqDsYfyPb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veqDsYfyPb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veqDsYfyPb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veqDsYfyPb .mbr-section-title {
  color: #232323;
}
.cid-veqDsYfyPb .mbr-text,
.cid-veqDsYfyPb .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-veqDsYfyPb .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-veqDsYfyPb .item-subtitle {
  text-align: center;
}
.cid-veqDsYfyPb .item-img {
  position: relative;
}
.cid-veqDsYfyPb .ip-name {
  position: absolute;
  top: 10px;
  left: 30px;
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  z-index: 5;
}
.cid-veqDtFovPV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-veqDtFovPV img,
.cid-veqDtFovPV .item-img {
  width: 100%;
}
.cid-veqDtFovPV .item:focus,
.cid-veqDtFovPV span:focus {
  outline: none;
}
.cid-veqDtFovPV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veqDtFovPV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veqDtFovPV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veqDtFovPV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veqDtFovPV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veqDtFovPV .mbr-section-title {
  color: #232323;
}
.cid-veqDtFovPV .mbr-text,
.cid-veqDtFovPV .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-veqDtFovPV .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-veqDtFovPV .item-subtitle {
  text-align: center;
}
.cid-veqDtFovPV .item-img {
  position: relative;
}
.cid-veqDtFovPV .ip-name {
  position: absolute;
  top: 10px;
  left: 30px;
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  z-index: 5;
}
.cid-veqDJC9kxI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-veqDJC9kxI img,
.cid-veqDJC9kxI .item-img {
  width: 100%;
}
.cid-veqDJC9kxI .item:focus,
.cid-veqDJC9kxI span:focus {
  outline: none;
}
.cid-veqDJC9kxI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veqDJC9kxI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veqDJC9kxI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veqDJC9kxI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veqDJC9kxI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veqDJC9kxI .mbr-section-title {
  color: #232323;
}
.cid-veqDJC9kxI .mbr-text,
.cid-veqDJC9kxI .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-veqDJC9kxI .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-veqDJC9kxI .item-subtitle {
  text-align: center;
}
.cid-veqDJC9kxI .item-img {
  position: relative;
}
.cid-veqDJC9kxI .ip-name {
  position: absolute;
  top: 10px;
  left: 30px;
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  z-index: 5;
}
.cid-veqDIrnCao {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1c1d1c;
}
.cid-veqDIrnCao .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqDIrnCao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqDIrnCao .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-veqDIrnCao .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqDIrnCao .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veqDIrnCao .card-wrapper {
    padding: 2rem;
  }
}
.cid-veqDIrnCao .mbr-text,
.cid-veqDIrnCao .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-veqDIrnCao .card-title,
.cid-veqDIrnCao .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vdayU8Kwbo {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/glamlinegge33-2000x857.jpg");
}
.cid-vdayU8Kwbo .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-vdayU8Kwbo .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vdayU8Kwbo .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vdayU8Kwbo {
    align-items: center;
  }
  .cid-vdayU8Kwbo .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdayU8Kwbo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdayU8Kwbo {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdayU8Kwbo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdayU8Kwbo .content-wrap {
    width: 100%;
  }
}
.cid-vdayU8Kwbo .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vdayU8Kwbo .mbr-text,
.cid-vdayU8Kwbo .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vdayU8Kwbo .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-veqDuCGwhD {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-veqDuCGwhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqDuCGwhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqDuCGwhD .card-wrapper {
  background: #353535;
}
@media (max-width: 767px) {
  .cid-veqDuCGwhD .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqDuCGwhD .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veqDuCGwhD .card-wrapper {
    padding: 2rem;
  }
}
.cid-veqDuCGwhD .mbr-text,
.cid-veqDuCGwhD .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-veqDuCGwhD .card-title,
.cid-veqDuCGwhD .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-veqMslSqaO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqMslSqaO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqMslSqaO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqMslSqaO .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veqMslSqaO .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqMslSqaO .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-veqMslSqaO .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-veqMslSqaO .wrap {
  background: url("../../../assets/images/coreworldbannerhs01-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veqMslSqaO .wrap .inner-wrap {
  padding: 40px;
}
.cid-veqMslSqaO .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-veqMslSqaO .mbr-text {
  color: #000000;
}
.cid-veqMslSqaO .mbr-text,
.cid-veqMslSqaO .mbr-section-btn {
  color: #ffffff;
}
.cid-vcUPhBHJcK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-vcUPhBHJcK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUPhBHJcK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUPhBHJcK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcUPhBHJcK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcUPhBHJcK .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vcUPhBHJcK .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vcUPhBHJcK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcUPhBHJcK .copyright {
  color: #bbbbbb;
}
.cid-veqFZQznxr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veqFZQznxr nav.navbar {
  position: fixed;
}
.cid-veqFZQznxr .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-veqFZQznxr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veqFZQznxr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veqFZQznxr .dropdown-item:hover,
.cid-veqFZQznxr .dropdown-item:focus {
  background: #f92c50 !important;
  color: white !important;
}
.cid-veqFZQznxr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veqFZQznxr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veqFZQznxr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veqFZQznxr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veqFZQznxr .nav-link {
  position: relative;
}
.cid-veqFZQznxr .container {
  display: flex;
  margin: auto;
}
.cid-veqFZQznxr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veqFZQznxr .dropdown-menu,
.cid-veqFZQznxr .navbar.opened {
  background: #1c1d1c !important;
}
.cid-veqFZQznxr .nav-item:focus,
.cid-veqFZQznxr .nav-link:focus {
  outline: none;
}
.cid-veqFZQznxr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veqFZQznxr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veqFZQznxr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veqFZQznxr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veqFZQznxr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veqFZQznxr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veqFZQznxr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c1d1c;
}
.cid-veqFZQznxr .navbar.opened {
  transition: all 0.3s;
}
.cid-veqFZQznxr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veqFZQznxr .navbar .navbar-logo img {
  width: auto;
}
.cid-veqFZQznxr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veqFZQznxr .navbar.collapsed {
  justify-content: center;
}
.cid-veqFZQznxr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veqFZQznxr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veqFZQznxr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veqFZQznxr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veqFZQznxr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veqFZQznxr .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-veqFZQznxr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veqFZQznxr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veqFZQznxr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veqFZQznxr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veqFZQznxr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veqFZQznxr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veqFZQznxr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veqFZQznxr .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-veqFZQznxr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veqFZQznxr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veqFZQznxr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veqFZQznxr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veqFZQznxr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veqFZQznxr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veqFZQznxr .navbar.navbar-short {
  min-height: 60px;
}
.cid-veqFZQznxr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veqFZQznxr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veqFZQznxr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veqFZQznxr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veqFZQznxr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veqFZQznxr .dropdown-item.active,
.cid-veqFZQznxr .dropdown-item:active {
  background-color: transparent;
}
.cid-veqFZQznxr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veqFZQznxr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veqFZQznxr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veqFZQznxr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1d1c;
}
.cid-veqFZQznxr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veqFZQznxr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veqFZQznxr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veqFZQznxr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veqFZQznxr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veqFZQznxr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veqFZQznxr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veqFZQznxr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqFZQznxr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veqFZQznxr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veqFZQznxr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqFZQznxr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veqFZQznxr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veqFZQznxr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veqFZQznxr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veqFZQznxr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veqFZQznxr .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-veqFZQznxr .navbar {
    height: 70px;
  }
  .cid-veqFZQznxr .navbar.opened {
    height: auto;
  }
  .cid-veqFZQznxr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veqKh39RH2 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-veqKh39RH2 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-veqKii7XIr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-veqKii7XIr img,
.cid-veqKii7XIr .item-img {
  width: 100%;
}
.cid-veqKii7XIr .item:focus,
.cid-veqKii7XIr span:focus {
  outline: none;
}
.cid-veqKii7XIr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veqKii7XIr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veqKii7XIr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veqKii7XIr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veqKii7XIr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veqKii7XIr .mbr-section-title {
  color: #232323;
}
.cid-veqKii7XIr .mbr-text,
.cid-veqKii7XIr .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-veqKii7XIr .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-veqKii7XIr .item-subtitle {
  text-align: center;
}
.cid-veqKiWK36C {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1c1d1c;
}
.cid-veqKiWK36C img,
.cid-veqKiWK36C .item-img {
  width: 100%;
}
.cid-veqKiWK36C .item:focus,
.cid-veqKiWK36C span:focus {
  outline: none;
}
.cid-veqKiWK36C .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veqKiWK36C .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #313131;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veqKiWK36C .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veqKiWK36C .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veqKiWK36C .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veqKiWK36C .mbr-section-title {
  color: #232323;
}
.cid-veqKiWK36C .mbr-text,
.cid-veqKiWK36C .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-veqKiWK36C .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-veqKiWK36C .item-subtitle {
  text-align: center;
}
.cid-veqKjU8d6i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1d1c;
}
.cid-veqKjU8d6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqKjU8d6i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqKjU8d6i .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veqKjU8d6i .card-wrapper {
    padding: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veqKjU8d6i .card-wrapper {
    padding: 2.25rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-veqKjU8d6i .card-wrapper {
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.cid-veqKjU8d6i .wrap {
  background: url("../../../assets/images/coreworldbannerhs01-1920x500.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veqKjU8d6i .wrap .inner-wrap {
  padding: 40px;
}
.cid-veqKjU8d6i .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-veqKjU8d6i .mbr-text {
  color: #000000;
}
.cid-veqKjU8d6i .mbr-text,
.cid-veqKjU8d6i .mbr-section-btn {
  color: #ffffff;
}
.cid-veqFZUn2Zo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1d1c;
}
.cid-veqFZUn2Zo .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqFZUn2Zo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqFZUn2Zo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-veqFZUn2Zo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veqFZUn2Zo .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veqFZUn2Zo .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-veqFZUn2Zo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-veqFZUn2Zo .copyright {
  color: #bbbbbb;
}
