.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Anonymous Pro;
}
.display-1 {
  font-family: 'Anonymous Pro', sans-serif;
  font-size: 3rem;
  line-height: 0.9;
}
.display-1 > .resolution-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Anonymous Pro', sans-serif;
  font-size: 3.6rem;
  line-height: 0.85;
}
.display-2 > .resolution-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.15rem;
  line-height: 1.1;
}
.display-4 > .resolution-iconfont {
  font-size: 1.4375rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .resolution-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
}
.display-7 > .resolution-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #7c46ff !important;
}
.bg-success {
  background-color: #976cff !important;
}
.bg-info {
  background-color: #b394ff !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary .resolution-iconfont {
  color: #7c46ff !important;
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7c46ff !important;
  border-color: #7c46ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #a079ff !important;
  border-color: #a079ff !important;
  box-shadow: none;
}
.btn-primary:hover .resolution-iconfont,
.btn-primary:focus .resolution-iconfont,
.btn-primary.focus .resolution-iconfont,
.btn-primary.active .resolution-iconfont {
  color: #a079ff !important;
  background-color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a079ff !important;
  border-color: #a079ff !important;
}
.btn-secondary .resolution-iconfont {
  color: #7c46ff !important;
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7c46ff !important;
  border-color: #7c46ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #a079ff !important;
  border-color: #a079ff !important;
  box-shadow: none;
}
.btn-secondary:hover .resolution-iconfont,
.btn-secondary:focus .resolution-iconfont,
.btn-secondary.focus .resolution-iconfont,
.btn-secondary.active .resolution-iconfont {
  color: #a079ff !important;
  background-color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a079ff !important;
  border-color: #a079ff !important;
}
.btn-info .resolution-iconfont {
  color: #b394ff !important;
  background-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #b394ff !important;
  border-color: #b394ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #d7c7ff !important;
  border-color: #d7c7ff !important;
  box-shadow: none;
}
.btn-info:hover .resolution-iconfont,
.btn-info:focus .resolution-iconfont,
.btn-info.focus .resolution-iconfont,
.btn-info.active .resolution-iconfont {
  color: #d7c7ff !important;
  background-color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d7c7ff !important;
  border-color: #d7c7ff !important;
}
.btn-success .resolution-iconfont {
  color: #976cff !important;
  background-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #976cff !important;
  border-color: #976cff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #bb9fff !important;
  border-color: #bb9fff !important;
  box-shadow: none;
}
.btn-success:hover .resolution-iconfont,
.btn-success:focus .resolution-iconfont,
.btn-success.focus .resolution-iconfont,
.btn-success.active .resolution-iconfont {
  color: #bb9fff !important;
  background-color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #bb9fff !important;
  border-color: #bb9fff !important;
}
.btn-warning .resolution-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-warning:hover .resolution-iconfont,
.btn-warning:focus .resolution-iconfont,
.btn-warning.focus .resolution-iconfont,
.btn-warning.active .resolution-iconfont {
  color: #1a1a1a !important;
  background-color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger .resolution-iconfont {
  color: #ffffff !important;
  background-color: #666666 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover .resolution-iconfont,
.btn-danger:focus .resolution-iconfont,
.btn-danger.focus .resolution-iconfont,
.btn-danger.active .resolution-iconfont {
  color: #ffffff !important;
  background-color: #666666 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white .resolution-iconfont {
  color: #eff0ec !important;
  background-color: #5a5f4b !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #5a5f4b !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white:hover .resolution-iconfont,
.btn-white:focus .resolution-iconfont,
.btn-white.focus .resolution-iconfont,
.btn-white.active .resolution-iconfont {
  color: #ffffff !important;
  background-color: #5a5f4b !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5a5f4b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .resolution-iconfont {
  color: #232323 !important;
  background-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black:hover .resolution-iconfont,
.btn-black:focus .resolution-iconfont,
.btn-black.focus .resolution-iconfont,
.btn-black.active .resolution-iconfont {
  color: #3d3d3d !important;
  background-color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .resolution-iconfont {
  color: #7c46ff !important;
  border: 2px solid #7c46ff !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #7c46ff;
  color: #7c46ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4600ee !important;
  background-color: transparent !important;
  border-color: #4600ee !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .resolution-iconfont,
.btn-primary-outline:focus .resolution-iconfont,
.btn-primary-outline.focus .resolution-iconfont,
.btn-primary-outline.active .resolution-iconfont {
  color: #4600ee !important;
  border: 2px solid #4600ee !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7c46ff !important;
  border-color: #7c46ff !important;
}
.btn-secondary-outline .resolution-iconfont {
  color: #7c46ff !important;
  border: 2px solid #7c46ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #7c46ff;
  color: #7c46ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4600ee !important;
  background-color: transparent !important;
  border-color: #4600ee !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .resolution-iconfont,
.btn-secondary-outline:focus .resolution-iconfont,
.btn-secondary-outline.focus .resolution-iconfont,
.btn-secondary-outline.active .resolution-iconfont {
  color: #4600ee !important;
  border: 2px solid #4600ee !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7c46ff !important;
  border-color: #7c46ff !important;
}
.btn-info-outline .resolution-iconfont {
  color: #b394ff !important;
  border: 2px solid #b394ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #b394ff;
  color: #b394ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #753dff !important;
  background-color: transparent !important;
  border-color: #753dff !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .resolution-iconfont,
.btn-info-outline:focus .resolution-iconfont,
.btn-info-outline.focus .resolution-iconfont,
.btn-info-outline.active .resolution-iconfont {
  color: #753dff !important;
  border: 2px solid #753dff !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b394ff !important;
  border-color: #b394ff !important;
}
.btn-success-outline .resolution-iconfont {
  color: #976cff !important;
  border: 2px solid #976cff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #976cff;
  color: #976cff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #5a15ff !important;
  background-color: transparent !important;
  border-color: #5a15ff !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .resolution-iconfont,
.btn-success-outline:focus .resolution-iconfont,
.btn-success-outline.focus .resolution-iconfont,
.btn-success-outline.active .resolution-iconfont {
  color: #5a15ff !important;
  border: 2px solid #5a15ff !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #976cff !important;
  border-color: #976cff !important;
}
.btn-warning-outline .resolution-iconfont {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .resolution-iconfont,
.btn-warning-outline:focus .resolution-iconfont,
.btn-warning-outline.focus .resolution-iconfont,
.btn-warning-outline.active .resolution-iconfont {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline .resolution-iconfont {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .resolution-iconfont,
.btn-danger-outline:focus .resolution-iconfont,
.btn-danger-outline.focus .resolution-iconfont,
.btn-danger-outline.active .resolution-iconfont {
  color: #d4d4d4 !important;
  border: 2px solid #d4d4d4 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline .resolution-iconfont {
  color: #232323 !important;
  border: 2px solid #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .resolution-iconfont,
.btn-black-outline:focus .resolution-iconfont,
.btn-black-outline.focus .resolution-iconfont,
.btn-black-outline.active .resolution-iconfont {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .resolution-iconfont {
  color: #fafafa !important;
  border: 2px solid #fafafa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .resolution-iconfont,
.btn-white-outline:focus .resolution-iconfont,
.btn-white-outline.focus .resolution-iconfont,
.btn-white-outline.active .resolution-iconfont {
  color: #cfcfcf !important;
  border: 2px solid #cfcfcf !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #7c46ff !important;
}
.text-secondary {
  color: #7c46ff !important;
}
.text-success {
  color: #976cff !important;
}
.text-info {
  color: #b394ff !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4100df !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4100df !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4f06ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #6b2eff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #7c46ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b394ff;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #ffffff;
}
.resolution-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.resolution-gallery-filter li a {
  border-radius: 100px !important;
}
.resolution-gallery-filter li.active .btn {
  background-color: #7c46ff;
  border-color: #7c46ff;
  color: #ffffff;
}
.resolution-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7c46ff;
}
.resolution-plan-header.bg-primary .resolution-plan-subtitle,
.resolution-plan-header.bg-primary .resolution-plan-price-desc {
  color: #ffffff;
}
.resolution-plan-header.bg-success .resolution-plan-subtitle,
.resolution-plan-header.bg-success .resolution-plan-price-desc {
  color: #ffffff;
}
.resolution-plan-header.bg-info .resolution-plan-subtitle,
.resolution-plan-header.bg-info .resolution-plan-price-desc {
  color: #ffffff;
}
.resolution-plan-header.bg-warning .resolution-plan-subtitle,
.resolution-plan-header.bg-warning .resolution-plan-price-desc {
  color: #b3b3b3;
}
.resolution-plan-header.bg-danger .resolution-plan-subtitle,
.resolution-plan-header.bg-danger .resolution-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.15rem;
  line-height: 1.1;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .resolution-iconfont {
  font-size: 1.4375rem;
}
.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: #7c46ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.15rem;
  line-height: 1.1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .resolution-iconfont {
  font-size: 1.4375rem;
}
blockquote {
  border-color: #7c46ff;
}
/* Forms */
.resolution-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.resolution-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.resolution-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.resolution-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: #7c46ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7c46ff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7c46ff;
  border-bottom-color: #7c46ff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #7c46ff !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: #7c46ff !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='%237c46ff' %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;
}
.resolution-section-btn {
  padding: 16px 70px;
}
.resolution-section-btn .btn {
  border-radius: 100px !important;
  padding: 11px 64px;
  align-items: center;
  min-height: 88px;
  font-weight: 700 !important;
}
@media (max-width: 768px) {
  .resolution-section-btn .btn {
    min-height: 54px;
    padding: 11px 32px;
  }
}
.resolution-section-btn .btn .resolution-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-left: 60px;
  margin-right: -50px;
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .resolution-section-btn .btn .resolution-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 16px;
    margin-left: 32px;
    margin-right: -20px;
  }
}
.resolution-section-btn .item-btn {
  padding: 11px 16px;
}
@media (max-width: 768px) {
  .resolution-section-btn .item-btn {
    padding: 11px 16px;
  }
}
.resolution-section-btn .item-btn .resolution-iconfont {
  margin-left: 10px;
  margin-right: 0;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.resolution-figure iframe,
.google-map iframe,
.google-map,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img,
.form-wrapper {
  border-radius: 50px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .resolution-figure iframe,
  .google-map iframe,
  .google-map,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .item-img,
  .form-wrapper {
    border-radius: 30px !important;
  }
}
.tag-wrapper .tag-wrap {
  border-radius: 100px;
}
.tag-wrapper .resolution-tag {
  border-radius: 100px;
}
.title-wrapper::before {
  border-radius: 30px;
}
.contact-wrapper {
  border-radius: 30px;
}
.title-wrap .resolution-section-title {
  border-radius: 50px;
}
.container-bg {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
@media (max-width: 992px) {
  .container-bg {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .menu_box .navbar.opened,
  .tv9ZuYhw-uOY7zgm7zb .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar-dropdown {
  position: relative !important;
}
.tv9ZuYhw-uOY7zgm7zb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main {
    margin-top: 1rem;
  }
}
.tv9ZuYhw-uOY7zgm7zb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tv9ZuYhw-uOY7zgm7zb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body .resolution-text,
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body .resolution-section-subtitle {
    margin-bottom: 32px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .tv9ZuYhw-uOY7zgm7zb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tv9ZuYhw-uOY7zgm7zb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .tv9ZuYhw-uOY7zgm7zb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .tv9ZuYhw-uOY7zgm7zb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tv9ZuYhw-uOY7zgm7zb .lg_brand {
    margin: 0 1rem;
  }
}
.tv9ZuYhw-uOY7zgm7zb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .tv9ZuYhw-uOY7zgm7zb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .nav-item {
    margin: 0 !important;
  }
}
.tv9ZuYhw-uOY7zgm7zb .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .nav-item .nav-link:hover {
  opacity: .5;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tv9ZuYhw-uOY7zgm7zb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .tv9ZuYhw-uOY7zgm7zb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box {
    display: none;
  }
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.tv9ZuYhw-uOY7zgm7zb .container {
  display: flex;
  margin: auto;
}
.tv9ZuYhw-uOY7zgm7zb .iconfont-wrapper {
  color: #263a5c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.tv9ZuYhw-uOY7zgm7zb .iconfont-wrapper:hover {
  opacity: .5;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-caption {
  color: #263652;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .navbar-nav {
    margin: 0;
  }
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-menu,
.tv9ZuYhw-uOY7zgm7zb .navbar.opened {
  background-color: false !important;
}
.tv9ZuYhw-uOY7zgm7zb .nav-item:focus,
.tv9ZuYhw-uOY7zgm7zb .nav-link:focus {
  outline: none;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item .resolution-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item .resolution-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tv9ZuYhw-uOY7zgm7zb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tv9ZuYhw-uOY7zgm7zb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar.opened {
  transition: all 0.3s;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed {
  justify-content: center;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .navbar .nav-item {
    padding: .5rem 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .icons-menu {
    padding: 0;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-short {
  min-height: 60px;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .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;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-brand .navbar-logo a {
  outline: none;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-item.active,
.tv9ZuYhw-uOY7zgm7zb .dropdown-item:active {
  background-color: transparent;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tv9ZuYhw-uOY7zgm7zb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #976cff;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tv9ZuYhw-uOY7zgm7zb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tv9ZuYhw-uOY7zgm7zb .navbar {
    height: 70px;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar.opened {
    height: auto;
  }
  .tv9ZuYhw-uOY7zgm7zb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .tv9ZuYhw-uOY7zgm7zb .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main {
  padding-top: 5px;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar-caption:hover {
  color: #7c46ff;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.tv9ZuYhw-uOY7zgm7zb .text_widget {
  margin-bottom: 32px;
}
.tv9ZuYhw-uOY7zgm7zb .text_widget a {
  transition: all 0.3s ease-out;
}
.tv9ZuYhw-uOY7zgm7zb .text_widget a:hover {
  color: #7c46ff !important;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-text {
  color: #ffffff;
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-subtitle,
.tv9ZuYhw-uOY7zgm7zb .text_widget,
.tv9ZuYhw-uOY7zgm7zb .resolution-section-btn {
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.tv9ZuYhw-uOY8ErXyb6 {
  background-color: #0a0011;
}
.tv9ZuYhw-uOY8ErXyb6 .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOY8ErXyb6 .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOY8ErXyb6 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY8ErXyb6 .container-fluid {
    padding: 0 12px;
  }
}
.tv9ZuYhw-uOY8ErXyb6 .row {
  margin-top: -3px;
  border-radius: 5px;
  padding: 80px 64px 80px 28px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOY8ErXyb6 .row {
    padding: 48px 20px;
  }
}
.tv9ZuYhw-uOY8ErXyb6 .card {
  padding: 0;
  border-radius: 0;
}
.tv9ZuYhw-uOY8ErXyb6 .card:last-child {
  padding-right: 28px;
  justify-content: center;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOY8ErXyb6 .card:last-child {
    padding: 0;
  }
}
.tv9ZuYhw-uOY8ErXyb6 .card .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOY8ErXyb6 .card .image-wrapper {
    margin-bottom: 80px;
  }
}
.tv9ZuYhw-uOY8ErXyb6 .card .image-wrapper img {
  height: 600px;
  object-fit: cover;
  padding: 20px;
  border: 5px solid #976cff;
  border-radius: 200px;
}
@media (max-width: 768px) {
  .tv9ZuYhw-uOY8ErXyb6 .card .image-wrapper img {
    height: 450px;
  }
}
.tv9ZuYhw-uOY8ErXyb6 .card .tags-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOY8ErXyb6 .card .tags-wrapper {
    margin-bottom: 16px;
  }
}
.tv9ZuYhw-uOY8ErXyb6 .card .tags-wrapper .tags {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.tv9ZuYhw-uOY8ErXyb6 .card .tags-wrapper .tags .resolution-section-subtitle {
  margin: 0 28px 8px 0;
}
.tv9ZuYhw-uOY8ErXyb6 .card .tags-wrapper .tags .resolution-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  margin: 0 6px 6px 0;
  border: 1px solid #976cff;
  border-radius: 30px;
}
.tv9ZuYhw-uOY8ErXyb6 .card .title-wrapper .resolution-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOY8ErXyb6 .card .resolution-section-btn .btn {
    width: 95%;
    min-height: 83px;
    border-radius: 70px;
  }
}
.tv9ZuYhw-uOY8ErXyb6 .resolution-section-title {
  color: #ffffff;
}
.tv9ZuYhw-uOY8ErXyb6 .resolution-section-subtitle {
  color: #ffffff;
}
.tv9ZuYhw-uOY8ErXyb6 .resolution-tag {
  color: #ffffff;
}
.tv9ZuYhw-uOY8ErXyb6 .resolution-section-subtitle,
.tv9ZuYhw-uOY8ErXyb6 .tags-wrapper {
  text-align: center;
  color: #976cff;
}
.tv9ZuYhw-uOY8ErXyb6 .resolution-section-title,
.tv9ZuYhw-uOY8ErXyb6 .resolution-section-btn {
  text-align: center;
}
.tv9ZuYhw-uOY9sjM7UM {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.tv9ZuYhw-uOY9sjM7UM .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOY9sjM7UM .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOY9sjM7UM .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #000000;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOY9sjM7UM .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.tv9ZuYhw-uOY9sjM7UM .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tv9ZuYhw-uOY9sjM7UM .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.tv9ZuYhw-uOY9sjM7UM .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #000000;
  border: 3px solid #976cff;
  box-shadow: 4px 4px 0 0 #976cff;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOY9sjM7UM .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.tv9ZuYhw-uOY9sjM7UM .content-wrapper .card-wrapper .resolution-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOY9sjM7UM .content-wrapper .card-wrapper .resolution-section-title {
    margin-bottom: 24px;
  }
}
.tv9ZuYhw-uOY9sjM7UM .content-wrapper .card-wrapper .resolution-text {
  margin-bottom: 0;
}
.tv9ZuYhw-uOY9sjM7UM .resolution-section-title {
  color: #ff9063;
  text-align: center;
}
.tv9ZuYhw-uOY9sjM7UM .resolution-text {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOY9sjM7UM .resolution-section-title,
.tv9ZuYhw-uOY9sjM7UM .resolution-section-btn {
  color: #976cff;
}
.tv9ZuYhw-uOY9LYTQmj {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #0a0011;
}
.tv9ZuYhw-uOY9LYTQmj .row {
  position: relative;
}
.tv9ZuYhw-uOY9LYTQmj .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #976cff 50%, #7c46ff);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .tv9ZuYhw-uOY9LYTQmj .row .blur-circle {
    display: none;
  }
}
.tv9ZuYhw-uOY9LYTQmj .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOY9LYTQmj .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOY9LYTQmj .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOY9LYTQmj .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .tv9ZuYhw-uOY9LYTQmj .row {
    padding: 0 24px;
  }
}
.tv9ZuYhw-uOY9LYTQmj .title {
  display: flex;
  align-items: center;
}
.tv9ZuYhw-uOY9LYTQmj .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
  width: 100%;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOY9LYTQmj .title-wrapper {
    margin-bottom: 32px;
  }
}
.tv9ZuYhw-uOY9LYTQmj .title-wrapper .resolution-section-title {
  margin-bottom: 10px;
}
.tv9ZuYhw-uOY9LYTQmj .title-wrapper .resolution-section-title span {
  position: relative;
  z-index: 1;
}
.tv9ZuYhw-uOY9LYTQmj .title-wrapper .resolution-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #000000;
  z-index: -1;
}
.tv9ZuYhw-uOY9LYTQmj .title-wrapper .resolution-text {
  margin-bottom: 0;
}
.tv9ZuYhw-uOY9LYTQmj .card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 2rem;
  padding: 16px;
  border-radius: 8px;
  background-color: #000000;
  z-index: 2;
}
.tv9ZuYhw-uOY9LYTQmj .card .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  background-color: #976cff;
  border-radius: 100%;
  margin-right: 16px;
}
.tv9ZuYhw-uOY9LYTQmj .card .card-number .resolution-number {
  margin-bottom: 0;
}
.tv9ZuYhw-uOY9LYTQmj .card .resolution-card-title {
  margin-bottom: 0;
  width: 80%;
}
.tv9ZuYhw-uOY9LYTQmj .resolution-section-title {
  color: #f4efe8;
}
.tv9ZuYhw-uOY9LYTQmj .resolution-text {
  color: #f4efe8;
  text-align: center;
}
.tv9ZuYhw-uOY9LYTQmj .resolution-number {
  color: #ffffff;
}
.tv9ZuYhw-uOY9LYTQmj .resolution-card-title {
  color: #ffffff;
}
.tv9ZuYhw-uOY9LYTQmj .resolution-section-btn {
  margin-top: 20px;
}
.tv9ZuYhw-uOY9LYTQmj .resolution-section-title,
.tv9ZuYhw-uOY9LYTQmj .resolution-section-btn {
  color: #976cff;
  text-align: center;
}
.tv9ZuYhw-uOYpfgecFD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.tv9ZuYhw-uOYpfgecFD .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYpfgecFD .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYpfgecFD .container,
.tv9ZuYhw-uOYpfgecFD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .container,
  .tv9ZuYhw-uOYpfgecFD .container-fluid {
    padding: 0 20px;
  }
}
.tv9ZuYhw-uOYpfgecFD a {
  display: block;
}
.tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
    padding: 50px 0;
  }
}
.tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
    margin: 0 auto;
  }
}
.tv9ZuYhw-uOYpfgecFD .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .copy-wrapper {
    border-right: none;
  }
}
.tv9ZuYhw-uOYpfgecFD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper {
    height: auto;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .card-wrapper {
    margin-bottom: 50px;
  }
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #0a0011;
  border-radius: 24px;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap .resolution-section-title {
  margin-bottom: 42px;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap .resolution-text {
  margin-bottom: 42px;
}
.tv9ZuYhw-uOYpfgecFD .copyright {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-title {
  color: #3d4045;
}
.tv9ZuYhw-uOYpfgecFD .resolution-text {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYpfgecFD .list {
  color: #ffffff;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-btn {
  text-align: right;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-title,
.tv9ZuYhw-uOYpfgecFD .resolution-section-btn {
  text-align: center;
  color: #976cff;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .menu_box .navbar.opened,
  .tv9ZuYhw-uOY7zgm7zb .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar-dropdown {
  position: relative !important;
}
.tv9ZuYhw-uOY7zgm7zb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main {
    margin-top: 1rem;
  }
}
.tv9ZuYhw-uOY7zgm7zb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tv9ZuYhw-uOY7zgm7zb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body .resolution-text,
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body .resolution-section-subtitle {
    margin-bottom: 32px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .tv9ZuYhw-uOY7zgm7zb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tv9ZuYhw-uOY7zgm7zb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .tv9ZuYhw-uOY7zgm7zb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .tv9ZuYhw-uOY7zgm7zb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tv9ZuYhw-uOY7zgm7zb .lg_brand {
    margin: 0 1rem;
  }
}
.tv9ZuYhw-uOY7zgm7zb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .tv9ZuYhw-uOY7zgm7zb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .nav-item {
    margin: 0 !important;
  }
}
.tv9ZuYhw-uOY7zgm7zb .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .nav-item .nav-link:hover {
  opacity: .5;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tv9ZuYhw-uOY7zgm7zb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .tv9ZuYhw-uOY7zgm7zb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box {
    display: none;
  }
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.tv9ZuYhw-uOY7zgm7zb .container {
  display: flex;
  margin: auto;
}
.tv9ZuYhw-uOY7zgm7zb .iconfont-wrapper {
  color: #263a5c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.tv9ZuYhw-uOY7zgm7zb .iconfont-wrapper:hover {
  opacity: .5;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-caption {
  color: #263652;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .navbar-nav {
    margin: 0;
  }
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-menu,
.tv9ZuYhw-uOY7zgm7zb .navbar.opened {
  background-color: false !important;
}
.tv9ZuYhw-uOY7zgm7zb .nav-item:focus,
.tv9ZuYhw-uOY7zgm7zb .nav-link:focus {
  outline: none;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item .resolution-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item .resolution-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tv9ZuYhw-uOY7zgm7zb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tv9ZuYhw-uOY7zgm7zb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar.opened {
  transition: all 0.3s;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed {
  justify-content: center;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .navbar .nav-item {
    padding: .5rem 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .icons-menu {
    padding: 0;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-short {
  min-height: 60px;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .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;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-brand .navbar-logo a {
  outline: none;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-item.active,
.tv9ZuYhw-uOY7zgm7zb .dropdown-item:active {
  background-color: transparent;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tv9ZuYhw-uOY7zgm7zb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #976cff;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tv9ZuYhw-uOY7zgm7zb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tv9ZuYhw-uOY7zgm7zb .navbar {
    height: 70px;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar.opened {
    height: auto;
  }
  .tv9ZuYhw-uOY7zgm7zb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .tv9ZuYhw-uOY7zgm7zb .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main {
  padding-top: 5px;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar-caption:hover {
  color: #7c46ff;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.tv9ZuYhw-uOY7zgm7zb .text_widget {
  margin-bottom: 32px;
}
.tv9ZuYhw-uOY7zgm7zb .text_widget a {
  transition: all 0.3s ease-out;
}
.tv9ZuYhw-uOY7zgm7zb .text_widget a:hover {
  color: #7c46ff !important;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-text {
  color: #ffffff;
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-subtitle,
.tv9ZuYhw-uOY7zgm7zb .text_widget,
.tv9ZuYhw-uOY7zgm7zb .resolution-section-btn {
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.tv9ZuYhw-uOYaclKTs6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #0a0011;
}
.tv9ZuYhw-uOYaclKTs6 .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYaclKTs6 .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYaclKTs6 .items-wrap {
  justify-content: space-between;
}
.tv9ZuYhw-uOYaclKTs6 .items-wrap .card {
  justify-content: center;
}
.tv9ZuYhw-uOYaclKTs6 .title-wrapper .resolution-desc {
  margin-bottom: 15px;
}
.tv9ZuYhw-uOYaclKTs6 .title-wrapper .resolution-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYaclKTs6 .title-wrapper .resolution-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYaclKTs6 .title-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYaclKTs6 .content-wrapper {
    margin-bottom: 32px;
    text-align: center;
  }
}
.tv9ZuYhw-uOYaclKTs6 .icon-title {
  color: #bff747;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYaclKTs6 .image-wrapper {
    margin-bottom: 32px;
  }
}
.tv9ZuYhw-uOYaclKTs6 .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #976cff;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYaclKTs6 .image-wrapper img {
    height: 350px;
  }
}
.tv9ZuYhw-uOYaclKTs6 .resolution-section-title {
  color: #976cff;
  text-align: center;
}
.tv9ZuYhw-uOYaclKTs6 .resolution-text {
  color: #000000;
}
.tv9ZuYhw-uOYaclKTs6 .resolution-text,
.tv9ZuYhw-uOYaclKTs6 .resolution-section-btn {
  color: #fdfde1;
}
.tv9ZuYhw-uOYaclKTs6 .resolution-desc {
  color: #fdfde1;
}
.tv9ZuYhw-uOYaclKTs6 .resolution-section-subtitle {
  color: #fdfde1;
  text-align: center;
}
.tv9ZuYhw-uOYaclKTs6 .resolution-desc,
.tv9ZuYhw-uOYaclKTs6 .resolution-section-btn {
  color: #fdfde1;
}
.tv9ZuYhw-uOYaclKTs6 .resolution-text,
.tv9ZuYhw-uOYaclKTs6 .resolution-section-btn mb-4 {
  text-align: center;
  color: #ffffff;
}
.tv9ZuYhw-uOYayzHpdy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.tv9ZuYhw-uOYayzHpdy .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYayzHpdy .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYayzHpdy .title-wrapper .resolution-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYayzHpdy .title-wrapper .resolution-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.tv9ZuYhw-uOYayzHpdy .items-wrapper {
  margin: 0 -10px;
}
.tv9ZuYhw-uOYayzHpdy .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYayzHpdy .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.tv9ZuYhw-uOYayzHpdy .items-wrapper .item:hover .item-wrapper .item-img img,
.tv9ZuYhw-uOYayzHpdy .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.tv9ZuYhw-uOYayzHpdy .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYayzHpdy .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.tv9ZuYhw-uOYayzHpdy .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYayzHpdy .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.tv9ZuYhw-uOYayzHpdy .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.tv9ZuYhw-uOYayzHpdy .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.tv9ZuYhw-uOYayzHpdy .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.tv9ZuYhw-uOYayzHpdy .items-wrapper .item .item-wrapper .card-box .resolution-section-btn .btn {
  margin-bottom: 0;
}
.tv9ZuYhw-uOYayzHpdy .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #976cff, #0a0011 50%);
}
.tv9ZuYhw-uOYayzHpdy .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #976cff, #0a0011 50%);
}
.tv9ZuYhw-uOYayzHpdy .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #976cff, #0a0011 50%);
}
.tv9ZuYhw-uOYayzHpdy .resolution-section-title,
.tv9ZuYhw-uOYayzHpdy .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYayzHpdy .item-title {
  color: #ffffff;
}
.tv9ZuYhw-uOYayzHpdy .item-text {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYayzHpdy .item-title,
.tv9ZuYhw-uOYayzHpdy .resolution-section-btn {
  text-align: center;
}
.tv9ZuYhw-uOYaQrFJgL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0011;
}
.tv9ZuYhw-uOYaQrFJgL .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYaQrFJgL .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYaQrFJgL .title-wrapper .resolution-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYaQrFJgL .title-wrapper .resolution-section-title {
    margin-bottom: 32px;
  }
}
.tv9ZuYhw-uOYaQrFJgL .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.tv9ZuYhw-uOYaQrFJgL .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.tv9ZuYhw-uOYaQrFJgL .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #976cff;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
}
.tv9ZuYhw-uOYaQrFJgL .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.tv9ZuYhw-uOYaQrFJgL .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #0a0011;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYaQrFJgL .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.tv9ZuYhw-uOYaQrFJgL .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYaQrFJgL .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.tv9ZuYhw-uOYaQrFJgL .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.tv9ZuYhw-uOYaQrFJgL .items-wrap .item .item-wrapper .card-box .text-wrapper .resolution-section-btn {
  width: 100%;
}
.tv9ZuYhw-uOYaQrFJgL .items-wrap .item .item-wrapper .card-box .text-wrapper .resolution-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.tv9ZuYhw-uOYaQrFJgL .resolution-section-title {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYaQrFJgL .item-number {
  color: #bcfe1e;
}
.tv9ZuYhw-uOYaQrFJgL .item-title {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYaQrFJgL .item-text {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYbakT5Gk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.tv9ZuYhw-uOYbakT5Gk .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYbakT5Gk .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYbakT5Gk .title-wrapper .resolution-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYbakT5Gk .title-wrapper .resolution-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.tv9ZuYhw-uOYbakT5Gk .items-wrapper {
  margin: 0 -10px;
}
.tv9ZuYhw-uOYbakT5Gk .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYbakT5Gk .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.tv9ZuYhw-uOYbakT5Gk .items-wrapper .item:hover .item-wrapper .item-img img,
.tv9ZuYhw-uOYbakT5Gk .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.tv9ZuYhw-uOYbakT5Gk .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYbakT5Gk .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.tv9ZuYhw-uOYbakT5Gk .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYbakT5Gk .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.tv9ZuYhw-uOYbakT5Gk .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.tv9ZuYhw-uOYbakT5Gk .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.tv9ZuYhw-uOYbakT5Gk .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.tv9ZuYhw-uOYbakT5Gk .items-wrapper .item .item-wrapper .card-box .resolution-section-btn .btn {
  margin-bottom: 0;
}
.tv9ZuYhw-uOYbakT5Gk .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #976cff, #0a0011 50%);
}
.tv9ZuYhw-uOYbakT5Gk .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #976cff, #0a0011 50%);
}
.tv9ZuYhw-uOYbakT5Gk .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #976cff, #0a0011 50%);
}
.tv9ZuYhw-uOYbakT5Gk .resolution-section-title,
.tv9ZuYhw-uOYbakT5Gk .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYbakT5Gk .item-title {
  color: #ffffff;
}
.tv9ZuYhw-uOYbakT5Gk .item-text {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYbakT5Gk .item-title,
.tv9ZuYhw-uOYbakT5Gk .resolution-section-btn {
  text-align: center;
}
.tv9ZuYhw-uOYbbrUTVf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0011;
}
.tv9ZuYhw-uOYbbrUTVf .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYbbrUTVf .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYbbrUTVf .title-wrapper .resolution-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYbbrUTVf .title-wrapper .resolution-section-title {
    margin-bottom: 32px;
  }
}
.tv9ZuYhw-uOYbbrUTVf .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.tv9ZuYhw-uOYbbrUTVf .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.tv9ZuYhw-uOYbbrUTVf .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #976cff;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
}
.tv9ZuYhw-uOYbbrUTVf .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.tv9ZuYhw-uOYbbrUTVf .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #0a0011;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYbbrUTVf .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.tv9ZuYhw-uOYbbrUTVf .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYbbrUTVf .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.tv9ZuYhw-uOYbbrUTVf .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.tv9ZuYhw-uOYbbrUTVf .items-wrap .item .item-wrapper .card-box .text-wrapper .resolution-section-btn {
  width: 100%;
}
.tv9ZuYhw-uOYbbrUTVf .items-wrap .item .item-wrapper .card-box .text-wrapper .resolution-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.tv9ZuYhw-uOYbbrUTVf .resolution-section-title {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYbbrUTVf .item-number {
  color: #bcfe1e;
}
.tv9ZuYhw-uOYbbrUTVf .item-title {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYbbrUTVf .item-text {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYpfgecFD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.tv9ZuYhw-uOYpfgecFD .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYpfgecFD .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYpfgecFD .container,
.tv9ZuYhw-uOYpfgecFD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .container,
  .tv9ZuYhw-uOYpfgecFD .container-fluid {
    padding: 0 20px;
  }
}
.tv9ZuYhw-uOYpfgecFD a {
  display: block;
}
.tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
    padding: 50px 0;
  }
}
.tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
    margin: 0 auto;
  }
}
.tv9ZuYhw-uOYpfgecFD .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .copy-wrapper {
    border-right: none;
  }
}
.tv9ZuYhw-uOYpfgecFD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper {
    height: auto;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .card-wrapper {
    margin-bottom: 50px;
  }
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #0a0011;
  border-radius: 24px;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap .resolution-section-title {
  margin-bottom: 42px;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap .resolution-text {
  margin-bottom: 42px;
}
.tv9ZuYhw-uOYpfgecFD .copyright {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-title {
  color: #3d4045;
}
.tv9ZuYhw-uOYpfgecFD .resolution-text {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYpfgecFD .list {
  color: #ffffff;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-btn {
  text-align: right;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-title,
.tv9ZuYhw-uOYpfgecFD .resolution-section-btn {
  text-align: center;
  color: #976cff;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .menu_box .navbar.opened,
  .tv9ZuYhw-uOY7zgm7zb .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar-dropdown {
  position: relative !important;
}
.tv9ZuYhw-uOY7zgm7zb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main {
    margin-top: 1rem;
  }
}
.tv9ZuYhw-uOY7zgm7zb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tv9ZuYhw-uOY7zgm7zb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body .resolution-text,
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body .resolution-section-subtitle {
    margin-bottom: 32px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .tv9ZuYhw-uOY7zgm7zb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tv9ZuYhw-uOY7zgm7zb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .tv9ZuYhw-uOY7zgm7zb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .tv9ZuYhw-uOY7zgm7zb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tv9ZuYhw-uOY7zgm7zb .lg_brand {
    margin: 0 1rem;
  }
}
.tv9ZuYhw-uOY7zgm7zb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .tv9ZuYhw-uOY7zgm7zb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .nav-item {
    margin: 0 !important;
  }
}
.tv9ZuYhw-uOY7zgm7zb .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .nav-item .nav-link:hover {
  opacity: .5;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tv9ZuYhw-uOY7zgm7zb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .tv9ZuYhw-uOY7zgm7zb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box {
    display: none;
  }
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.tv9ZuYhw-uOY7zgm7zb .container {
  display: flex;
  margin: auto;
}
.tv9ZuYhw-uOY7zgm7zb .iconfont-wrapper {
  color: #263a5c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.tv9ZuYhw-uOY7zgm7zb .iconfont-wrapper:hover {
  opacity: .5;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-caption {
  color: #263652;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .navbar-nav {
    margin: 0;
  }
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-menu,
.tv9ZuYhw-uOY7zgm7zb .navbar.opened {
  background-color: false !important;
}
.tv9ZuYhw-uOY7zgm7zb .nav-item:focus,
.tv9ZuYhw-uOY7zgm7zb .nav-link:focus {
  outline: none;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item .resolution-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item .resolution-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tv9ZuYhw-uOY7zgm7zb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tv9ZuYhw-uOY7zgm7zb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar.opened {
  transition: all 0.3s;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed {
  justify-content: center;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .navbar .nav-item {
    padding: .5rem 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .icons-menu {
    padding: 0;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-short {
  min-height: 60px;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .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;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-brand .navbar-logo a {
  outline: none;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-item.active,
.tv9ZuYhw-uOY7zgm7zb .dropdown-item:active {
  background-color: transparent;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tv9ZuYhw-uOY7zgm7zb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #976cff;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tv9ZuYhw-uOY7zgm7zb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tv9ZuYhw-uOY7zgm7zb .navbar {
    height: 70px;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar.opened {
    height: auto;
  }
  .tv9ZuYhw-uOY7zgm7zb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .tv9ZuYhw-uOY7zgm7zb .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main {
  padding-top: 5px;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar-caption:hover {
  color: #7c46ff;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.tv9ZuYhw-uOY7zgm7zb .text_widget {
  margin-bottom: 32px;
}
.tv9ZuYhw-uOY7zgm7zb .text_widget a {
  transition: all 0.3s ease-out;
}
.tv9ZuYhw-uOY7zgm7zb .text_widget a:hover {
  color: #7c46ff !important;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-text {
  color: #ffffff;
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-subtitle,
.tv9ZuYhw-uOY7zgm7zb .text_widget,
.tv9ZuYhw-uOY7zgm7zb .resolution-section-btn {
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.tv9ZuYhw-uOYcwxfTWE {
  background-color: #0a0011;
}
.tv9ZuYhw-uOYcwxfTWE .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYcwxfTWE .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYcwxfTWE .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYcwxfTWE .content-wrapper {
    margin-bottom: 32px;
  }
}
.tv9ZuYhw-uOYcwxfTWE .content-wrapper .resolution-section-title {
  margin-bottom: 32px;
}
.tv9ZuYhw-uOYcwxfTWE .content-wrapper .text-wrapper .resolution-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYcwxfTWE .content-wrapper .text-wrapper .resolution-text {
    width: 100%;
  }
}
.tv9ZuYhw-uOYcwxfTWE .content-wrapper .subtitle-wrapper {
  margin-bottom: 32px;
}
.tv9ZuYhw-uOYcwxfTWE .content-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #1f1141;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYcwxfTWE .content-wrapper .subtitle-wrapper .subtitle-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.tv9ZuYhw-uOYcwxfTWE .content-wrapper .subtitle-wrapper .subtitle-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #976cff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYcwxfTWE .content-wrapper .subtitle-wrapper .subtitle-wrap .line-wrap {
    width: 4px;
  }
}
.tv9ZuYhw-uOYcwxfTWE .content-wrapper .subtitle-wrapper .subtitle-wrap .text-wrap {
  padding: 10px 0;
}
.tv9ZuYhw-uOYcwxfTWE .content-wrapper .subtitle-wrapper .subtitle-wrap .text-wrap .resolution-section-subtitle {
  margin-bottom: 4px;
}
.tv9ZuYhw-uOYcwxfTWE .content-wrapper .subtitle-wrapper .subtitle-wrap .text-wrap .resolution-desc {
  margin-bottom: 0;
}
.tv9ZuYhw-uOYcwxfTWE .image-wrapper {
  position: relative;
}
.tv9ZuYhw-uOYcwxfTWE .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #976cff;
  pointer-events: none;
  transform: rotate(5deg);
  z-index: 2;
  box-shadow: 0 35px 50px 0 #0000001a;
}
.tv9ZuYhw-uOYcwxfTWE .image-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  transform: rotate(2deg);
  z-index: 1;
  box-shadow: 0 35px 50px 0 #0000001a;
}
.tv9ZuYhw-uOYcwxfTWE .image-wrapper img {
  position: relative;
  height: 500px;
  object-fit: cover;
  z-index: 3;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYcwxfTWE .image-wrapper img {
    height: 300px;
  }
}
.tv9ZuYhw-uOYcwxfTWE .resolution-section-title {
  color: #000c3f;
}
.tv9ZuYhw-uOYcwxfTWE .resolution-text,
.tv9ZuYhw-uOYcwxfTWE .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYcwxfTWE .resolution-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.tv9ZuYhw-uOYcwxfTWE .resolution-desc {
  color: #000c3f;
  text-align: left;
}
.tv9ZuYhw-uOYcwxfTWE .resolution-section-title,
.tv9ZuYhw-uOYcwxfTWE .resolution-section-btn,
.tv9ZuYhw-uOYcwxfTWE .address-wrapper {
  color: #976cff;
  text-align: center;
}
.tv9ZuYhw-uOYdegPoA9 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.tv9ZuYhw-uOYdegPoA9 .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYdegPoA9 .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYdegPoA9 .card-box__top {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media (max-width: 1600px) {
  .tv9ZuYhw-uOYdegPoA9 .card-box__top {
    flex-direction: column-reverse;
  }
}
.tv9ZuYhw-uOYdegPoA9 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .tv9ZuYhw-uOYdegPoA9 .item-mb {
    margin-bottom: 1rem;
  }
}
.tv9ZuYhw-uOYdegPoA9 .card-text {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYdegPoA9 .card-text {
    padding-top: 5rem;
  }
}
.tv9ZuYhw-uOYdegPoA9 .item-wrapper {
  background: #0a0011;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #7c46ff;
  transition: all ease-in-out 0.3s;
}
.tv9ZuYhw-uOYdegPoA9 .item-wrapper:hover {
  background-color: #7c46ff;
  transition: all ease-in-out 0.3s;
}
.tv9ZuYhw-uOYdegPoA9 .item-wrapper:hover .card-title,
.tv9ZuYhw-uOYdegPoA9 .item-wrapper:hover .card-text,
.tv9ZuYhw-uOYdegPoA9 .item-wrapper:hover .resolution-iconfont {
  color: #ffffff !important;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tv9ZuYhw-uOYdegPoA9 .item-wrapper {
    padding: 1rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .tv9ZuYhw-uOYdegPoA9 .item-wrapper {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.tv9ZuYhw-uOYdegPoA9 .resolution-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #976cff;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 1700px) {
  .tv9ZuYhw-uOYdegPoA9 .resolution-iconfont {
    font-size: 3rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
  }
}
.tv9ZuYhw-uOYdegPoA9 .resolution-section-title {
  color: #221b35;
}
.tv9ZuYhw-uOYdegPoA9 .resolution-section-subtitle {
  color: #221b35;
}
.tv9ZuYhw-uOYdegPoA9 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.tv9ZuYhw-uOYdegPoA9 .card-box .item-footer {
  margin-top: auto;
}
.tv9ZuYhw-uOYdegPoA9 .content-head {
  max-width: 800px;
}
.tv9ZuYhw-uOYdegPoA9 .card-title,
.tv9ZuYhw-uOYdegPoA9 .iconfont-wrapper {
  color: #976cff;
  text-align: center;
}
.tv9ZuYhw-uOYdegPoA9 .card-text,
.tv9ZuYhw-uOYdegPoA9 .item .resolution-section-btn {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYdfLzsYv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.tv9ZuYhw-uOYdfLzsYv .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYdfLzsYv .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYdfLzsYv .content-wrapper {
  padding: 80px 90px;
  background-color: #0a0011;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYdfLzsYv .content-wrapper {
    padding: 32px 16px;
  }
}
.tv9ZuYhw-uOYdfLzsYv .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYdfLzsYv .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.tv9ZuYhw-uOYdfLzsYv .content-wrapper .title-wrapper .resolution-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYdfLzsYv .content-wrapper .title-wrapper .resolution-section-title {
    margin-bottom: 24px;
  }
}
.tv9ZuYhw-uOYdfLzsYv .content-wrapper .title-wrapper .text-wrapper .resolution-text {
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYdfLzsYv .content-wrapper .title-wrapper .text-wrapper .resolution-text {
    width: 100%;
  }
}
.tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1200px) {
  .tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
  .tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  border: 3px solid #976cff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  box-shadow: 4px 4px 0 0 #976cff;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .item-wrapper:hover,
.tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .item-wrapper:hover::after,
.tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .item-wrapper:focus::after {
  opacity: .5;
}
.tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .item-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  background-color: #976cff;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 32px;
}
@media (max-width: 1440px) {
  .tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .item-wrapper .item-content {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .item-wrapper .item-content {
    padding: 32px 16px;
  }
}
.tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 24px;
  }
}
.tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .item-wrapper .item-content .resolution-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .item-wrapper .item-content .resolution-section-btn {
    margin-bottom: 16px;
  }
}
.tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .card_1 {
  background-color: #000000;
}
.tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .card_1 .item-img::before {
  background-color: #000000;
}
.tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .card_2 {
  background-color: #000000;
}
.tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .card_2 .item-img::before {
  background-color: #000000;
}
.tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .card_3 {
  background-color: #000000;
}
.tv9ZuYhw-uOYdfLzsYv .content-wrapper .items-wrapper .item .card_3 .item-img::before {
  background-color: #000000;
}
.tv9ZuYhw-uOYdfLzsYv .resolution-section-title {
  color: #050f0f;
  text-align: center;
}
.tv9ZuYhw-uOYdfLzsYv .resolution-text,
.tv9ZuYhw-uOYdfLzsYv .text-wrapper {
  color: #050f0f;
  text-align: center;
}
.tv9ZuYhw-uOYdfLzsYv .item-title {
  color: #f7fff7;
}
.tv9ZuYhw-uOYdfLzsYv .item-text {
  color: #f7fff7;
  text-align: center;
}
.tv9ZuYhw-uOYdfLzsYv .item-title,
.tv9ZuYhw-uOYdfLzsYv .resolution-section-btn {
  text-align: center;
  color: #976cff;
}
.tv9ZuYhw-uOYfCg9NPd {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.tv9ZuYhw-uOYfCg9NPd .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYfCg9NPd .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYfCg9NPd .card-box__top {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media (max-width: 1600px) {
  .tv9ZuYhw-uOYfCg9NPd .card-box__top {
    flex-direction: column-reverse;
  }
}
.tv9ZuYhw-uOYfCg9NPd .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .tv9ZuYhw-uOYfCg9NPd .item-mb {
    margin-bottom: 1rem;
  }
}
.tv9ZuYhw-uOYfCg9NPd .card-text {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYfCg9NPd .card-text {
    padding-top: 5rem;
  }
}
.tv9ZuYhw-uOYfCg9NPd .item-wrapper {
  background: #0a0011;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #7c46ff;
  transition: all ease-in-out 0.3s;
}
.tv9ZuYhw-uOYfCg9NPd .item-wrapper:hover {
  background-color: #7c46ff;
  transition: all ease-in-out 0.3s;
}
.tv9ZuYhw-uOYfCg9NPd .item-wrapper:hover .card-title,
.tv9ZuYhw-uOYfCg9NPd .item-wrapper:hover .card-text,
.tv9ZuYhw-uOYfCg9NPd .item-wrapper:hover .resolution-iconfont {
  color: #ffffff !important;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tv9ZuYhw-uOYfCg9NPd .item-wrapper {
    padding: 1rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .tv9ZuYhw-uOYfCg9NPd .item-wrapper {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.tv9ZuYhw-uOYfCg9NPd .resolution-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #976cff;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 1700px) {
  .tv9ZuYhw-uOYfCg9NPd .resolution-iconfont {
    font-size: 3rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
  }
}
.tv9ZuYhw-uOYfCg9NPd .resolution-section-title {
  color: #221b35;
}
.tv9ZuYhw-uOYfCg9NPd .resolution-section-subtitle {
  color: #221b35;
}
.tv9ZuYhw-uOYfCg9NPd .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.tv9ZuYhw-uOYfCg9NPd .card-box .item-footer {
  margin-top: auto;
}
.tv9ZuYhw-uOYfCg9NPd .content-head {
  max-width: 800px;
}
.tv9ZuYhw-uOYfCg9NPd .card-title,
.tv9ZuYhw-uOYfCg9NPd .iconfont-wrapper {
  color: #976cff;
  text-align: center;
}
.tv9ZuYhw-uOYfCg9NPd .card-text,
.tv9ZuYhw-uOYfCg9NPd .item .resolution-section-btn {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYfDEYZPq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.tv9ZuYhw-uOYfDEYZPq .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYfDEYZPq .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYfDEYZPq .content-wrapper {
  padding: 80px 90px;
  background-color: #0a0011;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYfDEYZPq .content-wrapper {
    padding: 32px 16px;
  }
}
.tv9ZuYhw-uOYfDEYZPq .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYfDEYZPq .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.tv9ZuYhw-uOYfDEYZPq .content-wrapper .title-wrapper .resolution-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYfDEYZPq .content-wrapper .title-wrapper .resolution-section-title {
    margin-bottom: 24px;
  }
}
.tv9ZuYhw-uOYfDEYZPq .content-wrapper .title-wrapper .text-wrapper .resolution-text {
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYfDEYZPq .content-wrapper .title-wrapper .text-wrapper .resolution-text {
    width: 100%;
  }
}
.tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1200px) {
  .tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
  .tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  border: 3px solid #976cff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  box-shadow: 4px 4px 0 0 #976cff;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .item-wrapper:hover,
.tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .item-wrapper:hover::after,
.tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .item-wrapper:focus::after {
  opacity: .5;
}
.tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .item-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  background-color: #976cff;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 32px;
}
@media (max-width: 1440px) {
  .tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .item-wrapper .item-content {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .item-wrapper .item-content {
    padding: 32px 16px;
  }
}
.tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 24px;
  }
}
.tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .item-wrapper .item-content .resolution-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .item-wrapper .item-content .resolution-section-btn {
    margin-bottom: 16px;
  }
}
.tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .card_1 {
  background-color: #000000;
}
.tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .card_1 .item-img::before {
  background-color: #000000;
}
.tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .card_2 {
  background-color: #000000;
}
.tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .card_2 .item-img::before {
  background-color: #000000;
}
.tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .card_3 {
  background-color: #000000;
}
.tv9ZuYhw-uOYfDEYZPq .content-wrapper .items-wrapper .item .card_3 .item-img::before {
  background-color: #000000;
}
.tv9ZuYhw-uOYfDEYZPq .resolution-section-title {
  color: #050f0f;
  text-align: center;
}
.tv9ZuYhw-uOYfDEYZPq .resolution-text,
.tv9ZuYhw-uOYfDEYZPq .text-wrapper {
  color: #050f0f;
  text-align: center;
}
.tv9ZuYhw-uOYfDEYZPq .item-title {
  color: #f7fff7;
}
.tv9ZuYhw-uOYfDEYZPq .item-text {
  color: #f7fff7;
  text-align: center;
}
.tv9ZuYhw-uOYfDEYZPq .item-title,
.tv9ZuYhw-uOYfDEYZPq .resolution-section-btn {
  text-align: center;
  color: #976cff;
}
.tv9ZuYhw-uOYpfgecFD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.tv9ZuYhw-uOYpfgecFD .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYpfgecFD .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYpfgecFD .container,
.tv9ZuYhw-uOYpfgecFD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .container,
  .tv9ZuYhw-uOYpfgecFD .container-fluid {
    padding: 0 20px;
  }
}
.tv9ZuYhw-uOYpfgecFD a {
  display: block;
}
.tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
    padding: 50px 0;
  }
}
.tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
    margin: 0 auto;
  }
}
.tv9ZuYhw-uOYpfgecFD .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .copy-wrapper {
    border-right: none;
  }
}
.tv9ZuYhw-uOYpfgecFD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper {
    height: auto;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .card-wrapper {
    margin-bottom: 50px;
  }
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #0a0011;
  border-radius: 24px;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap .resolution-section-title {
  margin-bottom: 42px;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap .resolution-text {
  margin-bottom: 42px;
}
.tv9ZuYhw-uOYpfgecFD .copyright {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-title {
  color: #3d4045;
}
.tv9ZuYhw-uOYpfgecFD .resolution-text {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYpfgecFD .list {
  color: #ffffff;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-btn {
  text-align: right;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-title,
.tv9ZuYhw-uOYpfgecFD .resolution-section-btn {
  text-align: center;
  color: #976cff;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .menu_box .navbar.opened,
  .tv9ZuYhw-uOY7zgm7zb .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar-dropdown {
  position: relative !important;
}
.tv9ZuYhw-uOY7zgm7zb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main {
    margin-top: 1rem;
  }
}
.tv9ZuYhw-uOY7zgm7zb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tv9ZuYhw-uOY7zgm7zb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body .resolution-text,
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body .resolution-section-subtitle {
    margin-bottom: 32px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .tv9ZuYhw-uOY7zgm7zb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tv9ZuYhw-uOY7zgm7zb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .tv9ZuYhw-uOY7zgm7zb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .tv9ZuYhw-uOY7zgm7zb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tv9ZuYhw-uOY7zgm7zb .lg_brand {
    margin: 0 1rem;
  }
}
.tv9ZuYhw-uOY7zgm7zb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .tv9ZuYhw-uOY7zgm7zb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .nav-item {
    margin: 0 !important;
  }
}
.tv9ZuYhw-uOY7zgm7zb .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .nav-item .nav-link:hover {
  opacity: .5;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tv9ZuYhw-uOY7zgm7zb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .tv9ZuYhw-uOY7zgm7zb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box {
    display: none;
  }
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.tv9ZuYhw-uOY7zgm7zb .container {
  display: flex;
  margin: auto;
}
.tv9ZuYhw-uOY7zgm7zb .iconfont-wrapper {
  color: #263a5c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.tv9ZuYhw-uOY7zgm7zb .iconfont-wrapper:hover {
  opacity: .5;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-caption {
  color: #263652;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .navbar-nav {
    margin: 0;
  }
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-menu,
.tv9ZuYhw-uOY7zgm7zb .navbar.opened {
  background-color: false !important;
}
.tv9ZuYhw-uOY7zgm7zb .nav-item:focus,
.tv9ZuYhw-uOY7zgm7zb .nav-link:focus {
  outline: none;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item .resolution-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item .resolution-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tv9ZuYhw-uOY7zgm7zb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tv9ZuYhw-uOY7zgm7zb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar.opened {
  transition: all 0.3s;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed {
  justify-content: center;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .navbar .nav-item {
    padding: .5rem 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .icons-menu {
    padding: 0;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-short {
  min-height: 60px;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .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;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-brand .navbar-logo a {
  outline: none;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-item.active,
.tv9ZuYhw-uOY7zgm7zb .dropdown-item:active {
  background-color: transparent;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tv9ZuYhw-uOY7zgm7zb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #976cff;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tv9ZuYhw-uOY7zgm7zb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tv9ZuYhw-uOY7zgm7zb .navbar {
    height: 70px;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar.opened {
    height: auto;
  }
  .tv9ZuYhw-uOY7zgm7zb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .tv9ZuYhw-uOY7zgm7zb .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main {
  padding-top: 5px;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar-caption:hover {
  color: #7c46ff;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.tv9ZuYhw-uOY7zgm7zb .text_widget {
  margin-bottom: 32px;
}
.tv9ZuYhw-uOY7zgm7zb .text_widget a {
  transition: all 0.3s ease-out;
}
.tv9ZuYhw-uOY7zgm7zb .text_widget a:hover {
  color: #7c46ff !important;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-text {
  color: #ffffff;
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-subtitle,
.tv9ZuYhw-uOY7zgm7zb .text_widget,
.tv9ZuYhw-uOY7zgm7zb .resolution-section-btn {
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.tv9ZuYhw-uOYg7CCbmT {
  background-color: #0a0011;
}
.tv9ZuYhw-uOYg7CCbmT .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYg7CCbmT .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYg7CCbmT .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYg7CCbmT .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.tv9ZuYhw-uOYg7CCbmT .title-wrapper .resolution-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYg7CCbmT .title-wrapper .resolution-section-title {
    margin-bottom: 32px;
  }
}
.tv9ZuYhw-uOYg7CCbmT .title-wrapper .resolution-text {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYg7CCbmT .title-wrapper .resolution-text {
    margin-bottom: 32px;
  }
}
.tv9ZuYhw-uOYg7CCbmT .title-wrapper .resolution-section-btn {
  position: relative;
}
.tv9ZuYhw-uOYg7CCbmT .title-wrapper .resolution-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #976cff;
}
.tv9ZuYhw-uOYg7CCbmT .title-wrapper .resolution-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYg7CCbmT .title-wrapper .resolution-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.tv9ZuYhw-uOYg7CCbmT .image-wrapper {
  position: relative;
}
.tv9ZuYhw-uOYg7CCbmT .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #976cff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYg7CCbmT .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.tv9ZuYhw-uOYg7CCbmT .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #976cff;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYg7CCbmT .image-wrapper::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .tv9ZuYhw-uOYg7CCbmT .image-wrapper::after {
    display: none;
  }
}
.tv9ZuYhw-uOYg7CCbmT .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #976cff;
}
.tv9ZuYhw-uOYg7CCbmT .image-wrapper .image_1 {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.tv9ZuYhw-uOYg7CCbmT .image-wrapper .image_2 {
  display: block;
  max-width: 390px;
  height: 250px;
  object-fit: cover;
  margin: -2rem 2rem 0 auto;
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .tv9ZuYhw-uOYg7CCbmT .image-wrapper .image_2 {
    margin: 0;
  }
}
.tv9ZuYhw-uOYg7CCbmT .image-wrapper .image_3 {
  position: absolute;
  left: -5rem;
  bottom: 5rem;
  width: 310px;
  height: 200px;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYg7CCbmT .image-wrapper .image_3 {
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .tv9ZuYhw-uOYg7CCbmT .image-wrapper .image_3 {
    position: static;
    width: 100%;
  }
}
.tv9ZuYhw-uOYg7CCbmT .resolution-section-title {
  color: #101511;
}
.tv9ZuYhw-uOYg7CCbmT .resolution-text {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYg7CCbmT .resolution-section-title,
.tv9ZuYhw-uOYg7CCbmT .resolution-section-btn {
  text-align: center;
  color: #976cff;
}
.tv9ZuYhw-uOYpfgecFD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.tv9ZuYhw-uOYpfgecFD .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYpfgecFD .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYpfgecFD .container,
.tv9ZuYhw-uOYpfgecFD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .container,
  .tv9ZuYhw-uOYpfgecFD .container-fluid {
    padding: 0 20px;
  }
}
.tv9ZuYhw-uOYpfgecFD a {
  display: block;
}
.tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
    padding: 50px 0;
  }
}
.tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
    margin: 0 auto;
  }
}
.tv9ZuYhw-uOYpfgecFD .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .copy-wrapper {
    border-right: none;
  }
}
.tv9ZuYhw-uOYpfgecFD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper {
    height: auto;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .card-wrapper {
    margin-bottom: 50px;
  }
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #0a0011;
  border-radius: 24px;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap .resolution-section-title {
  margin-bottom: 42px;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap .resolution-text {
  margin-bottom: 42px;
}
.tv9ZuYhw-uOYpfgecFD .copyright {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-title {
  color: #3d4045;
}
.tv9ZuYhw-uOYpfgecFD .resolution-text {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYpfgecFD .list {
  color: #ffffff;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-btn {
  text-align: right;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-title,
.tv9ZuYhw-uOYpfgecFD .resolution-section-btn {
  text-align: center;
  color: #976cff;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .menu_box .navbar.opened,
  .tv9ZuYhw-uOY7zgm7zb .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar-dropdown {
  position: relative !important;
}
.tv9ZuYhw-uOY7zgm7zb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main {
    margin-top: 1rem;
  }
}
.tv9ZuYhw-uOY7zgm7zb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tv9ZuYhw-uOY7zgm7zb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body .resolution-text,
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body .resolution-section-subtitle {
    margin-bottom: 32px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .tv9ZuYhw-uOY7zgm7zb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tv9ZuYhw-uOY7zgm7zb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .tv9ZuYhw-uOY7zgm7zb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .tv9ZuYhw-uOY7zgm7zb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tv9ZuYhw-uOY7zgm7zb .lg_brand {
    margin: 0 1rem;
  }
}
.tv9ZuYhw-uOY7zgm7zb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .tv9ZuYhw-uOY7zgm7zb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .nav-item {
    margin: 0 !important;
  }
}
.tv9ZuYhw-uOY7zgm7zb .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .nav-item .nav-link:hover {
  opacity: .5;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tv9ZuYhw-uOY7zgm7zb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .tv9ZuYhw-uOY7zgm7zb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box {
    display: none;
  }
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.tv9ZuYhw-uOY7zgm7zb .container {
  display: flex;
  margin: auto;
}
.tv9ZuYhw-uOY7zgm7zb .iconfont-wrapper {
  color: #263a5c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.tv9ZuYhw-uOY7zgm7zb .iconfont-wrapper:hover {
  opacity: .5;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-caption {
  color: #263652;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .navbar-nav {
    margin: 0;
  }
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-menu,
.tv9ZuYhw-uOY7zgm7zb .navbar.opened {
  background-color: false !important;
}
.tv9ZuYhw-uOY7zgm7zb .nav-item:focus,
.tv9ZuYhw-uOY7zgm7zb .nav-link:focus {
  outline: none;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item .resolution-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item .resolution-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tv9ZuYhw-uOY7zgm7zb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tv9ZuYhw-uOY7zgm7zb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar.opened {
  transition: all 0.3s;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed {
  justify-content: center;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .navbar .nav-item {
    padding: .5rem 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .icons-menu {
    padding: 0;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-short {
  min-height: 60px;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .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;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-brand .navbar-logo a {
  outline: none;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-item.active,
.tv9ZuYhw-uOY7zgm7zb .dropdown-item:active {
  background-color: transparent;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tv9ZuYhw-uOY7zgm7zb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #976cff;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tv9ZuYhw-uOY7zgm7zb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tv9ZuYhw-uOY7zgm7zb .navbar {
    height: 70px;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar.opened {
    height: auto;
  }
  .tv9ZuYhw-uOY7zgm7zb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .tv9ZuYhw-uOY7zgm7zb .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main {
  padding-top: 5px;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar-caption:hover {
  color: #7c46ff;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.tv9ZuYhw-uOY7zgm7zb .text_widget {
  margin-bottom: 32px;
}
.tv9ZuYhw-uOY7zgm7zb .text_widget a {
  transition: all 0.3s ease-out;
}
.tv9ZuYhw-uOY7zgm7zb .text_widget a:hover {
  color: #7c46ff !important;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-text {
  color: #ffffff;
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-subtitle,
.tv9ZuYhw-uOY7zgm7zb .text_widget,
.tv9ZuYhw-uOY7zgm7zb .resolution-section-btn {
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.tv9ZuYhw-uOYgsh89tU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0a0011;
}
.tv9ZuYhw-uOYgsh89tU .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYgsh89tU .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYgsh89tU .row {
  justify-content: center;
}
.tv9ZuYhw-uOYgsh89tU .card {
  justify-content: center;
}
.tv9ZuYhw-uOYgsh89tU .content-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYgsh89tU .content-wrapper {
    margin-bottom: 40px;
  }
}
.tv9ZuYhw-uOYgsh89tU .content-wrapper .resolution-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYgsh89tU .content-wrapper .resolution-section-title {
    margin-bottom: 30px;
  }
}
.tv9ZuYhw-uOYgsh89tU .content-wrapper .text-wrapper .resolution-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYgsh89tU .content-wrapper .text-wrapper .resolution-text {
    width: 100%;
  }
}
.tv9ZuYhw-uOYgsh89tU .form-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#000000, transparent);
  filter: blur(100px);
}
.tv9ZuYhw-uOYgsh89tU .form-wrapper {
  position: relative;
  z-index: 1;
  padding: 48px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .tv9ZuYhw-uOYgsh89tU .form-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .tv9ZuYhw-uOYgsh89tU .form-wrapper {
    padding: 30px 20px;
  }
}
.tv9ZuYhw-uOYgsh89tU .form-wrapper .dragArea.row {
  margin: 0;
}
.tv9ZuYhw-uOYgsh89tU .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.tv9ZuYhw-uOYgsh89tU .form-wrapper .dragArea.row .form-group .form-control-label {
  margin-bottom: 0;
}
.tv9ZuYhw-uOYgsh89tU .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 20px 0 40px;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #ffffff !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYgsh89tU .form-wrapper .dragArea.row .form-group .form-control {
    padding: 20px 0 30px;
    margin-bottom: 30px;
  }
}
.tv9ZuYhw-uOYgsh89tU .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.tv9ZuYhw-uOYgsh89tU .form-wrapper .dragArea.row .form-group .form-control:hover,
.tv9ZuYhw-uOYgsh89tU .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #ffffff !important;
}
.tv9ZuYhw-uOYgsh89tU .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.tv9ZuYhw-uOYgsh89tU .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.tv9ZuYhw-uOYgsh89tU .form-wrapper .dragArea.row .resolution-section-btn {
  width: 100%;
  margin-top: 30px;
}
.tv9ZuYhw-uOYgsh89tU .form-wrapper .dragArea.row .resolution-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.tv9ZuYhw-uOYgsh89tU .resolution-section-title {
  color: #ffffff;
}
.tv9ZuYhw-uOYgsh89tU .resolution-text,
.tv9ZuYhw-uOYgsh89tU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYgsh89tU label {
  color: #000000;
}
.tv9ZuYhw-uOYgsh89tU .resolution-section-title,
.tv9ZuYhw-uOYgsh89tU .resolution-section-btn {
  text-align: center;
}
.tv9ZuYhw-uOYpfgecFD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.tv9ZuYhw-uOYpfgecFD .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYpfgecFD .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYpfgecFD .container,
.tv9ZuYhw-uOYpfgecFD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .container,
  .tv9ZuYhw-uOYpfgecFD .container-fluid {
    padding: 0 20px;
  }
}
.tv9ZuYhw-uOYpfgecFD a {
  display: block;
}
.tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
    padding: 50px 0;
  }
}
.tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
    margin: 0 auto;
  }
}
.tv9ZuYhw-uOYpfgecFD .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .copy-wrapper {
    border-right: none;
  }
}
.tv9ZuYhw-uOYpfgecFD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper {
    height: auto;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .card-wrapper {
    margin-bottom: 50px;
  }
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #0a0011;
  border-radius: 24px;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap .resolution-section-title {
  margin-bottom: 42px;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap .resolution-text {
  margin-bottom: 42px;
}
.tv9ZuYhw-uOYpfgecFD .copyright {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-title {
  color: #3d4045;
}
.tv9ZuYhw-uOYpfgecFD .resolution-text {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYpfgecFD .list {
  color: #ffffff;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-btn {
  text-align: right;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-title,
.tv9ZuYhw-uOYpfgecFD .resolution-section-btn {
  text-align: center;
  color: #976cff;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .menu_box .navbar.opened,
  .tv9ZuYhw-uOY7zgm7zb .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar-dropdown {
  position: relative !important;
}
.tv9ZuYhw-uOY7zgm7zb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main {
    margin-top: 1rem;
  }
}
.tv9ZuYhw-uOY7zgm7zb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tv9ZuYhw-uOY7zgm7zb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body .resolution-text,
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body .resolution-section-subtitle {
    margin-bottom: 32px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .tv9ZuYhw-uOY7zgm7zb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tv9ZuYhw-uOY7zgm7zb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .tv9ZuYhw-uOY7zgm7zb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .tv9ZuYhw-uOY7zgm7zb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tv9ZuYhw-uOY7zgm7zb .lg_brand {
    margin: 0 1rem;
  }
}
.tv9ZuYhw-uOY7zgm7zb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .tv9ZuYhw-uOY7zgm7zb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .nav-item {
    margin: 0 !important;
  }
}
.tv9ZuYhw-uOY7zgm7zb .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .nav-item .nav-link:hover {
  opacity: .5;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tv9ZuYhw-uOY7zgm7zb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .tv9ZuYhw-uOY7zgm7zb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .tv9ZuYhw-uOY7zgm7zb .offcanvas_box {
    display: none;
  }
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.tv9ZuYhw-uOY7zgm7zb .container {
  display: flex;
  margin: auto;
}
.tv9ZuYhw-uOY7zgm7zb .iconfont-wrapper {
  color: #263a5c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.tv9ZuYhw-uOY7zgm7zb .iconfont-wrapper:hover {
  opacity: .5;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-caption {
  color: #263652;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .navbar-nav {
    margin: 0;
  }
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-menu,
.tv9ZuYhw-uOY7zgm7zb .navbar.opened {
  background-color: false !important;
}
.tv9ZuYhw-uOY7zgm7zb .nav-item:focus,
.tv9ZuYhw-uOY7zgm7zb .nav-link:focus {
  outline: none;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item .resolution-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown .dropdown-menu .dropdown-item .resolution-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tv9ZuYhw-uOY7zgm7zb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tv9ZuYhw-uOY7zgm7zb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tv9ZuYhw-uOY7zgm7zb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar.opened {
  transition: all 0.3s;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed {
  justify-content: center;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOY7zgm7zb .navbar .nav-item {
    padding: .5rem 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar .icons-menu {
    padding: 0;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-short {
  min-height: 60px;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.tv9ZuYhw-uOY7zgm7zb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .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;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-brand .navbar-logo a {
  outline: none;
}
.tv9ZuYhw-uOY7zgm7zb .dropdown-item.active,
.tv9ZuYhw-uOY7zgm7zb .dropdown-item:active {
  background-color: transparent;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tv9ZuYhw-uOY7zgm7zb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tv9ZuYhw-uOY7zgm7zb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tv9ZuYhw-uOY7zgm7zb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.tv9ZuYhw-uOY7zgm7zb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #976cff;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tv9ZuYhw-uOY7zgm7zb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tv9ZuYhw-uOY7zgm7zb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tv9ZuYhw-uOY7zgm7zb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tv9ZuYhw-uOY7zgm7zb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tv9ZuYhw-uOY7zgm7zb .navbar {
    height: 70px;
  }
  .tv9ZuYhw-uOY7zgm7zb .navbar.opened {
    height: auto;
  }
  .tv9ZuYhw-uOY7zgm7zb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .tv9ZuYhw-uOY7zgm7zb .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main {
  padding-top: 5px;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .resolution-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.tv9ZuYhw-uOY7zgm7zb .navbar-caption:hover {
  color: #7c46ff;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOY7zgm7zb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.tv9ZuYhw-uOY7zgm7zb .text_widget {
  margin-bottom: 32px;
}
.tv9ZuYhw-uOY7zgm7zb .text_widget a {
  transition: all 0.3s ease-out;
}
.tv9ZuYhw-uOY7zgm7zb .text_widget a:hover {
  color: #7c46ff !important;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-text {
  color: #ffffff;
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb .resolution-section-subtitle,
.tv9ZuYhw-uOY7zgm7zb .text_widget,
.tv9ZuYhw-uOY7zgm7zb .resolution-section-btn {
  text-align: left;
}
.tv9ZuYhw-uOY7zgm7zb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.tv9ZuYhw-uOYhenzXG2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #0a0011;
}
.tv9ZuYhw-uOYhenzXG2 .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYhenzXG2 .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYhenzXG2 .row {
  justify-content: center;
}
.tv9ZuYhw-uOYhenzXG2 .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYhenzXG2 .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYhenzXG2 .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.tv9ZuYhw-uOYhenzXG2 .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #976cff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYhenzXG2 .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.tv9ZuYhw-uOYhenzXG2 .content-wrapper .title-wrapper .resolution-section-title {
  margin-bottom: 0;
}
.tv9ZuYhw-uOYhenzXG2 .content-wrapper .title-wrapper .resolution-section-subtitle {
  margin-bottom: 0;
}
.tv9ZuYhw-uOYhenzXG2 .content-wrapper .text-wrapper .resolution-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYhenzXG2 .content-wrapper .text-wrapper .resolution-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.tv9ZuYhw-uOYhenzXG2 .resolution-section-title {
  color: #ffffff;
}
.tv9ZuYhw-uOYhenzXG2 .resolution-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.tv9ZuYhw-uOYhenzXG2 .resolution-text,
.tv9ZuYhw-uOYhenzXG2 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYhenzXG2 .resolution-section-title,
.tv9ZuYhw-uOYhenzXG2 .resolution-section-btn {
  text-align: center;
  color: #976cff;
}
.tv9ZuYhw-uOYhpWbEoU {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #0a0011;
}
.tv9ZuYhw-uOYhpWbEoU .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYhpWbEoU .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYhpWbEoU .items-wrapper {
  justify-content: center;
}
.tv9ZuYhw-uOYhpWbEoU .resolution-text,
.tv9ZuYhw-uOYhpWbEoU .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.tv9ZuYhw-uOYpfgecFD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.tv9ZuYhw-uOYpfgecFD .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYpfgecFD .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYpfgecFD .container,
.tv9ZuYhw-uOYpfgecFD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .container,
  .tv9ZuYhw-uOYpfgecFD .container-fluid {
    padding: 0 20px;
  }
}
.tv9ZuYhw-uOYpfgecFD a {
  display: block;
}
.tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
    padding: 50px 0;
  }
}
.tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
    margin: 0 auto;
  }
}
.tv9ZuYhw-uOYpfgecFD .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .copy-wrapper {
    border-right: none;
  }
}
.tv9ZuYhw-uOYpfgecFD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper {
    height: auto;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .card-wrapper {
    margin-bottom: 50px;
  }
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #0a0011;
  border-radius: 24px;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap .resolution-section-title {
  margin-bottom: 42px;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap .resolution-text {
  margin-bottom: 42px;
}
.tv9ZuYhw-uOYpfgecFD .copyright {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-title {
  color: #3d4045;
}
.tv9ZuYhw-uOYpfgecFD .resolution-text {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYpfgecFD .list {
  color: #ffffff;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-btn {
  text-align: right;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-title,
.tv9ZuYhw-uOYpfgecFD .resolution-section-btn {
  text-align: center;
  color: #976cff;
}
.tv9ZuYhw-uOYhxaLKqB .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.tv9ZuYhw-uOYhxaLKqB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.tv9ZuYhw-uOYhxaLKqB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOYhxaLKqB .menu_box .navbar.opened,
  .tv9ZuYhw-uOYhxaLKqB .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.tv9ZuYhw-uOYhxaLKqB .navbar-dropdown {
  position: relative !important;
}
.tv9ZuYhw-uOYhxaLKqB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOYhxaLKqB .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOYhxaLKqB .resolution-section-btn-main {
    margin-top: 1rem;
  }
}
.tv9ZuYhw-uOYhxaLKqB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tv9ZuYhw-uOYhxaLKqB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOYhxaLKqB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .tv9ZuYhw-uOYhxaLKqB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .tv9ZuYhw-uOYhxaLKqB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .tv9ZuYhw-uOYhxaLKqB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .tv9ZuYhw-uOYhxaLKqB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .tv9ZuYhw-uOYhxaLKqB .offcanvas-body .resolution-text,
  .tv9ZuYhw-uOYhxaLKqB .offcanvas-body .resolution-section-subtitle {
    margin-bottom: 32px;
  }
  .tv9ZuYhw-uOYhxaLKqB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .tv9ZuYhw-uOYhxaLKqB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .tv9ZuYhw-uOYhxaLKqB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .tv9ZuYhw-uOYhxaLKqB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .tv9ZuYhw-uOYhxaLKqB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .tv9ZuYhw-uOYhxaLKqB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .tv9ZuYhw-uOYhxaLKqB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .tv9ZuYhw-uOYhxaLKqB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .tv9ZuYhw-uOYhxaLKqB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tv9ZuYhw-uOYhxaLKqB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .tv9ZuYhw-uOYhxaLKqB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .tv9ZuYhw-uOYhxaLKqB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tv9ZuYhw-uOYhxaLKqB .lg_brand {
    margin: 0 1rem;
  }
}
.tv9ZuYhw-uOYhxaLKqB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .tv9ZuYhw-uOYhxaLKqB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOYhxaLKqB .nav-item {
    margin: 0 !important;
  }
}
.tv9ZuYhw-uOYhxaLKqB .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.tv9ZuYhw-uOYhxaLKqB .nav-item .nav-link:hover {
  opacity: .5;
}
.tv9ZuYhw-uOYhxaLKqB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOYhxaLKqB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .tv9ZuYhw-uOYhxaLKqB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOYhxaLKqB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tv9ZuYhw-uOYhxaLKqB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .tv9ZuYhw-uOYhxaLKqB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .tv9ZuYhw-uOYhxaLKqB .offcanvas_box {
    display: none;
  }
}
.tv9ZuYhw-uOYhxaLKqB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.tv9ZuYhw-uOYhxaLKqB .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tv9ZuYhw-uOYhxaLKqB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.tv9ZuYhw-uOYhxaLKqB .container {
  display: flex;
  margin: auto;
}
.tv9ZuYhw-uOYhxaLKqB .iconfont-wrapper {
  color: #263a5c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.tv9ZuYhw-uOYhxaLKqB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.tv9ZuYhw-uOYhxaLKqB .iconfont-wrapper:hover {
  opacity: .5;
}
.tv9ZuYhw-uOYhxaLKqB .navbar-caption {
  color: #263652;
}
.tv9ZuYhw-uOYhxaLKqB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOYhxaLKqB .navbar-nav {
    margin: 0;
  }
}
.tv9ZuYhw-uOYhxaLKqB .dropdown-menu,
.tv9ZuYhw-uOYhxaLKqB .navbar.opened {
  background-color: false !important;
}
.tv9ZuYhw-uOYhxaLKqB .nav-item:focus,
.tv9ZuYhw-uOYhxaLKqB .nav-link:focus {
  outline: none;
}
.tv9ZuYhw-uOYhxaLKqB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tv9ZuYhw-uOYhxaLKqB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.tv9ZuYhw-uOYhxaLKqB .dropdown .dropdown-menu .dropdown-item .resolution-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tv9ZuYhw-uOYhxaLKqB .dropdown .dropdown-menu .dropdown-item .resolution-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tv9ZuYhw-uOYhxaLKqB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tv9ZuYhw-uOYhxaLKqB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tv9ZuYhw-uOYhxaLKqB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYhxaLKqB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tv9ZuYhw-uOYhxaLKqB .navbar.opened {
  transition: all 0.3s;
}
.tv9ZuYhw-uOYhxaLKqB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.tv9ZuYhw-uOYhxaLKqB .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.tv9ZuYhw-uOYhxaLKqB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.tv9ZuYhw-uOYhxaLKqB .navbar.collapsed {
  justify-content: center;
}
.tv9ZuYhw-uOYhxaLKqB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tv9ZuYhw-uOYhxaLKqB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.tv9ZuYhw-uOYhxaLKqB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tv9ZuYhw-uOYhxaLKqB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tv9ZuYhw-uOYhxaLKqB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tv9ZuYhw-uOYhxaLKqB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.tv9ZuYhw-uOYhxaLKqB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOYhxaLKqB .navbar .nav-item {
    padding: .5rem 0;
  }
  .tv9ZuYhw-uOYhxaLKqB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .tv9ZuYhw-uOYhxaLKqB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tv9ZuYhw-uOYhxaLKqB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tv9ZuYhw-uOYhxaLKqB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .tv9ZuYhw-uOYhxaLKqB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tv9ZuYhw-uOYhxaLKqB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .tv9ZuYhw-uOYhxaLKqB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tv9ZuYhw-uOYhxaLKqB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .tv9ZuYhw-uOYhxaLKqB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .tv9ZuYhw-uOYhxaLKqB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .tv9ZuYhw-uOYhxaLKqB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .tv9ZuYhw-uOYhxaLKqB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tv9ZuYhw-uOYhxaLKqB .navbar .icons-menu {
    padding: 0;
  }
}
.tv9ZuYhw-uOYhxaLKqB .navbar.navbar-short {
  min-height: 60px;
}
.tv9ZuYhw-uOYhxaLKqB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.tv9ZuYhw-uOYhxaLKqB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.tv9ZuYhw-uOYhxaLKqB .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;
}
.tv9ZuYhw-uOYhxaLKqB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.tv9ZuYhw-uOYhxaLKqB .navbar-brand .navbar-logo a {
  outline: none;
}
.tv9ZuYhw-uOYhxaLKqB .dropdown-item.active,
.tv9ZuYhw-uOYhxaLKqB .dropdown-item:active {
  background-color: transparent;
}
.tv9ZuYhw-uOYhxaLKqB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.tv9ZuYhw-uOYhxaLKqB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tv9ZuYhw-uOYhxaLKqB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tv9ZuYhw-uOYhxaLKqB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tv9ZuYhw-uOYhxaLKqB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.tv9ZuYhw-uOYhxaLKqB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.tv9ZuYhw-uOYhxaLKqB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #976cff;
}
.tv9ZuYhw-uOYhxaLKqB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.tv9ZuYhw-uOYhxaLKqB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tv9ZuYhw-uOYhxaLKqB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tv9ZuYhw-uOYhxaLKqB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tv9ZuYhw-uOYhxaLKqB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tv9ZuYhw-uOYhxaLKqB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tv9ZuYhw-uOYhxaLKqB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tv9ZuYhw-uOYhxaLKqB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tv9ZuYhw-uOYhxaLKqB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tv9ZuYhw-uOYhxaLKqB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tv9ZuYhw-uOYhxaLKqB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tv9ZuYhw-uOYhxaLKqB .navbar {
    height: 70px;
  }
  .tv9ZuYhw-uOYhxaLKqB .navbar.opened {
    height: auto;
  }
  .tv9ZuYhw-uOYhxaLKqB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tv9ZuYhw-uOYhxaLKqB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .tv9ZuYhw-uOYhxaLKqB .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.tv9ZuYhw-uOYhxaLKqB .resolution-section-btn-main {
  padding-top: 5px;
}
.tv9ZuYhw-uOYhxaLKqB .resolution-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYhxaLKqB .resolution-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.tv9ZuYhw-uOYhxaLKqB .navbar-caption:hover {
  color: #7c46ff;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOYhxaLKqB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.tv9ZuYhw-uOYhxaLKqB .text_widget {
  margin-bottom: 32px;
}
.tv9ZuYhw-uOYhxaLKqB .text_widget a {
  transition: all 0.3s ease-out;
}
.tv9ZuYhw-uOYhxaLKqB .text_widget a:hover {
  color: #7c46ff !important;
}
.tv9ZuYhw-uOYhxaLKqB .resolution-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.tv9ZuYhw-uOYhxaLKqB .resolution-text {
  color: #ffffff;
  text-align: left;
}
.tv9ZuYhw-uOYhxaLKqB .resolution-section-subtitle,
.tv9ZuYhw-uOYhxaLKqB .text_widget,
.tv9ZuYhw-uOYhxaLKqB .resolution-section-btn {
  text-align: left;
}
.tv9ZuYhw-uOYhxaLKqB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.tv9ZuYhw-uOYhxc1Qcs {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #0a0011;
}
.tv9ZuYhw-uOYhxc1Qcs .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYhxc1Qcs .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYhxc1Qcs .row {
  justify-content: center;
}
.tv9ZuYhw-uOYhxc1Qcs .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYhxc1Qcs .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYhxc1Qcs .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.tv9ZuYhw-uOYhxc1Qcs .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #976cff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYhxc1Qcs .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.tv9ZuYhw-uOYhxc1Qcs .content-wrapper .title-wrapper .resolution-section-title {
  margin-bottom: 0;
}
.tv9ZuYhw-uOYhxc1Qcs .content-wrapper .title-wrapper .resolution-section-subtitle {
  margin-bottom: 0;
}
.tv9ZuYhw-uOYhxc1Qcs .content-wrapper .text-wrapper .resolution-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYhxc1Qcs .content-wrapper .text-wrapper .resolution-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.tv9ZuYhw-uOYhxc1Qcs .resolution-section-title {
  color: #ffffff;
}
.tv9ZuYhw-uOYhxc1Qcs .resolution-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.tv9ZuYhw-uOYhxc1Qcs .resolution-text,
.tv9ZuYhw-uOYhxc1Qcs .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYhxc1Qcs .resolution-section-title,
.tv9ZuYhw-uOYhxc1Qcs .resolution-section-btn {
  text-align: center;
  color: #976cff;
}
.tv9ZuYhw-uOYhxcxQ9m {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #0a0011;
}
.tv9ZuYhw-uOYhxcxQ9m .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYhxcxQ9m .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYhxcxQ9m .items-wrapper {
  justify-content: center;
}
.tv9ZuYhw-uOYhxcxQ9m .resolution-text,
.tv9ZuYhw-uOYhxcxQ9m .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.tv9ZuYhw-uOYpfgecFD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.tv9ZuYhw-uOYpfgecFD .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYpfgecFD .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYpfgecFD .container,
.tv9ZuYhw-uOYpfgecFD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .container,
  .tv9ZuYhw-uOYpfgecFD .container-fluid {
    padding: 0 20px;
  }
}
.tv9ZuYhw-uOYpfgecFD a {
  display: block;
}
.tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
    padding: 50px 0;
  }
}
.tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
    margin: 0 auto;
  }
}
.tv9ZuYhw-uOYpfgecFD .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .copy-wrapper {
    border-right: none;
  }
}
.tv9ZuYhw-uOYpfgecFD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper {
    height: auto;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .card-wrapper {
    margin-bottom: 50px;
  }
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #0a0011;
  border-radius: 24px;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap .resolution-section-title {
  margin-bottom: 42px;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap .resolution-text {
  margin-bottom: 42px;
}
.tv9ZuYhw-uOYpfgecFD .copyright {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-title {
  color: #3d4045;
}
.tv9ZuYhw-uOYpfgecFD .resolution-text {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYpfgecFD .list {
  color: #ffffff;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-btn {
  text-align: right;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-title,
.tv9ZuYhw-uOYpfgecFD .resolution-section-btn {
  text-align: center;
  color: #976cff;
}
.tv9ZuYhw-uOYhyyupLe .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.tv9ZuYhw-uOYhyyupLe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.tv9ZuYhw-uOYhyyupLe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOYhyyupLe .menu_box .navbar.opened,
  .tv9ZuYhw-uOYhyyupLe .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.tv9ZuYhw-uOYhyyupLe .navbar-dropdown {
  position: relative !important;
}
.tv9ZuYhw-uOYhyyupLe .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOYhyyupLe .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOYhyyupLe .resolution-section-btn-main {
    margin-top: 1rem;
  }
}
.tv9ZuYhw-uOYhyyupLe .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tv9ZuYhw-uOYhyyupLe .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOYhyyupLe .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .tv9ZuYhw-uOYhyyupLe .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .tv9ZuYhw-uOYhyyupLe .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .tv9ZuYhw-uOYhyyupLe .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .tv9ZuYhw-uOYhyyupLe .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .tv9ZuYhw-uOYhyyupLe .offcanvas-body .resolution-text,
  .tv9ZuYhw-uOYhyyupLe .offcanvas-body .resolution-section-subtitle {
    margin-bottom: 32px;
  }
  .tv9ZuYhw-uOYhyyupLe .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .tv9ZuYhw-uOYhyyupLe .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .tv9ZuYhw-uOYhyyupLe .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .tv9ZuYhw-uOYhyyupLe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .tv9ZuYhw-uOYhyyupLe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .tv9ZuYhw-uOYhyyupLe .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .tv9ZuYhw-uOYhyyupLe .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .tv9ZuYhw-uOYhyyupLe ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .tv9ZuYhw-uOYhyyupLe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tv9ZuYhw-uOYhyyupLe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .tv9ZuYhw-uOYhyyupLe .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .tv9ZuYhw-uOYhyyupLe li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tv9ZuYhw-uOYhyyupLe .lg_brand {
    margin: 0 1rem;
  }
}
.tv9ZuYhw-uOYhyyupLe .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .tv9ZuYhw-uOYhyyupLe .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOYhyyupLe .nav-item {
    margin: 0 !important;
  }
}
.tv9ZuYhw-uOYhyyupLe .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.tv9ZuYhw-uOYhyyupLe .nav-item .nav-link:hover {
  opacity: .5;
}
.tv9ZuYhw-uOYhyyupLe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOYhyyupLe .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .tv9ZuYhw-uOYhyyupLe .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOYhyyupLe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tv9ZuYhw-uOYhyyupLe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .tv9ZuYhw-uOYhyyupLe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .tv9ZuYhw-uOYhyyupLe .offcanvas_box {
    display: none;
  }
}
.tv9ZuYhw-uOYhyyupLe .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.tv9ZuYhw-uOYhyyupLe .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tv9ZuYhw-uOYhyyupLe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.tv9ZuYhw-uOYhyyupLe .container {
  display: flex;
  margin: auto;
}
.tv9ZuYhw-uOYhyyupLe .iconfont-wrapper {
  color: #263a5c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.tv9ZuYhw-uOYhyyupLe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.tv9ZuYhw-uOYhyyupLe .iconfont-wrapper:hover {
  opacity: .5;
}
.tv9ZuYhw-uOYhyyupLe .navbar-caption {
  color: #263652;
}
.tv9ZuYhw-uOYhyyupLe .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOYhyyupLe .navbar-nav {
    margin: 0;
  }
}
.tv9ZuYhw-uOYhyyupLe .dropdown-menu,
.tv9ZuYhw-uOYhyyupLe .navbar.opened {
  background-color: false !important;
}
.tv9ZuYhw-uOYhyyupLe .nav-item:focus,
.tv9ZuYhw-uOYhyyupLe .nav-link:focus {
  outline: none;
}
.tv9ZuYhw-uOYhyyupLe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tv9ZuYhw-uOYhyyupLe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.tv9ZuYhw-uOYhyyupLe .dropdown .dropdown-menu .dropdown-item .resolution-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tv9ZuYhw-uOYhyyupLe .dropdown .dropdown-menu .dropdown-item .resolution-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tv9ZuYhw-uOYhyyupLe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tv9ZuYhw-uOYhyyupLe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tv9ZuYhw-uOYhyyupLe .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYhyyupLe .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tv9ZuYhw-uOYhyyupLe .navbar.opened {
  transition: all 0.3s;
}
.tv9ZuYhw-uOYhyyupLe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.tv9ZuYhw-uOYhyyupLe .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.tv9ZuYhw-uOYhyyupLe .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.tv9ZuYhw-uOYhyyupLe .navbar.collapsed {
  justify-content: center;
}
.tv9ZuYhw-uOYhyyupLe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tv9ZuYhw-uOYhyyupLe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.tv9ZuYhw-uOYhyyupLe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tv9ZuYhw-uOYhyyupLe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tv9ZuYhw-uOYhyyupLe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tv9ZuYhw-uOYhyyupLe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.tv9ZuYhw-uOYhyyupLe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOYhyyupLe .navbar .nav-item {
    padding: .5rem 0;
  }
  .tv9ZuYhw-uOYhyyupLe .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .tv9ZuYhw-uOYhyyupLe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tv9ZuYhw-uOYhyyupLe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tv9ZuYhw-uOYhyyupLe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .tv9ZuYhw-uOYhyyupLe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tv9ZuYhw-uOYhyyupLe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .tv9ZuYhw-uOYhyyupLe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tv9ZuYhw-uOYhyyupLe .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .tv9ZuYhw-uOYhyyupLe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .tv9ZuYhw-uOYhyyupLe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .tv9ZuYhw-uOYhyyupLe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .tv9ZuYhw-uOYhyyupLe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tv9ZuYhw-uOYhyyupLe .navbar .icons-menu {
    padding: 0;
  }
}
.tv9ZuYhw-uOYhyyupLe .navbar.navbar-short {
  min-height: 60px;
}
.tv9ZuYhw-uOYhyyupLe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.tv9ZuYhw-uOYhyyupLe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.tv9ZuYhw-uOYhyyupLe .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;
}
.tv9ZuYhw-uOYhyyupLe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.tv9ZuYhw-uOYhyyupLe .navbar-brand .navbar-logo a {
  outline: none;
}
.tv9ZuYhw-uOYhyyupLe .dropdown-item.active,
.tv9ZuYhw-uOYhyyupLe .dropdown-item:active {
  background-color: transparent;
}
.tv9ZuYhw-uOYhyyupLe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.tv9ZuYhw-uOYhyyupLe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tv9ZuYhw-uOYhyyupLe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tv9ZuYhw-uOYhyyupLe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tv9ZuYhw-uOYhyyupLe ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.tv9ZuYhw-uOYhyyupLe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.tv9ZuYhw-uOYhyyupLe button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #976cff;
}
.tv9ZuYhw-uOYhyyupLe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.tv9ZuYhw-uOYhyyupLe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tv9ZuYhw-uOYhyyupLe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tv9ZuYhw-uOYhyyupLe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tv9ZuYhw-uOYhyyupLe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tv9ZuYhw-uOYhyyupLe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tv9ZuYhw-uOYhyyupLe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tv9ZuYhw-uOYhyyupLe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tv9ZuYhw-uOYhyyupLe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tv9ZuYhw-uOYhyyupLe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tv9ZuYhw-uOYhyyupLe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tv9ZuYhw-uOYhyyupLe .navbar {
    height: 70px;
  }
  .tv9ZuYhw-uOYhyyupLe .navbar.opened {
    height: auto;
  }
  .tv9ZuYhw-uOYhyyupLe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tv9ZuYhw-uOYhyyupLe .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .tv9ZuYhw-uOYhyyupLe .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.tv9ZuYhw-uOYhyyupLe .resolution-section-btn-main {
  padding-top: 5px;
}
.tv9ZuYhw-uOYhyyupLe .resolution-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYhyyupLe .resolution-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.tv9ZuYhw-uOYhyyupLe .navbar-caption:hover {
  color: #7c46ff;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOYhyyupLe .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.tv9ZuYhw-uOYhyyupLe .text_widget {
  margin-bottom: 32px;
}
.tv9ZuYhw-uOYhyyupLe .text_widget a {
  transition: all 0.3s ease-out;
}
.tv9ZuYhw-uOYhyyupLe .text_widget a:hover {
  color: #7c46ff !important;
}
.tv9ZuYhw-uOYhyyupLe .resolution-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.tv9ZuYhw-uOYhyyupLe .resolution-text {
  color: #ffffff;
  text-align: left;
}
.tv9ZuYhw-uOYhyyupLe .resolution-section-subtitle,
.tv9ZuYhw-uOYhyyupLe .text_widget,
.tv9ZuYhw-uOYhyyupLe .resolution-section-btn {
  text-align: left;
}
.tv9ZuYhw-uOYhyyupLe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.tv9ZuYhw-uOYhyzshAd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #0a0011;
}
.tv9ZuYhw-uOYhyzshAd .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYhyzshAd .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYhyzshAd .row {
  justify-content: center;
}
.tv9ZuYhw-uOYhyzshAd .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYhyzshAd .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYhyzshAd .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.tv9ZuYhw-uOYhyzshAd .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #976cff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYhyzshAd .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.tv9ZuYhw-uOYhyzshAd .content-wrapper .title-wrapper .resolution-section-title {
  margin-bottom: 0;
}
.tv9ZuYhw-uOYhyzshAd .content-wrapper .title-wrapper .resolution-section-subtitle {
  margin-bottom: 0;
}
.tv9ZuYhw-uOYhyzshAd .content-wrapper .text-wrapper .resolution-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYhyzshAd .content-wrapper .text-wrapper .resolution-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.tv9ZuYhw-uOYhyzshAd .resolution-section-title {
  color: #ffffff;
}
.tv9ZuYhw-uOYhyzshAd .resolution-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.tv9ZuYhw-uOYhyzshAd .resolution-text,
.tv9ZuYhw-uOYhyzshAd .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYhyzshAd .resolution-section-title,
.tv9ZuYhw-uOYhyzshAd .resolution-section-btn {
  text-align: center;
  color: #976cff;
}
.tv9ZuYhw-uOYhyAfn5I {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #0a0011;
}
.tv9ZuYhw-uOYhyAfn5I .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYhyAfn5I .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYhyAfn5I .items-wrapper {
  justify-content: center;
}
.tv9ZuYhw-uOYhyAfn5I .resolution-text,
.tv9ZuYhw-uOYhyAfn5I .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.tv9ZuYhw-uOYpfgecFD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.tv9ZuYhw-uOYpfgecFD .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYpfgecFD .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYpfgecFD .container,
.tv9ZuYhw-uOYpfgecFD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .container,
  .tv9ZuYhw-uOYpfgecFD .container-fluid {
    padding: 0 20px;
  }
}
.tv9ZuYhw-uOYpfgecFD a {
  display: block;
}
.tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
    padding: 50px 0;
  }
}
.tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
    margin: 0 auto;
  }
}
.tv9ZuYhw-uOYpfgecFD .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .copy-wrapper {
    border-right: none;
  }
}
.tv9ZuYhw-uOYpfgecFD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper {
    height: auto;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .card-wrapper {
    margin-bottom: 50px;
  }
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #0a0011;
  border-radius: 24px;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap .resolution-section-title {
  margin-bottom: 42px;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap .resolution-text {
  margin-bottom: 42px;
}
.tv9ZuYhw-uOYpfgecFD .copyright {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-title {
  color: #3d4045;
}
.tv9ZuYhw-uOYpfgecFD .resolution-text {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYpfgecFD .list {
  color: #ffffff;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-btn {
  text-align: right;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-title,
.tv9ZuYhw-uOYpfgecFD .resolution-section-btn {
  text-align: center;
  color: #976cff;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOYhzR8Jr8 .menu_box .navbar.opened,
  .tv9ZuYhw-uOYhzR8Jr8 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar-dropdown {
  position: relative !important;
}
.tv9ZuYhw-uOYhzR8Jr8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOYhzR8Jr8 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOYhzR8Jr8 .resolution-section-btn-main {
    margin-top: 1rem;
  }
}
.tv9ZuYhw-uOYhzR8Jr8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tv9ZuYhw-uOYhzR8Jr8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOYhzR8Jr8 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .offcanvas-body .resolution-text,
  .tv9ZuYhw-uOYhzR8Jr8 .offcanvas-body .resolution-section-subtitle {
    margin-bottom: 32px;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .tv9ZuYhw-uOYhzR8Jr8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tv9ZuYhw-uOYhzR8Jr8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .tv9ZuYhw-uOYhzR8Jr8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .tv9ZuYhw-uOYhzR8Jr8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .lg_brand {
    margin: 0 1rem;
  }
}
.tv9ZuYhw-uOYhzR8Jr8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .tv9ZuYhw-uOYhzR8Jr8 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOYhzR8Jr8 .nav-item {
    margin: 0 !important;
  }
}
.tv9ZuYhw-uOYhzR8Jr8 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.tv9ZuYhw-uOYhzR8Jr8 .nav-item .nav-link:hover {
  opacity: .5;
}
.tv9ZuYhw-uOYhzR8Jr8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOYhzR8Jr8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOYhzR8Jr8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tv9ZuYhw-uOYhzR8Jr8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .offcanvas_box {
    display: none;
  }
}
.tv9ZuYhw-uOYhzR8Jr8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.tv9ZuYhw-uOYhzR8Jr8 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tv9ZuYhw-uOYhzR8Jr8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.tv9ZuYhw-uOYhzR8Jr8 .container {
  display: flex;
  margin: auto;
}
.tv9ZuYhw-uOYhzR8Jr8 .iconfont-wrapper {
  color: #263a5c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.tv9ZuYhw-uOYhzR8Jr8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.tv9ZuYhw-uOYhzR8Jr8 .iconfont-wrapper:hover {
  opacity: .5;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar-caption {
  color: #263652;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOYhzR8Jr8 .navbar-nav {
    margin: 0;
  }
}
.tv9ZuYhw-uOYhzR8Jr8 .dropdown-menu,
.tv9ZuYhw-uOYhzR8Jr8 .navbar.opened {
  background-color: false !important;
}
.tv9ZuYhw-uOYhzR8Jr8 .nav-item:focus,
.tv9ZuYhw-uOYhzR8Jr8 .nav-link:focus {
  outline: none;
}
.tv9ZuYhw-uOYhzR8Jr8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tv9ZuYhw-uOYhzR8Jr8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.tv9ZuYhw-uOYhzR8Jr8 .dropdown .dropdown-menu .dropdown-item .resolution-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tv9ZuYhw-uOYhzR8Jr8 .dropdown .dropdown-menu .dropdown-item .resolution-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tv9ZuYhw-uOYhzR8Jr8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tv9ZuYhw-uOYhzR8Jr8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYhzR8Jr8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar.opened {
  transition: all 0.3s;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar.collapsed {
  justify-content: center;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .tv9ZuYhw-uOYhzR8Jr8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .navbar .icons-menu {
    padding: 0;
  }
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar.navbar-short {
  min-height: 60px;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.tv9ZuYhw-uOYhzR8Jr8 .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;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar-brand .navbar-logo a {
  outline: none;
}
.tv9ZuYhw-uOYhzR8Jr8 .dropdown-item.active,
.tv9ZuYhw-uOYhzR8Jr8 .dropdown-item:active {
  background-color: transparent;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.tv9ZuYhw-uOYhzR8Jr8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tv9ZuYhw-uOYhzR8Jr8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tv9ZuYhw-uOYhzR8Jr8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.tv9ZuYhw-uOYhzR8Jr8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #976cff;
}
.tv9ZuYhw-uOYhzR8Jr8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.tv9ZuYhw-uOYhzR8Jr8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tv9ZuYhw-uOYhzR8Jr8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tv9ZuYhw-uOYhzR8Jr8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tv9ZuYhw-uOYhzR8Jr8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tv9ZuYhw-uOYhzR8Jr8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tv9ZuYhw-uOYhzR8Jr8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tv9ZuYhw-uOYhzR8Jr8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tv9ZuYhw-uOYhzR8Jr8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tv9ZuYhw-uOYhzR8Jr8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tv9ZuYhw-uOYhzR8Jr8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tv9ZuYhw-uOYhzR8Jr8 .navbar {
    height: 70px;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .navbar.opened {
    height: auto;
  }
  .tv9ZuYhw-uOYhzR8Jr8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .tv9ZuYhw-uOYhzR8Jr8 .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.tv9ZuYhw-uOYhzR8Jr8 .resolution-section-btn-main {
  padding-top: 5px;
}
.tv9ZuYhw-uOYhzR8Jr8 .resolution-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYhzR8Jr8 .resolution-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.tv9ZuYhw-uOYhzR8Jr8 .navbar-caption:hover {
  color: #7c46ff;
}
@media (min-width: 992px) {
  .tv9ZuYhw-uOYhzR8Jr8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.tv9ZuYhw-uOYhzR8Jr8 .text_widget {
  margin-bottom: 32px;
}
.tv9ZuYhw-uOYhzR8Jr8 .text_widget a {
  transition: all 0.3s ease-out;
}
.tv9ZuYhw-uOYhzR8Jr8 .text_widget a:hover {
  color: #7c46ff !important;
}
.tv9ZuYhw-uOYhzR8Jr8 .resolution-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.tv9ZuYhw-uOYhzR8Jr8 .resolution-text {
  color: #ffffff;
  text-align: left;
}
.tv9ZuYhw-uOYhzR8Jr8 .resolution-section-subtitle,
.tv9ZuYhw-uOYhzR8Jr8 .text_widget,
.tv9ZuYhw-uOYhzR8Jr8 .resolution-section-btn {
  text-align: left;
}
.tv9ZuYhw-uOYhzR8Jr8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.tv9ZuYhw-uOYhzRV5h7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #0a0011;
}
.tv9ZuYhw-uOYhzRV5h7 .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYhzRV5h7 .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYhzRV5h7 .row {
  justify-content: center;
}
.tv9ZuYhw-uOYhzRV5h7 .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYhzRV5h7 .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYhzRV5h7 .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.tv9ZuYhw-uOYhzRV5h7 .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #976cff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYhzRV5h7 .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.tv9ZuYhw-uOYhzRV5h7 .content-wrapper .title-wrapper .resolution-section-title {
  margin-bottom: 0;
}
.tv9ZuYhw-uOYhzRV5h7 .content-wrapper .title-wrapper .resolution-section-subtitle {
  margin-bottom: 0;
}
.tv9ZuYhw-uOYhzRV5h7 .content-wrapper .text-wrapper .resolution-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYhzRV5h7 .content-wrapper .text-wrapper .resolution-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.tv9ZuYhw-uOYhzRV5h7 .resolution-section-title {
  color: #ffffff;
}
.tv9ZuYhw-uOYhzRV5h7 .resolution-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.tv9ZuYhw-uOYhzRV5h7 .resolution-text,
.tv9ZuYhw-uOYhzRV5h7 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYhzRV5h7 .resolution-section-title,
.tv9ZuYhw-uOYhzRV5h7 .resolution-section-btn {
  text-align: center;
  color: #976cff;
}
.tv9ZuYhw-uOYhzSt2kh {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #0a0011;
}
.tv9ZuYhw-uOYhzSt2kh .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYhzSt2kh .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYhzSt2kh .items-wrapper {
  justify-content: center;
}
.tv9ZuYhw-uOYhzSt2kh .resolution-text,
.tv9ZuYhw-uOYhzSt2kh .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.tv9ZuYhw-uOYpfgecFD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.tv9ZuYhw-uOYpfgecFD .resolution-fallback-image.disabled {
  display: none;
}
.tv9ZuYhw-uOYpfgecFD .resolution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tv9ZuYhw-uOYpfgecFD .container,
.tv9ZuYhw-uOYpfgecFD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .container,
  .tv9ZuYhw-uOYpfgecFD .container-fluid {
    padding: 0 20px;
  }
}
.tv9ZuYhw-uOYpfgecFD a {
  display: block;
}
.tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper {
    padding: 50px 0;
  }
}
.tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD a .logo-wrapper img {
    margin: 0 auto;
  }
}
.tv9ZuYhw-uOYpfgecFD .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .copy-wrapper {
    border-right: none;
  }
}
.tv9ZuYhw-uOYpfgecFD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper {
    height: auto;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.tv9ZuYhw-uOYpfgecFD .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .tv9ZuYhw-uOYpfgecFD .card-wrapper {
    margin-bottom: 50px;
  }
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #0a0011;
  border-radius: 24px;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap .resolution-section-title {
  margin-bottom: 42px;
}
.tv9ZuYhw-uOYpfgecFD .card-wrapper .card-wrap .resolution-text {
  margin-bottom: 42px;
}
.tv9ZuYhw-uOYpfgecFD .copyright {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-title {
  color: #3d4045;
}
.tv9ZuYhw-uOYpfgecFD .resolution-text {
  color: #ffffff;
  text-align: center;
}
.tv9ZuYhw-uOYpfgecFD .list {
  color: #ffffff;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-btn {
  text-align: right;
}
.tv9ZuYhw-uOYpfgecFD .resolution-section-title,
.tv9ZuYhw-uOYpfgecFD .resolution-section-btn {
  text-align: center;
  color: #976cff;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
@keyframes coolIn {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-15deg);
    filter: blur(5px);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) rotate(5deg);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
}

@keyframes coolOut {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.8) rotate(10deg);
    filter: blur(3px);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: coolIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: coolOut 0.5s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes blurIn {
    0% {
        filter: blur(10px);
        opacity: 0;
    }
    100% {
        filter: blur(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: blurIn 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 23: underline grow */
a, button, .btn {
  position: relative;
  text-decoration: none;
}
a::after, button::after, .btn::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  height: 2px;
  width: 0;
  background: #000;
  transition: width 0.2s ease;
}
a:active::after, button:active::after, .btn:active::after {
  width: 100%;
}
/* endmainanimations */
.quiz-section {
  background-image: url("../../../assets/images/trail.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}

section.form01,
.form01 .content-wrapper,
.form01 .form-wrapper,
.form01 form,
.form01 input,
.form01 textarea,
.form01 button {
    filter: none !important;
    backdrop-filter: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 999 !important;
    position: relative;
}