.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.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: 1.625rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 2.03125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.3rem;
    font-size: calc( 1.21875rem + (1.625 - 1.21875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.15 * (1.21875rem + (1.625 - 1.21875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.3rem;
    font-size: calc( 1.21875rem + (1.625 - 1.21875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.15 * (1.21875rem + (1.625 - 1.21875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #0f5cfa !important;
}
.bg-success {
  background-color: #17b17c !important;
}
.bg-info {
  background-color: #fafafa !important;
}
.bg-warning {
  background-color: #ff8621 !important;
}
.bg-danger {
  background-color: #ff2c21 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0f5cfa !important;
  border-color: #0f5cfa !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #417efb !important;
  border-color: #417efb !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #417efb !important;
  border-color: #417efb !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f3e45e !important;
  border-color: #f3e45e !important;
  color: #1d1a02 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f7ec8d !important;
  border-color: #f7ec8d !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1d1a02 !important;
  background-color: #f7ec8d !important;
  border-color: #f7ec8d !important;
}
.btn-info,
.btn-info:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !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: #616161 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #17b17c !important;
  border-color: #17b17c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1dde9c !important;
  border-color: #1dde9c !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1dde9c !important;
  border-color: #1dde9c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff8621 !important;
  border-color: #ff8621 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffa254 !important;
  border-color: #ffa254 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffa254 !important;
  border-color: #ffa254 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff2c21 !important;
  border-color: #ff2c21 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff5c54 !important;
  border-color: #ff5c54 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5c54 !important;
  border-color: #ff5c54 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !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: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #171719 !important;
  border-color: #171719 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #2f2f34 !important;
  border-color: #2f2f34 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2f2f34 !important;
  border-color: #2f2f34 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0f5cfa;
  color: #0f5cfa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #043caf !important;
  background-color: transparent !important;
  border-color: #043caf !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f5cfa !important;
  border-color: #0f5cfa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f3e45e;
  color: #f3e45e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e9d311 !important;
  background-color: transparent !important;
  border-color: #e9d311 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4c4506 !important;
  background-color: #f3e45e !important;
  border-color: #f3e45e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #17b17c;
  color: #17b17c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0d6446 !important;
  background-color: transparent !important;
  border-color: #0d6446 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #17b17c !important;
  border-color: #17b17c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff8621;
  color: #ff8621;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c95c00 !important;
  background-color: transparent !important;
  border-color: #c95c00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8621 !important;
  border-color: #ff8621 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff2c21;
  color: #ff2c21;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c90a00 !important;
  background-color: transparent !important;
  border-color: #c90a00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2c21 !important;
  border-color: #ff2c21 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #171719;
  color: #171719;
}
.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: #171719 !important;
  border-color: #171719 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #0f5cfa !important;
}
.text-secondary {
  color: #f3e45e !important;
}
.text-success {
  color: #17b17c !important;
}
.text-info {
  color: #fafafa !important;
}
.text-warning {
  color: #ff8621 !important;
}
.text-danger {
  color: #ff2c21 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #171719 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0337a0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #dbc610 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0b573d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c7c7c7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ba5500 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ba0900 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #0f5cfa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fafafa;
}
.alert-warning {
  background-color: #ff8621;
}
.alert-danger {
  background-color: #ff2c21;
}
.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: #0f5cfa;
  border-color: #0f5cfa;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  .nav-tabs {
    border-radius: 20px !important;
  }
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0f5cfa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d7e4fe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #5deaba;
}
.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: #fff5ed;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffeeed;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #0f5cfa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #0f5cfa;
}
/* 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: #0f5cfa;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0f5cfa;
}
.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: #0f5cfa;
  border-bottom-color: #0f5cfa;
}
.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: #0f5cfa !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f3e45e !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='%230f5cfa' %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;
}
.mbr-section-btn .btn {
  padding: 10px 26px;
  font-weight: 700;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 10px;
  transition: all .3s ease;
}
.mbr-section-btn .btn-white {
  color: #171719 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  color: #171719 !important;
  background-color: transparent !important;
  border-color: #171719 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.nav-item::before,
.dropdown-item {
  border-radius: 20px !important;
}
.little-radius {
  border-radius: 10px !important;
}
.middle-radius,
.google-map iframe {
  border-radius: 16px !important;
}
.large-radius {
  border-radius: 50px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v9128Ui9eV .navbar-dropdown {
  position: relative !important;
}
.cid-v9128Ui9eV .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-v9128Ui9eV .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v9128Ui9eV .dropdown-item {
  border: none !important;
  background: #0f5cfa !important;
  font-weight: 400;
  color: #ff544b !important;
}
.cid-v9128Ui9eV .dropdown-item:hover,
.cid-v9128Ui9eV .dropdown-item:focus {
  color: #ff544b !important;
}
.cid-v9128Ui9eV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9128Ui9eV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9128Ui9eV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9128Ui9eV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-v9128Ui9eV .nav-link {
  position: relative;
}
.cid-v9128Ui9eV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-v9128Ui9eV .container {
    flex-wrap: nowrap;
  }
}
.cid-v9128Ui9eV .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v9128Ui9eV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9128Ui9eV .dropdown-menu,
.cid-v9128Ui9eV .navbar.opened {
  background: #171719 !important;
}
.cid-v9128Ui9eV .nav-item:focus,
.cid-v9128Ui9eV .nav-link:focus {
  outline: none;
}
.cid-v9128Ui9eV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9128Ui9eV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v9128Ui9eV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9128Ui9eV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9128Ui9eV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9128Ui9eV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9128Ui9eV .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #171719;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v9128Ui9eV .navbar.opened {
  transition: all 0.3s;
}
.cid-v9128Ui9eV .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-v9128Ui9eV .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v9128Ui9eV .navbar .navbar-logo img {
  width: auto;
}
.cid-v9128Ui9eV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9128Ui9eV .navbar.collapsed {
  justify-content: center;
}
.cid-v9128Ui9eV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9128Ui9eV .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-v9128Ui9eV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9128Ui9eV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9128Ui9eV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9128Ui9eV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v9128Ui9eV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9128Ui9eV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9128Ui9eV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9128Ui9eV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9128Ui9eV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9128Ui9eV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9128Ui9eV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9128Ui9eV .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-v9128Ui9eV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9128Ui9eV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9128Ui9eV .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-v9128Ui9eV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v9128Ui9eV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9128Ui9eV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9128Ui9eV .navbar.navbar-short {
  min-height: 100px;
}
.cid-v9128Ui9eV .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-v9128Ui9eV .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v9128Ui9eV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v9128Ui9eV .navbar-brand .navbar-caption:hover,
.cid-v9128Ui9eV .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-v9128Ui9eV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9128Ui9eV .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v9128Ui9eV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-v9128Ui9eV .dropdown-item.active,
.cid-v9128Ui9eV .dropdown-item:active {
  background-color: transparent;
}
.cid-v9128Ui9eV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9128Ui9eV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9128Ui9eV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9128Ui9eV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171719;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v9128Ui9eV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v9128Ui9eV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v9128Ui9eV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9128Ui9eV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v9128Ui9eV ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v9128Ui9eV .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v9128Ui9eV .navbar-buttons {
    text-align: left;
  }
}
.cid-v9128Ui9eV .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v9128Ui9eV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v9128Ui9eV button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #171719 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v9128Ui9eV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9128Ui9eV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v9128Ui9eV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v9128Ui9eV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v9128Ui9eV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v9128Ui9eV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9128Ui9eV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9128Ui9eV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9128Ui9eV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9128Ui9eV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v9128Ui9eV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9128Ui9eV .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-v9128Ui9eV .navbar {
    height: 70px;
  }
  .cid-v9128Ui9eV .navbar.opened {
    height: auto;
  }
  .cid-v9128Ui9eV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9128Ui9eV .navbar-nav {
  margin: 0 auto;
}
.cid-v9128Ui9eV .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-v9128Ui9eV .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f5cfa;
  opacity: .2;
  transition: all .3s ease;
}
.cid-v9128Ui9eV .nav-item:hover::before {
  opacity: 1;
}
.cid-v9128Ui9eV .nav-item:hover.dropdown::before {
  opacity: .2;
}
.cid-v9128Ui9eV .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v9128Ui9eV .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v9128Ui9eV .nav-item .nav-link:hover,
.cid-v9128Ui9eV .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #ff544b !important;
  opacity: 1 !important;
}
.cid-v9128Ui9eV .nav-item .nav-link:hover::before,
.cid-v9128Ui9eV .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-v9128Ui9eV .nav-item .nav-link:hover::after,
.cid-v9128Ui9eV .nav-item .nav-link:focus::after {
  color: #ff544b !important;
}
.cid-v9128Ui9eV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v9128Ui9eV .nav-item .nav-link.show::before {
  opacity: .2;
}
.cid-v9128Ui9eV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v9128Ui9eV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v9128Ui9eV .navbar {
    justify-content: flex-start !important;
  }
  .cid-v9128Ui9eV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v9128Ui9eV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v9128Ui9eV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v9128Ui9eV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v9128Ui9eV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v9128Ui9eV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v9128Ui9eV .content-wrap {
  min-height: 100px;
}
.cid-vcjYIN6y8h {
  background-image: url("https://r.mobirisesite.com/2376879/assets/images/background1-h_mm38bkb5.jpg");
}
.cid-vcjYIN6y8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjYIN6y8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjYIN6y8h .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcjYIN6y8h .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vcjYIN6y8h .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vcjYIN6y8h .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vcjYIN6y8h .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vcjYIN6y8h .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vcjYIN6y8h .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcjYIN6y8h .mbr-section-title {
  color: #ffffff;
}
.cid-vcjYIN6y8h .mbr-text {
  color: #ffffff;
}
.cid-vcjYN4YoNh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vcjYN4YoNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjYN4YoNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjYN4YoNh .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vcjYN4YoNh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcjYN4YoNh .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vcjYN4YoNh .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcjYN4YoNh .mbr-label {
  color: #a8a8a8;
}
.cid-vcjYN4YoNh .mbr-text {
  color: #ffffff;
}
.cid-vckxIyImjY .navbar-dropdown {
  position: relative !important;
}
.cid-vckxIyImjY .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-vckxIyImjY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vckxIyImjY .dropdown-item {
  border: none !important;
  background: #0f5cfa !important;
  font-weight: 400;
  color: #ff544b !important;
}
.cid-vckxIyImjY .dropdown-item:hover,
.cid-vckxIyImjY .dropdown-item:focus {
  color: #ff544b !important;
}
.cid-vckxIyImjY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vckxIyImjY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vckxIyImjY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vckxIyImjY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vckxIyImjY .nav-link {
  position: relative;
}
.cid-vckxIyImjY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vckxIyImjY .container {
    flex-wrap: nowrap;
  }
}
.cid-vckxIyImjY .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vckxIyImjY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vckxIyImjY .dropdown-menu,
.cid-vckxIyImjY .navbar.opened {
  background: #171719 !important;
}
.cid-vckxIyImjY .nav-item:focus,
.cid-vckxIyImjY .nav-link:focus {
  outline: none;
}
.cid-vckxIyImjY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vckxIyImjY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vckxIyImjY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vckxIyImjY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vckxIyImjY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vckxIyImjY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vckxIyImjY .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #171719;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vckxIyImjY .navbar.opened {
  transition: all 0.3s;
}
.cid-vckxIyImjY .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vckxIyImjY .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vckxIyImjY .navbar .navbar-logo img {
  width: auto;
}
.cid-vckxIyImjY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vckxIyImjY .navbar.collapsed {
  justify-content: center;
}
.cid-vckxIyImjY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vckxIyImjY .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vckxIyImjY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vckxIyImjY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vckxIyImjY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vckxIyImjY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vckxIyImjY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vckxIyImjY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vckxIyImjY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vckxIyImjY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vckxIyImjY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vckxIyImjY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vckxIyImjY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vckxIyImjY .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-vckxIyImjY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vckxIyImjY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vckxIyImjY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vckxIyImjY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vckxIyImjY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vckxIyImjY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vckxIyImjY .navbar.navbar-short {
  min-height: 100px;
}
.cid-vckxIyImjY .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vckxIyImjY .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vckxIyImjY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vckxIyImjY .navbar-brand .navbar-caption:hover,
.cid-vckxIyImjY .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckxIyImjY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vckxIyImjY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vckxIyImjY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckxIyImjY .dropdown-item.active,
.cid-vckxIyImjY .dropdown-item:active {
  background-color: transparent;
}
.cid-vckxIyImjY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vckxIyImjY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vckxIyImjY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vckxIyImjY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171719;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vckxIyImjY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vckxIyImjY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vckxIyImjY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vckxIyImjY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vckxIyImjY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vckxIyImjY .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vckxIyImjY .navbar-buttons {
    text-align: left;
  }
}
.cid-vckxIyImjY .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vckxIyImjY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vckxIyImjY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #171719 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vckxIyImjY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vckxIyImjY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vckxIyImjY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckxIyImjY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckxIyImjY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vckxIyImjY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckxIyImjY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vckxIyImjY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vckxIyImjY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckxIyImjY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vckxIyImjY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vckxIyImjY .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-vckxIyImjY .navbar {
    height: 70px;
  }
  .cid-vckxIyImjY .navbar.opened {
    height: auto;
  }
  .cid-vckxIyImjY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vckxIyImjY .navbar-nav {
  margin: 0 auto;
}
.cid-vckxIyImjY .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vckxIyImjY .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f5cfa;
  opacity: .2;
  transition: all .3s ease;
}
.cid-vckxIyImjY .nav-item:hover::before {
  opacity: 1;
}
.cid-vckxIyImjY .nav-item:hover.dropdown::before {
  opacity: .2;
}
.cid-vckxIyImjY .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vckxIyImjY .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vckxIyImjY .nav-item .nav-link:hover,
.cid-vckxIyImjY .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #ff544b !important;
  opacity: 1 !important;
}
.cid-vckxIyImjY .nav-item .nav-link:hover::before,
.cid-vckxIyImjY .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vckxIyImjY .nav-item .nav-link:hover::after,
.cid-vckxIyImjY .nav-item .nav-link:focus::after {
  color: #ff544b !important;
}
.cid-vckxIyImjY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vckxIyImjY .nav-item .nav-link.show::before {
  opacity: .2;
}
.cid-vckxIyImjY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vckxIyImjY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vckxIyImjY .navbar {
    justify-content: flex-start !important;
  }
  .cid-vckxIyImjY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vckxIyImjY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vckxIyImjY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vckxIyImjY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vckxIyImjY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vckxIyImjY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vckxIyImjY .content-wrap {
  min-height: 100px;
}
.cid-vckxIAYfpU {
  background-image: url("https://r.mobirisesite.com/2376879/assets/images/background1-h_mm38bkb5.jpg");
}
.cid-vckxIAYfpU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckxIAYfpU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckxIAYfpU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vckxIAYfpU .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vckxIAYfpU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vckxIAYfpU .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vckxIAYfpU .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vckxIAYfpU .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vckxIAYfpU .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vckxIAYfpU .mbr-section-title {
  color: #ffffff;
}
.cid-vckxIAYfpU .mbr-text {
  color: #ffffff;
}
.cid-vckxICPI8o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vckxICPI8o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckxICPI8o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckxICPI8o .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vckxICPI8o .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vckxICPI8o .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vckxICPI8o .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vckxICPI8o .mbr-label {
  color: #a8a8a8;
}
.cid-vckxICPI8o .mbr-text {
  color: #ffffff;
}
.cid-vckxVQYwTm .navbar-dropdown {
  position: relative !important;
}
.cid-vckxVQYwTm .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-vckxVQYwTm .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vckxVQYwTm .dropdown-item {
  border: none !important;
  background: #0f5cfa !important;
  font-weight: 400;
  color: #ff544b !important;
}
.cid-vckxVQYwTm .dropdown-item:hover,
.cid-vckxVQYwTm .dropdown-item:focus {
  color: #ff544b !important;
}
.cid-vckxVQYwTm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vckxVQYwTm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vckxVQYwTm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vckxVQYwTm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vckxVQYwTm .nav-link {
  position: relative;
}
.cid-vckxVQYwTm .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vckxVQYwTm .container {
    flex-wrap: nowrap;
  }
}
.cid-vckxVQYwTm .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vckxVQYwTm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vckxVQYwTm .dropdown-menu,
.cid-vckxVQYwTm .navbar.opened {
  background: #171719 !important;
}
.cid-vckxVQYwTm .nav-item:focus,
.cid-vckxVQYwTm .nav-link:focus {
  outline: none;
}
.cid-vckxVQYwTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vckxVQYwTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vckxVQYwTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vckxVQYwTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vckxVQYwTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vckxVQYwTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vckxVQYwTm .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #171719;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vckxVQYwTm .navbar.opened {
  transition: all 0.3s;
}
.cid-vckxVQYwTm .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vckxVQYwTm .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vckxVQYwTm .navbar .navbar-logo img {
  width: auto;
}
.cid-vckxVQYwTm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vckxVQYwTm .navbar.collapsed {
  justify-content: center;
}
.cid-vckxVQYwTm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vckxVQYwTm .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vckxVQYwTm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vckxVQYwTm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vckxVQYwTm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vckxVQYwTm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vckxVQYwTm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vckxVQYwTm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vckxVQYwTm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vckxVQYwTm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vckxVQYwTm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vckxVQYwTm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vckxVQYwTm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vckxVQYwTm .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-vckxVQYwTm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vckxVQYwTm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vckxVQYwTm .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vckxVQYwTm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vckxVQYwTm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vckxVQYwTm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vckxVQYwTm .navbar.navbar-short {
  min-height: 100px;
}
.cid-vckxVQYwTm .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vckxVQYwTm .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vckxVQYwTm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vckxVQYwTm .navbar-brand .navbar-caption:hover,
.cid-vckxVQYwTm .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckxVQYwTm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vckxVQYwTm .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vckxVQYwTm .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckxVQYwTm .dropdown-item.active,
.cid-vckxVQYwTm .dropdown-item:active {
  background-color: transparent;
}
.cid-vckxVQYwTm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vckxVQYwTm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vckxVQYwTm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vckxVQYwTm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171719;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vckxVQYwTm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vckxVQYwTm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vckxVQYwTm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vckxVQYwTm ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vckxVQYwTm ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vckxVQYwTm .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vckxVQYwTm .navbar-buttons {
    text-align: left;
  }
}
.cid-vckxVQYwTm .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vckxVQYwTm .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vckxVQYwTm button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #171719 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vckxVQYwTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vckxVQYwTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vckxVQYwTm button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckxVQYwTm button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckxVQYwTm button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vckxVQYwTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckxVQYwTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vckxVQYwTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vckxVQYwTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckxVQYwTm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vckxVQYwTm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vckxVQYwTm .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-vckxVQYwTm .navbar {
    height: 70px;
  }
  .cid-vckxVQYwTm .navbar.opened {
    height: auto;
  }
  .cid-vckxVQYwTm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vckxVQYwTm .navbar-nav {
  margin: 0 auto;
}
.cid-vckxVQYwTm .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vckxVQYwTm .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f5cfa;
  opacity: .2;
  transition: all .3s ease;
}
.cid-vckxVQYwTm .nav-item:hover::before {
  opacity: 1;
}
.cid-vckxVQYwTm .nav-item:hover.dropdown::before {
  opacity: .2;
}
.cid-vckxVQYwTm .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vckxVQYwTm .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vckxVQYwTm .nav-item .nav-link:hover,
.cid-vckxVQYwTm .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #ff544b !important;
  opacity: 1 !important;
}
.cid-vckxVQYwTm .nav-item .nav-link:hover::before,
.cid-vckxVQYwTm .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vckxVQYwTm .nav-item .nav-link:hover::after,
.cid-vckxVQYwTm .nav-item .nav-link:focus::after {
  color: #ff544b !important;
}
.cid-vckxVQYwTm .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vckxVQYwTm .nav-item .nav-link.show::before {
  opacity: .2;
}
.cid-vckxVQYwTm .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vckxVQYwTm .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vckxVQYwTm .navbar {
    justify-content: flex-start !important;
  }
  .cid-vckxVQYwTm .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vckxVQYwTm .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vckxVQYwTm .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vckxVQYwTm .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vckxVQYwTm .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vckxVQYwTm .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vckxVQYwTm .content-wrap {
  min-height: 100px;
}
.cid-vckxVSBi7L {
  background-image: url("https://r.mobirisesite.com/2376879/assets/images/background1-h_mm38bkb5.jpg");
}
.cid-vckxVSBi7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckxVSBi7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckxVSBi7L .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vckxVSBi7L .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vckxVSBi7L .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vckxVSBi7L .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vckxVSBi7L .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vckxVSBi7L .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vckxVSBi7L .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vckxVSBi7L .mbr-section-title {
  color: #ffffff;
}
.cid-vckxVSBi7L .mbr-text {
  color: #ffffff;
}
.cid-vckxVTFAMG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vckxVTFAMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckxVTFAMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckxVTFAMG .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vckxVTFAMG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vckxVTFAMG .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vckxVTFAMG .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vckxVTFAMG .mbr-label {
  color: #a8a8a8;
}
.cid-vckxVTFAMG .mbr-text {
  color: #ffffff;
}
.cid-vckyiTOW5E .navbar-dropdown {
  position: relative !important;
}
.cid-vckyiTOW5E .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-vckyiTOW5E .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vckyiTOW5E .dropdown-item {
  border: none !important;
  background: #0f5cfa !important;
  font-weight: 400;
  color: #ff544b !important;
}
.cid-vckyiTOW5E .dropdown-item:hover,
.cid-vckyiTOW5E .dropdown-item:focus {
  color: #ff544b !important;
}
.cid-vckyiTOW5E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vckyiTOW5E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vckyiTOW5E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vckyiTOW5E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vckyiTOW5E .nav-link {
  position: relative;
}
.cid-vckyiTOW5E .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vckyiTOW5E .container {
    flex-wrap: nowrap;
  }
}
.cid-vckyiTOW5E .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vckyiTOW5E .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vckyiTOW5E .dropdown-menu,
.cid-vckyiTOW5E .navbar.opened {
  background: #171719 !important;
}
.cid-vckyiTOW5E .nav-item:focus,
.cid-vckyiTOW5E .nav-link:focus {
  outline: none;
}
.cid-vckyiTOW5E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vckyiTOW5E .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vckyiTOW5E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vckyiTOW5E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vckyiTOW5E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vckyiTOW5E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vckyiTOW5E .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #171719;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vckyiTOW5E .navbar.opened {
  transition: all 0.3s;
}
.cid-vckyiTOW5E .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vckyiTOW5E .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vckyiTOW5E .navbar .navbar-logo img {
  width: auto;
}
.cid-vckyiTOW5E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vckyiTOW5E .navbar.collapsed {
  justify-content: center;
}
.cid-vckyiTOW5E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vckyiTOW5E .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vckyiTOW5E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vckyiTOW5E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vckyiTOW5E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vckyiTOW5E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vckyiTOW5E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vckyiTOW5E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vckyiTOW5E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vckyiTOW5E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vckyiTOW5E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vckyiTOW5E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vckyiTOW5E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vckyiTOW5E .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-vckyiTOW5E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vckyiTOW5E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vckyiTOW5E .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vckyiTOW5E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vckyiTOW5E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vckyiTOW5E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vckyiTOW5E .navbar.navbar-short {
  min-height: 100px;
}
.cid-vckyiTOW5E .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vckyiTOW5E .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vckyiTOW5E .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vckyiTOW5E .navbar-brand .navbar-caption:hover,
.cid-vckyiTOW5E .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckyiTOW5E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vckyiTOW5E .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vckyiTOW5E .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckyiTOW5E .dropdown-item.active,
.cid-vckyiTOW5E .dropdown-item:active {
  background-color: transparent;
}
.cid-vckyiTOW5E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vckyiTOW5E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vckyiTOW5E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vckyiTOW5E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171719;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vckyiTOW5E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vckyiTOW5E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vckyiTOW5E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vckyiTOW5E ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vckyiTOW5E ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vckyiTOW5E .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vckyiTOW5E .navbar-buttons {
    text-align: left;
  }
}
.cid-vckyiTOW5E .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vckyiTOW5E .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vckyiTOW5E button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #171719 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vckyiTOW5E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vckyiTOW5E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vckyiTOW5E button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckyiTOW5E button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckyiTOW5E button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vckyiTOW5E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckyiTOW5E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vckyiTOW5E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vckyiTOW5E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckyiTOW5E .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vckyiTOW5E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vckyiTOW5E .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-vckyiTOW5E .navbar {
    height: 70px;
  }
  .cid-vckyiTOW5E .navbar.opened {
    height: auto;
  }
  .cid-vckyiTOW5E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vckyiTOW5E .navbar-nav {
  margin: 0 auto;
}
.cid-vckyiTOW5E .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vckyiTOW5E .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f5cfa;
  opacity: .2;
  transition: all .3s ease;
}
.cid-vckyiTOW5E .nav-item:hover::before {
  opacity: 1;
}
.cid-vckyiTOW5E .nav-item:hover.dropdown::before {
  opacity: .2;
}
.cid-vckyiTOW5E .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vckyiTOW5E .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vckyiTOW5E .nav-item .nav-link:hover,
.cid-vckyiTOW5E .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #ff544b !important;
  opacity: 1 !important;
}
.cid-vckyiTOW5E .nav-item .nav-link:hover::before,
.cid-vckyiTOW5E .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vckyiTOW5E .nav-item .nav-link:hover::after,
.cid-vckyiTOW5E .nav-item .nav-link:focus::after {
  color: #ff544b !important;
}
.cid-vckyiTOW5E .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vckyiTOW5E .nav-item .nav-link.show::before {
  opacity: .2;
}
.cid-vckyiTOW5E .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vckyiTOW5E .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vckyiTOW5E .navbar {
    justify-content: flex-start !important;
  }
  .cid-vckyiTOW5E .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vckyiTOW5E .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vckyiTOW5E .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vckyiTOW5E .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vckyiTOW5E .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vckyiTOW5E .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vckyiTOW5E .content-wrap {
  min-height: 100px;
}
.cid-vckyiVvdOG {
  background-image: url("https://r.mobirisesite.com/2376879/assets/images/background1-h_mm38bkb5.jpg");
}
.cid-vckyiVvdOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckyiVvdOG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckyiVvdOG .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vckyiVvdOG .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vckyiVvdOG .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vckyiVvdOG .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vckyiVvdOG .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vckyiVvdOG .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vckyiVvdOG .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vckyiVvdOG .mbr-section-title {
  color: #ffffff;
}
.cid-vckyiVvdOG .mbr-text {
  color: #ffffff;
}
.cid-vckyiWCjKE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vckyiWCjKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckyiWCjKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckyiWCjKE .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vckyiWCjKE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vckyiWCjKE .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vckyiWCjKE .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vckyiWCjKE .mbr-label {
  color: #a8a8a8;
}
.cid-vckyiWCjKE .mbr-text {
  color: #ffffff;
}
.cid-vckyqN6Sm4 .navbar-dropdown {
  position: relative !important;
}
.cid-vckyqN6Sm4 .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-vckyqN6Sm4 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vckyqN6Sm4 .dropdown-item {
  border: none !important;
  background: #0f5cfa !important;
  font-weight: 400;
  color: #ff544b !important;
}
.cid-vckyqN6Sm4 .dropdown-item:hover,
.cid-vckyqN6Sm4 .dropdown-item:focus {
  color: #ff544b !important;
}
.cid-vckyqN6Sm4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vckyqN6Sm4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vckyqN6Sm4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vckyqN6Sm4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vckyqN6Sm4 .nav-link {
  position: relative;
}
.cid-vckyqN6Sm4 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vckyqN6Sm4 .container {
    flex-wrap: nowrap;
  }
}
.cid-vckyqN6Sm4 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vckyqN6Sm4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vckyqN6Sm4 .dropdown-menu,
.cid-vckyqN6Sm4 .navbar.opened {
  background: #171719 !important;
}
.cid-vckyqN6Sm4 .nav-item:focus,
.cid-vckyqN6Sm4 .nav-link:focus {
  outline: none;
}
.cid-vckyqN6Sm4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vckyqN6Sm4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vckyqN6Sm4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vckyqN6Sm4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vckyqN6Sm4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vckyqN6Sm4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vckyqN6Sm4 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #171719;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vckyqN6Sm4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vckyqN6Sm4 .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vckyqN6Sm4 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vckyqN6Sm4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vckyqN6Sm4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vckyqN6Sm4 .navbar.collapsed {
  justify-content: center;
}
.cid-vckyqN6Sm4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vckyqN6Sm4 .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vckyqN6Sm4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vckyqN6Sm4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vckyqN6Sm4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vckyqN6Sm4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vckyqN6Sm4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vckyqN6Sm4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vckyqN6Sm4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vckyqN6Sm4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vckyqN6Sm4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vckyqN6Sm4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vckyqN6Sm4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vckyqN6Sm4 .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-vckyqN6Sm4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vckyqN6Sm4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vckyqN6Sm4 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vckyqN6Sm4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vckyqN6Sm4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vckyqN6Sm4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vckyqN6Sm4 .navbar.navbar-short {
  min-height: 100px;
}
.cid-vckyqN6Sm4 .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vckyqN6Sm4 .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vckyqN6Sm4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vckyqN6Sm4 .navbar-brand .navbar-caption:hover,
.cid-vckyqN6Sm4 .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckyqN6Sm4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vckyqN6Sm4 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vckyqN6Sm4 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckyqN6Sm4 .dropdown-item.active,
.cid-vckyqN6Sm4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vckyqN6Sm4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vckyqN6Sm4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vckyqN6Sm4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vckyqN6Sm4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171719;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vckyqN6Sm4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vckyqN6Sm4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vckyqN6Sm4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vckyqN6Sm4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vckyqN6Sm4 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vckyqN6Sm4 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vckyqN6Sm4 .navbar-buttons {
    text-align: left;
  }
}
.cid-vckyqN6Sm4 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vckyqN6Sm4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vckyqN6Sm4 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #171719 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vckyqN6Sm4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vckyqN6Sm4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vckyqN6Sm4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckyqN6Sm4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckyqN6Sm4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vckyqN6Sm4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckyqN6Sm4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vckyqN6Sm4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vckyqN6Sm4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckyqN6Sm4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vckyqN6Sm4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vckyqN6Sm4 .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-vckyqN6Sm4 .navbar {
    height: 70px;
  }
  .cid-vckyqN6Sm4 .navbar.opened {
    height: auto;
  }
  .cid-vckyqN6Sm4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vckyqN6Sm4 .navbar-nav {
  margin: 0 auto;
}
.cid-vckyqN6Sm4 .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vckyqN6Sm4 .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f5cfa;
  opacity: .2;
  transition: all .3s ease;
}
.cid-vckyqN6Sm4 .nav-item:hover::before {
  opacity: 1;
}
.cid-vckyqN6Sm4 .nav-item:hover.dropdown::before {
  opacity: .2;
}
.cid-vckyqN6Sm4 .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vckyqN6Sm4 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vckyqN6Sm4 .nav-item .nav-link:hover,
.cid-vckyqN6Sm4 .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #ff544b !important;
  opacity: 1 !important;
}
.cid-vckyqN6Sm4 .nav-item .nav-link:hover::before,
.cid-vckyqN6Sm4 .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vckyqN6Sm4 .nav-item .nav-link:hover::after,
.cid-vckyqN6Sm4 .nav-item .nav-link:focus::after {
  color: #ff544b !important;
}
.cid-vckyqN6Sm4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vckyqN6Sm4 .nav-item .nav-link.show::before {
  opacity: .2;
}
.cid-vckyqN6Sm4 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vckyqN6Sm4 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vckyqN6Sm4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vckyqN6Sm4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vckyqN6Sm4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vckyqN6Sm4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vckyqN6Sm4 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vckyqN6Sm4 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vckyqN6Sm4 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vckyqN6Sm4 .content-wrap {
  min-height: 100px;
}
.cid-vckyqOvpWJ {
  background-image: url("https://r.mobirisesite.com/2376879/assets/images/background1-h_mm38bkb5.jpg");
}
.cid-vckyqOvpWJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckyqOvpWJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckyqOvpWJ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vckyqOvpWJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vckyqOvpWJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vckyqOvpWJ .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vckyqOvpWJ .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vckyqOvpWJ .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vckyqOvpWJ .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vckyqOvpWJ .mbr-section-title {
  color: #ffffff;
}
.cid-vckyqOvpWJ .mbr-text {
  color: #ffffff;
}
.cid-vckyqPp1Lp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vckyqPp1Lp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckyqPp1Lp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckyqPp1Lp .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vckyqPp1Lp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vckyqPp1Lp .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vckyqPp1Lp .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vckyqPp1Lp .mbr-label {
  color: #a8a8a8;
}
.cid-vckyqPp1Lp .mbr-text {
  color: #ffffff;
}
.cid-vckyyIalE7 .navbar-dropdown {
  position: relative !important;
}
.cid-vckyyIalE7 .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-vckyyIalE7 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vckyyIalE7 .dropdown-item {
  border: none !important;
  background: #0f5cfa !important;
  font-weight: 400;
  color: #ff544b !important;
}
.cid-vckyyIalE7 .dropdown-item:hover,
.cid-vckyyIalE7 .dropdown-item:focus {
  color: #ff544b !important;
}
.cid-vckyyIalE7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vckyyIalE7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vckyyIalE7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vckyyIalE7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vckyyIalE7 .nav-link {
  position: relative;
}
.cid-vckyyIalE7 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vckyyIalE7 .container {
    flex-wrap: nowrap;
  }
}
.cid-vckyyIalE7 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vckyyIalE7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vckyyIalE7 .dropdown-menu,
.cid-vckyyIalE7 .navbar.opened {
  background: #171719 !important;
}
.cid-vckyyIalE7 .nav-item:focus,
.cid-vckyyIalE7 .nav-link:focus {
  outline: none;
}
.cid-vckyyIalE7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vckyyIalE7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vckyyIalE7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vckyyIalE7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vckyyIalE7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vckyyIalE7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vckyyIalE7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #171719;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vckyyIalE7 .navbar.opened {
  transition: all 0.3s;
}
.cid-vckyyIalE7 .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vckyyIalE7 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vckyyIalE7 .navbar .navbar-logo img {
  width: auto;
}
.cid-vckyyIalE7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vckyyIalE7 .navbar.collapsed {
  justify-content: center;
}
.cid-vckyyIalE7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vckyyIalE7 .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vckyyIalE7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vckyyIalE7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vckyyIalE7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vckyyIalE7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vckyyIalE7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vckyyIalE7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vckyyIalE7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vckyyIalE7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vckyyIalE7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vckyyIalE7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vckyyIalE7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vckyyIalE7 .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-vckyyIalE7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vckyyIalE7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vckyyIalE7 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vckyyIalE7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vckyyIalE7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vckyyIalE7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vckyyIalE7 .navbar.navbar-short {
  min-height: 100px;
}
.cid-vckyyIalE7 .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vckyyIalE7 .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vckyyIalE7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vckyyIalE7 .navbar-brand .navbar-caption:hover,
.cid-vckyyIalE7 .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckyyIalE7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vckyyIalE7 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vckyyIalE7 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckyyIalE7 .dropdown-item.active,
.cid-vckyyIalE7 .dropdown-item:active {
  background-color: transparent;
}
.cid-vckyyIalE7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vckyyIalE7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vckyyIalE7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vckyyIalE7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171719;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vckyyIalE7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vckyyIalE7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vckyyIalE7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vckyyIalE7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vckyyIalE7 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vckyyIalE7 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vckyyIalE7 .navbar-buttons {
    text-align: left;
  }
}
.cid-vckyyIalE7 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vckyyIalE7 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vckyyIalE7 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #171719 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vckyyIalE7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vckyyIalE7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vckyyIalE7 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckyyIalE7 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckyyIalE7 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vckyyIalE7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckyyIalE7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vckyyIalE7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vckyyIalE7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckyyIalE7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vckyyIalE7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vckyyIalE7 .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-vckyyIalE7 .navbar {
    height: 70px;
  }
  .cid-vckyyIalE7 .navbar.opened {
    height: auto;
  }
  .cid-vckyyIalE7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vckyyIalE7 .navbar-nav {
  margin: 0 auto;
}
.cid-vckyyIalE7 .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vckyyIalE7 .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f5cfa;
  opacity: .2;
  transition: all .3s ease;
}
.cid-vckyyIalE7 .nav-item:hover::before {
  opacity: 1;
}
.cid-vckyyIalE7 .nav-item:hover.dropdown::before {
  opacity: .2;
}
.cid-vckyyIalE7 .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vckyyIalE7 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vckyyIalE7 .nav-item .nav-link:hover,
.cid-vckyyIalE7 .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #ff544b !important;
  opacity: 1 !important;
}
.cid-vckyyIalE7 .nav-item .nav-link:hover::before,
.cid-vckyyIalE7 .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vckyyIalE7 .nav-item .nav-link:hover::after,
.cid-vckyyIalE7 .nav-item .nav-link:focus::after {
  color: #ff544b !important;
}
.cid-vckyyIalE7 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vckyyIalE7 .nav-item .nav-link.show::before {
  opacity: .2;
}
.cid-vckyyIalE7 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vckyyIalE7 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vckyyIalE7 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vckyyIalE7 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vckyyIalE7 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vckyyIalE7 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vckyyIalE7 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vckyyIalE7 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vckyyIalE7 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vckyyIalE7 .content-wrap {
  min-height: 100px;
}
.cid-vckyyJS8sp {
  background-image: url("https://r.mobirisesite.com/2376879/assets/images/background1-h_mm38bkb5.jpg");
}
.cid-vckyyJS8sp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckyyJS8sp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckyyJS8sp .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vckyyJS8sp .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vckyyJS8sp .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vckyyJS8sp .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vckyyJS8sp .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vckyyJS8sp .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vckyyJS8sp .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vckyyJS8sp .mbr-section-title {
  color: #ffffff;
}
.cid-vckyyJS8sp .mbr-text {
  color: #ffffff;
}
.cid-vckyyKSTrm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vckyyKSTrm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckyyKSTrm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckyyKSTrm .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vckyyKSTrm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vckyyKSTrm .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vckyyKSTrm .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vckyyKSTrm .mbr-label {
  color: #a8a8a8;
}
.cid-vckyyKSTrm .mbr-text {
  color: #ffffff;
}
.cid-vckyD3XAbj .navbar-dropdown {
  position: relative !important;
}
.cid-vckyD3XAbj .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-vckyD3XAbj .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vckyD3XAbj .dropdown-item {
  border: none !important;
  background: #0f5cfa !important;
  font-weight: 400;
  color: #ff544b !important;
}
.cid-vckyD3XAbj .dropdown-item:hover,
.cid-vckyD3XAbj .dropdown-item:focus {
  color: #ff544b !important;
}
.cid-vckyD3XAbj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vckyD3XAbj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vckyD3XAbj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vckyD3XAbj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vckyD3XAbj .nav-link {
  position: relative;
}
.cid-vckyD3XAbj .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vckyD3XAbj .container {
    flex-wrap: nowrap;
  }
}
.cid-vckyD3XAbj .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vckyD3XAbj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vckyD3XAbj .dropdown-menu,
.cid-vckyD3XAbj .navbar.opened {
  background: #171719 !important;
}
.cid-vckyD3XAbj .nav-item:focus,
.cid-vckyD3XAbj .nav-link:focus {
  outline: none;
}
.cid-vckyD3XAbj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vckyD3XAbj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vckyD3XAbj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vckyD3XAbj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vckyD3XAbj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vckyD3XAbj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vckyD3XAbj .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #171719;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vckyD3XAbj .navbar.opened {
  transition: all 0.3s;
}
.cid-vckyD3XAbj .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vckyD3XAbj .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vckyD3XAbj .navbar .navbar-logo img {
  width: auto;
}
.cid-vckyD3XAbj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vckyD3XAbj .navbar.collapsed {
  justify-content: center;
}
.cid-vckyD3XAbj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vckyD3XAbj .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vckyD3XAbj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vckyD3XAbj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vckyD3XAbj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vckyD3XAbj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vckyD3XAbj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vckyD3XAbj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vckyD3XAbj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vckyD3XAbj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vckyD3XAbj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vckyD3XAbj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vckyD3XAbj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vckyD3XAbj .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-vckyD3XAbj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vckyD3XAbj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vckyD3XAbj .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vckyD3XAbj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vckyD3XAbj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vckyD3XAbj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vckyD3XAbj .navbar.navbar-short {
  min-height: 100px;
}
.cid-vckyD3XAbj .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vckyD3XAbj .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vckyD3XAbj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vckyD3XAbj .navbar-brand .navbar-caption:hover,
.cid-vckyD3XAbj .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckyD3XAbj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vckyD3XAbj .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vckyD3XAbj .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckyD3XAbj .dropdown-item.active,
.cid-vckyD3XAbj .dropdown-item:active {
  background-color: transparent;
}
.cid-vckyD3XAbj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vckyD3XAbj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vckyD3XAbj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vckyD3XAbj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171719;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vckyD3XAbj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vckyD3XAbj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vckyD3XAbj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vckyD3XAbj ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vckyD3XAbj ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vckyD3XAbj .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vckyD3XAbj .navbar-buttons {
    text-align: left;
  }
}
.cid-vckyD3XAbj .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vckyD3XAbj .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vckyD3XAbj button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #171719 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vckyD3XAbj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vckyD3XAbj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vckyD3XAbj button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckyD3XAbj button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckyD3XAbj button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vckyD3XAbj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckyD3XAbj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vckyD3XAbj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vckyD3XAbj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckyD3XAbj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vckyD3XAbj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vckyD3XAbj .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-vckyD3XAbj .navbar {
    height: 70px;
  }
  .cid-vckyD3XAbj .navbar.opened {
    height: auto;
  }
  .cid-vckyD3XAbj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vckyD3XAbj .navbar-nav {
  margin: 0 auto;
}
.cid-vckyD3XAbj .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vckyD3XAbj .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f5cfa;
  opacity: .2;
  transition: all .3s ease;
}
.cid-vckyD3XAbj .nav-item:hover::before {
  opacity: 1;
}
.cid-vckyD3XAbj .nav-item:hover.dropdown::before {
  opacity: .2;
}
.cid-vckyD3XAbj .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vckyD3XAbj .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vckyD3XAbj .nav-item .nav-link:hover,
.cid-vckyD3XAbj .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #ff544b !important;
  opacity: 1 !important;
}
.cid-vckyD3XAbj .nav-item .nav-link:hover::before,
.cid-vckyD3XAbj .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vckyD3XAbj .nav-item .nav-link:hover::after,
.cid-vckyD3XAbj .nav-item .nav-link:focus::after {
  color: #ff544b !important;
}
.cid-vckyD3XAbj .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vckyD3XAbj .nav-item .nav-link.show::before {
  opacity: .2;
}
.cid-vckyD3XAbj .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vckyD3XAbj .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vckyD3XAbj .navbar {
    justify-content: flex-start !important;
  }
  .cid-vckyD3XAbj .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vckyD3XAbj .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vckyD3XAbj .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vckyD3XAbj .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vckyD3XAbj .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vckyD3XAbj .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vckyD3XAbj .content-wrap {
  min-height: 100px;
}
.cid-vckyD5wHzj {
  background-image: url("https://r.mobirisesite.com/2376879/assets/images/background1-h_mm38bkb5.jpg");
}
.cid-vckyD5wHzj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckyD5wHzj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckyD5wHzj .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vckyD5wHzj .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vckyD5wHzj .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vckyD5wHzj .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vckyD5wHzj .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vckyD5wHzj .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vckyD5wHzj .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vckyD5wHzj .mbr-section-title {
  color: #ffffff;
}
.cid-vckyD5wHzj .mbr-text {
  color: #ffffff;
}
.cid-vckyD6sYIr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vckyD6sYIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckyD6sYIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckyD6sYIr .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vckyD6sYIr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vckyD6sYIr .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vckyD6sYIr .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vckyD6sYIr .mbr-label {
  color: #a8a8a8;
}
.cid-vckyD6sYIr .mbr-text {
  color: #ffffff;
}
.cid-vckyJZQwpj .navbar-dropdown {
  position: relative !important;
}
.cid-vckyJZQwpj .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-vckyJZQwpj .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vckyJZQwpj .dropdown-item {
  border: none !important;
  background: #0f5cfa !important;
  font-weight: 400;
  color: #ff544b !important;
}
.cid-vckyJZQwpj .dropdown-item:hover,
.cid-vckyJZQwpj .dropdown-item:focus {
  color: #ff544b !important;
}
.cid-vckyJZQwpj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vckyJZQwpj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vckyJZQwpj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vckyJZQwpj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vckyJZQwpj .nav-link {
  position: relative;
}
.cid-vckyJZQwpj .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vckyJZQwpj .container {
    flex-wrap: nowrap;
  }
}
.cid-vckyJZQwpj .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vckyJZQwpj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vckyJZQwpj .dropdown-menu,
.cid-vckyJZQwpj .navbar.opened {
  background: #171719 !important;
}
.cid-vckyJZQwpj .nav-item:focus,
.cid-vckyJZQwpj .nav-link:focus {
  outline: none;
}
.cid-vckyJZQwpj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vckyJZQwpj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vckyJZQwpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vckyJZQwpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vckyJZQwpj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vckyJZQwpj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vckyJZQwpj .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #171719;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vckyJZQwpj .navbar.opened {
  transition: all 0.3s;
}
.cid-vckyJZQwpj .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vckyJZQwpj .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vckyJZQwpj .navbar .navbar-logo img {
  width: auto;
}
.cid-vckyJZQwpj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vckyJZQwpj .navbar.collapsed {
  justify-content: center;
}
.cid-vckyJZQwpj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vckyJZQwpj .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vckyJZQwpj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vckyJZQwpj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vckyJZQwpj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vckyJZQwpj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vckyJZQwpj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vckyJZQwpj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vckyJZQwpj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vckyJZQwpj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vckyJZQwpj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vckyJZQwpj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vckyJZQwpj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vckyJZQwpj .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-vckyJZQwpj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vckyJZQwpj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vckyJZQwpj .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vckyJZQwpj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vckyJZQwpj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vckyJZQwpj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vckyJZQwpj .navbar.navbar-short {
  min-height: 100px;
}
.cid-vckyJZQwpj .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vckyJZQwpj .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vckyJZQwpj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vckyJZQwpj .navbar-brand .navbar-caption:hover,
.cid-vckyJZQwpj .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckyJZQwpj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vckyJZQwpj .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vckyJZQwpj .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckyJZQwpj .dropdown-item.active,
.cid-vckyJZQwpj .dropdown-item:active {
  background-color: transparent;
}
.cid-vckyJZQwpj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vckyJZQwpj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vckyJZQwpj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vckyJZQwpj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171719;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vckyJZQwpj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vckyJZQwpj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vckyJZQwpj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vckyJZQwpj ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vckyJZQwpj ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vckyJZQwpj .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vckyJZQwpj .navbar-buttons {
    text-align: left;
  }
}
.cid-vckyJZQwpj .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vckyJZQwpj .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vckyJZQwpj button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #171719 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vckyJZQwpj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vckyJZQwpj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vckyJZQwpj button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckyJZQwpj button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckyJZQwpj button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vckyJZQwpj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckyJZQwpj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vckyJZQwpj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vckyJZQwpj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckyJZQwpj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vckyJZQwpj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vckyJZQwpj .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-vckyJZQwpj .navbar {
    height: 70px;
  }
  .cid-vckyJZQwpj .navbar.opened {
    height: auto;
  }
  .cid-vckyJZQwpj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vckyJZQwpj .navbar-nav {
  margin: 0 auto;
}
.cid-vckyJZQwpj .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vckyJZQwpj .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f5cfa;
  opacity: .2;
  transition: all .3s ease;
}
.cid-vckyJZQwpj .nav-item:hover::before {
  opacity: 1;
}
.cid-vckyJZQwpj .nav-item:hover.dropdown::before {
  opacity: .2;
}
.cid-vckyJZQwpj .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vckyJZQwpj .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vckyJZQwpj .nav-item .nav-link:hover,
.cid-vckyJZQwpj .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #ff544b !important;
  opacity: 1 !important;
}
.cid-vckyJZQwpj .nav-item .nav-link:hover::before,
.cid-vckyJZQwpj .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vckyJZQwpj .nav-item .nav-link:hover::after,
.cid-vckyJZQwpj .nav-item .nav-link:focus::after {
  color: #ff544b !important;
}
.cid-vckyJZQwpj .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vckyJZQwpj .nav-item .nav-link.show::before {
  opacity: .2;
}
.cid-vckyJZQwpj .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vckyJZQwpj .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vckyJZQwpj .navbar {
    justify-content: flex-start !important;
  }
  .cid-vckyJZQwpj .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vckyJZQwpj .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vckyJZQwpj .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vckyJZQwpj .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vckyJZQwpj .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vckyJZQwpj .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vckyJZQwpj .content-wrap {
  min-height: 100px;
}
.cid-vckyK1CdGJ {
  background-image: url("https://r.mobirisesite.com/2376879/assets/images/background1-h_mm38bkb5.jpg");
}
.cid-vckyK1CdGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckyK1CdGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckyK1CdGJ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vckyK1CdGJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vckyK1CdGJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vckyK1CdGJ .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vckyK1CdGJ .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vckyK1CdGJ .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vckyK1CdGJ .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vckyK1CdGJ .mbr-section-title {
  color: #ffffff;
}
.cid-vckyK1CdGJ .mbr-text {
  color: #ffffff;
}
.cid-vckyK2D4Vo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vckyK2D4Vo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckyK2D4Vo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckyK2D4Vo .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vckyK2D4Vo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vckyK2D4Vo .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vckyK2D4Vo .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vckyK2D4Vo .mbr-label {
  color: #a8a8a8;
}
.cid-vckyK2D4Vo .mbr-text {
  color: #ffffff;
}
.cid-vckyPMAqQQ .navbar-dropdown {
  position: relative !important;
}
.cid-vckyPMAqQQ .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-vckyPMAqQQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vckyPMAqQQ .dropdown-item {
  border: none !important;
  background: #0f5cfa !important;
  font-weight: 400;
  color: #ff544b !important;
}
.cid-vckyPMAqQQ .dropdown-item:hover,
.cid-vckyPMAqQQ .dropdown-item:focus {
  color: #ff544b !important;
}
.cid-vckyPMAqQQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vckyPMAqQQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vckyPMAqQQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vckyPMAqQQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vckyPMAqQQ .nav-link {
  position: relative;
}
.cid-vckyPMAqQQ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vckyPMAqQQ .container {
    flex-wrap: nowrap;
  }
}
.cid-vckyPMAqQQ .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vckyPMAqQQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vckyPMAqQQ .dropdown-menu,
.cid-vckyPMAqQQ .navbar.opened {
  background: #171719 !important;
}
.cid-vckyPMAqQQ .nav-item:focus,
.cid-vckyPMAqQQ .nav-link:focus {
  outline: none;
}
.cid-vckyPMAqQQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vckyPMAqQQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vckyPMAqQQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vckyPMAqQQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vckyPMAqQQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vckyPMAqQQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vckyPMAqQQ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #171719;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vckyPMAqQQ .navbar.opened {
  transition: all 0.3s;
}
.cid-vckyPMAqQQ .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vckyPMAqQQ .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vckyPMAqQQ .navbar .navbar-logo img {
  width: auto;
}
.cid-vckyPMAqQQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vckyPMAqQQ .navbar.collapsed {
  justify-content: center;
}
.cid-vckyPMAqQQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vckyPMAqQQ .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vckyPMAqQQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vckyPMAqQQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vckyPMAqQQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vckyPMAqQQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vckyPMAqQQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vckyPMAqQQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vckyPMAqQQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vckyPMAqQQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vckyPMAqQQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vckyPMAqQQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vckyPMAqQQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vckyPMAqQQ .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-vckyPMAqQQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vckyPMAqQQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vckyPMAqQQ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vckyPMAqQQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vckyPMAqQQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vckyPMAqQQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vckyPMAqQQ .navbar.navbar-short {
  min-height: 100px;
}
.cid-vckyPMAqQQ .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vckyPMAqQQ .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vckyPMAqQQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vckyPMAqQQ .navbar-brand .navbar-caption:hover,
.cid-vckyPMAqQQ .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckyPMAqQQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vckyPMAqQQ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vckyPMAqQQ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckyPMAqQQ .dropdown-item.active,
.cid-vckyPMAqQQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vckyPMAqQQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vckyPMAqQQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vckyPMAqQQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vckyPMAqQQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171719;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vckyPMAqQQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vckyPMAqQQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vckyPMAqQQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vckyPMAqQQ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vckyPMAqQQ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vckyPMAqQQ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vckyPMAqQQ .navbar-buttons {
    text-align: left;
  }
}
.cid-vckyPMAqQQ .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vckyPMAqQQ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vckyPMAqQQ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #171719 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vckyPMAqQQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vckyPMAqQQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vckyPMAqQQ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckyPMAqQQ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckyPMAqQQ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vckyPMAqQQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckyPMAqQQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vckyPMAqQQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vckyPMAqQQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckyPMAqQQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vckyPMAqQQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vckyPMAqQQ .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-vckyPMAqQQ .navbar {
    height: 70px;
  }
  .cid-vckyPMAqQQ .navbar.opened {
    height: auto;
  }
  .cid-vckyPMAqQQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vckyPMAqQQ .navbar-nav {
  margin: 0 auto;
}
.cid-vckyPMAqQQ .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vckyPMAqQQ .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f5cfa;
  opacity: .2;
  transition: all .3s ease;
}
.cid-vckyPMAqQQ .nav-item:hover::before {
  opacity: 1;
}
.cid-vckyPMAqQQ .nav-item:hover.dropdown::before {
  opacity: .2;
}
.cid-vckyPMAqQQ .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vckyPMAqQQ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vckyPMAqQQ .nav-item .nav-link:hover,
.cid-vckyPMAqQQ .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #ff544b !important;
  opacity: 1 !important;
}
.cid-vckyPMAqQQ .nav-item .nav-link:hover::before,
.cid-vckyPMAqQQ .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vckyPMAqQQ .nav-item .nav-link:hover::after,
.cid-vckyPMAqQQ .nav-item .nav-link:focus::after {
  color: #ff544b !important;
}
.cid-vckyPMAqQQ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vckyPMAqQQ .nav-item .nav-link.show::before {
  opacity: .2;
}
.cid-vckyPMAqQQ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vckyPMAqQQ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vckyPMAqQQ .navbar {
    justify-content: flex-start !important;
  }
  .cid-vckyPMAqQQ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vckyPMAqQQ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vckyPMAqQQ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vckyPMAqQQ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vckyPMAqQQ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vckyPMAqQQ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vckyPMAqQQ .content-wrap {
  min-height: 100px;
}
.cid-vckyPO0OBb {
  background-image: url("https://r.mobirisesite.com/2376879/assets/images/background1-h_mm38bkb5.jpg");
}
.cid-vckyPO0OBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckyPO0OBb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckyPO0OBb .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vckyPO0OBb .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vckyPO0OBb .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vckyPO0OBb .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vckyPO0OBb .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vckyPO0OBb .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vckyPO0OBb .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vckyPO0OBb .mbr-section-title {
  color: #ffffff;
}
.cid-vckyPO0OBb .mbr-text {
  color: #ffffff;
}
.cid-vckyPOPQCH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vckyPOPQCH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckyPOPQCH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckyPOPQCH .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vckyPOPQCH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vckyPOPQCH .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vckyPOPQCH .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vckyPOPQCH .mbr-label {
  color: #a8a8a8;
}
.cid-vckyPOPQCH .mbr-text {
  color: #ffffff;
}
.cid-vckyUTyBgH .navbar-dropdown {
  position: relative !important;
}
.cid-vckyUTyBgH .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-vckyUTyBgH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vckyUTyBgH .dropdown-item {
  border: none !important;
  background: #0f5cfa !important;
  font-weight: 400;
  color: #ff544b !important;
}
.cid-vckyUTyBgH .dropdown-item:hover,
.cid-vckyUTyBgH .dropdown-item:focus {
  color: #ff544b !important;
}
.cid-vckyUTyBgH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vckyUTyBgH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vckyUTyBgH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vckyUTyBgH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vckyUTyBgH .nav-link {
  position: relative;
}
.cid-vckyUTyBgH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vckyUTyBgH .container {
    flex-wrap: nowrap;
  }
}
.cid-vckyUTyBgH .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vckyUTyBgH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vckyUTyBgH .dropdown-menu,
.cid-vckyUTyBgH .navbar.opened {
  background: #171719 !important;
}
.cid-vckyUTyBgH .nav-item:focus,
.cid-vckyUTyBgH .nav-link:focus {
  outline: none;
}
.cid-vckyUTyBgH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vckyUTyBgH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vckyUTyBgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vckyUTyBgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vckyUTyBgH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vckyUTyBgH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vckyUTyBgH .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #171719;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vckyUTyBgH .navbar.opened {
  transition: all 0.3s;
}
.cid-vckyUTyBgH .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vckyUTyBgH .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vckyUTyBgH .navbar .navbar-logo img {
  width: auto;
}
.cid-vckyUTyBgH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vckyUTyBgH .navbar.collapsed {
  justify-content: center;
}
.cid-vckyUTyBgH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vckyUTyBgH .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vckyUTyBgH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vckyUTyBgH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vckyUTyBgH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vckyUTyBgH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vckyUTyBgH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vckyUTyBgH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vckyUTyBgH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vckyUTyBgH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vckyUTyBgH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vckyUTyBgH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vckyUTyBgH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vckyUTyBgH .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-vckyUTyBgH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vckyUTyBgH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vckyUTyBgH .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vckyUTyBgH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vckyUTyBgH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vckyUTyBgH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vckyUTyBgH .navbar.navbar-short {
  min-height: 100px;
}
.cid-vckyUTyBgH .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vckyUTyBgH .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vckyUTyBgH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vckyUTyBgH .navbar-brand .navbar-caption:hover,
.cid-vckyUTyBgH .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckyUTyBgH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vckyUTyBgH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vckyUTyBgH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckyUTyBgH .dropdown-item.active,
.cid-vckyUTyBgH .dropdown-item:active {
  background-color: transparent;
}
.cid-vckyUTyBgH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vckyUTyBgH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vckyUTyBgH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vckyUTyBgH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171719;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vckyUTyBgH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vckyUTyBgH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vckyUTyBgH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vckyUTyBgH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vckyUTyBgH ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vckyUTyBgH .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vckyUTyBgH .navbar-buttons {
    text-align: left;
  }
}
.cid-vckyUTyBgH .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vckyUTyBgH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vckyUTyBgH button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #171719 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vckyUTyBgH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vckyUTyBgH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vckyUTyBgH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckyUTyBgH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckyUTyBgH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vckyUTyBgH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckyUTyBgH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vckyUTyBgH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vckyUTyBgH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckyUTyBgH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vckyUTyBgH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vckyUTyBgH .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-vckyUTyBgH .navbar {
    height: 70px;
  }
  .cid-vckyUTyBgH .navbar.opened {
    height: auto;
  }
  .cid-vckyUTyBgH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vckyUTyBgH .navbar-nav {
  margin: 0 auto;
}
.cid-vckyUTyBgH .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vckyUTyBgH .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f5cfa;
  opacity: .2;
  transition: all .3s ease;
}
.cid-vckyUTyBgH .nav-item:hover::before {
  opacity: 1;
}
.cid-vckyUTyBgH .nav-item:hover.dropdown::before {
  opacity: .2;
}
.cid-vckyUTyBgH .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vckyUTyBgH .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vckyUTyBgH .nav-item .nav-link:hover,
.cid-vckyUTyBgH .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #ff544b !important;
  opacity: 1 !important;
}
.cid-vckyUTyBgH .nav-item .nav-link:hover::before,
.cid-vckyUTyBgH .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vckyUTyBgH .nav-item .nav-link:hover::after,
.cid-vckyUTyBgH .nav-item .nav-link:focus::after {
  color: #ff544b !important;
}
.cid-vckyUTyBgH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vckyUTyBgH .nav-item .nav-link.show::before {
  opacity: .2;
}
.cid-vckyUTyBgH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vckyUTyBgH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vckyUTyBgH .navbar {
    justify-content: flex-start !important;
  }
  .cid-vckyUTyBgH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vckyUTyBgH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vckyUTyBgH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vckyUTyBgH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vckyUTyBgH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vckyUTyBgH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vckyUTyBgH .content-wrap {
  min-height: 100px;
}
.cid-vckyUV08kz {
  background-image: url("https://r.mobirisesite.com/2376879/assets/images/background1-h_mm38bkb5.jpg");
}
.cid-vckyUV08kz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckyUV08kz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckyUV08kz .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vckyUV08kz .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vckyUV08kz .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vckyUV08kz .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vckyUV08kz .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vckyUV08kz .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vckyUV08kz .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vckyUV08kz .mbr-section-title {
  color: #ffffff;
}
.cid-vckyUV08kz .mbr-text {
  color: #ffffff;
}
.cid-vckyUVWEbr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vckyUVWEbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckyUVWEbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckyUVWEbr .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vckyUVWEbr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vckyUVWEbr .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vckyUVWEbr .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vckyUVWEbr .mbr-label {
  color: #a8a8a8;
}
.cid-vckyUVWEbr .mbr-text {
  color: #ffffff;
}
.cid-vckyYAwLXq .navbar-dropdown {
  position: relative !important;
}
.cid-vckyYAwLXq .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-vckyYAwLXq .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vckyYAwLXq .dropdown-item {
  border: none !important;
  background: #0f5cfa !important;
  font-weight: 400;
  color: #ff544b !important;
}
.cid-vckyYAwLXq .dropdown-item:hover,
.cid-vckyYAwLXq .dropdown-item:focus {
  color: #ff544b !important;
}
.cid-vckyYAwLXq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vckyYAwLXq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vckyYAwLXq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vckyYAwLXq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vckyYAwLXq .nav-link {
  position: relative;
}
.cid-vckyYAwLXq .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vckyYAwLXq .container {
    flex-wrap: nowrap;
  }
}
.cid-vckyYAwLXq .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vckyYAwLXq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vckyYAwLXq .dropdown-menu,
.cid-vckyYAwLXq .navbar.opened {
  background: #171719 !important;
}
.cid-vckyYAwLXq .nav-item:focus,
.cid-vckyYAwLXq .nav-link:focus {
  outline: none;
}
.cid-vckyYAwLXq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vckyYAwLXq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vckyYAwLXq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vckyYAwLXq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vckyYAwLXq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vckyYAwLXq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vckyYAwLXq .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #171719;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vckyYAwLXq .navbar.opened {
  transition: all 0.3s;
}
.cid-vckyYAwLXq .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vckyYAwLXq .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vckyYAwLXq .navbar .navbar-logo img {
  width: auto;
}
.cid-vckyYAwLXq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vckyYAwLXq .navbar.collapsed {
  justify-content: center;
}
.cid-vckyYAwLXq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vckyYAwLXq .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vckyYAwLXq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vckyYAwLXq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vckyYAwLXq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vckyYAwLXq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vckyYAwLXq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vckyYAwLXq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vckyYAwLXq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vckyYAwLXq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vckyYAwLXq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vckyYAwLXq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vckyYAwLXq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vckyYAwLXq .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-vckyYAwLXq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vckyYAwLXq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vckyYAwLXq .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vckyYAwLXq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vckyYAwLXq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vckyYAwLXq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vckyYAwLXq .navbar.navbar-short {
  min-height: 100px;
}
.cid-vckyYAwLXq .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vckyYAwLXq .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vckyYAwLXq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vckyYAwLXq .navbar-brand .navbar-caption:hover,
.cid-vckyYAwLXq .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckyYAwLXq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vckyYAwLXq .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vckyYAwLXq .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckyYAwLXq .dropdown-item.active,
.cid-vckyYAwLXq .dropdown-item:active {
  background-color: transparent;
}
.cid-vckyYAwLXq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vckyYAwLXq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vckyYAwLXq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vckyYAwLXq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171719;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vckyYAwLXq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vckyYAwLXq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vckyYAwLXq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vckyYAwLXq ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vckyYAwLXq ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vckyYAwLXq .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vckyYAwLXq .navbar-buttons {
    text-align: left;
  }
}
.cid-vckyYAwLXq .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vckyYAwLXq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vckyYAwLXq button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #171719 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vckyYAwLXq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vckyYAwLXq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vckyYAwLXq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckyYAwLXq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckyYAwLXq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vckyYAwLXq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckyYAwLXq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vckyYAwLXq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vckyYAwLXq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckyYAwLXq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vckyYAwLXq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vckyYAwLXq .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-vckyYAwLXq .navbar {
    height: 70px;
  }
  .cid-vckyYAwLXq .navbar.opened {
    height: auto;
  }
  .cid-vckyYAwLXq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vckyYAwLXq .navbar-nav {
  margin: 0 auto;
}
.cid-vckyYAwLXq .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vckyYAwLXq .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f5cfa;
  opacity: .2;
  transition: all .3s ease;
}
.cid-vckyYAwLXq .nav-item:hover::before {
  opacity: 1;
}
.cid-vckyYAwLXq .nav-item:hover.dropdown::before {
  opacity: .2;
}
.cid-vckyYAwLXq .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vckyYAwLXq .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vckyYAwLXq .nav-item .nav-link:hover,
.cid-vckyYAwLXq .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #ff544b !important;
  opacity: 1 !important;
}
.cid-vckyYAwLXq .nav-item .nav-link:hover::before,
.cid-vckyYAwLXq .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vckyYAwLXq .nav-item .nav-link:hover::after,
.cid-vckyYAwLXq .nav-item .nav-link:focus::after {
  color: #ff544b !important;
}
.cid-vckyYAwLXq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vckyYAwLXq .nav-item .nav-link.show::before {
  opacity: .2;
}
.cid-vckyYAwLXq .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vckyYAwLXq .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vckyYAwLXq .navbar {
    justify-content: flex-start !important;
  }
  .cid-vckyYAwLXq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vckyYAwLXq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vckyYAwLXq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vckyYAwLXq .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vckyYAwLXq .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vckyYAwLXq .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vckyYAwLXq .content-wrap {
  min-height: 100px;
}
.cid-vckyYCaBTQ {
  background-image: url("https://r.mobirisesite.com/2376879/assets/images/background1-h_mm38bkb5.jpg");
}
.cid-vckyYCaBTQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckyYCaBTQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckyYCaBTQ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vckyYCaBTQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vckyYCaBTQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vckyYCaBTQ .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vckyYCaBTQ .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vckyYCaBTQ .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vckyYCaBTQ .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vckyYCaBTQ .mbr-section-title {
  color: #ffffff;
}
.cid-vckyYCaBTQ .mbr-text {
  color: #ffffff;
}
.cid-vckyYD5POR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vckyYD5POR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckyYD5POR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckyYD5POR .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vckyYD5POR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vckyYD5POR .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vckyYD5POR .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vckyYD5POR .mbr-label {
  color: #a8a8a8;
}
.cid-vckyYD5POR .mbr-text {
  color: #ffffff;
}
.cid-vckz3C9Qnn .navbar-dropdown {
  position: relative !important;
}
.cid-vckz3C9Qnn .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-vckz3C9Qnn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vckz3C9Qnn .dropdown-item {
  border: none !important;
  background: #0f5cfa !important;
  font-weight: 400;
  color: #ff544b !important;
}
.cid-vckz3C9Qnn .dropdown-item:hover,
.cid-vckz3C9Qnn .dropdown-item:focus {
  color: #ff544b !important;
}
.cid-vckz3C9Qnn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vckz3C9Qnn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vckz3C9Qnn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vckz3C9Qnn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vckz3C9Qnn .nav-link {
  position: relative;
}
.cid-vckz3C9Qnn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vckz3C9Qnn .container {
    flex-wrap: nowrap;
  }
}
.cid-vckz3C9Qnn .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vckz3C9Qnn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vckz3C9Qnn .dropdown-menu,
.cid-vckz3C9Qnn .navbar.opened {
  background: #171719 !important;
}
.cid-vckz3C9Qnn .nav-item:focus,
.cid-vckz3C9Qnn .nav-link:focus {
  outline: none;
}
.cid-vckz3C9Qnn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vckz3C9Qnn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vckz3C9Qnn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vckz3C9Qnn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vckz3C9Qnn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vckz3C9Qnn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vckz3C9Qnn .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #171719;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vckz3C9Qnn .navbar.opened {
  transition: all 0.3s;
}
.cid-vckz3C9Qnn .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vckz3C9Qnn .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vckz3C9Qnn .navbar .navbar-logo img {
  width: auto;
}
.cid-vckz3C9Qnn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vckz3C9Qnn .navbar.collapsed {
  justify-content: center;
}
.cid-vckz3C9Qnn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vckz3C9Qnn .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vckz3C9Qnn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vckz3C9Qnn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vckz3C9Qnn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vckz3C9Qnn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vckz3C9Qnn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vckz3C9Qnn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vckz3C9Qnn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vckz3C9Qnn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vckz3C9Qnn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vckz3C9Qnn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vckz3C9Qnn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vckz3C9Qnn .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-vckz3C9Qnn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vckz3C9Qnn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vckz3C9Qnn .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vckz3C9Qnn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vckz3C9Qnn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vckz3C9Qnn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vckz3C9Qnn .navbar.navbar-short {
  min-height: 100px;
}
.cid-vckz3C9Qnn .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vckz3C9Qnn .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vckz3C9Qnn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vckz3C9Qnn .navbar-brand .navbar-caption:hover,
.cid-vckz3C9Qnn .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckz3C9Qnn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vckz3C9Qnn .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vckz3C9Qnn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckz3C9Qnn .dropdown-item.active,
.cid-vckz3C9Qnn .dropdown-item:active {
  background-color: transparent;
}
.cid-vckz3C9Qnn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vckz3C9Qnn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vckz3C9Qnn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vckz3C9Qnn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171719;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vckz3C9Qnn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vckz3C9Qnn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vckz3C9Qnn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vckz3C9Qnn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vckz3C9Qnn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vckz3C9Qnn .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vckz3C9Qnn .navbar-buttons {
    text-align: left;
  }
}
.cid-vckz3C9Qnn .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vckz3C9Qnn .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vckz3C9Qnn button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #171719 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vckz3C9Qnn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vckz3C9Qnn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vckz3C9Qnn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckz3C9Qnn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckz3C9Qnn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vckz3C9Qnn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckz3C9Qnn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vckz3C9Qnn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vckz3C9Qnn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckz3C9Qnn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vckz3C9Qnn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vckz3C9Qnn .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-vckz3C9Qnn .navbar {
    height: 70px;
  }
  .cid-vckz3C9Qnn .navbar.opened {
    height: auto;
  }
  .cid-vckz3C9Qnn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vckz3C9Qnn .navbar-nav {
  margin: 0 auto;
}
.cid-vckz3C9Qnn .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vckz3C9Qnn .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f5cfa;
  opacity: .2;
  transition: all .3s ease;
}
.cid-vckz3C9Qnn .nav-item:hover::before {
  opacity: 1;
}
.cid-vckz3C9Qnn .nav-item:hover.dropdown::before {
  opacity: .2;
}
.cid-vckz3C9Qnn .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vckz3C9Qnn .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vckz3C9Qnn .nav-item .nav-link:hover,
.cid-vckz3C9Qnn .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #ff544b !important;
  opacity: 1 !important;
}
.cid-vckz3C9Qnn .nav-item .nav-link:hover::before,
.cid-vckz3C9Qnn .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vckz3C9Qnn .nav-item .nav-link:hover::after,
.cid-vckz3C9Qnn .nav-item .nav-link:focus::after {
  color: #ff544b !important;
}
.cid-vckz3C9Qnn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vckz3C9Qnn .nav-item .nav-link.show::before {
  opacity: .2;
}
.cid-vckz3C9Qnn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vckz3C9Qnn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vckz3C9Qnn .navbar {
    justify-content: flex-start !important;
  }
  .cid-vckz3C9Qnn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vckz3C9Qnn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vckz3C9Qnn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vckz3C9Qnn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vckz3C9Qnn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vckz3C9Qnn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vckz3C9Qnn .content-wrap {
  min-height: 100px;
}
.cid-vckz3DLUZZ {
  background-image: url("https://r.mobirisesite.com/2376879/assets/images/background1-h_mm38bkb5.jpg");
}
.cid-vckz3DLUZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckz3DLUZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckz3DLUZZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vckz3DLUZZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vckz3DLUZZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vckz3DLUZZ .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vckz3DLUZZ .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vckz3DLUZZ .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vckz3DLUZZ .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vckz3DLUZZ .mbr-section-title {
  color: #ffffff;
}
.cid-vckz3DLUZZ .mbr-text {
  color: #ffffff;
}
.cid-vckz3EOkuu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vckz3EOkuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckz3EOkuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckz3EOkuu .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vckz3EOkuu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vckz3EOkuu .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vckz3EOkuu .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vckz3EOkuu .mbr-label {
  color: #a8a8a8;
}
.cid-vckz3EOkuu .mbr-text {
  color: #ffffff;
}
.cid-vckz7RY8kw .navbar-dropdown {
  position: relative !important;
}
.cid-vckz7RY8kw .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-vckz7RY8kw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vckz7RY8kw .dropdown-item {
  border: none !important;
  background: #0f5cfa !important;
  font-weight: 400;
  color: #ff544b !important;
}
.cid-vckz7RY8kw .dropdown-item:hover,
.cid-vckz7RY8kw .dropdown-item:focus {
  color: #ff544b !important;
}
.cid-vckz7RY8kw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vckz7RY8kw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vckz7RY8kw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vckz7RY8kw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vckz7RY8kw .nav-link {
  position: relative;
}
.cid-vckz7RY8kw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vckz7RY8kw .container {
    flex-wrap: nowrap;
  }
}
.cid-vckz7RY8kw .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vckz7RY8kw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vckz7RY8kw .dropdown-menu,
.cid-vckz7RY8kw .navbar.opened {
  background: #171719 !important;
}
.cid-vckz7RY8kw .nav-item:focus,
.cid-vckz7RY8kw .nav-link:focus {
  outline: none;
}
.cid-vckz7RY8kw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vckz7RY8kw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vckz7RY8kw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vckz7RY8kw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vckz7RY8kw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vckz7RY8kw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vckz7RY8kw .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #171719;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vckz7RY8kw .navbar.opened {
  transition: all 0.3s;
}
.cid-vckz7RY8kw .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vckz7RY8kw .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vckz7RY8kw .navbar .navbar-logo img {
  width: auto;
}
.cid-vckz7RY8kw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vckz7RY8kw .navbar.collapsed {
  justify-content: center;
}
.cid-vckz7RY8kw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vckz7RY8kw .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vckz7RY8kw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vckz7RY8kw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vckz7RY8kw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vckz7RY8kw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vckz7RY8kw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vckz7RY8kw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vckz7RY8kw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vckz7RY8kw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vckz7RY8kw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vckz7RY8kw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vckz7RY8kw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vckz7RY8kw .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-vckz7RY8kw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vckz7RY8kw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vckz7RY8kw .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vckz7RY8kw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vckz7RY8kw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vckz7RY8kw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vckz7RY8kw .navbar.navbar-short {
  min-height: 100px;
}
.cid-vckz7RY8kw .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vckz7RY8kw .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vckz7RY8kw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vckz7RY8kw .navbar-brand .navbar-caption:hover,
.cid-vckz7RY8kw .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckz7RY8kw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vckz7RY8kw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vckz7RY8kw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckz7RY8kw .dropdown-item.active,
.cid-vckz7RY8kw .dropdown-item:active {
  background-color: transparent;
}
.cid-vckz7RY8kw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vckz7RY8kw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vckz7RY8kw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vckz7RY8kw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171719;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vckz7RY8kw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vckz7RY8kw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vckz7RY8kw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vckz7RY8kw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vckz7RY8kw ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vckz7RY8kw .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vckz7RY8kw .navbar-buttons {
    text-align: left;
  }
}
.cid-vckz7RY8kw .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vckz7RY8kw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vckz7RY8kw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #171719 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vckz7RY8kw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vckz7RY8kw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vckz7RY8kw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckz7RY8kw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckz7RY8kw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vckz7RY8kw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckz7RY8kw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vckz7RY8kw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vckz7RY8kw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckz7RY8kw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vckz7RY8kw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vckz7RY8kw .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-vckz7RY8kw .navbar {
    height: 70px;
  }
  .cid-vckz7RY8kw .navbar.opened {
    height: auto;
  }
  .cid-vckz7RY8kw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vckz7RY8kw .navbar-nav {
  margin: 0 auto;
}
.cid-vckz7RY8kw .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vckz7RY8kw .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f5cfa;
  opacity: .2;
  transition: all .3s ease;
}
.cid-vckz7RY8kw .nav-item:hover::before {
  opacity: 1;
}
.cid-vckz7RY8kw .nav-item:hover.dropdown::before {
  opacity: .2;
}
.cid-vckz7RY8kw .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vckz7RY8kw .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vckz7RY8kw .nav-item .nav-link:hover,
.cid-vckz7RY8kw .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #ff544b !important;
  opacity: 1 !important;
}
.cid-vckz7RY8kw .nav-item .nav-link:hover::before,
.cid-vckz7RY8kw .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vckz7RY8kw .nav-item .nav-link:hover::after,
.cid-vckz7RY8kw .nav-item .nav-link:focus::after {
  color: #ff544b !important;
}
.cid-vckz7RY8kw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vckz7RY8kw .nav-item .nav-link.show::before {
  opacity: .2;
}
.cid-vckz7RY8kw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vckz7RY8kw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vckz7RY8kw .navbar {
    justify-content: flex-start !important;
  }
  .cid-vckz7RY8kw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vckz7RY8kw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vckz7RY8kw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vckz7RY8kw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vckz7RY8kw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vckz7RY8kw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vckz7RY8kw .content-wrap {
  min-height: 100px;
}
.cid-vckz7U6qeN {
  background-image: url("https://r.mobirisesite.com/2376879/assets/images/background1-h_mm38bkb5.jpg");
}
.cid-vckz7U6qeN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckz7U6qeN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckz7U6qeN .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vckz7U6qeN .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vckz7U6qeN .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vckz7U6qeN .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vckz7U6qeN .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vckz7U6qeN .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vckz7U6qeN .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vckz7U6qeN .mbr-section-title {
  color: #ffffff;
}
.cid-vckz7U6qeN .mbr-text {
  color: #ffffff;
}
.cid-vckz7Vh4R0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vckz7Vh4R0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckz7Vh4R0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckz7Vh4R0 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vckz7Vh4R0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vckz7Vh4R0 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vckz7Vh4R0 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vckz7Vh4R0 .mbr-label {
  color: #a8a8a8;
}
.cid-vckz7Vh4R0 .mbr-text {
  color: #ffffff;
}
.cid-vckzd3SIy6 .navbar-dropdown {
  position: relative !important;
}
.cid-vckzd3SIy6 .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-vckzd3SIy6 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vckzd3SIy6 .dropdown-item {
  border: none !important;
  background: #0f5cfa !important;
  font-weight: 400;
  color: #ff544b !important;
}
.cid-vckzd3SIy6 .dropdown-item:hover,
.cid-vckzd3SIy6 .dropdown-item:focus {
  color: #ff544b !important;
}
.cid-vckzd3SIy6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vckzd3SIy6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vckzd3SIy6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vckzd3SIy6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vckzd3SIy6 .nav-link {
  position: relative;
}
.cid-vckzd3SIy6 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vckzd3SIy6 .container {
    flex-wrap: nowrap;
  }
}
.cid-vckzd3SIy6 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vckzd3SIy6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vckzd3SIy6 .dropdown-menu,
.cid-vckzd3SIy6 .navbar.opened {
  background: #171719 !important;
}
.cid-vckzd3SIy6 .nav-item:focus,
.cid-vckzd3SIy6 .nav-link:focus {
  outline: none;
}
.cid-vckzd3SIy6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vckzd3SIy6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vckzd3SIy6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vckzd3SIy6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vckzd3SIy6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vckzd3SIy6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vckzd3SIy6 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #171719;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vckzd3SIy6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vckzd3SIy6 .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vckzd3SIy6 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vckzd3SIy6 .navbar .navbar-logo img {
  width: auto;
}
.cid-vckzd3SIy6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vckzd3SIy6 .navbar.collapsed {
  justify-content: center;
}
.cid-vckzd3SIy6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vckzd3SIy6 .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vckzd3SIy6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vckzd3SIy6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vckzd3SIy6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vckzd3SIy6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vckzd3SIy6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vckzd3SIy6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vckzd3SIy6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vckzd3SIy6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vckzd3SIy6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vckzd3SIy6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vckzd3SIy6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vckzd3SIy6 .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-vckzd3SIy6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vckzd3SIy6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vckzd3SIy6 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vckzd3SIy6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vckzd3SIy6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vckzd3SIy6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vckzd3SIy6 .navbar.navbar-short {
  min-height: 100px;
}
.cid-vckzd3SIy6 .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vckzd3SIy6 .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vckzd3SIy6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vckzd3SIy6 .navbar-brand .navbar-caption:hover,
.cid-vckzd3SIy6 .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckzd3SIy6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vckzd3SIy6 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vckzd3SIy6 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckzd3SIy6 .dropdown-item.active,
.cid-vckzd3SIy6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vckzd3SIy6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vckzd3SIy6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vckzd3SIy6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vckzd3SIy6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171719;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vckzd3SIy6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vckzd3SIy6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vckzd3SIy6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vckzd3SIy6 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vckzd3SIy6 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vckzd3SIy6 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vckzd3SIy6 .navbar-buttons {
    text-align: left;
  }
}
.cid-vckzd3SIy6 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vckzd3SIy6 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vckzd3SIy6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #171719 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vckzd3SIy6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vckzd3SIy6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vckzd3SIy6 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckzd3SIy6 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckzd3SIy6 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vckzd3SIy6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckzd3SIy6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vckzd3SIy6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vckzd3SIy6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckzd3SIy6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vckzd3SIy6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vckzd3SIy6 .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-vckzd3SIy6 .navbar {
    height: 70px;
  }
  .cid-vckzd3SIy6 .navbar.opened {
    height: auto;
  }
  .cid-vckzd3SIy6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vckzd3SIy6 .navbar-nav {
  margin: 0 auto;
}
.cid-vckzd3SIy6 .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vckzd3SIy6 .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f5cfa;
  opacity: .2;
  transition: all .3s ease;
}
.cid-vckzd3SIy6 .nav-item:hover::before {
  opacity: 1;
}
.cid-vckzd3SIy6 .nav-item:hover.dropdown::before {
  opacity: .2;
}
.cid-vckzd3SIy6 .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vckzd3SIy6 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vckzd3SIy6 .nav-item .nav-link:hover,
.cid-vckzd3SIy6 .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #ff544b !important;
  opacity: 1 !important;
}
.cid-vckzd3SIy6 .nav-item .nav-link:hover::before,
.cid-vckzd3SIy6 .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vckzd3SIy6 .nav-item .nav-link:hover::after,
.cid-vckzd3SIy6 .nav-item .nav-link:focus::after {
  color: #ff544b !important;
}
.cid-vckzd3SIy6 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vckzd3SIy6 .nav-item .nav-link.show::before {
  opacity: .2;
}
.cid-vckzd3SIy6 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vckzd3SIy6 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vckzd3SIy6 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vckzd3SIy6 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vckzd3SIy6 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vckzd3SIy6 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vckzd3SIy6 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vckzd3SIy6 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vckzd3SIy6 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vckzd3SIy6 .content-wrap {
  min-height: 100px;
}
.cid-vckzd5BE43 {
  background-image: url("https://r.mobirisesite.com/2376879/assets/images/background1-h_mm38bkb5.jpg");
}
.cid-vckzd5BE43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckzd5BE43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckzd5BE43 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vckzd5BE43 .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vckzd5BE43 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vckzd5BE43 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vckzd5BE43 .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vckzd5BE43 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vckzd5BE43 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vckzd5BE43 .mbr-section-title {
  color: #ffffff;
}
.cid-vckzd5BE43 .mbr-text {
  color: #ffffff;
}
.cid-vckzd6CKPE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vckzd6CKPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckzd6CKPE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckzd6CKPE .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vckzd6CKPE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vckzd6CKPE .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vckzd6CKPE .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vckzd6CKPE .mbr-label {
  color: #a8a8a8;
}
.cid-vckzd6CKPE .mbr-text {
  color: #ffffff;
}
.cid-vckzhjDnR9 .navbar-dropdown {
  position: relative !important;
}
.cid-vckzhjDnR9 .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-vckzhjDnR9 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vckzhjDnR9 .dropdown-item {
  border: none !important;
  background: #0f5cfa !important;
  font-weight: 400;
  color: #ff544b !important;
}
.cid-vckzhjDnR9 .dropdown-item:hover,
.cid-vckzhjDnR9 .dropdown-item:focus {
  color: #ff544b !important;
}
.cid-vckzhjDnR9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vckzhjDnR9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vckzhjDnR9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vckzhjDnR9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vckzhjDnR9 .nav-link {
  position: relative;
}
.cid-vckzhjDnR9 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vckzhjDnR9 .container {
    flex-wrap: nowrap;
  }
}
.cid-vckzhjDnR9 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vckzhjDnR9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vckzhjDnR9 .dropdown-menu,
.cid-vckzhjDnR9 .navbar.opened {
  background: #171719 !important;
}
.cid-vckzhjDnR9 .nav-item:focus,
.cid-vckzhjDnR9 .nav-link:focus {
  outline: none;
}
.cid-vckzhjDnR9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vckzhjDnR9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vckzhjDnR9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vckzhjDnR9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vckzhjDnR9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vckzhjDnR9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vckzhjDnR9 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #171719;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vckzhjDnR9 .navbar.opened {
  transition: all 0.3s;
}
.cid-vckzhjDnR9 .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vckzhjDnR9 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vckzhjDnR9 .navbar .navbar-logo img {
  width: auto;
}
.cid-vckzhjDnR9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vckzhjDnR9 .navbar.collapsed {
  justify-content: center;
}
.cid-vckzhjDnR9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vckzhjDnR9 .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vckzhjDnR9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vckzhjDnR9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vckzhjDnR9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vckzhjDnR9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vckzhjDnR9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vckzhjDnR9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vckzhjDnR9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vckzhjDnR9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vckzhjDnR9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vckzhjDnR9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vckzhjDnR9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vckzhjDnR9 .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-vckzhjDnR9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vckzhjDnR9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vckzhjDnR9 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vckzhjDnR9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vckzhjDnR9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vckzhjDnR9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vckzhjDnR9 .navbar.navbar-short {
  min-height: 100px;
}
.cid-vckzhjDnR9 .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vckzhjDnR9 .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vckzhjDnR9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vckzhjDnR9 .navbar-brand .navbar-caption:hover,
.cid-vckzhjDnR9 .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckzhjDnR9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vckzhjDnR9 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vckzhjDnR9 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckzhjDnR9 .dropdown-item.active,
.cid-vckzhjDnR9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vckzhjDnR9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vckzhjDnR9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vckzhjDnR9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vckzhjDnR9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171719;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vckzhjDnR9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vckzhjDnR9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vckzhjDnR9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vckzhjDnR9 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vckzhjDnR9 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vckzhjDnR9 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vckzhjDnR9 .navbar-buttons {
    text-align: left;
  }
}
.cid-vckzhjDnR9 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vckzhjDnR9 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vckzhjDnR9 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #171719 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vckzhjDnR9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vckzhjDnR9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vckzhjDnR9 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckzhjDnR9 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckzhjDnR9 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vckzhjDnR9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckzhjDnR9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vckzhjDnR9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vckzhjDnR9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckzhjDnR9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vckzhjDnR9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vckzhjDnR9 .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-vckzhjDnR9 .navbar {
    height: 70px;
  }
  .cid-vckzhjDnR9 .navbar.opened {
    height: auto;
  }
  .cid-vckzhjDnR9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vckzhjDnR9 .navbar-nav {
  margin: 0 auto;
}
.cid-vckzhjDnR9 .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vckzhjDnR9 .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f5cfa;
  opacity: .2;
  transition: all .3s ease;
}
.cid-vckzhjDnR9 .nav-item:hover::before {
  opacity: 1;
}
.cid-vckzhjDnR9 .nav-item:hover.dropdown::before {
  opacity: .2;
}
.cid-vckzhjDnR9 .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vckzhjDnR9 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vckzhjDnR9 .nav-item .nav-link:hover,
.cid-vckzhjDnR9 .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #ff544b !important;
  opacity: 1 !important;
}
.cid-vckzhjDnR9 .nav-item .nav-link:hover::before,
.cid-vckzhjDnR9 .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vckzhjDnR9 .nav-item .nav-link:hover::after,
.cid-vckzhjDnR9 .nav-item .nav-link:focus::after {
  color: #ff544b !important;
}
.cid-vckzhjDnR9 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vckzhjDnR9 .nav-item .nav-link.show::before {
  opacity: .2;
}
.cid-vckzhjDnR9 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vckzhjDnR9 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vckzhjDnR9 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vckzhjDnR9 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vckzhjDnR9 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vckzhjDnR9 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vckzhjDnR9 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vckzhjDnR9 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vckzhjDnR9 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vckzhjDnR9 .content-wrap {
  min-height: 100px;
}
.cid-vckzhlt04M {
  background-image: url("https://r.mobirisesite.com/2376879/assets/images/background1-h_mm38bkb5.jpg");
}
.cid-vckzhlt04M .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckzhlt04M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckzhlt04M .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vckzhlt04M .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vckzhlt04M .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vckzhlt04M .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vckzhlt04M .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vckzhlt04M .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vckzhlt04M .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vckzhlt04M .mbr-section-title {
  color: #ffffff;
}
.cid-vckzhlt04M .mbr-text {
  color: #ffffff;
}
.cid-vckzhmtv0K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vckzhmtv0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckzhmtv0K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckzhmtv0K .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vckzhmtv0K .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vckzhmtv0K .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vckzhmtv0K .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vckzhmtv0K .mbr-label {
  color: #a8a8a8;
}
.cid-vckzhmtv0K .mbr-text {
  color: #ffffff;
}
.cid-vckzkLhwvh .navbar-dropdown {
  position: relative !important;
}
.cid-vckzkLhwvh .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-vckzkLhwvh .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vckzkLhwvh .dropdown-item {
  border: none !important;
  background: #0f5cfa !important;
  font-weight: 400;
  color: #ff544b !important;
}
.cid-vckzkLhwvh .dropdown-item:hover,
.cid-vckzkLhwvh .dropdown-item:focus {
  color: #ff544b !important;
}
.cid-vckzkLhwvh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vckzkLhwvh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vckzkLhwvh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vckzkLhwvh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vckzkLhwvh .nav-link {
  position: relative;
}
.cid-vckzkLhwvh .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vckzkLhwvh .container {
    flex-wrap: nowrap;
  }
}
.cid-vckzkLhwvh .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vckzkLhwvh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vckzkLhwvh .dropdown-menu,
.cid-vckzkLhwvh .navbar.opened {
  background: #171719 !important;
}
.cid-vckzkLhwvh .nav-item:focus,
.cid-vckzkLhwvh .nav-link:focus {
  outline: none;
}
.cid-vckzkLhwvh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vckzkLhwvh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vckzkLhwvh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vckzkLhwvh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vckzkLhwvh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vckzkLhwvh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vckzkLhwvh .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #171719;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vckzkLhwvh .navbar.opened {
  transition: all 0.3s;
}
.cid-vckzkLhwvh .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vckzkLhwvh .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vckzkLhwvh .navbar .navbar-logo img {
  width: auto;
}
.cid-vckzkLhwvh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vckzkLhwvh .navbar.collapsed {
  justify-content: center;
}
.cid-vckzkLhwvh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vckzkLhwvh .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vckzkLhwvh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vckzkLhwvh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vckzkLhwvh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vckzkLhwvh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vckzkLhwvh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vckzkLhwvh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vckzkLhwvh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vckzkLhwvh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vckzkLhwvh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vckzkLhwvh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vckzkLhwvh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vckzkLhwvh .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-vckzkLhwvh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vckzkLhwvh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vckzkLhwvh .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vckzkLhwvh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vckzkLhwvh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vckzkLhwvh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vckzkLhwvh .navbar.navbar-short {
  min-height: 100px;
}
.cid-vckzkLhwvh .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vckzkLhwvh .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vckzkLhwvh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vckzkLhwvh .navbar-brand .navbar-caption:hover,
.cid-vckzkLhwvh .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckzkLhwvh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vckzkLhwvh .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vckzkLhwvh .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckzkLhwvh .dropdown-item.active,
.cid-vckzkLhwvh .dropdown-item:active {
  background-color: transparent;
}
.cid-vckzkLhwvh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vckzkLhwvh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vckzkLhwvh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vckzkLhwvh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171719;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vckzkLhwvh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vckzkLhwvh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vckzkLhwvh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vckzkLhwvh ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vckzkLhwvh ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vckzkLhwvh .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vckzkLhwvh .navbar-buttons {
    text-align: left;
  }
}
.cid-vckzkLhwvh .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vckzkLhwvh .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vckzkLhwvh button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #171719 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vckzkLhwvh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vckzkLhwvh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vckzkLhwvh button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckzkLhwvh button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckzkLhwvh button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vckzkLhwvh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckzkLhwvh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vckzkLhwvh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vckzkLhwvh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckzkLhwvh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vckzkLhwvh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vckzkLhwvh .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-vckzkLhwvh .navbar {
    height: 70px;
  }
  .cid-vckzkLhwvh .navbar.opened {
    height: auto;
  }
  .cid-vckzkLhwvh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vckzkLhwvh .navbar-nav {
  margin: 0 auto;
}
.cid-vckzkLhwvh .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vckzkLhwvh .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f5cfa;
  opacity: .2;
  transition: all .3s ease;
}
.cid-vckzkLhwvh .nav-item:hover::before {
  opacity: 1;
}
.cid-vckzkLhwvh .nav-item:hover.dropdown::before {
  opacity: .2;
}
.cid-vckzkLhwvh .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vckzkLhwvh .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vckzkLhwvh .nav-item .nav-link:hover,
.cid-vckzkLhwvh .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #ff544b !important;
  opacity: 1 !important;
}
.cid-vckzkLhwvh .nav-item .nav-link:hover::before,
.cid-vckzkLhwvh .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vckzkLhwvh .nav-item .nav-link:hover::after,
.cid-vckzkLhwvh .nav-item .nav-link:focus::after {
  color: #ff544b !important;
}
.cid-vckzkLhwvh .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vckzkLhwvh .nav-item .nav-link.show::before {
  opacity: .2;
}
.cid-vckzkLhwvh .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vckzkLhwvh .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vckzkLhwvh .navbar {
    justify-content: flex-start !important;
  }
  .cid-vckzkLhwvh .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vckzkLhwvh .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vckzkLhwvh .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vckzkLhwvh .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vckzkLhwvh .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vckzkLhwvh .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vckzkLhwvh .content-wrap {
  min-height: 100px;
}
.cid-vckzkMZLPu {
  background-image: url("https://r.mobirisesite.com/2376879/assets/images/background1-h_mm38bkb5.jpg");
}
.cid-vckzkMZLPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckzkMZLPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckzkMZLPu .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vckzkMZLPu .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vckzkMZLPu .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vckzkMZLPu .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vckzkMZLPu .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vckzkMZLPu .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vckzkMZLPu .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vckzkMZLPu .mbr-section-title {
  color: #ffffff;
}
.cid-vckzkMZLPu .mbr-text {
  color: #ffffff;
}
.cid-vckzkNSMuK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vckzkNSMuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckzkNSMuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckzkNSMuK .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vckzkNSMuK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vckzkNSMuK .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vckzkNSMuK .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vckzkNSMuK .mbr-label {
  color: #a8a8a8;
}
.cid-vckzkNSMuK .mbr-text {
  color: #ffffff;
}
.cid-vckzojxFti .navbar-dropdown {
  position: relative !important;
}
.cid-vckzojxFti .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-vckzojxFti .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vckzojxFti .dropdown-item {
  border: none !important;
  background: #0f5cfa !important;
  font-weight: 400;
  color: #ff544b !important;
}
.cid-vckzojxFti .dropdown-item:hover,
.cid-vckzojxFti .dropdown-item:focus {
  color: #ff544b !important;
}
.cid-vckzojxFti .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vckzojxFti .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vckzojxFti .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vckzojxFti .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vckzojxFti .nav-link {
  position: relative;
}
.cid-vckzojxFti .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vckzojxFti .container {
    flex-wrap: nowrap;
  }
}
.cid-vckzojxFti .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vckzojxFti .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vckzojxFti .dropdown-menu,
.cid-vckzojxFti .navbar.opened {
  background: #171719 !important;
}
.cid-vckzojxFti .nav-item:focus,
.cid-vckzojxFti .nav-link:focus {
  outline: none;
}
.cid-vckzojxFti .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vckzojxFti .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vckzojxFti .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vckzojxFti .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vckzojxFti .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vckzojxFti .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vckzojxFti .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #171719;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vckzojxFti .navbar.opened {
  transition: all 0.3s;
}
.cid-vckzojxFti .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vckzojxFti .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vckzojxFti .navbar .navbar-logo img {
  width: auto;
}
.cid-vckzojxFti .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vckzojxFti .navbar.collapsed {
  justify-content: center;
}
.cid-vckzojxFti .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vckzojxFti .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vckzojxFti .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vckzojxFti .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vckzojxFti .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vckzojxFti .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vckzojxFti .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vckzojxFti .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vckzojxFti .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vckzojxFti .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vckzojxFti .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vckzojxFti .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vckzojxFti .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vckzojxFti .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-vckzojxFti .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vckzojxFti .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vckzojxFti .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vckzojxFti .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vckzojxFti .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vckzojxFti .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vckzojxFti .navbar.navbar-short {
  min-height: 100px;
}
.cid-vckzojxFti .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vckzojxFti .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vckzojxFti .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vckzojxFti .navbar-brand .navbar-caption:hover,
.cid-vckzojxFti .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckzojxFti .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vckzojxFti .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vckzojxFti .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckzojxFti .dropdown-item.active,
.cid-vckzojxFti .dropdown-item:active {
  background-color: transparent;
}
.cid-vckzojxFti .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vckzojxFti .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vckzojxFti .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vckzojxFti .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171719;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vckzojxFti .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vckzojxFti .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vckzojxFti .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vckzojxFti ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vckzojxFti ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vckzojxFti .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vckzojxFti .navbar-buttons {
    text-align: left;
  }
}
.cid-vckzojxFti .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vckzojxFti .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vckzojxFti button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #171719 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vckzojxFti button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vckzojxFti button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vckzojxFti button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckzojxFti button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckzojxFti button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vckzojxFti nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckzojxFti nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vckzojxFti nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vckzojxFti nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckzojxFti .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vckzojxFti a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vckzojxFti .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-vckzojxFti .navbar {
    height: 70px;
  }
  .cid-vckzojxFti .navbar.opened {
    height: auto;
  }
  .cid-vckzojxFti .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vckzojxFti .navbar-nav {
  margin: 0 auto;
}
.cid-vckzojxFti .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vckzojxFti .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f5cfa;
  opacity: .2;
  transition: all .3s ease;
}
.cid-vckzojxFti .nav-item:hover::before {
  opacity: 1;
}
.cid-vckzojxFti .nav-item:hover.dropdown::before {
  opacity: .2;
}
.cid-vckzojxFti .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vckzojxFti .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vckzojxFti .nav-item .nav-link:hover,
.cid-vckzojxFti .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #ff544b !important;
  opacity: 1 !important;
}
.cid-vckzojxFti .nav-item .nav-link:hover::before,
.cid-vckzojxFti .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vckzojxFti .nav-item .nav-link:hover::after,
.cid-vckzojxFti .nav-item .nav-link:focus::after {
  color: #ff544b !important;
}
.cid-vckzojxFti .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vckzojxFti .nav-item .nav-link.show::before {
  opacity: .2;
}
.cid-vckzojxFti .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vckzojxFti .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vckzojxFti .navbar {
    justify-content: flex-start !important;
  }
  .cid-vckzojxFti .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vckzojxFti .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vckzojxFti .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vckzojxFti .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vckzojxFti .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vckzojxFti .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vckzojxFti .content-wrap {
  min-height: 100px;
}
.cid-vckzokXSwv {
  background-image: url("https://r.mobirisesite.com/2376879/assets/images/background1-h_mm38bkb5.jpg");
}
.cid-vckzokXSwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckzokXSwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckzokXSwv .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vckzokXSwv .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vckzokXSwv .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vckzokXSwv .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vckzokXSwv .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vckzokXSwv .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vckzokXSwv .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vckzokXSwv .mbr-section-title {
  color: #ffffff;
}
.cid-vckzokXSwv .mbr-text {
  color: #ffffff;
}
.cid-vckzolIh47 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vckzolIh47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckzolIh47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckzolIh47 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vckzolIh47 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vckzolIh47 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vckzolIh47 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vckzolIh47 .mbr-label {
  color: #a8a8a8;
}
.cid-vckzolIh47 .mbr-text {
  color: #ffffff;
}
.cid-vckzsjXznY .navbar-dropdown {
  position: relative !important;
}
.cid-vckzsjXznY .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-vckzsjXznY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vckzsjXznY .dropdown-item {
  border: none !important;
  background: #0f5cfa !important;
  font-weight: 400;
  color: #ff544b !important;
}
.cid-vckzsjXznY .dropdown-item:hover,
.cid-vckzsjXznY .dropdown-item:focus {
  color: #ff544b !important;
}
.cid-vckzsjXznY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vckzsjXznY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vckzsjXznY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vckzsjXznY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vckzsjXznY .nav-link {
  position: relative;
}
.cid-vckzsjXznY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vckzsjXznY .container {
    flex-wrap: nowrap;
  }
}
.cid-vckzsjXznY .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vckzsjXznY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vckzsjXznY .dropdown-menu,
.cid-vckzsjXznY .navbar.opened {
  background: #171719 !important;
}
.cid-vckzsjXznY .nav-item:focus,
.cid-vckzsjXznY .nav-link:focus {
  outline: none;
}
.cid-vckzsjXznY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vckzsjXznY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vckzsjXznY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vckzsjXznY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vckzsjXznY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vckzsjXznY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vckzsjXznY .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #171719;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vckzsjXznY .navbar.opened {
  transition: all 0.3s;
}
.cid-vckzsjXznY .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vckzsjXznY .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vckzsjXznY .navbar .navbar-logo img {
  width: auto;
}
.cid-vckzsjXznY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vckzsjXznY .navbar.collapsed {
  justify-content: center;
}
.cid-vckzsjXznY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vckzsjXznY .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vckzsjXznY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vckzsjXznY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vckzsjXznY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vckzsjXznY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vckzsjXznY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vckzsjXznY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vckzsjXznY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vckzsjXznY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vckzsjXznY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vckzsjXznY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vckzsjXznY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vckzsjXznY .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-vckzsjXznY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vckzsjXznY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vckzsjXznY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vckzsjXznY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vckzsjXznY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vckzsjXznY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vckzsjXznY .navbar.navbar-short {
  min-height: 100px;
}
.cid-vckzsjXznY .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vckzsjXznY .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vckzsjXznY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vckzsjXznY .navbar-brand .navbar-caption:hover,
.cid-vckzsjXznY .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckzsjXznY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vckzsjXznY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vckzsjXznY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckzsjXznY .dropdown-item.active,
.cid-vckzsjXznY .dropdown-item:active {
  background-color: transparent;
}
.cid-vckzsjXznY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vckzsjXznY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vckzsjXznY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vckzsjXznY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171719;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vckzsjXznY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vckzsjXznY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vckzsjXznY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vckzsjXznY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vckzsjXznY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vckzsjXznY .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vckzsjXznY .navbar-buttons {
    text-align: left;
  }
}
.cid-vckzsjXznY .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vckzsjXznY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vckzsjXznY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #171719 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vckzsjXznY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vckzsjXznY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vckzsjXznY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckzsjXznY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckzsjXznY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vckzsjXznY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckzsjXznY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vckzsjXznY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vckzsjXznY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckzsjXznY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vckzsjXznY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vckzsjXznY .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-vckzsjXznY .navbar {
    height: 70px;
  }
  .cid-vckzsjXznY .navbar.opened {
    height: auto;
  }
  .cid-vckzsjXznY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vckzsjXznY .navbar-nav {
  margin: 0 auto;
}
.cid-vckzsjXznY .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vckzsjXznY .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f5cfa;
  opacity: .2;
  transition: all .3s ease;
}
.cid-vckzsjXznY .nav-item:hover::before {
  opacity: 1;
}
.cid-vckzsjXznY .nav-item:hover.dropdown::before {
  opacity: .2;
}
.cid-vckzsjXznY .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vckzsjXznY .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vckzsjXznY .nav-item .nav-link:hover,
.cid-vckzsjXznY .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #ff544b !important;
  opacity: 1 !important;
}
.cid-vckzsjXznY .nav-item .nav-link:hover::before,
.cid-vckzsjXznY .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vckzsjXznY .nav-item .nav-link:hover::after,
.cid-vckzsjXznY .nav-item .nav-link:focus::after {
  color: #ff544b !important;
}
.cid-vckzsjXznY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vckzsjXznY .nav-item .nav-link.show::before {
  opacity: .2;
}
.cid-vckzsjXznY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vckzsjXznY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vckzsjXznY .navbar {
    justify-content: flex-start !important;
  }
  .cid-vckzsjXznY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vckzsjXznY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vckzsjXznY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vckzsjXznY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vckzsjXznY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vckzsjXznY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vckzsjXznY .content-wrap {
  min-height: 100px;
}
.cid-vckzslyMQG {
  background-image: url("https://r.mobirisesite.com/2376879/assets/images/background1-h_mm38bkb5.jpg");
}
.cid-vckzslyMQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckzslyMQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckzslyMQG .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vckzslyMQG .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vckzslyMQG .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vckzslyMQG .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vckzslyMQG .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vckzslyMQG .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vckzslyMQG .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vckzslyMQG .mbr-section-title {
  color: #ffffff;
}
.cid-vckzslyMQG .mbr-text {
  color: #ffffff;
}
.cid-vckzsmsSHU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vckzsmsSHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckzsmsSHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckzsmsSHU .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vckzsmsSHU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vckzsmsSHU .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vckzsmsSHU .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vckzsmsSHU .mbr-label {
  color: #a8a8a8;
}
.cid-vckzsmsSHU .mbr-text {
  color: #ffffff;
}
.cid-vckzxqIab5 .navbar-dropdown {
  position: relative !important;
}
.cid-vckzxqIab5 .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-vckzxqIab5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vckzxqIab5 .dropdown-item {
  border: none !important;
  background: #0f5cfa !important;
  font-weight: 400;
  color: #ff544b !important;
}
.cid-vckzxqIab5 .dropdown-item:hover,
.cid-vckzxqIab5 .dropdown-item:focus {
  color: #ff544b !important;
}
.cid-vckzxqIab5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vckzxqIab5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vckzxqIab5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vckzxqIab5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vckzxqIab5 .nav-link {
  position: relative;
}
.cid-vckzxqIab5 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vckzxqIab5 .container {
    flex-wrap: nowrap;
  }
}
.cid-vckzxqIab5 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vckzxqIab5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vckzxqIab5 .dropdown-menu,
.cid-vckzxqIab5 .navbar.opened {
  background: #171719 !important;
}
.cid-vckzxqIab5 .nav-item:focus,
.cid-vckzxqIab5 .nav-link:focus {
  outline: none;
}
.cid-vckzxqIab5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vckzxqIab5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vckzxqIab5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vckzxqIab5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vckzxqIab5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vckzxqIab5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vckzxqIab5 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #171719;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vckzxqIab5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vckzxqIab5 .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vckzxqIab5 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vckzxqIab5 .navbar .navbar-logo img {
  width: auto;
}
.cid-vckzxqIab5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vckzxqIab5 .navbar.collapsed {
  justify-content: center;
}
.cid-vckzxqIab5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vckzxqIab5 .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vckzxqIab5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vckzxqIab5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vckzxqIab5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vckzxqIab5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vckzxqIab5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vckzxqIab5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vckzxqIab5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vckzxqIab5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vckzxqIab5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vckzxqIab5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vckzxqIab5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vckzxqIab5 .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-vckzxqIab5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vckzxqIab5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vckzxqIab5 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vckzxqIab5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vckzxqIab5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vckzxqIab5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vckzxqIab5 .navbar.navbar-short {
  min-height: 100px;
}
.cid-vckzxqIab5 .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vckzxqIab5 .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vckzxqIab5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vckzxqIab5 .navbar-brand .navbar-caption:hover,
.cid-vckzxqIab5 .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckzxqIab5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vckzxqIab5 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vckzxqIab5 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckzxqIab5 .dropdown-item.active,
.cid-vckzxqIab5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vckzxqIab5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vckzxqIab5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vckzxqIab5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vckzxqIab5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171719;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vckzxqIab5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vckzxqIab5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vckzxqIab5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vckzxqIab5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vckzxqIab5 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vckzxqIab5 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vckzxqIab5 .navbar-buttons {
    text-align: left;
  }
}
.cid-vckzxqIab5 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vckzxqIab5 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vckzxqIab5 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #171719 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vckzxqIab5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vckzxqIab5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vckzxqIab5 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckzxqIab5 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckzxqIab5 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vckzxqIab5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckzxqIab5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vckzxqIab5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vckzxqIab5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckzxqIab5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vckzxqIab5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vckzxqIab5 .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-vckzxqIab5 .navbar {
    height: 70px;
  }
  .cid-vckzxqIab5 .navbar.opened {
    height: auto;
  }
  .cid-vckzxqIab5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vckzxqIab5 .navbar-nav {
  margin: 0 auto;
}
.cid-vckzxqIab5 .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vckzxqIab5 .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f5cfa;
  opacity: .2;
  transition: all .3s ease;
}
.cid-vckzxqIab5 .nav-item:hover::before {
  opacity: 1;
}
.cid-vckzxqIab5 .nav-item:hover.dropdown::before {
  opacity: .2;
}
.cid-vckzxqIab5 .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vckzxqIab5 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vckzxqIab5 .nav-item .nav-link:hover,
.cid-vckzxqIab5 .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #ff544b !important;
  opacity: 1 !important;
}
.cid-vckzxqIab5 .nav-item .nav-link:hover::before,
.cid-vckzxqIab5 .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vckzxqIab5 .nav-item .nav-link:hover::after,
.cid-vckzxqIab5 .nav-item .nav-link:focus::after {
  color: #ff544b !important;
}
.cid-vckzxqIab5 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vckzxqIab5 .nav-item .nav-link.show::before {
  opacity: .2;
}
.cid-vckzxqIab5 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vckzxqIab5 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vckzxqIab5 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vckzxqIab5 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vckzxqIab5 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vckzxqIab5 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vckzxqIab5 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vckzxqIab5 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vckzxqIab5 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vckzxqIab5 .content-wrap {
  min-height: 100px;
}
.cid-vckzxs9AD3 {
  background-image: url("https://r.mobirisesite.com/2376879/assets/images/background1-h_mm38bkb5.jpg");
}
.cid-vckzxs9AD3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckzxs9AD3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckzxs9AD3 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vckzxs9AD3 .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vckzxs9AD3 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vckzxs9AD3 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vckzxs9AD3 .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vckzxs9AD3 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vckzxs9AD3 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vckzxs9AD3 .mbr-section-title {
  color: #ffffff;
}
.cid-vckzxs9AD3 .mbr-text {
  color: #ffffff;
}
.cid-vckzxsVtXr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vckzxsVtXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckzxsVtXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckzxsVtXr .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vckzxsVtXr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vckzxsVtXr .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vckzxsVtXr .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vckzxsVtXr .mbr-label {
  color: #a8a8a8;
}
.cid-vckzxsVtXr .mbr-text {
  color: #ffffff;
}
.cid-vckzB4227Q .navbar-dropdown {
  position: relative !important;
}
.cid-vckzB4227Q .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-vckzB4227Q .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vckzB4227Q .dropdown-item {
  border: none !important;
  background: #0f5cfa !important;
  font-weight: 400;
  color: #ff544b !important;
}
.cid-vckzB4227Q .dropdown-item:hover,
.cid-vckzB4227Q .dropdown-item:focus {
  color: #ff544b !important;
}
.cid-vckzB4227Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vckzB4227Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vckzB4227Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vckzB4227Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vckzB4227Q .nav-link {
  position: relative;
}
.cid-vckzB4227Q .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vckzB4227Q .container {
    flex-wrap: nowrap;
  }
}
.cid-vckzB4227Q .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vckzB4227Q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vckzB4227Q .dropdown-menu,
.cid-vckzB4227Q .navbar.opened {
  background: #171719 !important;
}
.cid-vckzB4227Q .nav-item:focus,
.cid-vckzB4227Q .nav-link:focus {
  outline: none;
}
.cid-vckzB4227Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vckzB4227Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vckzB4227Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vckzB4227Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vckzB4227Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vckzB4227Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vckzB4227Q .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #171719;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vckzB4227Q .navbar.opened {
  transition: all 0.3s;
}
.cid-vckzB4227Q .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vckzB4227Q .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vckzB4227Q .navbar .navbar-logo img {
  width: auto;
}
.cid-vckzB4227Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vckzB4227Q .navbar.collapsed {
  justify-content: center;
}
.cid-vckzB4227Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vckzB4227Q .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vckzB4227Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vckzB4227Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vckzB4227Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vckzB4227Q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vckzB4227Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vckzB4227Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vckzB4227Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vckzB4227Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vckzB4227Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vckzB4227Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vckzB4227Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vckzB4227Q .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-vckzB4227Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vckzB4227Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vckzB4227Q .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vckzB4227Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vckzB4227Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vckzB4227Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vckzB4227Q .navbar.navbar-short {
  min-height: 100px;
}
.cid-vckzB4227Q .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vckzB4227Q .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vckzB4227Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vckzB4227Q .navbar-brand .navbar-caption:hover,
.cid-vckzB4227Q .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckzB4227Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vckzB4227Q .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vckzB4227Q .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f5cfa !important;
}
.cid-vckzB4227Q .dropdown-item.active,
.cid-vckzB4227Q .dropdown-item:active {
  background-color: transparent;
}
.cid-vckzB4227Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vckzB4227Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vckzB4227Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vckzB4227Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171719;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vckzB4227Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vckzB4227Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vckzB4227Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vckzB4227Q ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vckzB4227Q ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vckzB4227Q .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vckzB4227Q .navbar-buttons {
    text-align: left;
  }
}
.cid-vckzB4227Q .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vckzB4227Q .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vckzB4227Q button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #171719 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vckzB4227Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vckzB4227Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vckzB4227Q button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckzB4227Q button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vckzB4227Q button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vckzB4227Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckzB4227Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vckzB4227Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vckzB4227Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vckzB4227Q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vckzB4227Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vckzB4227Q .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-vckzB4227Q .navbar {
    height: 70px;
  }
  .cid-vckzB4227Q .navbar.opened {
    height: auto;
  }
  .cid-vckzB4227Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vckzB4227Q .navbar-nav {
  margin: 0 auto;
}
.cid-vckzB4227Q .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vckzB4227Q .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f5cfa;
  opacity: .2;
  transition: all .3s ease;
}
.cid-vckzB4227Q .nav-item:hover::before {
  opacity: 1;
}
.cid-vckzB4227Q .nav-item:hover.dropdown::before {
  opacity: .2;
}
.cid-vckzB4227Q .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vckzB4227Q .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vckzB4227Q .nav-item .nav-link:hover,
.cid-vckzB4227Q .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #ff544b !important;
  opacity: 1 !important;
}
.cid-vckzB4227Q .nav-item .nav-link:hover::before,
.cid-vckzB4227Q .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vckzB4227Q .nav-item .nav-link:hover::after,
.cid-vckzB4227Q .nav-item .nav-link:focus::after {
  color: #ff544b !important;
}
.cid-vckzB4227Q .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vckzB4227Q .nav-item .nav-link.show::before {
  opacity: .2;
}
.cid-vckzB4227Q .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vckzB4227Q .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vckzB4227Q .navbar {
    justify-content: flex-start !important;
  }
  .cid-vckzB4227Q .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vckzB4227Q .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vckzB4227Q .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vckzB4227Q .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vckzB4227Q .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vckzB4227Q .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vckzB4227Q .content-wrap {
  min-height: 100px;
}
.cid-vckzB5vPcW {
  background-image: url("https://r.mobirisesite.com/2376879/assets/images/background1-h_mm38bkb5.jpg");
}
.cid-vckzB5vPcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckzB5vPcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckzB5vPcW .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vckzB5vPcW .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vckzB5vPcW .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vckzB5vPcW .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vckzB5vPcW .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vckzB5vPcW .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vckzB5vPcW .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vckzB5vPcW .mbr-section-title {
  color: #ffffff;
}
.cid-vckzB5vPcW .mbr-text {
  color: #ffffff;
}
.cid-vckzB6dBVD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vckzB6dBVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckzB6dBVD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckzB6dBVD .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vckzB6dBVD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vckzB6dBVD .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vckzB6dBVD .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vckzB6dBVD .mbr-label {
  color: #a8a8a8;
}
.cid-vckzB6dBVD .mbr-text {
  color: #ffffff;
}
