body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff9966 !important;
}
.bg-success {
  background-color: #bbbbbb !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #fafafa !important;
}
.bg-danger {
  background-color: #ffe161 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a90000 !important;
  border-color: #a90000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a90000 !important;
  border-color: #a90000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff0101;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a90000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff9966 !important;
}
.text-secondary {
  color: #ff0101 !important;
}
.text-success {
  color: #bbbbbb !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #fafafa !important;
}
.text-danger {
  color: #ffe161 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff5500 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9a0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #888888 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c7c7c7 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #facb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff9966;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #fafafa;
}
.alert-danger {
  background-color: #ffe161;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff9966;
  border-color: #ff9966;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff9966;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #ff9966 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff9966;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff9966;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff9966;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff9966;
  border-bottom-color: #ff9966;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff9966 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff0101 !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='%23ff9966' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tDAR0gdU0u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tDAR0gdU0u .container,
  .cid-tDAR0gdU0u .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tDAR0gdU0u .container .navbar-collapse,
  .cid-tDAR0gdU0u .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tDAR0gdU0u {
    flex-wrap: wrap;
  }
  .cid-tDAR0gdU0u .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tDAR0gdU0u .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tDAR0gdU0u .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tDAR0gdU0u .btn {
  padding: 0.8rem 2rem;
}
.cid-tDAR0gdU0u .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tDAR0gdU0u .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ff0101;
}
.cid-tDAR0gdU0u .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tDAR0gdU0u nav.navbar {
  position: fixed;
}
.cid-tDAR0gdU0u .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-tDAR0gdU0u .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDAR0gdU0u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDAR0gdU0u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDAR0gdU0u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDAR0gdU0u .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tDAR0gdU0u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDAR0gdU0u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDAR0gdU0u .dropdown-menu,
.cid-tDAR0gdU0u .navbar.opened {
  background: #ffffff !important;
}
.cid-tDAR0gdU0u .nav-item:focus,
.cid-tDAR0gdU0u .nav-link:focus {
  outline: none;
}
.cid-tDAR0gdU0u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDAR0gdU0u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDAR0gdU0u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDAR0gdU0u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDAR0gdU0u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDAR0gdU0u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDAR0gdU0u .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tDAR0gdU0u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tDAR0gdU0u .navbar.opened {
  transition: all 0.3s;
}
.cid-tDAR0gdU0u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDAR0gdU0u .navbar .navbar-logo img {
  width: auto;
}
.cid-tDAR0gdU0u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tDAR0gdU0u .navbar.collapsed {
  justify-content: center;
}
.cid-tDAR0gdU0u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDAR0gdU0u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDAR0gdU0u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDAR0gdU0u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDAR0gdU0u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDAR0gdU0u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDAR0gdU0u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDAR0gdU0u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDAR0gdU0u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDAR0gdU0u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDAR0gdU0u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDAR0gdU0u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDAR0gdU0u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDAR0gdU0u .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-tDAR0gdU0u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDAR0gdU0u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDAR0gdU0u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDAR0gdU0u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDAR0gdU0u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDAR0gdU0u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDAR0gdU0u .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDAR0gdU0u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDAR0gdU0u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDAR0gdU0u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDAR0gdU0u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDAR0gdU0u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDAR0gdU0u .dropdown-item.active,
.cid-tDAR0gdU0u .dropdown-item:active {
  background-color: transparent;
}
.cid-tDAR0gdU0u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDAR0gdU0u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDAR0gdU0u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDAR0gdU0u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDAR0gdU0u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDAR0gdU0u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDAR0gdU0u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDAR0gdU0u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDAR0gdU0u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDAR0gdU0u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0101;
}
.cid-tDAR0gdU0u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDAR0gdU0u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDAR0gdU0u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDAR0gdU0u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDAR0gdU0u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDAR0gdU0u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDAR0gdU0u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDAR0gdU0u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDAR0gdU0u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDAR0gdU0u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDAR0gdU0u .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-tDAR0gdU0u .navbar {
    height: 70px;
  }
  .cid-tDAR0gdU0u .navbar.opened {
    height: auto;
  }
  .cid-tDAR0gdU0u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCDuOWN9hU {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/1-86.webp");
}
.cid-tCDuOWN9hU .card-box {
  z-index: 10;
  position: absolute;
  padding: 1rem;
}
.cid-tCDuOWN9hU .container-fluid {
  padding: 0;
}
.cid-tCDuOWN9hU h5 {
  margin: 0;
}
.cid-tCDuOWN9hU h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tCDuOWN9hU h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tCDuOWN9hU .card {
  margin: auto;
  height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-tCDuOWN9hU .card:hover {
  z-index: 99;
}
.cid-tCDuOWN9hU .card-wrapper {
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-tCDuOWN9hU .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-tCDuOWN9hU .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-tCDuOWN9hU .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-tCDuOWN9hU .card-wrapper a {
  height: 100%;
}
.cid-tCDuOWN9hU .card-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: all;
}
.cid-tCDuOWN9hU h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tCDuOWN9hU .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tCDuOWN9hU .card-box {
    text-align: center;
  }
}
.cid-tCDuOWN9hU .mbr-text {
  color: #cccccc;
}
.cid-tCDuOWN9hU .card-date {
  color: #ffffff;
}
.cid-tCDzNRzsMJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #212428;
}
.cid-tCDzNRzsMJ .row {
  flex-direction: row-reverse;
}
.cid-tCDzNRzsMJ .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-tCDzNRzsMJ .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-tCDzNRzsMJ .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-tCDzNRzsMJ .mbr-section-title {
  color: #FFFFFF;
}
.cid-tCDzNRzsMJ .mbr-text {
  color: #fafafa;
}
.cid-tCDzNRzsMJ .container-fluid {
  padding: 0;
}
.cid-tCDzNRzsMJ .row {
  margin: 0;
}
.cid-tCDzNRzsMJ .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-tCDzNRzsMJ .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tCDzNRzsMJ .text-container {
    padding: 60px;
  }
}
.cid-tCDzNRzsMJ .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tCDzNRzsMJ .image-wrapper {
    height: 420px;
  }
}
.cid-tCDzNRzsMJ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-tCDzNRzsMJ .image-wrapper img:hover {
  transform: scale(1.3);
}
.cid-tCDzNRzsMJ .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tCDzNRzsMJ .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-tCDzNRzsMJ .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-tCDzNRzsMJ .item__buttons-container_round {
  align-items: flex-start;
}
.cid-tCDzNRzsMJ .btn {
  margin: 0;
}
.cid-tCDzNRzsMJ .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCDzNRzsMJ .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tCDzNRzsMJ .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-tCDzNRzsMJ .item__button {
  margin: 0;
}
.cid-tCDzNRzsMJ .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-tCDzNRzsMJ .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-tCDzNRzsMJ .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-tCDzNRzsMJ .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tCDAuwrGT4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a1a1a;
}
.cid-tCDAuwrGT4 .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-tCDAuwrGT4 .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-tCDAuwrGT4 .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-tCDAuwrGT4 .mbr-section-title {
  color: #FFFFFF;
}
.cid-tCDAuwrGT4 .mbr-text {
  color: #fafafa;
}
.cid-tCDAuwrGT4 .container-fluid {
  padding: 0;
}
.cid-tCDAuwrGT4 .row {
  margin: 0;
}
.cid-tCDAuwrGT4 .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-tCDAuwrGT4 .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tCDAuwrGT4 .text-container {
    padding: 60px;
  }
}
.cid-tCDAuwrGT4 .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tCDAuwrGT4 .image-wrapper {
    height: 420px;
  }
}
.cid-tCDAuwrGT4 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-tCDAuwrGT4 .image-wrapper img:hover {
  transform: scale(1.5);
}
.cid-tCDAuwrGT4 .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tCDAuwrGT4 .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-tCDAuwrGT4 .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-tCDAuwrGT4 .item__buttons-container_round {
  align-items: flex-start;
}
.cid-tCDAuwrGT4 .btn {
  margin: 0;
}
.cid-tCDAuwrGT4 .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCDAuwrGT4 .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tCDAuwrGT4 .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-tCDAuwrGT4 .item__button {
  margin: 0;
}
.cid-tCDAuwrGT4 .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-tCDAuwrGT4 .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-tCDAuwrGT4 .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-tCDAuwrGT4 .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tAUtsDEWNH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-tAUtsDEWNH .row {
  flex-direction: row-reverse;
}
.cid-tAUtsDEWNH .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-tAUtsDEWNH .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-tAUtsDEWNH .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-tAUtsDEWNH .mbr-section-title {
  color: #FFFFFF;
}
.cid-tAUtsDEWNH .mbr-text {
  color: #fafafa;
}
.cid-tAUtsDEWNH .container-fluid {
  padding: 0;
}
.cid-tAUtsDEWNH .row {
  margin: 0;
}
.cid-tAUtsDEWNH .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-tAUtsDEWNH .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tAUtsDEWNH .text-container {
    padding: 60px;
  }
}
.cid-tAUtsDEWNH .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tAUtsDEWNH .image-wrapper {
    height: 420px;
  }
}
.cid-tAUtsDEWNH .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-tAUtsDEWNH .image-wrapper img:hover {
  transform: scale(1.3);
}
.cid-tAUtsDEWNH .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tAUtsDEWNH .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-tAUtsDEWNH .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-tAUtsDEWNH .item__buttons-container_round {
  align-items: flex-start;
}
.cid-tAUtsDEWNH .btn {
  margin: 0;
}
.cid-tAUtsDEWNH .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAUtsDEWNH .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tAUtsDEWNH .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-tAUtsDEWNH .item__button {
  margin: 0;
}
.cid-tAUtsDEWNH .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-tAUtsDEWNH .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-tAUtsDEWNH .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-tAUtsDEWNH .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tLjG4BLRmu {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-tLjG4BLRmu h2,
.cid-tLjG4BLRmu h3,
.cid-tLjG4BLRmu h4,
.cid-tLjG4BLRmu h5,
.cid-tLjG4BLRmu p {
  margin: 0;
}
.cid-tLjG4BLRmu .inner-container {
  margin-right: -32px;
}
.cid-tLjG4BLRmu .content {
  width: 100%;
  padding-left: calc((100% - 1300px) / 2);
}
@media (max-width: 1440px) {
  .cid-tLjG4BLRmu .content {
    padding-left: calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1200px) {
  .cid-tLjG4BLRmu .content {
    padding-left: calc((100% - 920px) / 2);
  }
}
@media (max-width: 1024px) {
  .cid-tLjG4BLRmu .content {
    padding-left: calc((100% - 768px) / 2);
  }
}
@media (max-width: 800px) {
  .cid-tLjG4BLRmu .content {
    width: 100%;
    padding-left: 7%;
  }
}
@media (max-width: 480px) {
  .cid-tLjG4BLRmu .content {
    padding-left: 0;
  }
}
.cid-tLjG4BLRmu .text-wrap {
  position: relative;
  width: 18.6%;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-tLjG4BLRmu .text-wrap {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .cid-tLjG4BLRmu .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .cid-tLjG4BLRmu .text-wrap {
    width: 38%;
  }
}
@media (max-width: 680px) {
  .cid-tLjG4BLRmu .text-wrap {
    width: 100%;
  }
}
.cid-tLjG4BLRmu .mbr-section-title {
  color: #ff0101;
}
.cid-tLjG4BLRmu .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-tLjG4BLRmu .controls {
  margin-top: 45px;
}
.cid-tLjG4BLRmu .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-tLjG4BLRmu .embla__viewport {
  overflow: hidden;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-tLjG4BLRmu .embla__viewport {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-tLjG4BLRmu .embla__viewport {
    width: 100%;
  }
}
.cid-tLjG4BLRmu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLjG4BLRmu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLjG4BLRmu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-tLjG4BLRmu .embla__container {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-tLjG4BLRmu .embla__container {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-tLjG4BLRmu .embla__slide {
  position: relative;
  margin-right: 30px;
}
.cid-tLjG4BLRmu .card-wrap {
  width: 345.75px;
}
@media (max-width: 680px) {
  .cid-tLjG4BLRmu .card-wrap {
    width: 296px;
  }
}
.cid-tLjG4BLRmu .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-tLjG4BLRmu .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tLjG4BLRmu .content-wrap {
  margin-top: 20px;
}
.cid-tLjG4BLRmu .mbr-card-title {
  margin-bottom: 6px;
  color: #000000;
}
.cid-tLjG4BLRmu .mbr-card-subtitle {
  margin-bottom: 2px;
  color: #6b6b6b;
}
.cid-tLjG4BLRmu .mbr-card-text {
  color: #6b6b6b;
  margin-top: 6px;
}
.cid-tLjG4BLRmu .embla__button--next svg polygon,
.cid-tLjG4BLRmu .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-tLjG4BLRmu .embla__button--next svg,
.cid-tLjG4BLRmu .embla__button--prev svg {
  overflow: hidden;
}
.cid-tLjG4BLRmu .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-tLjG4BLRmu .embla__button--prev:hover {
  color: #000;
}
.cid-tLjG4BLRmu .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tLjG4BLRmu .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tLjG4BLRmu .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tLjG4BLRmu .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-tLjG4BLRmu .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-tLjG4BLRmu .embla__button--next:hover {
  color: #000;
}
.cid-tLjG4BLRmu .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tLjG4BLRmu .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tLjG4BLRmu .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tLjG4BLRmu .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-tCfB0cidqU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #212428;
}
.cid-tCfB0cidqU h2,
.cid-tCfB0cidqU h3,
.cid-tCfB0cidqU h4,
.cid-tCfB0cidqU h5 {
  margin: 0;
}
.cid-tCfB0cidqU .mbr-section-title {
  color: #ff0101;
}
.cid-tCfB0cidqU .mbr-card-title {
  text-align: center;
  color: #ff0101;
}
.cid-tCfB0cidqU .mbr-card-subtitle {
  text-align: center;
  color: #6b6b6b;
}
.cid-tCfB0cidqU .image-container {
  min-height: 738px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: minmax(346px, 704px) minmax(153px, 332px) minmax(153px, 332px) minmax(153px, 332px);
  grid-template-rows: 1fr 1fr;
  grid-gap: 40px;
  grid-template-areas: "img1 img2 img4 img5" "img1 img3 img4 img6";
}
@media (min-width: 681px) and (max-width: 1024px) {
  .cid-tCfB0cidqU .image-container {
    grid-template-columns: minmax(290px, 442px) minmax(290px, 442px);
    grid-template-rows: 924px 442px 442px 442px;
    grid-gap: 40px;
    grid-template-areas: "img1 img1" "img2 img4" "img3 img4" "img6 img5";
  }
}
@media (max-width: 680px) {
  .cid-tCfB0cidqU .image-container {
    grid-template-columns: minmax(260px, 620px);
    grid-template-rows: 697px 329px 697px 329px 329px 329px;
    grid-gap: 40px;
    grid-template-areas: "img1" "img2" "img4" "img3" "img5" "img6";
  }
}
.cid-tCfB0cidqU #img1 {
  grid-area: img1;
  background-image: url("../../../assets/images/s-203-864x1536.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tCfB0cidqU #img2 {
  grid-area: img2;
  background-image: url("../../../assets/images/1-24.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tCfB0cidqU #img3 {
  grid-area: img3;
  background-image: url("../../../assets/images/1-20.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tCfB0cidqU #img4 {
  grid-area: img4;
  background-image: url("../../../assets/images/1-23.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tCfB0cidqU #img5 {
  grid-area: img5;
  background-image: url("../../../assets/images/1-17.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tCfB0cidqU #img6 {
  grid-area: img6;
  background-image: url("../../../assets/images/1-21.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tCfB0cidqU .top-left,
.cid-tCfB0cidqU .bottom-right {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.cid-tCfB0cidqU .top-left::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #ff0101;
  top: 0;
  left: 0;
  transition: all 1s ease-out;
}
.cid-tCfB0cidqU .top-left::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #ff0101;
  top: 0;
  left: 0;
  transition: all 1s ease-out;
}
.cid-tCfB0cidqU .bottom-right::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #ff0101;
  bottom: 0;
  right: 0;
  transition: all 1s ease-out;
}
.cid-tCfB0cidqU .bottom-right::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #ff0101;
  bottom: 0;
  right: 0;
  transition: all 1s ease-out;
}
.cid-tCfB0cidqU .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background: #ffffff;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 1s ease-out;
}
.cid-tCfB0cidqU .image-wrap:hover .text-wrap {
  opacity: 1;
}
.cid-tCfB0cidqU .image-wrap:hover .top-left::before {
  height: 100%;
}
.cid-tCfB0cidqU .image-wrap:hover .top-left::after {
  width: 100%;
}
.cid-tCfB0cidqU .image-wrap:hover .bottom-right::before {
  height: 100%;
}
.cid-tCfB0cidqU .image-wrap:hover .bottom-right::after {
  width: 100%;
}
.cid-tCfB0cidqU .mbr-section-subtitle {
  color: #9e9d9d;
}
.cid-tCDIQdsy7Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #212428;
}
.cid-tCDIQdsy7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCDIQdsy7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCDIQdsy7Z .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-tCDIQdsy7Z .card1 {
  background-image: url("../../../assets/images/1-19-2000x1333.webp");
  background-size: cover;
  background-position: center center;
}
.cid-tCDIQdsy7Z .card1:before {
  background: #ffffff;
}
.cid-tCDIQdsy7Z .card2 {
  background-image: url("../../../assets/images/1-43-2000x1346.webp");
  background-size: cover;
  background-position: center center;
}
.cid-tCDIQdsy7Z .card2:before {
  background: #ffffff;
}
.cid-tCDIQdsy7Z .card3 {
  background-image: url("../../../assets/images/1-202-2000x1086.webp");
  background-size: cover;
  background-position: center center;
}
.cid-tCDIQdsy7Z .card3:before {
  background: #ffffff;
}
.cid-tCDIQdsy7Z .card4 {
  background-image: url("../../../assets/images/a-6-2000x1333.webp");
  background-size: cover;
  background-position: center center;
}
.cid-tCDIQdsy7Z .card4:before {
  background: #ffffff;
}
.cid-tCDIQdsy7Z .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-tCDIQdsy7Z .card-wrap {
  border-radius: 2rem;
  height: 400px;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tCDIQdsy7Z .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tCDIQdsy7Z .card-wrap:before {
  content: '';
  position: absolute;
  border-radius: 2rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-tCDIQdsy7Z .card {
  transition: all .6s;
}
.cid-tCDIQdsy7Z .card:hover .card-wrap,
.cid-tCDIQdsy7Z .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-tCDIQdsy7Z .card:hover .card-wrap:before,
.cid-tCDIQdsy7Z .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-tCDIQdsy7Z .card:hover .mbr-section-btn,
.cid-tCDIQdsy7Z .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-tCDIQdsy7Z .card:hover .card-wrap {
    transform: none;
  }
  .cid-tCDIQdsy7Z .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-tCDIQdsy7Z .card-wrap:before {
    opacity: 0.8;
  }
  .cid-tCDIQdsy7Z .card-wrap:hover {
    transform: none;
  }
  .cid-tCDIQdsy7Z .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-tCDIQdsy7Z .mbr-section-btn {
    opacity: 1;
  }
}
.cid-tCDIQdsy7Z .mbr-section-title {
  color: #ff0101;
  text-align: left;
}
.cid-u57EH5VzqF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c20;
}
.cid-u57EH5VzqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u57EH5VzqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u57EH5VzqF .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u57EH5VzqF .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u57EH5VzqF .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .container {
    max-width: 100%;
  }
  .cid-u57EH5VzqF .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u57EH5VzqF .item-wrap {
  width: 100%;
}
.cid-u57EH5VzqF .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u57EH5VzqF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u57EH5VzqF .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u57EH5VzqF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #23272b, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #191c20;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u57EH5VzqF .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u57EH5VzqF .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u57EH5VzqF .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .col-links {
    padding-top: 20px;
  }
}
.cid-u57EH5VzqF .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u57EH5VzqF .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .list {
    text-align: center !important;
  }
}
.cid-u57EH5VzqF .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u57EH5VzqF .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff9966;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list a:hover {
  color: #ff9966 !important;
  line-height: inherit !important;
}
.cid-u57EH5VzqF .list a:hover:before {
  width: 100%;
}
.cid-u57EH5VzqF .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .col-copyright {
    padding-top: 40px;
  }
}
.cid-u57EH5VzqF .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-u57EH5VzqF .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tDAR8Nz5oF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tDAR8Nz5oF .container,
  .cid-tDAR8Nz5oF .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tDAR8Nz5oF .container .navbar-collapse,
  .cid-tDAR8Nz5oF .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tDAR8Nz5oF {
    flex-wrap: wrap;
  }
  .cid-tDAR8Nz5oF .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tDAR8Nz5oF .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tDAR8Nz5oF .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tDAR8Nz5oF .btn {
  padding: 0.8rem 2rem;
}
.cid-tDAR8Nz5oF .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tDAR8Nz5oF .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ff0101;
}
.cid-tDAR8Nz5oF .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tDAR8Nz5oF nav.navbar {
  position: fixed;
}
.cid-tDAR8Nz5oF .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-tDAR8Nz5oF .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDAR8Nz5oF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDAR8Nz5oF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDAR8Nz5oF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDAR8Nz5oF .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tDAR8Nz5oF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDAR8Nz5oF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDAR8Nz5oF .dropdown-menu,
.cid-tDAR8Nz5oF .navbar.opened {
  background: #ffffff !important;
}
.cid-tDAR8Nz5oF .nav-item:focus,
.cid-tDAR8Nz5oF .nav-link:focus {
  outline: none;
}
.cid-tDAR8Nz5oF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDAR8Nz5oF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDAR8Nz5oF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDAR8Nz5oF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDAR8Nz5oF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDAR8Nz5oF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDAR8Nz5oF .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tDAR8Nz5oF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tDAR8Nz5oF .navbar.opened {
  transition: all 0.3s;
}
.cid-tDAR8Nz5oF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDAR8Nz5oF .navbar .navbar-logo img {
  width: auto;
}
.cid-tDAR8Nz5oF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tDAR8Nz5oF .navbar.collapsed {
  justify-content: center;
}
.cid-tDAR8Nz5oF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDAR8Nz5oF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDAR8Nz5oF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDAR8Nz5oF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDAR8Nz5oF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDAR8Nz5oF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDAR8Nz5oF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDAR8Nz5oF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDAR8Nz5oF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDAR8Nz5oF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDAR8Nz5oF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDAR8Nz5oF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDAR8Nz5oF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDAR8Nz5oF .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-tDAR8Nz5oF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDAR8Nz5oF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDAR8Nz5oF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDAR8Nz5oF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDAR8Nz5oF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDAR8Nz5oF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDAR8Nz5oF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDAR8Nz5oF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDAR8Nz5oF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDAR8Nz5oF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDAR8Nz5oF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDAR8Nz5oF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDAR8Nz5oF .dropdown-item.active,
.cid-tDAR8Nz5oF .dropdown-item:active {
  background-color: transparent;
}
.cid-tDAR8Nz5oF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDAR8Nz5oF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDAR8Nz5oF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDAR8Nz5oF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDAR8Nz5oF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDAR8Nz5oF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDAR8Nz5oF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDAR8Nz5oF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDAR8Nz5oF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDAR8Nz5oF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0101;
}
.cid-tDAR8Nz5oF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDAR8Nz5oF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDAR8Nz5oF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDAR8Nz5oF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDAR8Nz5oF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDAR8Nz5oF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDAR8Nz5oF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDAR8Nz5oF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDAR8Nz5oF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDAR8Nz5oF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDAR8Nz5oF .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-tDAR8Nz5oF .navbar {
    height: 70px;
  }
  .cid-tDAR8Nz5oF .navbar.opened {
    height: auto;
  }
  .cid-tDAR8Nz5oF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v42bSo3vfu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v42bSo3vfu .carousel {
  height: 800px;
}
.cid-v42bSo3vfu .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v42bSo3vfu .carousel-item,
.cid-v42bSo3vfu .carousel-inner {
  height: 100%;
}
.cid-v42bSo3vfu .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-v42bSo3vfu .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v42bSo3vfu .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v42bSo3vfu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v42bSo3vfu .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v42bSo3vfu .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v42bSo3vfu .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v42bSo3vfu .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v42bSo3vfu .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v42bSo3vfu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v42bSo3vfu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v42bSo3vfu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v42bSo3vfu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v42bSo3vfu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v42bSo3vfu .carousel-indicators li.active,
.cid-v42bSo3vfu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v42bSo3vfu .carousel-indicators li::after,
.cid-v42bSo3vfu .carousel-indicators li::before {
  content: none;
}
.cid-v42bSo3vfu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v42bSo3vfu .carousel-indicators {
    display: none !important;
  }
}
.cid-tCgcZ95ldd {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCgcZ95ldd .mbr-section-title {
  color: #bbbbbb;
}
.cid-tCgcZ95ldd .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tCgcZ95ldd .mbr-text {
  color: #5b5b5c;
}
.cid-tCgcZ95ldd .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tCgcZ95ldd .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tCgcZ95ldd .text-col {
  align-items: center;
  display: flex;
}
.cid-tCgcZ95ldd .mbr-section-subtitle,
.cid-tCgcZ95ldd .title-col {
  width: 100%;
  color: #ff0101;
}
.cid-tCgcZam19m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-tCgcZam19m .row {
  flex-direction: row-reverse;
}
.cid-tCgcZam19m .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-tCgcZam19m .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-tCgcZam19m .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-tCgcZam19m .mbr-section-title {
  color: #ff0000;
}
.cid-tCgcZam19m .mbr-text {
  color: #fafafa;
}
.cid-tCgcZam19m .container-fluid {
  padding: 0;
}
.cid-tCgcZam19m .row {
  margin: 0;
}
.cid-tCgcZam19m .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-tCgcZam19m .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tCgcZam19m .text-container {
    padding: 60px;
  }
}
.cid-tCgcZam19m .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tCgcZam19m .image-wrapper {
    height: 420px;
  }
}
.cid-tCgcZam19m .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-tCgcZam19m .image-wrapper img:hover {
  transform: scale(1.3);
}
.cid-tCgcZam19m .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tCgcZam19m .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-tCgcZam19m .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-tCgcZam19m .item__buttons-container_round {
  align-items: flex-start;
}
.cid-tCgcZam19m .btn {
  margin: 0;
}
.cid-tCgcZam19m .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCgcZam19m .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tCgcZam19m .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-tCgcZam19m .item__button {
  margin: 0;
}
.cid-tCgcZam19m .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-tCgcZam19m .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-tCgcZam19m .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-tCgcZam19m .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tCE8SIHmts {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191c20;
}
.cid-tCE8SIHmts .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-tCE8SIHmts .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-tCE8SIHmts .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-tCE8SIHmts .mbr-section-title {
  color: #ff0000;
}
.cid-tCE8SIHmts .mbr-text {
  color: #fafafa;
}
.cid-tCE8SIHmts .container-fluid {
  padding: 0;
}
.cid-tCE8SIHmts .row {
  margin: 0;
}
.cid-tCE8SIHmts .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-tCE8SIHmts .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tCE8SIHmts .text-container {
    padding: 60px;
  }
}
.cid-tCE8SIHmts .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tCE8SIHmts .image-wrapper {
    height: 420px;
  }
}
.cid-tCE8SIHmts .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-tCE8SIHmts .image-wrapper img:hover {
  transform: scale(1.3);
}
.cid-tCE8SIHmts .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tCE8SIHmts .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-tCE8SIHmts .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-tCE8SIHmts .item__buttons-container_round {
  align-items: flex-start;
}
.cid-tCE8SIHmts .btn {
  margin: 0;
}
.cid-tCE8SIHmts .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCE8SIHmts .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tCE8SIHmts .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-tCE8SIHmts .item__button {
  margin: 0;
}
.cid-tCE8SIHmts .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-tCE8SIHmts .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-tCE8SIHmts .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-tCE8SIHmts .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tD18Jy8zTE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-tD18Jy8zTE .row {
  flex-direction: row-reverse;
}
.cid-tD18Jy8zTE .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-tD18Jy8zTE .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-tD18Jy8zTE .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-tD18Jy8zTE .mbr-section-title {
  color: #ff0000;
}
.cid-tD18Jy8zTE .mbr-text {
  color: #fafafa;
  text-align: justify;
}
.cid-tD18Jy8zTE .container-fluid {
  padding: 0;
}
.cid-tD18Jy8zTE .row {
  margin: 0;
}
.cid-tD18Jy8zTE .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-tD18Jy8zTE .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tD18Jy8zTE .text-container {
    padding: 60px;
  }
}
.cid-tD18Jy8zTE .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tD18Jy8zTE .image-wrapper {
    height: 420px;
  }
}
.cid-tD18Jy8zTE .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-tD18Jy8zTE .image-wrapper img:hover {
  transform: scale(1.3);
}
.cid-tD18Jy8zTE .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tD18Jy8zTE .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-tD18Jy8zTE .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-tD18Jy8zTE .item__buttons-container_round {
  align-items: flex-start;
}
.cid-tD18Jy8zTE .btn {
  margin: 0;
}
.cid-tD18Jy8zTE .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD18Jy8zTE .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tD18Jy8zTE .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-tD18Jy8zTE .item__button {
  margin: 0;
}
.cid-tD18Jy8zTE .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-tD18Jy8zTE .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-tD18Jy8zTE .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-tD18Jy8zTE .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tD18Jy8zTE .mbr-section-title P {
  text-align: justify;
}
.cid-tLjKR8k1zO {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-tLjKR8k1zO h2,
.cid-tLjKR8k1zO h3,
.cid-tLjKR8k1zO h4,
.cid-tLjKR8k1zO h5,
.cid-tLjKR8k1zO p {
  margin: 0;
}
.cid-tLjKR8k1zO .inner-container {
  margin-right: -32px;
}
.cid-tLjKR8k1zO .content {
  width: 100%;
  padding-left: calc((100% - 1300px) / 2);
}
@media (max-width: 1440px) {
  .cid-tLjKR8k1zO .content {
    padding-left: calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1200px) {
  .cid-tLjKR8k1zO .content {
    padding-left: calc((100% - 920px) / 2);
  }
}
@media (max-width: 1024px) {
  .cid-tLjKR8k1zO .content {
    padding-left: calc((100% - 768px) / 2);
  }
}
@media (max-width: 800px) {
  .cid-tLjKR8k1zO .content {
    width: 100%;
    padding-left: 7%;
  }
}
@media (max-width: 480px) {
  .cid-tLjKR8k1zO .content {
    padding-left: 0;
  }
}
.cid-tLjKR8k1zO .text-wrap {
  position: relative;
  width: 18.6%;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-tLjKR8k1zO .text-wrap {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .cid-tLjKR8k1zO .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .cid-tLjKR8k1zO .text-wrap {
    width: 38%;
  }
}
@media (max-width: 680px) {
  .cid-tLjKR8k1zO .text-wrap {
    width: 100%;
  }
}
.cid-tLjKR8k1zO .mbr-section-title {
  color: #ff0101;
}
.cid-tLjKR8k1zO .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-tLjKR8k1zO .controls {
  margin-top: 45px;
}
.cid-tLjKR8k1zO .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-tLjKR8k1zO .embla__viewport {
  overflow: hidden;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-tLjKR8k1zO .embla__viewport {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-tLjKR8k1zO .embla__viewport {
    width: 100%;
  }
}
.cid-tLjKR8k1zO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLjKR8k1zO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLjKR8k1zO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-tLjKR8k1zO .embla__container {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-tLjKR8k1zO .embla__container {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-tLjKR8k1zO .embla__slide {
  position: relative;
  margin-right: 30px;
}
.cid-tLjKR8k1zO .card-wrap {
  width: 345.75px;
}
@media (max-width: 680px) {
  .cid-tLjKR8k1zO .card-wrap {
    width: 296px;
  }
}
.cid-tLjKR8k1zO .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-tLjKR8k1zO .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tLjKR8k1zO .content-wrap {
  margin-top: 20px;
}
.cid-tLjKR8k1zO .mbr-card-title {
  margin-bottom: 6px;
  color: #000000;
}
.cid-tLjKR8k1zO .mbr-card-subtitle {
  margin-bottom: 2px;
  color: #6b6b6b;
}
.cid-tLjKR8k1zO .mbr-card-text {
  color: #6b6b6b;
  margin-top: 6px;
}
.cid-tLjKR8k1zO .embla__button--next svg polygon,
.cid-tLjKR8k1zO .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-tLjKR8k1zO .embla__button--next svg,
.cid-tLjKR8k1zO .embla__button--prev svg {
  overflow: hidden;
}
.cid-tLjKR8k1zO .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-tLjKR8k1zO .embla__button--prev:hover {
  color: #000;
}
.cid-tLjKR8k1zO .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tLjKR8k1zO .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tLjKR8k1zO .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tLjKR8k1zO .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-tLjKR8k1zO .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-tLjKR8k1zO .embla__button--next:hover {
  color: #000;
}
.cid-tLjKR8k1zO .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tLjKR8k1zO .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tLjKR8k1zO .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tLjKR8k1zO .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-tLjLcotsc5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #212428;
}
.cid-tLjLcotsc5 h2,
.cid-tLjLcotsc5 h3,
.cid-tLjLcotsc5 h4,
.cid-tLjLcotsc5 h5 {
  margin: 0;
}
.cid-tLjLcotsc5 .mbr-section-title {
  color: #ff0101;
}
.cid-tLjLcotsc5 .mbr-card-title {
  text-align: center;
  color: #ff0101;
}
.cid-tLjLcotsc5 .mbr-card-subtitle {
  text-align: center;
  color: #6b6b6b;
}
.cid-tLjLcotsc5 .image-container {
  min-height: 738px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: minmax(346px, 704px) minmax(153px, 332px) minmax(153px, 332px) minmax(153px, 332px);
  grid-template-rows: 1fr 1fr;
  grid-gap: 40px;
  grid-template-areas: "img1 img2 img4 img5" "img1 img3 img4 img6";
}
@media (min-width: 681px) and (max-width: 1024px) {
  .cid-tLjLcotsc5 .image-container {
    grid-template-columns: minmax(290px, 442px) minmax(290px, 442px);
    grid-template-rows: 924px 442px 442px 442px;
    grid-gap: 40px;
    grid-template-areas: "img1 img1" "img2 img4" "img3 img4" "img6 img5";
  }
}
@media (max-width: 680px) {
  .cid-tLjLcotsc5 .image-container {
    grid-template-columns: minmax(260px, 620px);
    grid-template-rows: 697px 329px 697px 329px 329px 329px;
    grid-gap: 40px;
    grid-template-areas: "img1" "img2" "img4" "img3" "img5" "img6";
  }
}
.cid-tLjLcotsc5 #img1 {
  grid-area: img1;
  background-image: url("../../../assets/images/s-2020-2000x3556.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tLjLcotsc5 #img2 {
  grid-area: img2;
  background-image: url("../../../assets/images/s-2010-2000x3556.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tLjLcotsc5 #img3 {
  grid-area: img3;
  background-image: url("../../../assets/images/s-2024-2000x3000.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tLjLcotsc5 #img4 {
  grid-area: img4;
  background-image: url("../../../assets/images/s-204-864x1536.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tLjLcotsc5 #img5 {
  grid-area: img5;
  background-image: url("../../../assets/images/s-2022-2000x3556.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tLjLcotsc5 #img6 {
  grid-area: img6;
  background-image: url("../../../assets/images/s-2015-2000x3556.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tLjLcotsc5 .top-left,
.cid-tLjLcotsc5 .bottom-right {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.cid-tLjLcotsc5 .top-left::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #ff0101;
  top: 0;
  left: 0;
  transition: all 1s ease-out;
}
.cid-tLjLcotsc5 .top-left::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #ff0101;
  top: 0;
  left: 0;
  transition: all 1s ease-out;
}
.cid-tLjLcotsc5 .bottom-right::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #ff0101;
  bottom: 0;
  right: 0;
  transition: all 1s ease-out;
}
.cid-tLjLcotsc5 .bottom-right::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #ff0101;
  bottom: 0;
  right: 0;
  transition: all 1s ease-out;
}
.cid-tLjLcotsc5 .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background: #ffffff;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 1s ease-out;
}
.cid-tLjLcotsc5 .image-wrap:hover .text-wrap {
  opacity: 1;
}
.cid-tLjLcotsc5 .image-wrap:hover .top-left::before {
  height: 100%;
}
.cid-tLjLcotsc5 .image-wrap:hover .top-left::after {
  width: 100%;
}
.cid-tLjLcotsc5 .image-wrap:hover .bottom-right::before {
  height: 100%;
}
.cid-tLjLcotsc5 .image-wrap:hover .bottom-right::after {
  width: 100%;
}
.cid-tLjLcotsc5 .mbr-section-subtitle {
  color: #9e9d9d;
}
.cid-tLjLoAfbYj {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #212428;
}
.cid-tLjLoAfbYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjLoAfbYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjLoAfbYj .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-tLjLoAfbYj .card1 {
  background-image: url("../../../assets/images/s-2012-2000x3556.webp");
  background-size: cover;
  background-position: center center;
}
.cid-tLjLoAfbYj .card1:before {
  background: #ffffff;
}
.cid-tLjLoAfbYj .card2 {
  background-image: url("../../../assets/images/s-209-2000x3119.webp");
  background-size: cover;
  background-position: center center;
}
.cid-tLjLoAfbYj .card2:before {
  background: #ffffff;
}
.cid-tLjLoAfbYj .card3 {
  background-image: url("../../../assets/images/s-2026-2000x3000.webp");
  background-size: cover;
  background-position: center center;
}
.cid-tLjLoAfbYj .card3:before {
  background: #ffffff;
}
.cid-tLjLoAfbYj .card4 {
  background-image: url("../../../assets/images/s-2015-2000x3556.webp");
  background-size: cover;
  background-position: center center;
}
.cid-tLjLoAfbYj .card4:before {
  background: #ffffff;
}
.cid-tLjLoAfbYj .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-tLjLoAfbYj .card-wrap {
  border-radius: 2rem;
  height: 400px;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tLjLoAfbYj .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tLjLoAfbYj .card-wrap:before {
  content: '';
  position: absolute;
  border-radius: 2rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-tLjLoAfbYj .card {
  transition: all .6s;
}
.cid-tLjLoAfbYj .card:hover .card-wrap,
.cid-tLjLoAfbYj .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-tLjLoAfbYj .card:hover .card-wrap:before,
.cid-tLjLoAfbYj .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-tLjLoAfbYj .card:hover .mbr-section-btn,
.cid-tLjLoAfbYj .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-tLjLoAfbYj .card:hover .card-wrap {
    transform: none;
  }
  .cid-tLjLoAfbYj .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-tLjLoAfbYj .card-wrap:before {
    opacity: 0.8;
  }
  .cid-tLjLoAfbYj .card-wrap:hover {
    transform: none;
  }
  .cid-tLjLoAfbYj .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-tLjLoAfbYj .mbr-section-btn {
    opacity: 1;
  }
}
.cid-tLjLoAfbYj .mbr-section-title {
  color: #ff0101;
  text-align: left;
}
.cid-u57EH5VzqF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c20;
}
.cid-u57EH5VzqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u57EH5VzqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u57EH5VzqF .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u57EH5VzqF .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u57EH5VzqF .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .container {
    max-width: 100%;
  }
  .cid-u57EH5VzqF .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u57EH5VzqF .item-wrap {
  width: 100%;
}
.cid-u57EH5VzqF .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u57EH5VzqF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u57EH5VzqF .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u57EH5VzqF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #23272b, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #191c20;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u57EH5VzqF .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u57EH5VzqF .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u57EH5VzqF .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .col-links {
    padding-top: 20px;
  }
}
.cid-u57EH5VzqF .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u57EH5VzqF .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .list {
    text-align: center !important;
  }
}
.cid-u57EH5VzqF .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u57EH5VzqF .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff9966;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list a:hover {
  color: #ff9966 !important;
  line-height: inherit !important;
}
.cid-u57EH5VzqF .list a:hover:before {
  width: 100%;
}
.cid-u57EH5VzqF .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .col-copyright {
    padding-top: 40px;
  }
}
.cid-u57EH5VzqF .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-u57EH5VzqF .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tDAReuQibI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tDAReuQibI .container,
  .cid-tDAReuQibI .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tDAReuQibI .container .navbar-collapse,
  .cid-tDAReuQibI .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tDAReuQibI {
    flex-wrap: wrap;
  }
  .cid-tDAReuQibI .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tDAReuQibI .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tDAReuQibI .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tDAReuQibI .btn {
  padding: 0.8rem 2rem;
}
.cid-tDAReuQibI .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tDAReuQibI .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ff0101;
}
.cid-tDAReuQibI .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tDAReuQibI nav.navbar {
  position: fixed;
}
.cid-tDAReuQibI .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-tDAReuQibI .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDAReuQibI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDAReuQibI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDAReuQibI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDAReuQibI .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tDAReuQibI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDAReuQibI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDAReuQibI .dropdown-menu,
.cid-tDAReuQibI .navbar.opened {
  background: #ffffff !important;
}
.cid-tDAReuQibI .nav-item:focus,
.cid-tDAReuQibI .nav-link:focus {
  outline: none;
}
.cid-tDAReuQibI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDAReuQibI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDAReuQibI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDAReuQibI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDAReuQibI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDAReuQibI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDAReuQibI .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tDAReuQibI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tDAReuQibI .navbar.opened {
  transition: all 0.3s;
}
.cid-tDAReuQibI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDAReuQibI .navbar .navbar-logo img {
  width: auto;
}
.cid-tDAReuQibI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tDAReuQibI .navbar.collapsed {
  justify-content: center;
}
.cid-tDAReuQibI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDAReuQibI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDAReuQibI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDAReuQibI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDAReuQibI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDAReuQibI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDAReuQibI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDAReuQibI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDAReuQibI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDAReuQibI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDAReuQibI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDAReuQibI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDAReuQibI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDAReuQibI .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-tDAReuQibI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDAReuQibI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDAReuQibI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDAReuQibI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDAReuQibI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDAReuQibI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDAReuQibI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDAReuQibI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDAReuQibI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDAReuQibI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDAReuQibI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDAReuQibI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDAReuQibI .dropdown-item.active,
.cid-tDAReuQibI .dropdown-item:active {
  background-color: transparent;
}
.cid-tDAReuQibI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDAReuQibI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDAReuQibI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDAReuQibI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDAReuQibI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDAReuQibI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDAReuQibI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDAReuQibI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDAReuQibI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDAReuQibI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0101;
}
.cid-tDAReuQibI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDAReuQibI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDAReuQibI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDAReuQibI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDAReuQibI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDAReuQibI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDAReuQibI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDAReuQibI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDAReuQibI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDAReuQibI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDAReuQibI .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-tDAReuQibI .navbar {
    height: 70px;
  }
  .cid-tDAReuQibI .navbar.opened {
    height: auto;
  }
  .cid-tDAReuQibI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v41MOSy7ZM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v41MOSy7ZM .carousel {
  height: 800px;
}
.cid-v41MOSy7ZM .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v41MOSy7ZM .carousel-item,
.cid-v41MOSy7ZM .carousel-inner {
  height: 100%;
}
.cid-v41MOSy7ZM .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-v41MOSy7ZM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v41MOSy7ZM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v41MOSy7ZM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v41MOSy7ZM .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v41MOSy7ZM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v41MOSy7ZM .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v41MOSy7ZM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v41MOSy7ZM .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v41MOSy7ZM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v41MOSy7ZM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v41MOSy7ZM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v41MOSy7ZM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v41MOSy7ZM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v41MOSy7ZM .carousel-indicators li.active,
.cid-v41MOSy7ZM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v41MOSy7ZM .carousel-indicators li::after,
.cid-v41MOSy7ZM .carousel-indicators li::before {
  content: none;
}
.cid-v41MOSy7ZM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v41MOSy7ZM .carousel-indicators {
    display: none !important;
  }
}
.cid-tD6nrFG0lj {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tD6nrFG0lj .mbr-section-title {
  color: #36187d;
}
.cid-tD6nrFG0lj .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tD6nrFG0lj .mbr-text {
  color: #6b6b6c;
}
.cid-tD6nrFG0lj .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tD6nrFG0lj .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tD6nrFG0lj .text-col {
  align-items: center;
  display: flex;
}
.cid-tD6nrFG0lj .mbr-section-subtitle,
.cid-tD6nrFG0lj .title-col {
  width: 100%;
  color: #ff0101;
}
.cid-tD6nrGQ1Tj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-tD6nrGQ1Tj .row {
  flex-direction: row-reverse;
}
.cid-tD6nrGQ1Tj .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-tD6nrGQ1Tj .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-tD6nrGQ1Tj .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-tD6nrGQ1Tj .mbr-section-title {
  color: #ff0000;
}
.cid-tD6nrGQ1Tj .mbr-text {
  color: #fafafa;
}
.cid-tD6nrGQ1Tj .container-fluid {
  padding: 0;
}
.cid-tD6nrGQ1Tj .row {
  margin: 0;
}
.cid-tD6nrGQ1Tj .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-tD6nrGQ1Tj .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tD6nrGQ1Tj .text-container {
    padding: 60px;
  }
}
.cid-tD6nrGQ1Tj .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tD6nrGQ1Tj .image-wrapper {
    height: 420px;
  }
}
.cid-tD6nrGQ1Tj .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-tD6nrGQ1Tj .image-wrapper img:hover {
  transform: scale(1.3);
}
.cid-tD6nrGQ1Tj .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tD6nrGQ1Tj .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-tD6nrGQ1Tj .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-tD6nrGQ1Tj .item__buttons-container_round {
  align-items: flex-start;
}
.cid-tD6nrGQ1Tj .btn {
  margin: 0;
}
.cid-tD6nrGQ1Tj .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD6nrGQ1Tj .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tD6nrGQ1Tj .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-tD6nrGQ1Tj .item__button {
  margin: 0;
}
.cid-tD6nrGQ1Tj .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-tD6nrGQ1Tj .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-tD6nrGQ1Tj .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-tD6nrGQ1Tj .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tD6nrIchJM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a1a1a;
}
.cid-tD6nrIchJM .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-tD6nrIchJM .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-tD6nrIchJM .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-tD6nrIchJM .mbr-section-title {
  color: #ff0000;
  text-align: justify;
}
.cid-tD6nrIchJM .mbr-text {
  color: #fafafa;
}
.cid-tD6nrIchJM .container-fluid {
  padding: 0;
}
.cid-tD6nrIchJM .row {
  margin: 0;
}
.cid-tD6nrIchJM .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-tD6nrIchJM .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tD6nrIchJM .text-container {
    padding: 60px;
  }
}
.cid-tD6nrIchJM .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tD6nrIchJM .image-wrapper {
    height: 420px;
  }
}
.cid-tD6nrIchJM .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-tD6nrIchJM .image-wrapper img:hover {
  transform: scale(1.3);
}
.cid-tD6nrIchJM .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tD6nrIchJM .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-tD6nrIchJM .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-tD6nrIchJM .item__buttons-container_round {
  align-items: flex-start;
}
.cid-tD6nrIchJM .btn {
  margin: 0;
}
.cid-tD6nrIchJM .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD6nrIchJM .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tD6nrIchJM .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-tD6nrIchJM .item__button {
  margin: 0;
}
.cid-tD6nrIchJM .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-tD6nrIchJM .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-tD6nrIchJM .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-tD6nrIchJM .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tD6nrJN4sA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-tD6nrJN4sA .row {
  flex-direction: row-reverse;
}
.cid-tD6nrJN4sA .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-tD6nrJN4sA .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-tD6nrJN4sA .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-tD6nrJN4sA .mbr-section-title {
  color: #ff0000;
}
.cid-tD6nrJN4sA .mbr-text {
  color: #fafafa;
}
.cid-tD6nrJN4sA .container-fluid {
  padding: 0;
}
.cid-tD6nrJN4sA .row {
  margin: 0;
}
.cid-tD6nrJN4sA .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-tD6nrJN4sA .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tD6nrJN4sA .text-container {
    padding: 60px;
  }
}
.cid-tD6nrJN4sA .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tD6nrJN4sA .image-wrapper {
    height: 420px;
  }
}
.cid-tD6nrJN4sA .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-tD6nrJN4sA .image-wrapper img:hover {
  transform: scale(1.3);
}
.cid-tD6nrJN4sA .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tD6nrJN4sA .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-tD6nrJN4sA .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-tD6nrJN4sA .item__buttons-container_round {
  align-items: flex-start;
}
.cid-tD6nrJN4sA .btn {
  margin: 0;
}
.cid-tD6nrJN4sA .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD6nrJN4sA .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tD6nrJN4sA .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-tD6nrJN4sA .item__button {
  margin: 0;
}
.cid-tD6nrJN4sA .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-tD6nrJN4sA .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-tD6nrJN4sA .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-tD6nrJN4sA .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tLk2uMqb5c {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #191c20;
}
.cid-tLk2uMqb5c h2,
.cid-tLk2uMqb5c h3,
.cid-tLk2uMqb5c h4,
.cid-tLk2uMqb5c h5,
.cid-tLk2uMqb5c p {
  margin: 0;
}
.cid-tLk2uMqb5c .inner-container {
  margin-right: -32px;
}
.cid-tLk2uMqb5c .content {
  width: 100%;
  padding-left: calc((100% - 1300px) / 2);
}
@media (max-width: 1440px) {
  .cid-tLk2uMqb5c .content {
    padding-left: calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1200px) {
  .cid-tLk2uMqb5c .content {
    padding-left: calc((100% - 920px) / 2);
  }
}
@media (max-width: 1024px) {
  .cid-tLk2uMqb5c .content {
    padding-left: calc((100% - 768px) / 2);
  }
}
@media (max-width: 800px) {
  .cid-tLk2uMqb5c .content {
    width: 100%;
    padding-left: 7%;
  }
}
@media (max-width: 480px) {
  .cid-tLk2uMqb5c .content {
    padding-left: 0;
  }
}
.cid-tLk2uMqb5c .text-wrap {
  position: relative;
  width: 18.6%;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-tLk2uMqb5c .text-wrap {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .cid-tLk2uMqb5c .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .cid-tLk2uMqb5c .text-wrap {
    width: 38%;
  }
}
@media (max-width: 680px) {
  .cid-tLk2uMqb5c .text-wrap {
    width: 100%;
  }
}
.cid-tLk2uMqb5c .mbr-section-title {
  color: #ff0101;
}
.cid-tLk2uMqb5c .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tLk2uMqb5c .controls {
  margin-top: 45px;
}
.cid-tLk2uMqb5c .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-tLk2uMqb5c .embla__viewport {
  overflow: hidden;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-tLk2uMqb5c .embla__viewport {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-tLk2uMqb5c .embla__viewport {
    width: 100%;
  }
}
.cid-tLk2uMqb5c .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLk2uMqb5c .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLk2uMqb5c .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-tLk2uMqb5c .embla__container {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-tLk2uMqb5c .embla__container {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-tLk2uMqb5c .embla__slide {
  position: relative;
  margin-right: 30px;
}
.cid-tLk2uMqb5c .card-wrap {
  width: 345.75px;
}
@media (max-width: 680px) {
  .cid-tLk2uMqb5c .card-wrap {
    width: 296px;
  }
}
.cid-tLk2uMqb5c .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-tLk2uMqb5c .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tLk2uMqb5c .content-wrap {
  margin-top: 20px;
}
.cid-tLk2uMqb5c .mbr-card-title {
  margin-bottom: 6px;
  color: #000000;
}
.cid-tLk2uMqb5c .mbr-card-subtitle {
  margin-bottom: 2px;
  color: #6b6b6b;
}
.cid-tLk2uMqb5c .mbr-card-text {
  color: #6b6b6b;
  margin-top: 6px;
}
.cid-tLk2uMqb5c .embla__button--next svg polygon,
.cid-tLk2uMqb5c .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-tLk2uMqb5c .embla__button--next svg,
.cid-tLk2uMqb5c .embla__button--prev svg {
  overflow: hidden;
}
.cid-tLk2uMqb5c .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-tLk2uMqb5c .embla__button--prev:hover {
  color: #000;
}
.cid-tLk2uMqb5c .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tLk2uMqb5c .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tLk2uMqb5c .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tLk2uMqb5c .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-tLk2uMqb5c .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-tLk2uMqb5c .embla__button--next:hover {
  color: #000;
}
.cid-tLk2uMqb5c .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tLk2uMqb5c .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tLk2uMqb5c .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tLk2uMqb5c .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-tLk2C6jtYu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #212428;
}
.cid-tLk2C6jtYu h2,
.cid-tLk2C6jtYu h3,
.cid-tLk2C6jtYu h4,
.cid-tLk2C6jtYu h5 {
  margin: 0;
}
.cid-tLk2C6jtYu .mbr-section-title {
  color: #ff0101;
}
.cid-tLk2C6jtYu .mbr-card-title {
  text-align: center;
  color: #ff0101;
}
.cid-tLk2C6jtYu .mbr-card-subtitle {
  text-align: center;
  color: #6b6b6b;
}
.cid-tLk2C6jtYu .image-container {
  min-height: 738px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: minmax(346px, 704px) minmax(153px, 332px) minmax(153px, 332px) minmax(153px, 332px);
  grid-template-rows: 1fr 1fr;
  grid-gap: 40px;
  grid-template-areas: "img1 img2 img4 img5" "img1 img3 img4 img6";
}
@media (min-width: 681px) and (max-width: 1024px) {
  .cid-tLk2C6jtYu .image-container {
    grid-template-columns: minmax(290px, 442px) minmax(290px, 442px);
    grid-template-rows: 924px 442px 442px 442px;
    grid-gap: 40px;
    grid-template-areas: "img1 img1" "img2 img4" "img3 img4" "img6 img5";
  }
}
@media (max-width: 680px) {
  .cid-tLk2C6jtYu .image-container {
    grid-template-columns: minmax(260px, 620px);
    grid-template-rows: 697px 329px 697px 329px 329px 329px;
    grid-gap: 40px;
    grid-template-areas: "img1" "img2" "img4" "img3" "img5" "img6";
  }
}
.cid-tLk2C6jtYu #img1 {
  grid-area: img1;
  background-image: url("../../../assets/images/s-209-2000x3119.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tLk2C6jtYu #img2 {
  grid-area: img2;
  background-image: url("../../../assets/images/1-24.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tLk2C6jtYu #img3 {
  grid-area: img3;
  background-image: url("../../../assets/images/1-20.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tLk2C6jtYu #img4 {
  grid-area: img4;
  background-image: url("../../../assets/images/6-2000x2703.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tLk2C6jtYu #img5 {
  grid-area: img5;
  background-image: url("../../../assets/images/1-2000x2703.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tLk2C6jtYu #img6 {
  grid-area: img6;
  background-image: url("../../../assets/images/1-21.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tLk2C6jtYu .top-left,
.cid-tLk2C6jtYu .bottom-right {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.cid-tLk2C6jtYu .top-left::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #ff0101;
  top: 0;
  left: 0;
  transition: all 1s ease-out;
}
.cid-tLk2C6jtYu .top-left::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #ff0101;
  top: 0;
  left: 0;
  transition: all 1s ease-out;
}
.cid-tLk2C6jtYu .bottom-right::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #ff0101;
  bottom: 0;
  right: 0;
  transition: all 1s ease-out;
}
.cid-tLk2C6jtYu .bottom-right::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #ff0101;
  bottom: 0;
  right: 0;
  transition: all 1s ease-out;
}
.cid-tLk2C6jtYu .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background: #ffffff;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 1s ease-out;
}
.cid-tLk2C6jtYu .image-wrap:hover .text-wrap {
  opacity: 1;
}
.cid-tLk2C6jtYu .image-wrap:hover .top-left::before {
  height: 100%;
}
.cid-tLk2C6jtYu .image-wrap:hover .top-left::after {
  width: 100%;
}
.cid-tLk2C6jtYu .image-wrap:hover .bottom-right::before {
  height: 100%;
}
.cid-tLk2C6jtYu .image-wrap:hover .bottom-right::after {
  width: 100%;
}
.cid-tLk2C6jtYu .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tLk4Xgv9xM {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #212428;
}
.cid-tLk4Xgv9xM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLk4Xgv9xM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLk4Xgv9xM .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-tLk4Xgv9xM .card1 {
  background-image: url("../../../assets/images/1-7-2000x1389.webp");
  background-size: cover;
  background-position: center center;
}
.cid-tLk4Xgv9xM .card1:before {
  background: #ffffff;
}
.cid-tLk4Xgv9xM .card2 {
  background-image: url("../../../assets/images/1-19-2000x1333.webp");
  background-size: cover;
  background-position: center center;
}
.cid-tLk4Xgv9xM .card2:before {
  background: #ffffff;
}
.cid-tLk4Xgv9xM .card3 {
  background-image: url("../../../assets/images/1-103-2000x1335.webp");
  background-size: cover;
  background-position: center center;
}
.cid-tLk4Xgv9xM .card3:before {
  background: #ffffff;
}
.cid-tLk4Xgv9xM .card4 {
  background-image: url("../../../assets/images/0-2000x2703.webp");
  background-size: cover;
  background-position: center center;
}
.cid-tLk4Xgv9xM .card4:before {
  background: #ffffff;
}
.cid-tLk4Xgv9xM .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-tLk4Xgv9xM .card-wrap {
  border-radius: 2rem;
  height: 400px;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tLk4Xgv9xM .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tLk4Xgv9xM .card-wrap:before {
  content: '';
  position: absolute;
  border-radius: 2rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-tLk4Xgv9xM .card {
  transition: all .6s;
}
.cid-tLk4Xgv9xM .card:hover .card-wrap,
.cid-tLk4Xgv9xM .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-tLk4Xgv9xM .card:hover .card-wrap:before,
.cid-tLk4Xgv9xM .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-tLk4Xgv9xM .card:hover .mbr-section-btn,
.cid-tLk4Xgv9xM .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-tLk4Xgv9xM .card:hover .card-wrap {
    transform: none;
  }
  .cid-tLk4Xgv9xM .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-tLk4Xgv9xM .card-wrap:before {
    opacity: 0.8;
  }
  .cid-tLk4Xgv9xM .card-wrap:hover {
    transform: none;
  }
  .cid-tLk4Xgv9xM .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-tLk4Xgv9xM .mbr-section-btn {
    opacity: 1;
  }
}
.cid-tLk4Xgv9xM .mbr-section-title {
  color: #ff0101;
  text-align: left;
}
.cid-u57EH5VzqF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c20;
}
.cid-u57EH5VzqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u57EH5VzqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u57EH5VzqF .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u57EH5VzqF .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u57EH5VzqF .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .container {
    max-width: 100%;
  }
  .cid-u57EH5VzqF .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u57EH5VzqF .item-wrap {
  width: 100%;
}
.cid-u57EH5VzqF .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u57EH5VzqF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u57EH5VzqF .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u57EH5VzqF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #23272b, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #191c20;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u57EH5VzqF .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u57EH5VzqF .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u57EH5VzqF .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .col-links {
    padding-top: 20px;
  }
}
.cid-u57EH5VzqF .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u57EH5VzqF .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .list {
    text-align: center !important;
  }
}
.cid-u57EH5VzqF .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u57EH5VzqF .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff9966;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list a:hover {
  color: #ff9966 !important;
  line-height: inherit !important;
}
.cid-u57EH5VzqF .list a:hover:before {
  width: 100%;
}
.cid-u57EH5VzqF .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .col-copyright {
    padding-top: 40px;
  }
}
.cid-u57EH5VzqF .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-u57EH5VzqF .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tDARjjLJga {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tDARjjLJga .container,
  .cid-tDARjjLJga .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tDARjjLJga .container .navbar-collapse,
  .cid-tDARjjLJga .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tDARjjLJga {
    flex-wrap: wrap;
  }
  .cid-tDARjjLJga .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tDARjjLJga .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tDARjjLJga .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tDARjjLJga .btn {
  padding: 0.8rem 2rem;
}
.cid-tDARjjLJga .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tDARjjLJga .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ff0101;
}
.cid-tDARjjLJga .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tDARjjLJga nav.navbar {
  position: fixed;
}
.cid-tDARjjLJga .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-tDARjjLJga .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDARjjLJga .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDARjjLJga .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDARjjLJga .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDARjjLJga .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tDARjjLJga .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDARjjLJga .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDARjjLJga .dropdown-menu,
.cid-tDARjjLJga .navbar.opened {
  background: #ffffff !important;
}
.cid-tDARjjLJga .nav-item:focus,
.cid-tDARjjLJga .nav-link:focus {
  outline: none;
}
.cid-tDARjjLJga .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDARjjLJga .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDARjjLJga .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDARjjLJga .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDARjjLJga .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDARjjLJga .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDARjjLJga .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tDARjjLJga .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tDARjjLJga .navbar.opened {
  transition: all 0.3s;
}
.cid-tDARjjLJga .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDARjjLJga .navbar .navbar-logo img {
  width: auto;
}
.cid-tDARjjLJga .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tDARjjLJga .navbar.collapsed {
  justify-content: center;
}
.cid-tDARjjLJga .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDARjjLJga .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDARjjLJga .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDARjjLJga .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDARjjLJga .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDARjjLJga .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDARjjLJga .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDARjjLJga .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDARjjLJga .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDARjjLJga .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDARjjLJga .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDARjjLJga .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDARjjLJga .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDARjjLJga .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-tDARjjLJga .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDARjjLJga .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDARjjLJga .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDARjjLJga .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDARjjLJga .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDARjjLJga .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDARjjLJga .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDARjjLJga .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDARjjLJga .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDARjjLJga .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDARjjLJga .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDARjjLJga .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDARjjLJga .dropdown-item.active,
.cid-tDARjjLJga .dropdown-item:active {
  background-color: transparent;
}
.cid-tDARjjLJga .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDARjjLJga .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDARjjLJga .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDARjjLJga .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDARjjLJga .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDARjjLJga .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDARjjLJga ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDARjjLJga .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDARjjLJga button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDARjjLJga button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0101;
}
.cid-tDARjjLJga button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDARjjLJga button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDARjjLJga button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDARjjLJga button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDARjjLJga nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDARjjLJga nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDARjjLJga nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDARjjLJga nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDARjjLJga .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDARjjLJga a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDARjjLJga .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-tDARjjLJga .navbar {
    height: 70px;
  }
  .cid-tDARjjLJga .navbar.opened {
    height: auto;
  }
  .cid-tDARjjLJga .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v42cJr6W0Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v42cJr6W0Q .carousel {
  height: 800px;
}
.cid-v42cJr6W0Q .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v42cJr6W0Q .carousel-item,
.cid-v42cJr6W0Q .carousel-inner {
  height: 100%;
}
.cid-v42cJr6W0Q .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-v42cJr6W0Q .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v42cJr6W0Q .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v42cJr6W0Q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v42cJr6W0Q .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v42cJr6W0Q .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v42cJr6W0Q .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v42cJr6W0Q .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v42cJr6W0Q .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v42cJr6W0Q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v42cJr6W0Q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v42cJr6W0Q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v42cJr6W0Q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v42cJr6W0Q .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v42cJr6W0Q .carousel-indicators li.active,
.cid-v42cJr6W0Q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v42cJr6W0Q .carousel-indicators li::after,
.cid-v42cJr6W0Q .carousel-indicators li::before {
  content: none;
}
.cid-v42cJr6W0Q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v42cJr6W0Q .carousel-indicators {
    display: none !important;
  }
}
.cid-tD6wnCfhNp {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tD6wnCfhNp .mbr-section-title {
  color: #36187d;
}
.cid-tD6wnCfhNp .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tD6wnCfhNp .mbr-text {
  color: #6b6b6c;
}
.cid-tD6wnCfhNp .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tD6wnCfhNp .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tD6wnCfhNp .text-col {
  align-items: center;
  display: flex;
}
.cid-tD6wnCfhNp .mbr-section-subtitle,
.cid-tD6wnCfhNp .title-col {
  width: 100%;
  color: #ff0101;
}
.cid-tD6wnDxLpW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-tD6wnDxLpW .row {
  flex-direction: row-reverse;
}
.cid-tD6wnDxLpW .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-tD6wnDxLpW .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-tD6wnDxLpW .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-tD6wnDxLpW .mbr-section-title {
  color: #ff0000;
}
.cid-tD6wnDxLpW .mbr-text {
  color: #fafafa;
}
.cid-tD6wnDxLpW .container-fluid {
  padding: 0;
}
.cid-tD6wnDxLpW .row {
  margin: 0;
}
.cid-tD6wnDxLpW .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-tD6wnDxLpW .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tD6wnDxLpW .text-container {
    padding: 60px;
  }
}
.cid-tD6wnDxLpW .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tD6wnDxLpW .image-wrapper {
    height: 420px;
  }
}
.cid-tD6wnDxLpW .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-tD6wnDxLpW .image-wrapper img:hover {
  transform: scale(1.3);
}
.cid-tD6wnDxLpW .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tD6wnDxLpW .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-tD6wnDxLpW .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-tD6wnDxLpW .item__buttons-container_round {
  align-items: flex-start;
}
.cid-tD6wnDxLpW .btn {
  margin: 0;
}
.cid-tD6wnDxLpW .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD6wnDxLpW .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tD6wnDxLpW .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-tD6wnDxLpW .item__button {
  margin: 0;
}
.cid-tD6wnDxLpW .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-tD6wnDxLpW .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-tD6wnDxLpW .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-tD6wnDxLpW .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tD6wnFcQT6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191c20;
}
.cid-tD6wnFcQT6 .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-tD6wnFcQT6 .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-tD6wnFcQT6 .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-tD6wnFcQT6 .mbr-section-title {
  color: #ff0000;
}
.cid-tD6wnFcQT6 .mbr-text {
  color: #fafafa;
}
.cid-tD6wnFcQT6 .container-fluid {
  padding: 0;
}
.cid-tD6wnFcQT6 .row {
  margin: 0;
}
.cid-tD6wnFcQT6 .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-tD6wnFcQT6 .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tD6wnFcQT6 .text-container {
    padding: 60px;
  }
}
.cid-tD6wnFcQT6 .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tD6wnFcQT6 .image-wrapper {
    height: 420px;
  }
}
.cid-tD6wnFcQT6 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-tD6wnFcQT6 .image-wrapper img:hover {
  transform: scale(1.3);
}
.cid-tD6wnFcQT6 .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tD6wnFcQT6 .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-tD6wnFcQT6 .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-tD6wnFcQT6 .item__buttons-container_round {
  align-items: flex-start;
}
.cid-tD6wnFcQT6 .btn {
  margin: 0;
}
.cid-tD6wnFcQT6 .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD6wnFcQT6 .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tD6wnFcQT6 .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-tD6wnFcQT6 .item__button {
  margin: 0;
}
.cid-tD6wnFcQT6 .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-tD6wnFcQT6 .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-tD6wnFcQT6 .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-tD6wnFcQT6 .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tD6wnGCmK4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-tD6wnGCmK4 .row {
  flex-direction: row-reverse;
}
.cid-tD6wnGCmK4 .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-tD6wnGCmK4 .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-tD6wnGCmK4 .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-tD6wnGCmK4 .mbr-section-title {
  color: #ff0000;
}
.cid-tD6wnGCmK4 .mbr-text {
  color: #fafafa;
}
.cid-tD6wnGCmK4 .container-fluid {
  padding: 0;
}
.cid-tD6wnGCmK4 .row {
  margin: 0;
}
.cid-tD6wnGCmK4 .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-tD6wnGCmK4 .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tD6wnGCmK4 .text-container {
    padding: 60px;
  }
}
.cid-tD6wnGCmK4 .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tD6wnGCmK4 .image-wrapper {
    height: 420px;
  }
}
.cid-tD6wnGCmK4 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-tD6wnGCmK4 .image-wrapper img:hover {
  transform: scale(1.3);
}
.cid-tD6wnGCmK4 .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tD6wnGCmK4 .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-tD6wnGCmK4 .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-tD6wnGCmK4 .item__buttons-container_round {
  align-items: flex-start;
}
.cid-tD6wnGCmK4 .btn {
  margin: 0;
}
.cid-tD6wnGCmK4 .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD6wnGCmK4 .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tD6wnGCmK4 .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-tD6wnGCmK4 .item__button {
  margin: 0;
}
.cid-tD6wnGCmK4 .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-tD6wnGCmK4 .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-tD6wnGCmK4 .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-tD6wnGCmK4 .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tLk7SOIGjQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-tLk7SOIGjQ h2,
.cid-tLk7SOIGjQ h3,
.cid-tLk7SOIGjQ h4,
.cid-tLk7SOIGjQ h5,
.cid-tLk7SOIGjQ p {
  margin: 0;
}
.cid-tLk7SOIGjQ .inner-container {
  margin-right: -32px;
}
.cid-tLk7SOIGjQ .content {
  width: 100%;
  padding-left: calc((100% - 1300px) / 2);
}
@media (max-width: 1440px) {
  .cid-tLk7SOIGjQ .content {
    padding-left: calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1200px) {
  .cid-tLk7SOIGjQ .content {
    padding-left: calc((100% - 920px) / 2);
  }
}
@media (max-width: 1024px) {
  .cid-tLk7SOIGjQ .content {
    padding-left: calc((100% - 768px) / 2);
  }
}
@media (max-width: 800px) {
  .cid-tLk7SOIGjQ .content {
    width: 100%;
    padding-left: 7%;
  }
}
@media (max-width: 480px) {
  .cid-tLk7SOIGjQ .content {
    padding-left: 0;
  }
}
.cid-tLk7SOIGjQ .text-wrap {
  position: relative;
  width: 18.6%;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-tLk7SOIGjQ .text-wrap {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .cid-tLk7SOIGjQ .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .cid-tLk7SOIGjQ .text-wrap {
    width: 38%;
  }
}
@media (max-width: 680px) {
  .cid-tLk7SOIGjQ .text-wrap {
    width: 100%;
  }
}
.cid-tLk7SOIGjQ .mbr-section-title {
  color: #ff0101;
}
.cid-tLk7SOIGjQ .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-tLk7SOIGjQ .controls {
  margin-top: 45px;
}
.cid-tLk7SOIGjQ .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-tLk7SOIGjQ .embla__viewport {
  overflow: hidden;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-tLk7SOIGjQ .embla__viewport {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-tLk7SOIGjQ .embla__viewport {
    width: 100%;
  }
}
.cid-tLk7SOIGjQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLk7SOIGjQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLk7SOIGjQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-tLk7SOIGjQ .embla__container {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-tLk7SOIGjQ .embla__container {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-tLk7SOIGjQ .embla__slide {
  position: relative;
  margin-right: 30px;
}
.cid-tLk7SOIGjQ .card-wrap {
  width: 345.75px;
}
@media (max-width: 680px) {
  .cid-tLk7SOIGjQ .card-wrap {
    width: 296px;
  }
}
.cid-tLk7SOIGjQ .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-tLk7SOIGjQ .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tLk7SOIGjQ .content-wrap {
  margin-top: 20px;
}
.cid-tLk7SOIGjQ .mbr-card-title {
  margin-bottom: 6px;
  color: #000000;
}
.cid-tLk7SOIGjQ .mbr-card-subtitle {
  margin-bottom: 2px;
  color: #6b6b6b;
}
.cid-tLk7SOIGjQ .mbr-card-text {
  color: #6b6b6b;
  margin-top: 6px;
}
.cid-tLk7SOIGjQ .embla__button--next svg polygon,
.cid-tLk7SOIGjQ .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-tLk7SOIGjQ .embla__button--next svg,
.cid-tLk7SOIGjQ .embla__button--prev svg {
  overflow: hidden;
}
.cid-tLk7SOIGjQ .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-tLk7SOIGjQ .embla__button--prev:hover {
  color: #000;
}
.cid-tLk7SOIGjQ .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tLk7SOIGjQ .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tLk7SOIGjQ .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tLk7SOIGjQ .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-tLk7SOIGjQ .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-tLk7SOIGjQ .embla__button--next:hover {
  color: #000;
}
.cid-tLk7SOIGjQ .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tLk7SOIGjQ .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tLk7SOIGjQ .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tLk7SOIGjQ .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-tLk8PzG8Tv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #212428;
}
.cid-tLk8PzG8Tv h2,
.cid-tLk8PzG8Tv h3,
.cid-tLk8PzG8Tv h4,
.cid-tLk8PzG8Tv h5 {
  margin: 0;
}
.cid-tLk8PzG8Tv .mbr-section-title {
  color: #ff0101;
}
.cid-tLk8PzG8Tv .mbr-card-title {
  text-align: center;
  color: #ff0101;
}
.cid-tLk8PzG8Tv .mbr-card-subtitle {
  text-align: center;
  color: #6b6b6b;
}
.cid-tLk8PzG8Tv .image-container {
  min-height: 738px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: minmax(346px, 704px) minmax(153px, 332px) minmax(153px, 332px) minmax(153px, 332px);
  grid-template-rows: 1fr 1fr;
  grid-gap: 40px;
  grid-template-areas: "img1 img2 img4 img5" "img1 img3 img4 img6";
}
@media (min-width: 681px) and (max-width: 1024px) {
  .cid-tLk8PzG8Tv .image-container {
    grid-template-columns: minmax(290px, 442px) minmax(290px, 442px);
    grid-template-rows: 924px 442px 442px 442px;
    grid-gap: 40px;
    grid-template-areas: "img1 img1" "img2 img4" "img3 img4" "img6 img5";
  }
}
@media (max-width: 680px) {
  .cid-tLk8PzG8Tv .image-container {
    grid-template-columns: minmax(260px, 620px);
    grid-template-rows: 697px 329px 697px 329px 329px 329px;
    grid-gap: 40px;
    grid-template-areas: "img1" "img2" "img4" "img3" "img5" "img6";
  }
}
.cid-tLk8PzG8Tv #img1 {
  grid-area: img1;
  background-image: url("../../../assets/images/a-204-2000x1000.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tLk8PzG8Tv #img2 {
  grid-area: img2;
  background-image: url("../../../assets/images/1-24.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tLk8PzG8Tv #img3 {
  grid-area: img3;
  background-image: url("../../../assets/images/1-20.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tLk8PzG8Tv #img4 {
  grid-area: img4;
  background-image: url("../../../assets/images/1-23.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tLk8PzG8Tv #img5 {
  grid-area: img5;
  background-image: url("../../../assets/images/1-17.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tLk8PzG8Tv #img6 {
  grid-area: img6;
  background-image: url("../../../assets/images/1-21.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tLk8PzG8Tv .top-left,
.cid-tLk8PzG8Tv .bottom-right {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.cid-tLk8PzG8Tv .top-left::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #ff0101;
  top: 0;
  left: 0;
  transition: all 1s ease-out;
}
.cid-tLk8PzG8Tv .top-left::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #ff0101;
  top: 0;
  left: 0;
  transition: all 1s ease-out;
}
.cid-tLk8PzG8Tv .bottom-right::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #ff0101;
  bottom: 0;
  right: 0;
  transition: all 1s ease-out;
}
.cid-tLk8PzG8Tv .bottom-right::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #ff0101;
  bottom: 0;
  right: 0;
  transition: all 1s ease-out;
}
.cid-tLk8PzG8Tv .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background: #ffffff;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 1s ease-out;
}
.cid-tLk8PzG8Tv .image-wrap:hover .text-wrap {
  opacity: 1;
}
.cid-tLk8PzG8Tv .image-wrap:hover .top-left::before {
  height: 100%;
}
.cid-tLk8PzG8Tv .image-wrap:hover .top-left::after {
  width: 100%;
}
.cid-tLk8PzG8Tv .image-wrap:hover .bottom-right::before {
  height: 100%;
}
.cid-tLk8PzG8Tv .image-wrap:hover .bottom-right::after {
  width: 100%;
}
.cid-tLk8PzG8Tv .mbr-section-subtitle {
  color: #9e9d9d;
}
.cid-tETvPKr7wG {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-tETvPKr7wG .mbr-overlay {
  z-index: 1;
}
.cid-tETvPKr7wG .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-tETvPKr7wG .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-tETvPKr7wG .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-tETvPKr7wG .label-text {
  color: #fafafa;
  width: 100%;
  text-align: left;
}
.cid-tETvPKr7wG .item-title {
  width: 100%;
  color: #ff0101;
  z-index: 2;
  text-align: left;
}
.cid-tETvPKr7wG .item-title span {
  position: relative;
  z-index: 2;
}
.cid-tETvPKr7wG .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #ff9966;
  z-index: 1;
}
.cid-tETvPKr7wG .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-tETvPKr7wG .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-tETvPKr7wG .card,
.cid-tETvPKr7wG .cards-container,
.cid-tETvPKr7wG .card-container {
  padding: 0px;
}
.cid-tETvPKr7wG .item-img,
.cid-tETvPKr7wG img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-tETvPKr7wG .card-container {
  display: flex;
}
.cid-tETvPKr7wG .card-container .card {
  border-radius: 0;
}
.cid-tETvPKr7wG .card-container .card .item-img {
  height: 100%;
}
.cid-tETvPKr7wG .card-container .card .item-img img {
  height: 100%;
}
.cid-tETvPKr7wG .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tETvPKr7wG .cards-container .card {
  border-radius: 0;
}
.cid-tETvPKr7wG .cards-container .card .item-img {
  display: flex;
}
.cid-u57EH5VzqF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c20;
}
.cid-u57EH5VzqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u57EH5VzqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u57EH5VzqF .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u57EH5VzqF .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u57EH5VzqF .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .container {
    max-width: 100%;
  }
  .cid-u57EH5VzqF .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u57EH5VzqF .item-wrap {
  width: 100%;
}
.cid-u57EH5VzqF .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u57EH5VzqF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u57EH5VzqF .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u57EH5VzqF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #23272b, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #191c20;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u57EH5VzqF .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u57EH5VzqF .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u57EH5VzqF .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .col-links {
    padding-top: 20px;
  }
}
.cid-u57EH5VzqF .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u57EH5VzqF .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .list {
    text-align: center !important;
  }
}
.cid-u57EH5VzqF .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u57EH5VzqF .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff9966;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list a:hover {
  color: #ff9966 !important;
  line-height: inherit !important;
}
.cid-u57EH5VzqF .list a:hover:before {
  width: 100%;
}
.cid-u57EH5VzqF .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .col-copyright {
    padding-top: 40px;
  }
}
.cid-u57EH5VzqF .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-u57EH5VzqF .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tMitHywjZN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tMitHywjZN .container,
  .cid-tMitHywjZN .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tMitHywjZN .container .navbar-collapse,
  .cid-tMitHywjZN .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tMitHywjZN {
    flex-wrap: wrap;
  }
  .cid-tMitHywjZN .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tMitHywjZN .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tMitHywjZN .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tMitHywjZN .btn {
  padding: 0.8rem 2rem;
}
.cid-tMitHywjZN .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tMitHywjZN .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ff0101;
}
.cid-tMitHywjZN .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tMitHywjZN nav.navbar {
  position: fixed;
}
.cid-tMitHywjZN .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-tMitHywjZN .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMitHywjZN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMitHywjZN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMitHywjZN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMitHywjZN .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tMitHywjZN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMitHywjZN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMitHywjZN .dropdown-menu,
.cid-tMitHywjZN .navbar.opened {
  background: #ffffff !important;
}
.cid-tMitHywjZN .nav-item:focus,
.cid-tMitHywjZN .nav-link:focus {
  outline: none;
}
.cid-tMitHywjZN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMitHywjZN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMitHywjZN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMitHywjZN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMitHywjZN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMitHywjZN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMitHywjZN .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tMitHywjZN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tMitHywjZN .navbar.opened {
  transition: all 0.3s;
}
.cid-tMitHywjZN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMitHywjZN .navbar .navbar-logo img {
  width: auto;
}
.cid-tMitHywjZN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tMitHywjZN .navbar.collapsed {
  justify-content: center;
}
.cid-tMitHywjZN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMitHywjZN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMitHywjZN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tMitHywjZN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMitHywjZN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMitHywjZN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tMitHywjZN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMitHywjZN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMitHywjZN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMitHywjZN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMitHywjZN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMitHywjZN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMitHywjZN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMitHywjZN .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-tMitHywjZN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMitHywjZN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMitHywjZN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMitHywjZN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMitHywjZN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMitHywjZN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMitHywjZN .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMitHywjZN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMitHywjZN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMitHywjZN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMitHywjZN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMitHywjZN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMitHywjZN .dropdown-item.active,
.cid-tMitHywjZN .dropdown-item:active {
  background-color: transparent;
}
.cid-tMitHywjZN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMitHywjZN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMitHywjZN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMitHywjZN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMitHywjZN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMitHywjZN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMitHywjZN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMitHywjZN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMitHywjZN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMitHywjZN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0101;
}
.cid-tMitHywjZN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMitHywjZN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMitHywjZN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMitHywjZN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMitHywjZN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMitHywjZN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMitHywjZN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMitHywjZN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMitHywjZN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMitHywjZN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMitHywjZN .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-tMitHywjZN .navbar {
    height: 70px;
  }
  .cid-tMitHywjZN .navbar.opened {
    height: auto;
  }
  .cid-tMitHywjZN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAUeTVN2yf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-tAUeTVN2yf .row {
  flex-direction: row-reverse;
}
.cid-tAUeTVN2yf .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-tAUeTVN2yf .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-tAUeTVN2yf .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-tAUeTVN2yf .mbr-section-title {
  color: #ff0000;
}
.cid-tAUeTVN2yf .mbr-text {
  color: #fafafa;
}
.cid-tAUeTVN2yf .container-fluid {
  padding: 0;
}
.cid-tAUeTVN2yf .row {
  margin: 0;
}
.cid-tAUeTVN2yf .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-tAUeTVN2yf .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tAUeTVN2yf .text-container {
    padding: 60px;
  }
}
.cid-tAUeTVN2yf .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tAUeTVN2yf .image-wrapper {
    height: 420px;
  }
}
.cid-tAUeTVN2yf .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-tAUeTVN2yf .image-wrapper img:hover {
  transform: scale(1);
}
.cid-tAUeTVN2yf .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tAUeTVN2yf .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-tAUeTVN2yf .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-tAUeTVN2yf .item__buttons-container_round {
  align-items: flex-start;
}
.cid-tAUeTVN2yf .btn {
  margin: 0;
}
.cid-tAUeTVN2yf .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAUeTVN2yf .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tAUeTVN2yf .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-tAUeTVN2yf .item__button {
  margin: 0;
}
.cid-tAUeTVN2yf .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-tAUeTVN2yf .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-tAUeTVN2yf .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-tAUeTVN2yf .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tDiseR8vrL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #212428;
}
@media (max-width: 767px) {
  .cid-tDiseR8vrL .mbr-text {
    text-align: center;
  }
}
.cid-tDiseR8vrL .container-fluid {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-tDiseR8vrL .media-content {
    max-width: 650px;
    padding: 5rem 2rem;
    margin: auto;
  }
}
.cid-tDiseR8vrL .media-content {
  padding: 5rem 2rem;
}
.cid-tDiseR8vrL img {
  height: 100%;
  object-fit: cover;
}
.cid-tDiseR8vrL .mbr-figure {
  height: 100%;
}
.cid-tDiseR8vrL .col-lg-5,
.cid-tDiseR8vrL .col-lg-7 {
  padding: 0;
}
.cid-tDiseR8vrL .row {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tDiseR8vrL .media-content {
    padding: 3rem 1rem;
  }
}
.cid-tDiseR8vrL H3 {
  color: #bbbbbb;
}
.cid-tDiseR8vrL H1 {
  color: #ff0000;
}
.cid-tDiseR8vrL H2 {
  color: #bbbbbb;
}
.cid-tDiseR8vrL .mbr-text,
.cid-tDiseR8vrL .mbr-section-btn {
  color: #fafafa;
}
.cid-tLuW4vTFMx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-tLuW4vTFMx h2,
.cid-tLuW4vTFMx h3,
.cid-tLuW4vTFMx h4,
.cid-tLuW4vTFMx h5,
.cid-tLuW4vTFMx p {
  margin: 0;
}
.cid-tLuW4vTFMx .inner-container {
  margin-right: -32px;
}
.cid-tLuW4vTFMx .content {
  width: 100%;
  padding-left: calc((100% - 1300px) / 2);
}
@media (max-width: 1440px) {
  .cid-tLuW4vTFMx .content {
    padding-left: calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1200px) {
  .cid-tLuW4vTFMx .content {
    padding-left: calc((100% - 920px) / 2);
  }
}
@media (max-width: 1024px) {
  .cid-tLuW4vTFMx .content {
    padding-left: calc((100% - 768px) / 2);
  }
}
@media (max-width: 800px) {
  .cid-tLuW4vTFMx .content {
    width: 100%;
    padding-left: 7%;
  }
}
@media (max-width: 480px) {
  .cid-tLuW4vTFMx .content {
    padding-left: 0;
  }
}
.cid-tLuW4vTFMx .text-wrap {
  position: relative;
  width: 18.6%;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-tLuW4vTFMx .text-wrap {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .cid-tLuW4vTFMx .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .cid-tLuW4vTFMx .text-wrap {
    width: 38%;
  }
}
@media (max-width: 680px) {
  .cid-tLuW4vTFMx .text-wrap {
    width: 100%;
  }
}
.cid-tLuW4vTFMx .mbr-section-title {
  color: #ff0101;
}
.cid-tLuW4vTFMx .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-tLuW4vTFMx .controls {
  margin-top: 45px;
}
.cid-tLuW4vTFMx .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-tLuW4vTFMx .embla__viewport {
  overflow: hidden;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-tLuW4vTFMx .embla__viewport {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-tLuW4vTFMx .embla__viewport {
    width: 100%;
  }
}
.cid-tLuW4vTFMx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLuW4vTFMx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLuW4vTFMx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-tLuW4vTFMx .embla__container {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-tLuW4vTFMx .embla__container {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-tLuW4vTFMx .embla__slide {
  position: relative;
  margin-right: 30px;
}
.cid-tLuW4vTFMx .card-wrap {
  width: 345.75px;
}
@media (max-width: 680px) {
  .cid-tLuW4vTFMx .card-wrap {
    width: 296px;
  }
}
.cid-tLuW4vTFMx .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-tLuW4vTFMx .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tLuW4vTFMx .content-wrap {
  margin-top: 20px;
}
.cid-tLuW4vTFMx .mbr-card-title {
  margin-bottom: 6px;
  color: #000000;
}
.cid-tLuW4vTFMx .mbr-card-subtitle {
  margin-bottom: 2px;
  color: #6b6b6b;
}
.cid-tLuW4vTFMx .mbr-card-text {
  color: #6b6b6b;
  margin-top: 6px;
}
.cid-tLuW4vTFMx .embla__button--next svg polygon,
.cid-tLuW4vTFMx .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-tLuW4vTFMx .embla__button--next svg,
.cid-tLuW4vTFMx .embla__button--prev svg {
  overflow: hidden;
}
.cid-tLuW4vTFMx .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-tLuW4vTFMx .embla__button--prev:hover {
  color: #000;
}
.cid-tLuW4vTFMx .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tLuW4vTFMx .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tLuW4vTFMx .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tLuW4vTFMx .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-tLuW4vTFMx .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-tLuW4vTFMx .embla__button--next:hover {
  color: #000;
}
.cid-tLuW4vTFMx .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tLuW4vTFMx .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tLuW4vTFMx .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tLuW4vTFMx .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-tDickIkIs1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #212428;
}
.cid-tDickIkIs1 h2,
.cid-tDickIkIs1 h3,
.cid-tDickIkIs1 h4,
.cid-tDickIkIs1 h5 {
  margin: 0;
}
.cid-tDickIkIs1 .mbr-section-title {
  color: #ff0101;
}
.cid-tDickIkIs1 .mbr-card-title {
  text-align: center;
  color: #ff0101;
}
.cid-tDickIkIs1 .mbr-card-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tDickIkIs1 .image-container {
  min-height: 738px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: minmax(346px, 704px) minmax(153px, 332px) minmax(153px, 332px) minmax(153px, 332px);
  grid-template-rows: 1fr 1fr;
  grid-gap: 40px;
  grid-template-areas: "img1 img2 img4 img5" "img1 img3 img4 img6";
}
@media (min-width: 681px) and (max-width: 1024px) {
  .cid-tDickIkIs1 .image-container {
    grid-template-columns: minmax(290px, 442px) minmax(290px, 442px);
    grid-template-rows: 924px 442px 442px 442px;
    grid-gap: 40px;
    grid-template-areas: "img1 img1" "img2 img4" "img3 img4" "img6 img5";
  }
}
@media (max-width: 680px) {
  .cid-tDickIkIs1 .image-container {
    grid-template-columns: minmax(260px, 620px);
    grid-template-rows: 697px 329px 697px 329px 329px 329px;
    grid-gap: 40px;
    grid-template-areas: "img1" "img2" "img4" "img3" "img5" "img6";
  }
}
.cid-tDickIkIs1 #img1 {
  grid-area: img1;
  background-image: url("../../../assets/images/1-114-2000x1333.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tDickIkIs1 #img2 {
  grid-area: img2;
  background-image: url("../../../assets/images/s-2-658x439.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tDickIkIs1 #img3 {
  grid-area: img3;
  background-image: url("../../../assets/images/a-1-2000x1333.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tDickIkIs1 #img4 {
  grid-area: img4;
  background-image: url("../../../assets/images/0-220-2000x1204.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tDickIkIs1 #img5 {
  grid-area: img5;
  background-image: url("../../../assets/images/1-378-2000x2000.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tDickIkIs1 #img6 {
  grid-area: img6;
  background-image: url("../../../assets/images/1-234-2000x1333.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tDickIkIs1 .top-left,
.cid-tDickIkIs1 .bottom-right {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.cid-tDickIkIs1 .top-left::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #ee3102;
  top: 0;
  left: 0;
  transition: all 1s ease-out;
}
.cid-tDickIkIs1 .top-left::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #ee3102;
  top: 0;
  left: 0;
  transition: all 1s ease-out;
}
.cid-tDickIkIs1 .bottom-right::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #ee3102;
  bottom: 0;
  right: 0;
  transition: all 1s ease-out;
}
.cid-tDickIkIs1 .bottom-right::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #ee3102;
  bottom: 0;
  right: 0;
  transition: all 1s ease-out;
}
.cid-tDickIkIs1 .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background: #ffffff;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 1s ease-out;
}
.cid-tDickIkIs1 .image-wrap:hover .text-wrap {
  opacity: 1;
}
.cid-tDickIkIs1 .image-wrap:hover .top-left::before {
  height: 100%;
}
.cid-tDickIkIs1 .image-wrap:hover .top-left::after {
  width: 100%;
}
.cid-tDickIkIs1 .image-wrap:hover .bottom-right::before {
  height: 100%;
}
.cid-tDickIkIs1 .image-wrap:hover .bottom-right::after {
  width: 100%;
}
.cid-tDickIkIs1 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-u57EH5VzqF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c20;
}
.cid-u57EH5VzqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u57EH5VzqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u57EH5VzqF .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u57EH5VzqF .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u57EH5VzqF .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .container {
    max-width: 100%;
  }
  .cid-u57EH5VzqF .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u57EH5VzqF .item-wrap {
  width: 100%;
}
.cid-u57EH5VzqF .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u57EH5VzqF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u57EH5VzqF .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u57EH5VzqF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #23272b, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #191c20;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u57EH5VzqF .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u57EH5VzqF .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u57EH5VzqF .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .col-links {
    padding-top: 20px;
  }
}
.cid-u57EH5VzqF .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u57EH5VzqF .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .list {
    text-align: center !important;
  }
}
.cid-u57EH5VzqF .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u57EH5VzqF .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff9966;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list a:hover {
  color: #ff9966 !important;
  line-height: inherit !important;
}
.cid-u57EH5VzqF .list a:hover:before {
  width: 100%;
}
.cid-u57EH5VzqF .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .col-copyright {
    padding-top: 40px;
  }
}
.cid-u57EH5VzqF .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-u57EH5VzqF .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tDARFkRtLV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tDARFkRtLV .container,
  .cid-tDARFkRtLV .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tDARFkRtLV .container .navbar-collapse,
  .cid-tDARFkRtLV .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tDARFkRtLV {
    flex-wrap: wrap;
  }
  .cid-tDARFkRtLV .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tDARFkRtLV .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tDARFkRtLV .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tDARFkRtLV .btn {
  padding: 0.8rem 2rem;
}
.cid-tDARFkRtLV .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tDARFkRtLV .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ff0101;
}
.cid-tDARFkRtLV .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tDARFkRtLV nav.navbar {
  position: fixed;
}
.cid-tDARFkRtLV .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-tDARFkRtLV .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDARFkRtLV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDARFkRtLV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDARFkRtLV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDARFkRtLV .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tDARFkRtLV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDARFkRtLV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDARFkRtLV .dropdown-menu,
.cid-tDARFkRtLV .navbar.opened {
  background: #ffffff !important;
}
.cid-tDARFkRtLV .nav-item:focus,
.cid-tDARFkRtLV .nav-link:focus {
  outline: none;
}
.cid-tDARFkRtLV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDARFkRtLV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDARFkRtLV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDARFkRtLV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDARFkRtLV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDARFkRtLV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDARFkRtLV .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tDARFkRtLV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tDARFkRtLV .navbar.opened {
  transition: all 0.3s;
}
.cid-tDARFkRtLV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDARFkRtLV .navbar .navbar-logo img {
  width: auto;
}
.cid-tDARFkRtLV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tDARFkRtLV .navbar.collapsed {
  justify-content: center;
}
.cid-tDARFkRtLV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDARFkRtLV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDARFkRtLV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDARFkRtLV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDARFkRtLV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDARFkRtLV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDARFkRtLV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDARFkRtLV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDARFkRtLV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDARFkRtLV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDARFkRtLV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDARFkRtLV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDARFkRtLV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDARFkRtLV .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-tDARFkRtLV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDARFkRtLV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDARFkRtLV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDARFkRtLV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDARFkRtLV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDARFkRtLV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDARFkRtLV .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDARFkRtLV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDARFkRtLV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDARFkRtLV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDARFkRtLV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDARFkRtLV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDARFkRtLV .dropdown-item.active,
.cid-tDARFkRtLV .dropdown-item:active {
  background-color: transparent;
}
.cid-tDARFkRtLV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDARFkRtLV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDARFkRtLV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDARFkRtLV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDARFkRtLV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDARFkRtLV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDARFkRtLV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDARFkRtLV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDARFkRtLV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDARFkRtLV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0101;
}
.cid-tDARFkRtLV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDARFkRtLV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDARFkRtLV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDARFkRtLV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDARFkRtLV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDARFkRtLV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDARFkRtLV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDARFkRtLV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDARFkRtLV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDARFkRtLV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDARFkRtLV .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-tDARFkRtLV .navbar {
    height: 70px;
  }
  .cid-tDARFkRtLV .navbar.opened {
    height: auto;
  }
  .cid-tDARFkRtLV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLvpgL9E0w {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-tLvpgL9E0w h2,
.cid-tLvpgL9E0w h3,
.cid-tLvpgL9E0w h4,
.cid-tLvpgL9E0w h5,
.cid-tLvpgL9E0w p {
  margin: 0;
}
.cid-tLvpgL9E0w .inner-container {
  margin-right: -32px;
}
.cid-tLvpgL9E0w .content {
  width: 100%;
  padding-left: calc((100% - 1300px) / 2);
}
@media (max-width: 1440px) {
  .cid-tLvpgL9E0w .content {
    padding-left: calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1200px) {
  .cid-tLvpgL9E0w .content {
    padding-left: calc((100% - 920px) / 2);
  }
}
@media (max-width: 1024px) {
  .cid-tLvpgL9E0w .content {
    padding-left: calc((100% - 768px) / 2);
  }
}
@media (max-width: 800px) {
  .cid-tLvpgL9E0w .content {
    width: 100%;
    padding-left: 7%;
  }
}
@media (max-width: 480px) {
  .cid-tLvpgL9E0w .content {
    padding-left: 0;
  }
}
.cid-tLvpgL9E0w .text-wrap {
  position: relative;
  width: 18.6%;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-tLvpgL9E0w .text-wrap {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .cid-tLvpgL9E0w .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .cid-tLvpgL9E0w .text-wrap {
    width: 38%;
  }
}
@media (max-width: 680px) {
  .cid-tLvpgL9E0w .text-wrap {
    width: 100%;
  }
}
.cid-tLvpgL9E0w .mbr-section-title {
  color: #ff0101;
}
.cid-tLvpgL9E0w .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-tLvpgL9E0w .controls {
  margin-top: 45px;
}
.cid-tLvpgL9E0w .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-tLvpgL9E0w .embla__viewport {
  overflow: hidden;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-tLvpgL9E0w .embla__viewport {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-tLvpgL9E0w .embla__viewport {
    width: 100%;
  }
}
.cid-tLvpgL9E0w .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLvpgL9E0w .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLvpgL9E0w .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-tLvpgL9E0w .embla__container {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-tLvpgL9E0w .embla__container {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-tLvpgL9E0w .embla__slide {
  position: relative;
  margin-right: 30px;
}
.cid-tLvpgL9E0w .card-wrap {
  width: 345.75px;
}
@media (max-width: 680px) {
  .cid-tLvpgL9E0w .card-wrap {
    width: 296px;
  }
}
.cid-tLvpgL9E0w .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-tLvpgL9E0w .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tLvpgL9E0w .content-wrap {
  margin-top: 20px;
}
.cid-tLvpgL9E0w .mbr-card-title {
  margin-bottom: 6px;
  color: #000000;
}
.cid-tLvpgL9E0w .mbr-card-subtitle {
  margin-bottom: 2px;
  color: #6b6b6b;
}
.cid-tLvpgL9E0w .mbr-card-text {
  color: #6b6b6b;
  margin-top: 6px;
}
.cid-tLvpgL9E0w .embla__button--next svg polygon,
.cid-tLvpgL9E0w .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-tLvpgL9E0w .embla__button--next svg,
.cid-tLvpgL9E0w .embla__button--prev svg {
  overflow: hidden;
}
.cid-tLvpgL9E0w .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-tLvpgL9E0w .embla__button--prev:hover {
  color: #000;
}
.cid-tLvpgL9E0w .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tLvpgL9E0w .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tLvpgL9E0w .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tLvpgL9E0w .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-tLvpgL9E0w .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-tLvpgL9E0w .embla__button--next:hover {
  color: #000;
}
.cid-tLvpgL9E0w .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tLvpgL9E0w .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tLvpgL9E0w .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tLvpgL9E0w .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-tAUf2Qq5cp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-tAUf2Qq5cp .row {
  flex-direction: row-reverse;
}
.cid-tAUf2Qq5cp .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-tAUf2Qq5cp .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-tAUf2Qq5cp .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-tAUf2Qq5cp .mbr-section-title {
  color: #ff0000;
}
.cid-tAUf2Qq5cp .mbr-text {
  color: #fafafa;
}
.cid-tAUf2Qq5cp .container-fluid {
  padding: 0;
}
.cid-tAUf2Qq5cp .row {
  margin: 0;
}
.cid-tAUf2Qq5cp .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-tAUf2Qq5cp .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tAUf2Qq5cp .text-container {
    padding: 60px;
  }
}
.cid-tAUf2Qq5cp .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tAUf2Qq5cp .image-wrapper {
    height: 420px;
  }
}
.cid-tAUf2Qq5cp .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-tAUf2Qq5cp .image-wrapper img:hover {
  transform: scale(1.2);
}
.cid-tAUf2Qq5cp .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tAUf2Qq5cp .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-tAUf2Qq5cp .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-tAUf2Qq5cp .item__buttons-container_round {
  align-items: flex-start;
}
.cid-tAUf2Qq5cp .btn {
  margin: 0;
}
.cid-tAUf2Qq5cp .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAUf2Qq5cp .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tAUf2Qq5cp .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-tAUf2Qq5cp .item__button {
  margin: 0;
}
.cid-tAUf2Qq5cp .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-tAUf2Qq5cp .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-tAUf2Qq5cp .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-tAUf2Qq5cp .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tDixiTa1B4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ece8e8;
}
.cid-tDixiTa1B4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.3;
}
.cid-tDixiTa1B4 .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tDixiTa1B4 .col-auto {
    margin: auto;
  }
}
.cid-tDixiTa1B4 textarea {
  min-height: 200px;
}
.cid-tDixiTa1B4 input::-webkit-clear-button {
  display: none;
}
.cid-tDixiTa1B4 input::-webkit-inner-spin-button {
  display: none;
}
.cid-tDixiTa1B4 input::-webkit-outer-spin-button {
  display: none;
}
.cid-tDixiTa1B4 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tDixiTa1B4 H4 {
  color: #ff0000;
}
.cid-tDixiTa1B4 H5 {
  color: #232323;
}
.cid-tAUf32S0oi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-tAUf32S0oi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAUf32S0oi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAUf32S0oi .mbr-section-head {
  margin-bottom: 2rem;
  width: 100%;
}
.cid-tAUf32S0oi .mbr-section-title {
  color: #ff0000;
}
.cid-tAUf32S0oi .mbr-section-subtitle {
  color: #181817;
  margin-top: 1rem;
}
.cid-tAUf32S0oi .card-row {
  align-items: stretch;
}
.cid-tAUf32S0oi .item {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tAUf32S0oi .item {
    width: 20% !important;
  }
}
.cid-tAUf32S0oi .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-top: 20px;
  min-height: 470px;
}
@media (max-width: 991px) {
  .cid-tAUf32S0oi .item-wrapper {
    min-height: 360px;
  }
}
.cid-tAUf32S0oi .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-tAUf32S0oi .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tAUf32S0oi .card-box {
  position: relative;
  z-index: 3;
  padding: 8rem 1.5rem 1.5rem;
  background-image: linear-gradient(180deg, rgba(24, 24, 23, 0), rgba(24, 24, 23, 0.9) 65%);
  transition: 0.4s all;
  opacity: 1;
}
.cid-tAUf32S0oi .card-title {
  color: #f6f6ef;
  margin-bottom: 0.6rem;
}
.cid-tAUf32S0oi .card-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.cid-tAUf32S0oi .card-text {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-tAUf32S0oi .card-text-container {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.cid-tAUf32S0oi .iconfont-wrapper {
  margin-right: 18px;
}
.cid-tAUf32S0oi .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #f6f6ef;
  width: fit-content;
}
.cid-tAUf32S0oi .bg-overlay {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cid-tAUf32S0oi .bg-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181817;
  opacity: 0;
  z-index: 5;
  transition: 0.4s all;
}
.cid-tAUf32S0oi .mbr-section-btn {
  position: relative;
  z-index: 6;
  transform: translateY(2rem);
  transition: 0.4s all;
  opacity: 0;
  padding: 0 1rem;
}
.cid-tAUf32S0oi .mbr-section-btn .btn {
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-tAUf32S0oi .mbr-section-btn {
    width: auto;
  }
  .cid-tAUf32S0oi .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-u57EH5VzqF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c20;
}
.cid-u57EH5VzqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u57EH5VzqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u57EH5VzqF .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u57EH5VzqF .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u57EH5VzqF .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .container {
    max-width: 100%;
  }
  .cid-u57EH5VzqF .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u57EH5VzqF .item-wrap {
  width: 100%;
}
.cid-u57EH5VzqF .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u57EH5VzqF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u57EH5VzqF .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u57EH5VzqF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #23272b, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #191c20;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u57EH5VzqF .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u57EH5VzqF .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u57EH5VzqF .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .col-links {
    padding-top: 20px;
  }
}
.cid-u57EH5VzqF .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u57EH5VzqF .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .list {
    text-align: center !important;
  }
}
.cid-u57EH5VzqF .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u57EH5VzqF .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff9966;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list a:hover {
  color: #ff9966 !important;
  line-height: inherit !important;
}
.cid-u57EH5VzqF .list a:hover:before {
  width: 100%;
}
.cid-u57EH5VzqF .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .col-copyright {
    padding-top: 40px;
  }
}
.cid-u57EH5VzqF .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-u57EH5VzqF .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tDARQd8BiP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tDARQd8BiP .container,
  .cid-tDARQd8BiP .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tDARQd8BiP .container .navbar-collapse,
  .cid-tDARQd8BiP .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tDARQd8BiP {
    flex-wrap: wrap;
  }
  .cid-tDARQd8BiP .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tDARQd8BiP .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tDARQd8BiP .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tDARQd8BiP .btn {
  padding: 0.8rem 2rem;
}
.cid-tDARQd8BiP .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tDARQd8BiP .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ff0101;
}
.cid-tDARQd8BiP .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tDARQd8BiP nav.navbar {
  position: fixed;
}
.cid-tDARQd8BiP .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-tDARQd8BiP .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDARQd8BiP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDARQd8BiP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDARQd8BiP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDARQd8BiP .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tDARQd8BiP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDARQd8BiP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDARQd8BiP .dropdown-menu,
.cid-tDARQd8BiP .navbar.opened {
  background: #ffffff !important;
}
.cid-tDARQd8BiP .nav-item:focus,
.cid-tDARQd8BiP .nav-link:focus {
  outline: none;
}
.cid-tDARQd8BiP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDARQd8BiP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDARQd8BiP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDARQd8BiP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDARQd8BiP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDARQd8BiP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDARQd8BiP .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tDARQd8BiP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tDARQd8BiP .navbar.opened {
  transition: all 0.3s;
}
.cid-tDARQd8BiP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDARQd8BiP .navbar .navbar-logo img {
  width: auto;
}
.cid-tDARQd8BiP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tDARQd8BiP .navbar.collapsed {
  justify-content: center;
}
.cid-tDARQd8BiP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDARQd8BiP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDARQd8BiP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDARQd8BiP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDARQd8BiP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDARQd8BiP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDARQd8BiP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDARQd8BiP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDARQd8BiP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDARQd8BiP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDARQd8BiP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDARQd8BiP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDARQd8BiP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDARQd8BiP .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-tDARQd8BiP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDARQd8BiP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDARQd8BiP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDARQd8BiP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDARQd8BiP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDARQd8BiP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDARQd8BiP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDARQd8BiP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDARQd8BiP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDARQd8BiP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDARQd8BiP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDARQd8BiP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDARQd8BiP .dropdown-item.active,
.cid-tDARQd8BiP .dropdown-item:active {
  background-color: transparent;
}
.cid-tDARQd8BiP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDARQd8BiP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDARQd8BiP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDARQd8BiP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDARQd8BiP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDARQd8BiP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDARQd8BiP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDARQd8BiP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDARQd8BiP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDARQd8BiP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0101;
}
.cid-tDARQd8BiP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDARQd8BiP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDARQd8BiP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDARQd8BiP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDARQd8BiP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDARQd8BiP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDARQd8BiP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDARQd8BiP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDARQd8BiP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDARQd8BiP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDARQd8BiP .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-tDARQd8BiP .navbar {
    height: 70px;
  }
  .cid-tDARQd8BiP .navbar.opened {
    height: auto;
  }
  .cid-tDARQd8BiP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tG8tmtjxBx {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-tG8tmtjxBx .media-container-row {
  justify-content: space-between;
}
.cid-tG8tmtjxBx .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tG8tmtjxBx .text-content {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .cid-tG8tmtjxBx .icons {
    justify-content: center !important;
  }
  .cid-tG8tmtjxBx .text-content * {
    text-align: center;
  }
}
.cid-tG8tmtjxBx .mbr-iconfont {
  font-size: 1.8rem;
  color: #ff0000;
  padding: 1.2rem;
  width: fit-content;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  margin-bottom: 2rem;
  display: block;
}
.cid-tG8tmtjxBx .mbr-iconfont:hover {
  background: #000000;
}
.cid-tG8tmtjxBx .mbr-section-title {
  color: #ff0000;
}
.cid-tG8tmtjxBx P {
  color: #353535;
}
.cid-tG8tmtjxBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG8tmtjxBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMwQkk9gNK {
  background-image: url("../../../assets/images/s-20-1600x750.webp");
  position: relative;
  overflow: hidden;
}
.cid-tMwQkk9gNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMwQkk9gNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMwQkk9gNK .col-text {
  position: relative;
  width: 34vw;
}
@media (max-width: 991px) {
  .cid-tMwQkk9gNK .col-text {
    width: 62vw;
  }
}
@media (max-width: 767px) {
  .cid-tMwQkk9gNK .col-text {
    width: 70vw;
  }
}
@media (max-width: 575px) {
  .cid-tMwQkk9gNK .col-text {
    width: 100%;
  }
}
.cid-tMwQkk9gNK .text-wrap {
  position: relative;
  z-index: 3;
  padding: 3%;
}
@media (max-width: 767px) {
  .cid-tMwQkk9gNK .text-wrap {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .cid-tMwQkk9gNK .text-wrap {
    width: 100%;
    max-width: 70vw;
    margin: 0 auto;
  }
}
.cid-tMwQkk9gNK .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 70px;
  color: #181817;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.cid-tMwQkk9gNK .mbr-section-title {
  color: #ffffff;
  opacity: 0.8;
}
.cid-tMwQkk9gNK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMwQkk9gNK .mbr-text {
  color: #181817;
  margin-bottom: 1rem;
  opacity: 0.8;
}
.cid-tMwQkk9gNK .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tMwQkk9gNK .img-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ff0101;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tMwQkk9gNK .img-bg {
    width: 380px;
  }
}
@media (max-width: 575px) {
  .cid-tMwQkk9gNK .img-bg {
    width: calc(100% - 2rem);
  }
}
.cid-tMwQkk9gNK .mbr-text,
.cid-tMwQkk9gNK .mbr-section-btn {
  color: #fafafa;
}
.cid-tAUf4x6NS2 {
  padding-top: 0px;
  padding-bottom: 55px;
  background-color: #212428;
}
@media (max-width: 2560px) {
  .cid-tAUf4x6NS2 .card5 {
    border-left: none !important;
  }
  .cid-tAUf4x6NS2 .card5,
  .cid-tAUf4x6NS2 .card6,
  .cid-tAUf4x6NS2 .card7,
  .cid-tAUf4x6NS2 .card8 {
    border-bottom: none !important;
  }
}
@media (max-width: 992px) {
  .cid-tAUf4x6NS2 .card4,
  .cid-tAUf4x6NS2 .card7 {
    border-left: none !important;
  }
  .cid-tAUf4x6NS2 .card5,
  .cid-tAUf4x6NS2 .card6 {
    border-left: 1px solid #ebebeb !important;
    border-bottom: 1px solid #ebebeb !important;
  }
  .cid-tAUf4x6NS2 .card7 {
    border-bottom: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tAUf4x6NS2 .card3,
  .cid-tAUf4x6NS2 .card5 {
    border-left: none !important;
  }
  .cid-tAUf4x6NS2 .card4 {
    border-left: 1px solid #ebebeb !important;
  }
}
.cid-tAUf4x6NS2 .row {
  padding: 0 1rem;
}
.cid-tAUf4x6NS2 .row:nth-child(3) .card {
  border-bottom: none;
}
.cid-tAUf4x6NS2 .row .title {
  max-width: 800px;
}
.cid-tAUf4x6NS2 .row .subtitle {
  color: #767676;
}
.cid-tAUf4x6NS2 .row .card {
  padding: 5rem 1rem;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-collapse: collapse;
  box-sizing: border-box;
  border-radius: 0 !important;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.cid-tAUf4x6NS2 .row .card:hover {
  background-color: #ff0000;
}
.cid-tAUf4x6NS2 .row .card:hover span {
  color: #ffffff !important;
}
.cid-tAUf4x6NS2 .row .card:hover .text-wrap .mbr-black {
  color: #ffffff !important;
}
.cid-tAUf4x6NS2 .row .card:hover .text-wrap {
  color: #ffffff !important;
}
.cid-tAUf4x6NS2 .row .card:hover .text-wrap h6,
.cid-tAUf4x6NS2 .row .card:hover .text-wrap p,
.cid-tAUf4x6NS2 .row .card:hover .text-wrap h4 {
  color: #ffffff !important;
}
.cid-tAUf4x6NS2 .row .card:hover .text-wrap .link:before {
  color: #ffffff !important;
}
.cid-tAUf4x6NS2 .row .card:hover .mbr-text {
  color: #ffffff !important;
}
.cid-tAUf4x6NS2 .row .card:first-child {
  border-left: none;
}
.cid-tAUf4x6NS2 .row .card:last-child {
  border-bottom: none;
}
.cid-tAUf4x6NS2 .row .card .card-block {
  -webkit-box-flex: 0;
  flex-grow: 0;
}
.cid-tAUf4x6NS2 .row .card .card-block .text-wrap {
  padding: 0 1rem;
}
.cid-tAUf4x6NS2 .row .card .card-block .text-wrap .link {
  position: relative;
  width: fit-content;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-tAUf4x6NS2 .row .card .card-block .text-wrap .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
  color: #ffffff;
}
.cid-tAUf4x6NS2 .row .card .card-block .text-wrap .link:hover:before {
  margin-right: -0.4rem;
}
.cid-tAUf4x6NS2 .row .card .card-block .photo {
  margin-bottom: 1.62rem;
  overflow: hidden;
  display: inline-block;
}
.cid-tAUf4x6NS2 .row .card .card-block .photo span {
  font-size: 5rem;
  color: #ffffff;
  fill: #ffffff;
}
.cid-tAUf4x6NS2 .row .btn {
  padding: 0.6rem 2.1rem 0.65rem 2.1rem !important;
  display: -webkit-inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-align-items: center;
  border-width: 1px;
}
.cid-tAUf4x6NS2 .row .btn ins {
  text-decoration: none;
}
.cid-tAUf4x6NS2 .row .btn .mbr-iconfont {
  padding-left: 15px !important;
  padding-top: 1px;
  margin-right: 4px;
  -webkit-box-ordinal-group: 6;
  order: 5;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.cid-tAUf4x6NS2 .row .line {
  background-color: #ffffff;
  color: #ffffff;
  height: 1px;
  margin: 30px auto 20px auto;
}
@media (max-width: 992px) {
  .cid-tAUf4x6NS2 .row {
    padding: 0 0rem;
  }
  .cid-tAUf4x6NS2 .row .card {
    padding: 3rem 0rem;
  }
  .cid-tAUf4x6NS2 .md-pb {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 576px) {
  .cid-tAUf4x6NS2 .card {
    border: none !important;
  }
}
.cid-tAUf4x6NS2 .wrap0 {
  margin-bottom: 120px;
}
.cid-tAUf4x6NS2 .mbr-section-title {
  color: #ffffff;
}
.cid-u57EH5VzqF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c20;
}
.cid-u57EH5VzqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u57EH5VzqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u57EH5VzqF .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u57EH5VzqF .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u57EH5VzqF .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .container {
    max-width: 100%;
  }
  .cid-u57EH5VzqF .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u57EH5VzqF .item-wrap {
  width: 100%;
}
.cid-u57EH5VzqF .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u57EH5VzqF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u57EH5VzqF .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u57EH5VzqF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #23272b, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #191c20;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u57EH5VzqF .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u57EH5VzqF .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u57EH5VzqF .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .col-links {
    padding-top: 20px;
  }
}
.cid-u57EH5VzqF .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u57EH5VzqF .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .list {
    text-align: center !important;
  }
}
.cid-u57EH5VzqF .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u57EH5VzqF .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff9966;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list a:hover {
  color: #ff9966 !important;
  line-height: inherit !important;
}
.cid-u57EH5VzqF .list a:hover:before {
  width: 100%;
}
.cid-u57EH5VzqF .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .col-copyright {
    padding-top: 40px;
  }
}
.cid-u57EH5VzqF .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-u57EH5VzqF .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tDASctqMRi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tDASctqMRi .container,
  .cid-tDASctqMRi .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tDASctqMRi .container .navbar-collapse,
  .cid-tDASctqMRi .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tDASctqMRi {
    flex-wrap: wrap;
  }
  .cid-tDASctqMRi .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tDASctqMRi .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tDASctqMRi .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tDASctqMRi .btn {
  padding: 0.8rem 2rem;
}
.cid-tDASctqMRi .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tDASctqMRi .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ff0101;
}
.cid-tDASctqMRi .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tDASctqMRi nav.navbar {
  position: fixed;
}
.cid-tDASctqMRi .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-tDASctqMRi .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDASctqMRi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDASctqMRi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDASctqMRi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDASctqMRi .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tDASctqMRi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDASctqMRi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDASctqMRi .dropdown-menu,
.cid-tDASctqMRi .navbar.opened {
  background: #ffffff !important;
}
.cid-tDASctqMRi .nav-item:focus,
.cid-tDASctqMRi .nav-link:focus {
  outline: none;
}
.cid-tDASctqMRi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDASctqMRi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDASctqMRi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDASctqMRi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDASctqMRi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDASctqMRi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDASctqMRi .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tDASctqMRi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tDASctqMRi .navbar.opened {
  transition: all 0.3s;
}
.cid-tDASctqMRi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDASctqMRi .navbar .navbar-logo img {
  width: auto;
}
.cid-tDASctqMRi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tDASctqMRi .navbar.collapsed {
  justify-content: center;
}
.cid-tDASctqMRi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDASctqMRi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDASctqMRi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDASctqMRi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDASctqMRi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDASctqMRi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDASctqMRi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDASctqMRi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDASctqMRi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDASctqMRi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDASctqMRi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDASctqMRi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDASctqMRi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDASctqMRi .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-tDASctqMRi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDASctqMRi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDASctqMRi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDASctqMRi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDASctqMRi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDASctqMRi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDASctqMRi .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDASctqMRi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDASctqMRi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDASctqMRi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDASctqMRi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDASctqMRi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDASctqMRi .dropdown-item.active,
.cid-tDASctqMRi .dropdown-item:active {
  background-color: transparent;
}
.cid-tDASctqMRi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDASctqMRi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDASctqMRi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDASctqMRi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDASctqMRi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDASctqMRi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDASctqMRi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDASctqMRi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDASctqMRi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDASctqMRi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0101;
}
.cid-tDASctqMRi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDASctqMRi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDASctqMRi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDASctqMRi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDASctqMRi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDASctqMRi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDASctqMRi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDASctqMRi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDASctqMRi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDASctqMRi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDASctqMRi .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-tDASctqMRi .navbar {
    height: 70px;
  }
  .cid-tDASctqMRi .navbar.opened {
    height: auto;
  }
  .cid-tDASctqMRi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDutWi1Wt9 {
  overflow: hidden;
}
.cid-tDutWi1Wt9 .user {
  max-width: none;
  flex: 0 0 100%;
  position: relative;
}
.cid-tDutWi1Wt9 .user_image {
  height: 680px;
  width: 100%;
}
.cid-tDutWi1Wt9 .user_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tDutWi1Wt9 .mode {
  position: absolute;
  width: 350px;
  height: 450px;
  border: 10px solid #031e4e;
  left: 9.5%;
  top: 40%;
  z-index: 0;
  transform: translateY(-50%);
}
.cid-tDutWi1Wt9 .title__block {
  height: 400px;
  position: absolute;
  top: 45%;
  left: 10%;
  transform: translateY(-50%);
  margin-left: 15px;
}
.cid-tDutWi1Wt9 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  color: #4479d9;
  margin-bottom: 25px;
}
.cid-tDutWi1Wt9 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-tDutWi1Wt9 .arrow__btn .mbr-iconfont {
  font-size: 30px;
  color: #fff;
}
.cid-tDutWi1Wt9 .box {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.cid-tDutWi1Wt9 .box__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffe161;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -90px;
  left: -90px;
  opacity: 0.95;
}
.cid-tDutWi1Wt9 .box__icon .mbr-iconfont {
  font-size: 30px;
  color: #fff;
  padding: 30px;
}
.cid-tDutWi1Wt9 .box__item {
  width: 230px;
  height: 190px;
  padding: 30px 5px 30px 40px;
  text-align: left;
  float: left;
  background: #ffffff;
}
.cid-tDutWi1Wt9 .box__item:first-child {
  position: relative;
}
.cid-tDutWi1Wt9 .box__text {
  color: #232323;
}
.cid-tDutWi1Wt9 .carousel-item {
  justify-content: center;
}
.cid-tDutWi1Wt9 .carousel-item.active,
.cid-tDutWi1Wt9 .carousel-item-next,
.cid-tDutWi1Wt9 .carousel-item-prev {
  display: flex;
}
.cid-tDutWi1Wt9 .carousel-control-next,
.cid-tDutWi1Wt9 .carousel-control-prev {
  right: 50px;
  left: auto;
  top: 50%;
  bottom: auto;
  width: auto;
}
.cid-tDutWi1Wt9 .carousel-control-next {
  transform: translateY(70px);
}
.cid-tDutWi1Wt9 .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 30px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  color: #22a5e5;
  background: rgba(25, 31, 35, 0.5);
  transition: all 0.3s ease-in-out;
}
.cid-tDutWi1Wt9 li {
  opacity: 1;
  border: none;
}
.cid-tDutWi1Wt9 li.active {
  background-color: #000000;
  opacity: 0.1;
  width: 230px;
  height: 190px;
}
.cid-tDutWi1Wt9 .carousel-indicators {
  right: 0;
  left: auto;
  justify-content: flex-end;
  margin: 0;
  opacity: 0.1;
}
.cid-tDutWi1Wt9 .carousel-indicators li {
  width: 230px;
  height: 190px;
  max-width: none;
  max-height: none;
  margin: 0;
  background-color: #000000;
  border-radius: 0;
  transition: opacity 0.4s ease-in-out;
}
.is-builder .cid-tDutWi1Wt9 .carousel-indicators {
  pointer-events: none;
}
@media (max-width: 767px) {
  .cid-tDutWi1Wt9 .box__content,
  .cid-tDutWi1Wt9 .carousel-indicators {
    display: none;
  }
  .cid-tDutWi1Wt9 .box__icon {
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 500px) {
  .cid-tDutWi1Wt9 .mode {
    width: 250px;
    height: 350px;
  }
  .cid-tDutWi1Wt9 .carousel-control-next,
  .cid-tDutWi1Wt9 .carousel-control-prev {
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-tDutWi1Wt9 .box__item {
    width: 195px;
    height: 190px;
    padding: 20px 15px;
  }
  .cid-tDutWi1Wt9 .carousel-indicators li {
    width: 195px;
    height: 190px;
  }
}
@media (max-width: 991px) {
  .cid-tDutWi1Wt9 .box__content,
  .cid-tDutWi1Wt9 .carousel-indicators {
    display: none;
  }
}
.cid-tDutWi1Wt9 .mbr-section-title,
.cid-tDutWi1Wt9 .arrow__btn {
  color: #ff0000;
}
.cid-tDnEvTSLCz {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDnEvTSLCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnEvTSLCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnEvTSLCz .mbr-section-head {
  margin-bottom: 2rem;
  width: 100%;
}
.cid-tDnEvTSLCz .mbr-section-title {
  color: #ff0000;
}
.cid-tDnEvTSLCz .mbr-section-subtitle {
  color: #181817;
  margin-top: 1rem;
}
.cid-tDnEvTSLCz .card-row {
  align-items: stretch;
}
.cid-tDnEvTSLCz .item {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tDnEvTSLCz .item {
    width: 20% !important;
  }
}
.cid-tDnEvTSLCz .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-top: 20px;
  min-height: 470px;
}
@media (max-width: 991px) {
  .cid-tDnEvTSLCz .item-wrapper {
    min-height: 360px;
  }
}
.cid-tDnEvTSLCz .item-wrapper:hover .card-box {
  opacity: 0;
}
.cid-tDnEvTSLCz .item-wrapper:hover .bg-overlay {
  display: flex;
}
.cid-tDnEvTSLCz .item-wrapper:hover .bg-overlay:hover .mbr-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-tDnEvTSLCz .item-wrapper:hover .bg-overlay-color {
  opacity: 0.8;
}
.cid-tDnEvTSLCz .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-tDnEvTSLCz .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tDnEvTSLCz .card-box {
  position: relative;
  z-index: 3;
  padding: 8rem 1.5rem 1.5rem;
  background-image: linear-gradient(180deg, rgba(24, 24, 23, 0), rgba(24, 24, 23, 0.9) 65%);
  transition: 0.4s all;
  opacity: 1;
}
.cid-tDnEvTSLCz .card-title {
  color: #f6f6ef;
  margin-bottom: 0.6rem;
}
.cid-tDnEvTSLCz .card-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.cid-tDnEvTSLCz .card-text {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-tDnEvTSLCz .card-text-container {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.cid-tDnEvTSLCz .iconfont-wrapper {
  margin-right: 18px;
}
.cid-tDnEvTSLCz .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #f6f6ef;
  width: fit-content;
}
.cid-tDnEvTSLCz .bg-overlay {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cid-tDnEvTSLCz .bg-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181817;
  opacity: 0;
  z-index: 5;
  transition: 0.4s all;
}
.cid-tDnEvTSLCz .mbr-section-btn {
  position: relative;
  z-index: 6;
  transform: translateY(2rem);
  transition: 0.4s all;
  opacity: 0;
  padding: 0 1rem;
}
.cid-tDnEvTSLCz .mbr-section-btn .btn {
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-tDnEvTSLCz .mbr-section-btn {
    width: auto;
  }
  .cid-tDnEvTSLCz .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-tDuERvRaDh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-tDuERvRaDh .row {
  flex-direction: row-reverse;
}
.cid-tDuERvRaDh .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-tDuERvRaDh .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-tDuERvRaDh .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-tDuERvRaDh .mbr-section-title {
  color: #ff0101;
}
.cid-tDuERvRaDh .mbr-text {
  color: #fafafa;
}
.cid-tDuERvRaDh .container-fluid {
  padding: 0;
}
.cid-tDuERvRaDh .row {
  margin: 0;
}
.cid-tDuERvRaDh .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-tDuERvRaDh .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tDuERvRaDh .text-container {
    padding: 60px;
  }
}
.cid-tDuERvRaDh .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tDuERvRaDh .image-wrapper {
    height: 420px;
  }
}
.cid-tDuERvRaDh .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-tDuERvRaDh .image-wrapper img:hover {
  transform: scale(1.3);
}
.cid-tDuERvRaDh .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tDuERvRaDh .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-tDuERvRaDh .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-tDuERvRaDh .item__buttons-container_round {
  align-items: flex-start;
}
.cid-tDuERvRaDh .btn {
  margin: 0;
}
.cid-tDuERvRaDh .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDuERvRaDh .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tDuERvRaDh .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-tDuERvRaDh .item__button {
  margin: 0;
}
.cid-tDuERvRaDh .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-tDuERvRaDh .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-tDuERvRaDh .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-tDuERvRaDh .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tAUjesglOD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191c20;
}
.cid-tAUjesglOD .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-tAUjesglOD .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-tAUjesglOD .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-tAUjesglOD .mbr-section-title {
  color: #ff0101;
}
.cid-tAUjesglOD .mbr-text {
  color: #fafafa;
}
.cid-tAUjesglOD .container-fluid {
  padding: 0;
}
.cid-tAUjesglOD .row {
  margin: 0;
}
.cid-tAUjesglOD .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-tAUjesglOD .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tAUjesglOD .text-container {
    padding: 60px;
  }
}
.cid-tAUjesglOD .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tAUjesglOD .image-wrapper {
    height: 420px;
  }
}
.cid-tAUjesglOD .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-tAUjesglOD .image-wrapper img:hover {
  transform: scale(1.2);
}
.cid-tAUjesglOD .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tAUjesglOD .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-tAUjesglOD .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-tAUjesglOD .item__buttons-container_round {
  align-items: flex-start;
}
.cid-tAUjesglOD .btn {
  margin: 0;
}
.cid-tAUjesglOD .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAUjesglOD .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tAUjesglOD .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-tAUjesglOD .item__button {
  margin: 0;
}
.cid-tAUjesglOD .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-tAUjesglOD .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-tAUjesglOD .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-tAUjesglOD .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tDuEvwsBxR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-tDuEvwsBxR .row {
  flex-direction: row-reverse;
}
.cid-tDuEvwsBxR .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-tDuEvwsBxR .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-tDuEvwsBxR .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-tDuEvwsBxR .mbr-section-title {
  color: #ff0101;
}
.cid-tDuEvwsBxR .mbr-text {
  color: #fafafa;
}
.cid-tDuEvwsBxR .container-fluid {
  padding: 0;
}
.cid-tDuEvwsBxR .row {
  margin: 0;
}
.cid-tDuEvwsBxR .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-tDuEvwsBxR .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tDuEvwsBxR .text-container {
    padding: 60px;
  }
}
.cid-tDuEvwsBxR .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tDuEvwsBxR .image-wrapper {
    height: 420px;
  }
}
.cid-tDuEvwsBxR .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-tDuEvwsBxR .image-wrapper img:hover {
  transform: scale(1.2);
}
.cid-tDuEvwsBxR .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tDuEvwsBxR .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-tDuEvwsBxR .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-tDuEvwsBxR .item__buttons-container_round {
  align-items: flex-start;
}
.cid-tDuEvwsBxR .btn {
  margin: 0;
}
.cid-tDuEvwsBxR .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDuEvwsBxR .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tDuEvwsBxR .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-tDuEvwsBxR .item__button {
  margin: 0;
}
.cid-tDuEvwsBxR .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-tDuEvwsBxR .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-tDuEvwsBxR .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-tDuEvwsBxR .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tDuP1ByFjG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #191c20;
}
.cid-tDuP1ByFjG .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-tDuP1ByFjG .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-tDuP1ByFjG .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-tDuP1ByFjG .mbr-section-title {
  color: #ff0101;
}
.cid-tDuP1ByFjG .mbr-text {
  color: #fafafa;
}
.cid-tDuP1ByFjG .container-fluid {
  padding: 0;
}
.cid-tDuP1ByFjG .row {
  margin: 0;
}
.cid-tDuP1ByFjG .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-tDuP1ByFjG .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tDuP1ByFjG .text-container {
    padding: 60px;
  }
}
.cid-tDuP1ByFjG .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tDuP1ByFjG .image-wrapper {
    height: 420px;
  }
}
.cid-tDuP1ByFjG .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-tDuP1ByFjG .image-wrapper img:hover {
  transform: scale(1.2);
}
.cid-tDuP1ByFjG .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tDuP1ByFjG .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-tDuP1ByFjG .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-tDuP1ByFjG .item__buttons-container_round {
  align-items: flex-start;
}
.cid-tDuP1ByFjG .btn {
  margin: 0;
}
.cid-tDuP1ByFjG .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDuP1ByFjG .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tDuP1ByFjG .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-tDuP1ByFjG .item__button {
  margin: 0;
}
.cid-tDuP1ByFjG .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-tDuP1ByFjG .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-tDuP1ByFjG .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-tDuP1ByFjG .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tDxXBZcdQV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1-110.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 390px;
}
.cid-tDxXBZcdQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDxXBZcdQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDxXBZcdQV .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tDxXBZcdQV .content-container {
  padding: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tDxXBZcdQV .content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
}
.cid-tDxXBZcdQV .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-tDxXBZcdQV .mbr-section-subtitle {
  color: #bbbbbb;
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
}
.cid-tDxXBZcdQV .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
  margin-top: 20px;
  width: 100%;
}
.cid-tDxXBZcdQV .mbr-section-btn {
  margin-top: 10px;
}
.cid-tD7BRGkiYg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #191c20;
}
.cid-tD7BRGkiYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD7BRGkiYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD7BRGkiYg .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-tD7BRGkiYg .card1 {
  background-image: url("../../../assets/images/s-2026-2000x3000.webp");
  background-size: cover;
  background-position: center center;
}
.cid-tD7BRGkiYg .card1:before {
  background: #ffffff;
}
.cid-tD7BRGkiYg .card2 {
  background-image: url("../../../assets/images/a-208-2000x1333.webp");
  background-size: cover;
  background-position: center center;
}
.cid-tD7BRGkiYg .card2:before {
  background: #ffffff;
}
.cid-tD7BRGkiYg .card3 {
  background-image: url("../../../assets/images/s-2011-2000x3556.webp");
  background-size: cover;
  background-position: center center;
}
.cid-tD7BRGkiYg .card3:before {
  background: #ffffff;
}
.cid-tD7BRGkiYg .card4 {
  background-image: url("../../../assets/images/s-2012-2000x3556.webp");
  background-size: cover;
  background-position: center center;
}
.cid-tD7BRGkiYg .card4:before {
  background: #ffffff;
}
.cid-tD7BRGkiYg .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-tD7BRGkiYg .card-wrap {
  border-radius: 2rem;
  height: 400px;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tD7BRGkiYg .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tD7BRGkiYg .card-wrap:before {
  content: '';
  position: absolute;
  border-radius: 2rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-tD7BRGkiYg .card {
  transition: all .6s;
}
.cid-tD7BRGkiYg .card:hover .card-wrap,
.cid-tD7BRGkiYg .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-tD7BRGkiYg .card:hover .card-wrap:before,
.cid-tD7BRGkiYg .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-tD7BRGkiYg .card:hover .mbr-section-btn,
.cid-tD7BRGkiYg .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-tD7BRGkiYg .card:hover .card-wrap {
    transform: none;
  }
  .cid-tD7BRGkiYg .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-tD7BRGkiYg .card-wrap:before {
    opacity: 0.8;
  }
  .cid-tD7BRGkiYg .card-wrap:hover {
    transform: none;
  }
  .cid-tD7BRGkiYg .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-tD7BRGkiYg .mbr-section-btn {
    opacity: 1;
  }
}
.cid-tD7BRGkiYg .mbr-section-title {
  color: #ff0101;
  text-align: left;
}
.cid-u57EH5VzqF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c20;
}
.cid-u57EH5VzqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u57EH5VzqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u57EH5VzqF .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u57EH5VzqF .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u57EH5VzqF .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .container {
    max-width: 100%;
  }
  .cid-u57EH5VzqF .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u57EH5VzqF .item-wrap {
  width: 100%;
}
.cid-u57EH5VzqF .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u57EH5VzqF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u57EH5VzqF .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u57EH5VzqF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #23272b, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #191c20;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u57EH5VzqF .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u57EH5VzqF .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u57EH5VzqF .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .col-links {
    padding-top: 20px;
  }
}
.cid-u57EH5VzqF .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u57EH5VzqF .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .list {
    text-align: center !important;
  }
}
.cid-u57EH5VzqF .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u57EH5VzqF .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff9966;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list a:hover {
  color: #ff9966 !important;
  line-height: inherit !important;
}
.cid-u57EH5VzqF .list a:hover:before {
  width: 100%;
}
.cid-u57EH5VzqF .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .col-copyright {
    padding-top: 40px;
  }
}
.cid-u57EH5VzqF .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-u57EH5VzqF .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tDASDZ8UAp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tDASDZ8UAp .container,
  .cid-tDASDZ8UAp .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tDASDZ8UAp .container .navbar-collapse,
  .cid-tDASDZ8UAp .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tDASDZ8UAp {
    flex-wrap: wrap;
  }
  .cid-tDASDZ8UAp .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tDASDZ8UAp .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tDASDZ8UAp .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tDASDZ8UAp .btn {
  padding: 0.8rem 2rem;
}
.cid-tDASDZ8UAp .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tDASDZ8UAp .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ff0101;
}
.cid-tDASDZ8UAp .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tDASDZ8UAp nav.navbar {
  position: fixed;
}
.cid-tDASDZ8UAp .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-tDASDZ8UAp .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDASDZ8UAp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDASDZ8UAp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDASDZ8UAp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDASDZ8UAp .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tDASDZ8UAp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDASDZ8UAp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDASDZ8UAp .dropdown-menu,
.cid-tDASDZ8UAp .navbar.opened {
  background: #ffffff !important;
}
.cid-tDASDZ8UAp .nav-item:focus,
.cid-tDASDZ8UAp .nav-link:focus {
  outline: none;
}
.cid-tDASDZ8UAp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDASDZ8UAp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDASDZ8UAp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDASDZ8UAp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDASDZ8UAp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDASDZ8UAp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDASDZ8UAp .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tDASDZ8UAp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tDASDZ8UAp .navbar.opened {
  transition: all 0.3s;
}
.cid-tDASDZ8UAp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDASDZ8UAp .navbar .navbar-logo img {
  width: auto;
}
.cid-tDASDZ8UAp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tDASDZ8UAp .navbar.collapsed {
  justify-content: center;
}
.cid-tDASDZ8UAp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDASDZ8UAp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDASDZ8UAp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDASDZ8UAp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDASDZ8UAp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDASDZ8UAp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDASDZ8UAp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDASDZ8UAp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDASDZ8UAp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDASDZ8UAp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDASDZ8UAp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDASDZ8UAp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDASDZ8UAp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDASDZ8UAp .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-tDASDZ8UAp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDASDZ8UAp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDASDZ8UAp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDASDZ8UAp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDASDZ8UAp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDASDZ8UAp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDASDZ8UAp .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDASDZ8UAp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDASDZ8UAp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDASDZ8UAp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDASDZ8UAp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDASDZ8UAp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDASDZ8UAp .dropdown-item.active,
.cid-tDASDZ8UAp .dropdown-item:active {
  background-color: transparent;
}
.cid-tDASDZ8UAp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDASDZ8UAp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDASDZ8UAp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDASDZ8UAp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDASDZ8UAp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDASDZ8UAp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDASDZ8UAp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDASDZ8UAp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDASDZ8UAp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDASDZ8UAp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0101;
}
.cid-tDASDZ8UAp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDASDZ8UAp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDASDZ8UAp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDASDZ8UAp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDASDZ8UAp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDASDZ8UAp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDASDZ8UAp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDASDZ8UAp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDASDZ8UAp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDASDZ8UAp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDASDZ8UAp .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-tDASDZ8UAp .navbar {
    height: 70px;
  }
  .cid-tDASDZ8UAp .navbar.opened {
    height: auto;
  }
  .cid-tDASDZ8UAp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLMUTpSz8Y {
  background-image: url("../../../assets/images/1-202-2000x1334.webp");
}
.cid-tLMUTpSz8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLMUTpSz8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLMUTpSz8Y .mbr-section-title {
  color: #ffffff;
}
.cid-tLMUTpSz8Y .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tLMUTpSz8Y .mbr-section-btn {
  margin-top: 30px;
}
.cid-tLMUTpSz8Y .mbr-text,
.cid-tLMUTpSz8Y .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-tLvSWx68kU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-tLvSWx68kU h2,
.cid-tLvSWx68kU h3,
.cid-tLvSWx68kU h4,
.cid-tLvSWx68kU h5,
.cid-tLvSWx68kU p {
  margin: 0;
}
.cid-tLvSWx68kU .inner-container {
  margin-right: -32px;
}
.cid-tLvSWx68kU .content {
  width: 100%;
  padding-left: calc((100% - 1300px) / 2);
}
@media (max-width: 1440px) {
  .cid-tLvSWx68kU .content {
    padding-left: calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1200px) {
  .cid-tLvSWx68kU .content {
    padding-left: calc((100% - 920px) / 2);
  }
}
@media (max-width: 1024px) {
  .cid-tLvSWx68kU .content {
    padding-left: calc((100% - 768px) / 2);
  }
}
@media (max-width: 800px) {
  .cid-tLvSWx68kU .content {
    width: 100%;
    padding-left: 7%;
  }
}
@media (max-width: 480px) {
  .cid-tLvSWx68kU .content {
    padding-left: 0;
  }
}
.cid-tLvSWx68kU .text-wrap {
  position: relative;
  width: 18.6%;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-tLvSWx68kU .text-wrap {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .cid-tLvSWx68kU .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .cid-tLvSWx68kU .text-wrap {
    width: 38%;
  }
}
@media (max-width: 680px) {
  .cid-tLvSWx68kU .text-wrap {
    width: 100%;
  }
}
.cid-tLvSWx68kU .mbr-section-title {
  color: #ff0101;
}
.cid-tLvSWx68kU .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-tLvSWx68kU .controls {
  margin-top: 45px;
}
.cid-tLvSWx68kU .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-tLvSWx68kU .embla__viewport {
  overflow: hidden;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-tLvSWx68kU .embla__viewport {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-tLvSWx68kU .embla__viewport {
    width: 100%;
  }
}
.cid-tLvSWx68kU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLvSWx68kU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLvSWx68kU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-tLvSWx68kU .embla__container {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-tLvSWx68kU .embla__container {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-tLvSWx68kU .embla__slide {
  position: relative;
  margin-right: 30px;
}
.cid-tLvSWx68kU .card-wrap {
  width: 345.75px;
}
@media (max-width: 680px) {
  .cid-tLvSWx68kU .card-wrap {
    width: 296px;
  }
}
.cid-tLvSWx68kU .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-tLvSWx68kU .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tLvSWx68kU .content-wrap {
  margin-top: 20px;
}
.cid-tLvSWx68kU .mbr-card-title {
  margin-bottom: 6px;
  color: #000000;
}
.cid-tLvSWx68kU .mbr-card-subtitle {
  margin-bottom: 2px;
  color: #6b6b6b;
}
.cid-tLvSWx68kU .mbr-card-text {
  color: #6b6b6b;
  margin-top: 6px;
}
.cid-tLvSWx68kU .embla__button--next svg polygon,
.cid-tLvSWx68kU .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-tLvSWx68kU .embla__button--next svg,
.cid-tLvSWx68kU .embla__button--prev svg {
  overflow: hidden;
}
.cid-tLvSWx68kU .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-tLvSWx68kU .embla__button--prev:hover {
  color: #000;
}
.cid-tLvSWx68kU .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tLvSWx68kU .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tLvSWx68kU .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tLvSWx68kU .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-tLvSWx68kU .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-tLvSWx68kU .embla__button--next:hover {
  color: #000;
}
.cid-tLvSWx68kU .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tLvSWx68kU .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tLvSWx68kU .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tLvSWx68kU .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-tDAV9XXRJa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tDAV9XXRJa h2,
.cid-tDAV9XXRJa h3,
.cid-tDAV9XXRJa h4,
.cid-tDAV9XXRJa h5 {
  margin: 0;
}
.cid-tDAV9XXRJa .mbr-section-title {
  color: #ff0101;
}
.cid-tDAV9XXRJa .mbr-card-title {
  text-align: center;
  color: #000000;
}
.cid-tDAV9XXRJa .mbr-card-subtitle {
  text-align: center;
  color: #6b6b6b;
}
.cid-tDAV9XXRJa .image-container {
  min-height: 738px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: minmax(346px, 704px) minmax(153px, 332px) minmax(153px, 332px) minmax(153px, 332px);
  grid-template-rows: 1fr 1fr;
  grid-gap: 40px;
  grid-template-areas: "img1 img2 img4 img5" "img1 img3 img4 img6";
}
@media (min-width: 681px) and (max-width: 1024px) {
  .cid-tDAV9XXRJa .image-container {
    grid-template-columns: minmax(290px, 442px) minmax(290px, 442px);
    grid-template-rows: 924px 442px 442px 442px;
    grid-gap: 40px;
    grid-template-areas: "img1 img1" "img2 img4" "img3 img4" "img6 img5";
  }
}
@media (max-width: 680px) {
  .cid-tDAV9XXRJa .image-container {
    grid-template-columns: minmax(260px, 620px);
    grid-template-rows: 697px 329px 697px 329px 329px 329px;
    grid-gap: 40px;
    grid-template-areas: "img1" "img2" "img4" "img3" "img5" "img6";
  }
}
.cid-tDAV9XXRJa #img1 {
  grid-area: img1;
  background-image: url("../../../assets/images/1-302-2000x1667.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tDAV9XXRJa #img2 {
  grid-area: img2;
  background-image: url("../../../assets/images/1-36.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tDAV9XXRJa #img3 {
  grid-area: img3;
  background-image: url("../../../assets/images/1-49.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tDAV9XXRJa #img4 {
  grid-area: img4;
  background-image: url("../../../assets/images/1-66.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tDAV9XXRJa #img5 {
  grid-area: img5;
  background-image: url("../../../assets/images/1-88.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tDAV9XXRJa #img6 {
  grid-area: img6;
  background-image: url("../../../assets/images/1-15.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tDAV9XXRJa .top-left,
.cid-tDAV9XXRJa .bottom-right {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.cid-tDAV9XXRJa .top-left::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #ee3102;
  top: 0;
  left: 0;
  transition: all 1s ease-out;
}
.cid-tDAV9XXRJa .top-left::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #ee3102;
  top: 0;
  left: 0;
  transition: all 1s ease-out;
}
.cid-tDAV9XXRJa .bottom-right::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #ee3102;
  bottom: 0;
  right: 0;
  transition: all 1s ease-out;
}
.cid-tDAV9XXRJa .bottom-right::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #ee3102;
  bottom: 0;
  right: 0;
  transition: all 1s ease-out;
}
.cid-tDAV9XXRJa .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background: #ffffff;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 1s ease-out;
}
.cid-tDAV9XXRJa .image-wrap:hover .text-wrap {
  opacity: 1;
}
.cid-tDAV9XXRJa .image-wrap:hover .top-left::before {
  height: 100%;
}
.cid-tDAV9XXRJa .image-wrap:hover .top-left::after {
  width: 100%;
}
.cid-tDAV9XXRJa .image-wrap:hover .bottom-right::before {
  height: 100%;
}
.cid-tDAV9XXRJa .image-wrap:hover .bottom-right::after {
  width: 100%;
}
.cid-tDAV9XXRJa .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tLvKi3vlhL {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #212428;
}
.cid-tLvKi3vlhL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLvKi3vlhL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLvKi3vlhL .mbr-section-title {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.5rem;
}
.cid-tLvKi3vlhL .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tLvKi3vlhL .team-card:hover {
  transform: translateY(-10px);
}
@media (max-width: 991px) {
  .cid-tLvKi3vlhL .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tLvKi3vlhL .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 0.3rem;
  height: 200px;
  object-fit: cover;
}
.cid-tLvKi3vlhL .social-row {
  text-align: center;
}
.cid-tLvKi3vlhL .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tLvKi3vlhL .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tLvKi3vlhL .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tLvKi3vlhL .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tLvKi3vlhL .mbr-role,
.cid-tLvKi3vlhL .social-row {
  color: #353535;
}
.cid-tLvKi3vlhL .mbr-section-maintitle {
  color: #ff0000;
}
.cid-tLvKi3vlhL .card-title,
.cid-tLvKi3vlhL .social-row {
  color: #bbbbbb;
}
.cid-u57EH5VzqF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c20;
}
.cid-u57EH5VzqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u57EH5VzqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u57EH5VzqF .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u57EH5VzqF .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u57EH5VzqF .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .container {
    max-width: 100%;
  }
  .cid-u57EH5VzqF .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u57EH5VzqF .item-wrap {
  width: 100%;
}
.cid-u57EH5VzqF .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u57EH5VzqF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u57EH5VzqF .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u57EH5VzqF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #23272b, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #191c20;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u57EH5VzqF .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u57EH5VzqF .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u57EH5VzqF .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .col-links {
    padding-top: 20px;
  }
}
.cid-u57EH5VzqF .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u57EH5VzqF .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .list {
    text-align: center !important;
  }
}
.cid-u57EH5VzqF .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u57EH5VzqF .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff9966;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list a:hover {
  color: #ff9966 !important;
  line-height: inherit !important;
}
.cid-u57EH5VzqF .list a:hover:before {
  width: 100%;
}
.cid-u57EH5VzqF .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .col-copyright {
    padding-top: 40px;
  }
}
.cid-u57EH5VzqF .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-u57EH5VzqF .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tMm5m1rKaT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tMm5m1rKaT .container,
  .cid-tMm5m1rKaT .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tMm5m1rKaT .container .navbar-collapse,
  .cid-tMm5m1rKaT .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tMm5m1rKaT {
    flex-wrap: wrap;
  }
  .cid-tMm5m1rKaT .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tMm5m1rKaT .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tMm5m1rKaT .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tMm5m1rKaT .btn {
  padding: 0.8rem 2rem;
}
.cid-tMm5m1rKaT .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tMm5m1rKaT .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ff0101;
}
.cid-tMm5m1rKaT .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tMm5m1rKaT nav.navbar {
  position: fixed;
}
.cid-tMm5m1rKaT .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-tMm5m1rKaT .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMm5m1rKaT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMm5m1rKaT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMm5m1rKaT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMm5m1rKaT .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tMm5m1rKaT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMm5m1rKaT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMm5m1rKaT .dropdown-menu,
.cid-tMm5m1rKaT .navbar.opened {
  background: #ffffff !important;
}
.cid-tMm5m1rKaT .nav-item:focus,
.cid-tMm5m1rKaT .nav-link:focus {
  outline: none;
}
.cid-tMm5m1rKaT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMm5m1rKaT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMm5m1rKaT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMm5m1rKaT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMm5m1rKaT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMm5m1rKaT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMm5m1rKaT .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tMm5m1rKaT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tMm5m1rKaT .navbar.opened {
  transition: all 0.3s;
}
.cid-tMm5m1rKaT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMm5m1rKaT .navbar .navbar-logo img {
  width: auto;
}
.cid-tMm5m1rKaT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tMm5m1rKaT .navbar.collapsed {
  justify-content: center;
}
.cid-tMm5m1rKaT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMm5m1rKaT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMm5m1rKaT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tMm5m1rKaT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMm5m1rKaT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMm5m1rKaT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tMm5m1rKaT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMm5m1rKaT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMm5m1rKaT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMm5m1rKaT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMm5m1rKaT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMm5m1rKaT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMm5m1rKaT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMm5m1rKaT .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-tMm5m1rKaT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMm5m1rKaT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMm5m1rKaT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMm5m1rKaT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMm5m1rKaT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMm5m1rKaT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMm5m1rKaT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMm5m1rKaT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMm5m1rKaT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMm5m1rKaT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMm5m1rKaT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMm5m1rKaT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMm5m1rKaT .dropdown-item.active,
.cid-tMm5m1rKaT .dropdown-item:active {
  background-color: transparent;
}
.cid-tMm5m1rKaT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMm5m1rKaT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMm5m1rKaT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMm5m1rKaT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMm5m1rKaT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMm5m1rKaT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMm5m1rKaT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMm5m1rKaT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMm5m1rKaT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMm5m1rKaT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0101;
}
.cid-tMm5m1rKaT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMm5m1rKaT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMm5m1rKaT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMm5m1rKaT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMm5m1rKaT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMm5m1rKaT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMm5m1rKaT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMm5m1rKaT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMm5m1rKaT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMm5m1rKaT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMm5m1rKaT .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-tMm5m1rKaT .navbar {
    height: 70px;
  }
  .cid-tMm5m1rKaT .navbar.opened {
    height: auto;
  }
  .cid-tMm5m1rKaT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGMKWetCNE {
  padding-top: 8rem;
  padding-bottom: 7rem;
  overflow: hidden;
}
.cid-tGMKWetCNE .container,
.cid-tGMKWetCNE .container-fluid {
  z-index: 10;
}
.cid-tGMKWetCNE .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-tGMKWetCNE .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-tGMKWetCNE .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-tGMKWetCNE .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-tGMKWetCNE .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-tGMKWetCNE .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(187, 187, 187, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-tGMKWetCNE .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-tGMKWetCNE .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-tGMKWetCNE .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(255, 225, 97, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-tGMKWetCNE .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-tGMKWetCNE .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-tGMKWetCNE .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(71, 181, 237, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-tGMKWetCNE .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-tGMKWetCNE .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-tGMKWetCNE .container {
  pointer-events: none;
}
.cid-tGMKWetCNE .subtitle__block,
.cid-tGMKWetCNE .title__block,
.cid-tGMKWetCNE .buttons__block {
  pointer-events: all;
}
.cid-tGMKWetCNE .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tGMKWetCNE .mbr-section-title {
  margin-bottom: 45px;
  color: #ff0101;
  font-weight: 300;
  text-align: left;
}
.cid-tGMKWetCNE .mbr-section-title b,
.cid-tGMKWetCNE .mbr-section-title strong {
  font-weight: 900;
}
.cid-tGMKWetCNE .mbr-text {
  margin-bottom: 45px;
}
.cid-tGMKWetCNE .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tGMKWetCNE .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-tGMKWetCNE .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #47b5ed 0%, rgba(71, 181, 237, 0.85) 100%) !important;
}
.cid-tGMKWetCNE .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-tGMKWetCNE .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-tGMKWetCNE .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-tGMKWetCNE .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
}
.cid-tGMKWetCNE .mbr-figure:hover {
  color: #47b5ed;
  cursor: pointer;
}
.cid-tGMKWetCNE .mbr-figure:hover .mbr-media {
  border-color: #47b5ed;
  color: #47b5ed;
}
@media (max-width: 575px) {
  .cid-tGMKWetCNE .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-tGMKWetCNE .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-tGMKWetCNE .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-tGMKWetCNE .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-tGMKWetCNE .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-tGMKWetCNE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tGMKWetCNE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tGMKWetCNE .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tGMKWetCNE a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tGMKWetCNE a.close:hover {
  color: #ffffff;
}
.cid-tGMKWetCNE .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #47b5ed;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-tGMKWetCNE .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #bbbbbb;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-tGMKWetCNE .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #fafafa;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-tGMKWetCNE .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #ff9966;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tGMKWetCNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGMKWetCNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/e9939d-2019-2000x1500.webp");
}
.cid-tGMKWetCNE .mbr-text,
.cid-tGMKWetCNE .buttons__block {
  color: #353535;
}
.cid-sFGBbGYuTc {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #212428;
}
.cid-sFGBbGYuTc .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-bottom: 4rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-sFGBbGYuTc .item {
    margin-bottom: 4rem;
  }
}
.cid-sFGBbGYuTc .item:last-child .icon-box:before {
  display: none;
}
.cid-sFGBbGYuTc .item.last .icon-box:before {
  display: none;
}
.cid-sFGBbGYuTc .step-number {
  padding-top: 6px;
}
.cid-sFGBbGYuTc .icon-box {
  background: #353535;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sFGBbGYuTc .icon-box {
    margin-right: 1rem;
  }
}
.cid-sFGBbGYuTc span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFGBbGYuTc .card {
    margin-bottom: 2rem;
  }
  .cid-sFGBbGYuTc .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFGBbGYuTc .card-title,
.cid-sFGBbGYuTc .card-box {
  color: #ff0000;
}
.cid-sFGBbGYuTc .icon-text {
  color: #fafafa;
}
.cid-u57EH5VzqF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c20;
}
.cid-u57EH5VzqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u57EH5VzqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u57EH5VzqF .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u57EH5VzqF .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u57EH5VzqF .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .container {
    max-width: 100%;
  }
  .cid-u57EH5VzqF .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u57EH5VzqF .item-wrap {
  width: 100%;
}
.cid-u57EH5VzqF .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u57EH5VzqF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u57EH5VzqF .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u57EH5VzqF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #23272b, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #191c20;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u57EH5VzqF .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u57EH5VzqF .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u57EH5VzqF .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .col-links {
    padding-top: 20px;
  }
}
.cid-u57EH5VzqF .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u57EH5VzqF .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .list {
    text-align: center !important;
  }
}
.cid-u57EH5VzqF .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u57EH5VzqF .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff9966;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list a:hover {
  color: #ff9966 !important;
  line-height: inherit !important;
}
.cid-u57EH5VzqF .list a:hover:before {
  width: 100%;
}
.cid-u57EH5VzqF .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .col-copyright {
    padding-top: 40px;
  }
}
.cid-u57EH5VzqF .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-u57EH5VzqF .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tzNHpQqq8w {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tzNHpQqq8w .container,
  .cid-tzNHpQqq8w .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tzNHpQqq8w .container .navbar-collapse,
  .cid-tzNHpQqq8w .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tzNHpQqq8w {
    flex-wrap: wrap;
  }
  .cid-tzNHpQqq8w .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tzNHpQqq8w .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tzNHpQqq8w .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tzNHpQqq8w .btn {
  padding: 0.8rem 2rem;
}
.cid-tzNHpQqq8w .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tzNHpQqq8w .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ff0101;
}
.cid-tzNHpQqq8w .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tzNHpQqq8w nav.navbar {
  position: fixed;
}
.cid-tzNHpQqq8w .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-tzNHpQqq8w .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzNHpQqq8w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzNHpQqq8w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzNHpQqq8w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzNHpQqq8w .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tzNHpQqq8w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzNHpQqq8w .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzNHpQqq8w .dropdown-menu,
.cid-tzNHpQqq8w .navbar.opened {
  background: #ffffff !important;
}
.cid-tzNHpQqq8w .nav-item:focus,
.cid-tzNHpQqq8w .nav-link:focus {
  outline: none;
}
.cid-tzNHpQqq8w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzNHpQqq8w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzNHpQqq8w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzNHpQqq8w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzNHpQqq8w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzNHpQqq8w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzNHpQqq8w .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tzNHpQqq8w .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tzNHpQqq8w .navbar.opened {
  transition: all 0.3s;
}
.cid-tzNHpQqq8w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzNHpQqq8w .navbar .navbar-logo img {
  width: auto;
}
.cid-tzNHpQqq8w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tzNHpQqq8w .navbar.collapsed {
  justify-content: center;
}
.cid-tzNHpQqq8w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzNHpQqq8w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzNHpQqq8w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tzNHpQqq8w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzNHpQqq8w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzNHpQqq8w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tzNHpQqq8w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzNHpQqq8w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzNHpQqq8w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzNHpQqq8w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzNHpQqq8w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzNHpQqq8w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzNHpQqq8w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzNHpQqq8w .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-tzNHpQqq8w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzNHpQqq8w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzNHpQqq8w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzNHpQqq8w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzNHpQqq8w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzNHpQqq8w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzNHpQqq8w .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzNHpQqq8w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzNHpQqq8w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzNHpQqq8w .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzNHpQqq8w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzNHpQqq8w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzNHpQqq8w .dropdown-item.active,
.cid-tzNHpQqq8w .dropdown-item:active {
  background-color: transparent;
}
.cid-tzNHpQqq8w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzNHpQqq8w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzNHpQqq8w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzNHpQqq8w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzNHpQqq8w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzNHpQqq8w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzNHpQqq8w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzNHpQqq8w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzNHpQqq8w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzNHpQqq8w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0101;
}
.cid-tzNHpQqq8w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzNHpQqq8w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzNHpQqq8w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzNHpQqq8w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzNHpQqq8w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzNHpQqq8w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzNHpQqq8w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzNHpQqq8w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzNHpQqq8w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzNHpQqq8w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzNHpQqq8w .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-tzNHpQqq8w .navbar {
    height: 70px;
  }
  .cid-tzNHpQqq8w .navbar.opened {
    height: auto;
  }
  .cid-tzNHpQqq8w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEfO1dij3A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tEfO1dij3A .carousel {
  height: 800px;
}
.cid-tEfO1dij3A .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tEfO1dij3A .carousel-item,
.cid-tEfO1dij3A .carousel-inner {
  height: 100%;
}
.cid-tEfO1dij3A .carousel-caption {
  bottom: 40px;
}
.cid-tEfO1dij3A .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tEfO1dij3A .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tEfO1dij3A .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tEfO1dij3A .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tEfO1dij3A .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tEfO1dij3A .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tEfO1dij3A .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tEfO1dij3A .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tEfO1dij3A .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tEfO1dij3A .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tEfO1dij3A .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tEfO1dij3A .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tEfO1dij3A .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tEfO1dij3A .carousel-indicators li.active,
.cid-tEfO1dij3A .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tEfO1dij3A .carousel-indicators li::after,
.cid-tEfO1dij3A .carousel-indicators li::before {
  content: none;
}
.cid-tEfO1dij3A .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tEfO1dij3A .carousel-indicators {
    display: none !important;
  }
}
.cid-tG8q6OSInH {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tG8q6OSInH .media-container-row {
  justify-content: space-between;
}
.cid-tG8q6OSInH .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tG8q6OSInH .text-content {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .cid-tG8q6OSInH .icons {
    justify-content: center !important;
  }
  .cid-tG8q6OSInH .text-content * {
    text-align: center;
  }
}
.cid-tG8q6OSInH .mbr-iconfont {
  font-size: 1.8rem;
  color: #ff0000;
  padding: 1.2rem;
  width: fit-content;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  margin-bottom: 2rem;
  display: block;
}
.cid-tG8q6OSInH .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-tG8q6OSInH .mbr-section-title {
  color: #ff0000;
}
.cid-tG8q6OSInH P {
  color: #353535;
}
.cid-tG8q6OSInH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG8q6OSInH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB8AnBa0g0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tB8AnBa0g0 img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  min-height: 400px;
}
.cid-tB8AnBa0g0 .mbr-section-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tB8AnBa0g0 .mbr-section-subtitle {
  color: #232323;
}
.cid-tB8AnBa0g0 .main_header {
  position: relative;
}
.cid-tB8AnBa0g0 .content_box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 3rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tB8AnBa0g0 .content_box {
    padding: 1rem;
    text-align: center;
  }
}
.cid-tB8AnBa0g0 .mbr-section-title,
.cid-tB8AnBa0g0 .mbr-section-btn {
  color: #353535;
}
.cid-tzlimRl4aC {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #212428;
}
.cid-tzlimRl4aC h3 {
  text-align: center;
  letter-spacing: 0;
}
.cid-tzlimRl4aC .wrap {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.cid-tzlimRl4aC .pie_progress__number {
  font-weight: 600;
  text-align: center !important;
  color: #ffffff;
}
.cid-tzlimRl4aC .mbr-section-subtitle {
  color: #fafafa;
  text-align: left;
}
.cid-tzlimRl4aC .card-title {
  margin-bottom: 0;
}
.cid-tzlimRl4aC .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-tzlimRl4aC .svg-gradient {
  position: absolute;
}
.cid-tzlimRl4aC svg {
  overflow: visible;
}
.cid-tzlimRl4aC ellipse {
  stroke: rgba(206, 206, 206, 0.4);
  stroke-width: 14px;
}
.cid-tzlimRl4aC path {
  stroke-width: 14px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tzlimRl4aC .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-tzlimRl4aC .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tzlimRl4aC H4 {
  text-align: center;
}
.cid-tzlimRl4aC .mbr-section-title {
  text-align: left;
  color: #ff0000;
}
.cid-tLiZ1yR7HU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-tLiZ1yR7HU h2,
.cid-tLiZ1yR7HU h3,
.cid-tLiZ1yR7HU h4,
.cid-tLiZ1yR7HU h5,
.cid-tLiZ1yR7HU p {
  margin: 0;
}
.cid-tLiZ1yR7HU .inner-container {
  margin-right: -32px;
}
.cid-tLiZ1yR7HU .content {
  width: 100%;
  padding-left: calc((100% - 1300px) / 2);
}
@media (max-width: 1440px) {
  .cid-tLiZ1yR7HU .content {
    padding-left: calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1200px) {
  .cid-tLiZ1yR7HU .content {
    padding-left: calc((100% - 920px) / 2);
  }
}
@media (max-width: 1024px) {
  .cid-tLiZ1yR7HU .content {
    padding-left: calc((100% - 768px) / 2);
  }
}
@media (max-width: 800px) {
  .cid-tLiZ1yR7HU .content {
    width: 100%;
    padding-left: 7%;
  }
}
@media (max-width: 480px) {
  .cid-tLiZ1yR7HU .content {
    padding-left: 0;
  }
}
.cid-tLiZ1yR7HU .text-wrap {
  position: relative;
  width: 18.6%;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-tLiZ1yR7HU .text-wrap {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .cid-tLiZ1yR7HU .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .cid-tLiZ1yR7HU .text-wrap {
    width: 38%;
  }
}
@media (max-width: 680px) {
  .cid-tLiZ1yR7HU .text-wrap {
    width: 100%;
  }
}
.cid-tLiZ1yR7HU .mbr-section-title {
  color: #ff0101;
}
.cid-tLiZ1yR7HU .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-tLiZ1yR7HU .controls {
  margin-top: 45px;
}
.cid-tLiZ1yR7HU .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-tLiZ1yR7HU .embla__viewport {
  overflow: hidden;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-tLiZ1yR7HU .embla__viewport {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-tLiZ1yR7HU .embla__viewport {
    width: 100%;
  }
}
.cid-tLiZ1yR7HU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLiZ1yR7HU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLiZ1yR7HU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-tLiZ1yR7HU .embla__container {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-tLiZ1yR7HU .embla__container {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-tLiZ1yR7HU .embla__slide {
  position: relative;
  margin-right: 30px;
}
.cid-tLiZ1yR7HU .card-wrap {
  width: 345.75px;
}
@media (max-width: 680px) {
  .cid-tLiZ1yR7HU .card-wrap {
    width: 296px;
  }
}
.cid-tLiZ1yR7HU .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-tLiZ1yR7HU .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tLiZ1yR7HU .content-wrap {
  margin-top: 20px;
}
.cid-tLiZ1yR7HU .mbr-card-title {
  margin-bottom: 6px;
  color: #000000;
}
.cid-tLiZ1yR7HU .mbr-card-subtitle {
  margin-bottom: 2px;
  color: #6b6b6b;
}
.cid-tLiZ1yR7HU .mbr-card-text {
  color: #6b6b6b;
  margin-top: 6px;
}
.cid-tLiZ1yR7HU .embla__button--next svg polygon,
.cid-tLiZ1yR7HU .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-tLiZ1yR7HU .embla__button--next svg,
.cid-tLiZ1yR7HU .embla__button--prev svg {
  overflow: hidden;
}
.cid-tLiZ1yR7HU .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-tLiZ1yR7HU .embla__button--prev:hover {
  color: #000;
}
.cid-tLiZ1yR7HU .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tLiZ1yR7HU .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tLiZ1yR7HU .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tLiZ1yR7HU .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-tLiZ1yR7HU .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-tLiZ1yR7HU .embla__button--next:hover {
  color: #000;
}
.cid-tLiZ1yR7HU .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tLiZ1yR7HU .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tLiZ1yR7HU .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tLiZ1yR7HU .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-tCebBGEFKo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #212428;
}
.cid-tCebBGEFKo .row {
  flex-direction: row-reverse;
}
.cid-tCebBGEFKo .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-tCebBGEFKo .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-tCebBGEFKo .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-tCebBGEFKo .mbr-section-title {
  color: #FFFFFF;
}
.cid-tCebBGEFKo .mbr-text {
  color: #fafafa;
}
.cid-tCebBGEFKo .container-fluid {
  padding: 0;
}
.cid-tCebBGEFKo .row {
  margin: 0;
}
.cid-tCebBGEFKo .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-tCebBGEFKo .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tCebBGEFKo .text-container {
    padding: 60px;
  }
}
.cid-tCebBGEFKo .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tCebBGEFKo .image-wrapper {
    height: 420px;
  }
}
.cid-tCebBGEFKo .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-tCebBGEFKo .image-wrapper img:hover {
  transform: scale(1.3);
}
.cid-tCebBGEFKo .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tCebBGEFKo .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-tCebBGEFKo .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-tCebBGEFKo .item__buttons-container_round {
  align-items: flex-start;
}
.cid-tCebBGEFKo .btn {
  margin: 0;
}
.cid-tCebBGEFKo .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCebBGEFKo .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tCebBGEFKo .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-tCebBGEFKo .item__button {
  margin: 0;
}
.cid-tCebBGEFKo .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-tCebBGEFKo .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-tCebBGEFKo .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-tCebBGEFKo .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tCebCE3Qla {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a1a1a;
}
.cid-tCebCE3Qla .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-tCebCE3Qla .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-tCebCE3Qla .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-tCebCE3Qla .mbr-section-title {
  color: #ffffff;
}
.cid-tCebCE3Qla .mbr-text {
  color: #fafafa;
  text-align: justify;
}
.cid-tCebCE3Qla .container-fluid {
  padding: 0;
}
.cid-tCebCE3Qla .row {
  margin: 0;
}
.cid-tCebCE3Qla .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-tCebCE3Qla .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tCebCE3Qla .text-container {
    padding: 60px;
  }
}
.cid-tCebCE3Qla .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tCebCE3Qla .image-wrapper {
    height: 420px;
  }
}
.cid-tCebCE3Qla .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-tCebCE3Qla .image-wrapper img:hover {
  transform: scale(1.2);
}
.cid-tCebCE3Qla .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tCebCE3Qla .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-tCebCE3Qla .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-tCebCE3Qla .item__buttons-container_round {
  align-items: flex-start;
}
.cid-tCebCE3Qla .btn {
  margin: 0;
}
.cid-tCebCE3Qla .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCebCE3Qla .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tCebCE3Qla .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-tCebCE3Qla .item__button {
  margin: 0;
}
.cid-tCebCE3Qla .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-tCebCE3Qla .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-tCebCE3Qla .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-tCebCE3Qla .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tCebCE3Qla .mbr-section-title P {
  text-align: justify;
}
.cid-tCebDm26vP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #212428;
}
.cid-tCebDm26vP .row {
  flex-direction: row-reverse;
}
.cid-tCebDm26vP .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-tCebDm26vP .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-tCebDm26vP .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-tCebDm26vP .mbr-section-title {
  color: #FFFFFF;
}
.cid-tCebDm26vP .mbr-text {
  color: #fafafa;
}
.cid-tCebDm26vP .container-fluid {
  padding: 0;
}
.cid-tCebDm26vP .row {
  margin: 0;
}
.cid-tCebDm26vP .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-tCebDm26vP .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tCebDm26vP .text-container {
    padding: 60px;
  }
}
.cid-tCebDm26vP .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tCebDm26vP .image-wrapper {
    height: 420px;
  }
}
.cid-tCebDm26vP .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-tCebDm26vP .image-wrapper img:hover {
  transform: scale(1.3);
}
.cid-tCebDm26vP .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tCebDm26vP .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-tCebDm26vP .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-tCebDm26vP .item__buttons-container_round {
  align-items: flex-start;
}
.cid-tCebDm26vP .btn {
  margin: 0;
}
.cid-tCebDm26vP .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCebDm26vP .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tCebDm26vP .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-tCebDm26vP .item__button {
  margin: 0;
}
.cid-tCebDm26vP .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-tCebDm26vP .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-tCebDm26vP .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-tCebDm26vP .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tCm7YPtasV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tCm7YPtasV h2,
.cid-tCm7YPtasV h3,
.cid-tCm7YPtasV h4,
.cid-tCm7YPtasV h5 {
  margin: 0;
}
.cid-tCm7YPtasV .mbr-section-title {
  color: #ff0101;
}
.cid-tCm7YPtasV .mbr-card-title {
  text-align: center;
  color: #ff0101;
}
.cid-tCm7YPtasV .mbr-card-subtitle {
  text-align: center;
  color: #6b6b6b;
}
.cid-tCm7YPtasV .image-container {
  min-height: 738px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: minmax(346px, 704px) minmax(153px, 332px) minmax(153px, 332px) minmax(153px, 332px);
  grid-template-rows: 1fr 1fr;
  grid-gap: 40px;
  grid-template-areas: "img1 img2 img4 img5" "img1 img3 img4 img6";
}
@media (min-width: 681px) and (max-width: 1024px) {
  .cid-tCm7YPtasV .image-container {
    grid-template-columns: minmax(290px, 442px) minmax(290px, 442px);
    grid-template-rows: 924px 442px 442px 442px;
    grid-gap: 40px;
    grid-template-areas: "img1 img1" "img2 img4" "img3 img4" "img6 img5";
  }
}
@media (max-width: 680px) {
  .cid-tCm7YPtasV .image-container {
    grid-template-columns: minmax(260px, 620px);
    grid-template-rows: 697px 329px 697px 329px 329px 329px;
    grid-gap: 40px;
    grid-template-areas: "img1" "img2" "img4" "img3" "img5" "img6";
  }
}
.cid-tCm7YPtasV #img1 {
  grid-area: img1;
  background-image: url("../../../assets/images/0-2000x2703.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tCm7YPtasV #img2 {
  grid-area: img2;
  background-image: url("../../../assets/images/1-182-2000x1352.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tCm7YPtasV #img3 {
  grid-area: img3;
  background-image: url("../../../assets/images/1-329-2000x1425.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tCm7YPtasV #img4 {
  grid-area: img4;
  background-image: url("../../../assets/images/1-59.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tCm7YPtasV #img5 {
  grid-area: img5;
  background-image: url("../../../assets/images/1-16-2000x3000.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tCm7YPtasV #img6 {
  grid-area: img6;
  background-image: url("../../../assets/images/1-45-2000x1500.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tCm7YPtasV .top-left,
.cid-tCm7YPtasV .bottom-right {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.cid-tCm7YPtasV .top-left::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #ff0000;
  top: 0;
  left: 0;
  transition: all 1s ease-out;
}
.cid-tCm7YPtasV .top-left::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #ff0000;
  top: 0;
  left: 0;
  transition: all 1s ease-out;
}
.cid-tCm7YPtasV .bottom-right::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #ff0000;
  bottom: 0;
  right: 0;
  transition: all 1s ease-out;
}
.cid-tCm7YPtasV .bottom-right::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #ff0000;
  bottom: 0;
  right: 0;
  transition: all 1s ease-out;
}
.cid-tCm7YPtasV .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background: #ffffff;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 1s ease-out;
}
.cid-tCm7YPtasV .image-wrap:hover .text-wrap {
  opacity: 1;
}
.cid-tCm7YPtasV .image-wrap:hover .top-left::before {
  height: 100%;
}
.cid-tCm7YPtasV .image-wrap:hover .top-left::after {
  width: 100%;
}
.cid-tCm7YPtasV .image-wrap:hover .bottom-right::before {
  height: 100%;
}
.cid-tCm7YPtasV .image-wrap:hover .bottom-right::after {
  width: 100%;
}
.cid-tCm7YPtasV .mbr-section-subtitle {
  color: #a7a7a7;
}
.cid-v41BiCVxS2 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #212428;
}
.cid-v41BiCVxS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v41BiCVxS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v41BiCVxS2 .mbr-section-title {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.5rem;
}
.cid-v41BiCVxS2 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v41BiCVxS2 .team-card:hover {
  transform: translateY(-10px);
}
@media (max-width: 991px) {
  .cid-v41BiCVxS2 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v41BiCVxS2 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 0.3rem;
  height: 200px;
  object-fit: cover;
}
.cid-v41BiCVxS2 .social-row {
  text-align: center;
}
.cid-v41BiCVxS2 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v41BiCVxS2 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v41BiCVxS2 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v41BiCVxS2 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v41BiCVxS2 .mbr-role,
.cid-v41BiCVxS2 .social-row {
  color: #353535;
}
.cid-v41BiCVxS2 .mbr-section-maintitle {
  color: #ff0000;
}
.cid-v41BiCVxS2 .card-title,
.cid-v41BiCVxS2 .social-row {
  color: #bbbbbb;
}
.cid-u57EH5VzqF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191c20;
}
.cid-u57EH5VzqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u57EH5VzqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u57EH5VzqF .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u57EH5VzqF .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u57EH5VzqF .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .container {
    max-width: 100%;
  }
  .cid-u57EH5VzqF .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u57EH5VzqF .item-wrap {
  width: 100%;
}
.cid-u57EH5VzqF .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u57EH5VzqF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u57EH5VzqF .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u57EH5VzqF .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u57EH5VzqF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #23272b, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #191c20;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u57EH5VzqF .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u57EH5VzqF .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u57EH5VzqF .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .col-links {
    padding-top: 20px;
  }
}
.cid-u57EH5VzqF .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u57EH5VzqF .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u57EH5VzqF .list {
    text-align: center !important;
  }
}
.cid-u57EH5VzqF .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u57EH5VzqF .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff9966;
  transition: 0.4s all;
}
.cid-u57EH5VzqF .list a:hover {
  color: #ff9966 !important;
  line-height: inherit !important;
}
.cid-u57EH5VzqF .list a:hover:before {
  width: 100%;
}
.cid-u57EH5VzqF .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u57EH5VzqF .col-copyright {
    padding-top: 40px;
  }
}
.cid-u57EH5VzqF .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-u57EH5VzqF .copyright {
  color: #ffffff;
  padding: 40px 0;
}
