body.dashboard, body.gc, body.login-signup {
  background-color: #ffffff;
}

/* New container for the header - Only applies to large desktops */
.container-wide {
  max-width: 95%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .container-wide {
    width: 1416px;
  }
}

.hero-wrap {
  background-color: #292929;
}

body {
  padding-top: 183px;
}

/* === SMART HEADER BEHAVIOR === */
#site_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, background-color 0.4s ease;
  will-change: transform;
}
#site_header.header--hidden {
  transform: translateY(-100%) !important;
  box-shadow: none !important;
}
#site_header.header--shrink {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(11.6px);
  -webkit-backdrop-filter: blur(11.6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#site_header.header--shrink .header-top-bar {
  display: none;
}
#site_header.header--shrink .header-top-bar__inner {
  padding: 1rem 0 0.8rem;
}
#site_header.header--shrink .navbar-brand__logo-img {
  max-height: 45px !important;
}
#site_header.header--shrink .navbar-brand {
  height: 70px !important;
}
#site_header.header--shrink .navbar.header-main-nav {
  margin: 0 auto;
  display: block;
  width: 100%;
  padding-bottom: 1rem;
  background-color: transparent;
}
#site_header.header--shrink .navbar-main > li > a {
  padding: 25px 14px !important;
}

/* === TOP BAR === */
.header-top-bar .header-top-bar__inner {
  padding: 3rem 0 0.8rem;
  min-height: 7.3rem;
}
.header-top-bar .top-contact {
  flex-grow: 1;
  border-bottom: 1px solid #e9ecef;
  font-weight: 700;
  font-size: 1.7rem;
}
.header-top-bar .top-contact .top-contact__item,
.header-top-bar .top-contact .top-contact__item a {
  color: #323334;
}
.header-top-bar .top-contact .top-contact__item a .fa {
  color: #d81b4a;
}
.header-top-bar .top-contact .top-contact__item:first-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .header-top-bar .top-contact .top-contact__item:first-child {
    margin-right: clamp(2rem, 3.344vw - 0.569rem, 4rem);
  }
}
.header-top-bar .top-contact .top-contact__item--separator {
  font-weight: 300;
  color: #dedede;
}
@media (min-width: 768px) {
  .header-top-bar .top-contact .top-contact__item--separator {
    display: none;
  }
}
.header-top-bar .top-auth {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 400;
}
.header-top-bar .top-auth .top-auth__item a {
  color: #292929;
}
.header-top-bar .top-auth .btn {
  font-size: 14px;
  padding: 6px 24px;
  border-radius: 20px;
  transition: all 0.3s ease;
  text-transform: capitalize;
}
.header-top-bar .top-auth .btn.btn-outline-default {
  font-weight: 600;
  color: #999fa3;
}
.header-top-bar .top-auth .btn.btn-outline-default:hover {
  color: #333 !important;
  border-color: transparent !important;
}

/* === HEADER MAIN NAV === */
.header:has(.navbar.header-main-nav) {
  box-shadow: 0 1px 10px rgba(0, 0, 1, 0.12);
}
.navbar.header-main-nav {
  position: relative;
  margin: 0 auto;
  padding: 0 0 2rem;
  border: none;
  background-color: #fff;
}
.navbar.header-main-nav .container-wide {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.navbar.header-main-nav .navbar-header {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  /* flex-shrink: 0 !important; */
}
.navbar.header-main-nav .navbar-header::after, .navbar.header-main-nav .navbar-header::before {
  display: none !important;
  content: none !important;
}
.navbar.header-main-nav .navbar-header .navbar-brand {
  height: 90px !important;
  padding: 15px 0 !important;
  display: flex !important;
  align-items: center !important;
  margin-right: 40px !important;
}
.navbar.header-main-nav .navbar-brand__logo-img {
  max-height: 60px !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  transition: max-height 0.3s ease;
}
.navbar.header-main-nav #new-main-nav.collapse.navbar-collapse {
  display: flex !important;
  flex-grow: 1 !important;
  align-items: center !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border-top: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar.header-main-nav #new-main-nav.collapse.navbar-collapse {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .navbar.header-main-nav #new-main-nav.collapse.navbar-collapse {
    display: none !important;
  }
}
.navbar.header-main-nav .header-flex-wrapper {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
}
.navbar.header-main-nav .header-flex-wrapper .navbar-main {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
}
.navbar.header-main-nav .navbar-nav.navbar-main {
  display: flex !important;
  float: none !important;
  justify-content: space-between !important;
  margin: 0 !important;
}
.navbar.header-main-nav .navbar-main > li {
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
}
.navbar.header-main-nav .navbar-main > li > a {
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 35px 14px !important;
  line-height: 1 !important;
  color: #292929 !important;
}
.navbar.header-main-nav .navbar-main > li.active > a,
.navbar.header-main-nav .navbar-main > li > a:hover {
  color: #e31837 !important;
}
.navbar.header-main-nav {
  /* Dropdowns */
}
.navbar.header-main-nav .navbar-main .dropdown-menu {
  top: 100% !important;
  left: 0 !important;
  margin-top: 0 !important;
  border-radius: 0 0 4px 4px !important;
}
.navbar.header-main-nav {
  /* Extras Group (Social + Search) */
}
.navbar.header-main-nav .header-extras-group {
  display: flex !important;
  align-items: center !important;
  gap: 25px !important;
  margin-left: auto !important;
  flex-shrink: 0 !important;
}
.navbar.header-main-nav {
  /* Social */
}
.navbar.header-main-nav .social-icons {
  display: flex;
  gap: 1.6rem !important;
  align-items: center !important;
}
.navbar.header-main-nav .social-icons a {
  height: 2.4rem;
  width: 2.4rem;
  background-color: #999fa3;
  color: #fefefe !important;
  border-radius: 50%;
  transition: all 0.3s !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
}
.navbar.header-main-nav .social-icons a i {
  font-size: 1.4rem;
}
.navbar.header-main-nav .social-icons a:hover {
  transform: translateY(-2px);
  color: #ffffff !important;
  background-color: #e31837 !important;
}
@media (max-width: 991px) {
  .navbar.header-main-nav .social-icons {
    display: none !important;
  }
}
.navbar.header-main-nav {
  /* Search */
}
.navbar.header-main-nav .header-search-wrapper .navbar-form {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.navbar.header-main-nav .header-search-wrapper .input-group {
  height: 5rem;
}
@media (min-width: 992px) {
  .navbar.header-main-nav .header-search-wrapper .xdsoft_autocomplete {
    max-width: none;
  }
}
.navbar.header-main-nav .header-search-wrapper .form-control {
  border-radius: 12px 0 0 12px !important;
  height: 5rem;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .navbar.header-main-nav .header-search-wrapper .form-control {
    width: clamp(18.5rem, 26.265vw - 7.554rem, 32rem);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar.header-main-nav .header-search-wrapper .form-control {
    width: clamp(18.5rem, 26.265vw - 7.554rem, 32rem);
  }
}
.navbar.header-main-nav .header-search-wrapper .btn-search {
  border-radius: 0 12px 12px 0 !important;
  background-color: #e31837;
  border-color: #e31837 !important;
  color: white !important;
  height: 100% !important;
  width: 5rem;
}
.navbar.header-main-nav .header-search-wrapper .btn-search:hover {
  background-color: #fc003f;
}
.navbar.header-main-nav .header-search-wrapper .btn-search .fa {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .navbar.header-main-nav .container-wide {
    display: block !important;
  }
  .navbar.header-main-nav .navbar-header {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .navbar.header-main-nav #new-main-nav.collapse.navbar-collapse {
    display: none !important;
    width: 100% !important;
  }
  .navbar.header-main-nav #new-main-nav.collapse.navbar-collapse.in {
    display: block !important;
  }
  .navbar.header-main-nav #new-main-nav.collapse.navbar-collapse .header-flex-wrapper {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 10px 0 !important;
  }
  .navbar.header-main-nav #new-main-nav.collapse.navbar-collapse .header-flex-wrapper .navbar-main {
    width: 100% !important;
    flex-direction: column !important;
    margin-bottom: 15px !important;
  }
  .navbar.header-main-nav #new-main-nav.collapse.navbar-collapse .header-flex-wrapper .navbar-main > li {
    width: 100% !important;
    border-bottom: 1px solid #eee !important;
  }
  .navbar.header-main-nav #new-main-nav.collapse.navbar-collapse .header-flex-wrapper .navbar-main > li > a {
    padding: 15px 0 !important;
    width: 100% !important;
  }
  .navbar.header-main-nav #new-main-nav.collapse.navbar-collapse .header-flex-wrapper .header-extras-group {
    width: 100% !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin-left: 0 !important;
  }
  .navbar.header-main-nav #new-main-nav.collapse.navbar-collapse .header-flex-wrapper .header-extras-group .input-group-sm .form-control {
    width: 100% !important;
  }
}

/* SIDENAV */
#dps-sidenav.sidenav-menu-is-open {
  z-index: 5;
}
@media (min-width: 768px) {
  #dps-sidenav.sidenav-menu-is-open {
    overflow: visible;
  }
}
#dps-sidenav .dropdown-menu {
  float: none;
}

/*** === NEW FOOTER === ***/
.footer-main * {
  float: none !important;
}
.footer-main {
  background-color: #292929;
  background-image: url("/img/footer-bg-graphic.png");
  background-repeat: no-repeat;
  background-position: right 60px bottom -266px;
  position: relative;
  padding: 8rem 0 2rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fefefe;
  margin-top: 0;
}
.footer-main .container-wide {
  position: relative;
  z-index: 2;
}
.footer-main .footer-main__main-row {
  row-gap: 3rem;
}
.footer-main .footer-main__col-brand {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.footer-main .footer-main__col-brand .footer-main__logo {
  width: 240px;
  height: auto;
}
.footer-main .footer-main__col-brand .footer-main__search-wrapper .navbar-form {
  padding-inline: 0;
  margin-inline: 0;
  box-shadow: none;
}
.footer-main .footer-main__col-brand .footer-main__search-wrapper .input-group {
  display: flex !important;
  width: 100% !important;
}
.footer-main .footer-main__col-brand .footer-main__search-wrapper .form-control {
  background-color: rgba(255, 255, 255, 0.95);
  border: none;
  color: #333;
  border-radius: 12px 0 0 12px;
  border: 2px solid #d81b4a;
}
.footer-main .footer-main__col-brand .footer-main__search-wrapper .xdsoft_autocomplete {
  display: block !important;
  flex: 1 1 auto !important;
  width: auto !important;
  position: relative !important;
}
.footer-main .footer-main__col-brand .footer-main__search-wrapper .xdsoft_autocomplete_dropdown {
  min-width: 100%;
  color: initial;
  background-color: #fff;
}
.footer-main .footer-main__col-brand .footer-main__search-wrapper .xdsoft_autocomplete_dropdown *:not(.active, .active *) {
  /* Forces the dropdown's offspring to be dark */
  color: #464749;
}
.footer-main .footer-main__col-brand .footer-main__search-wrapper .xdsoft_autocomplete,
.footer-main .footer-main__col-brand .footer-main__search-wrapper .xdsoft_autocomplete_dropdown {
  max-width: 320px;
}
.footer-main .footer-main__col-brand .footer-main__search-wrapper .xdsoft_input,
.footer-main .footer-main__col-brand .footer-main__search-wrapper .xdsoft_autocomplete_hint {
  width: 100% !important;
  box-sizing: border-box !important;
}
.footer-main .footer-main__col-brand .footer-main__search-wrapper .input-group-btn {
  display: block !important;
  flex: 0 0 auto !important;
  width: auto !important;
}
.footer-main .footer-main__col-brand .footer-main__search-wrapper .input-group-btn .btn-search-footer {
  height: 100% !important;
  width: 50px;
  padding: 0;
  background-color: #d81b4a !important;
  border-color: #d81b4a !important;
  color: #fff !important;
  border-radius: 0 12px 12px 0;
  transition: all 0.2s ease;
}
.footer-main .footer-main__col-brand .footer-main__search-wrapper .input-group-btn .btn-search-footer:hover {
  background-color: #fc003f !important;
  transform: scale(1.05);
}
.footer-main .footer-main__col-brand .footer-main__ctas {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
}
.footer-main .footer-main__col-brand .footer-main__ctas .btn {
  font-size: 14px;
  padding: 6px 24px;
  border-radius: 20px;
  transition: all 0.3s ease;
  text-transform: capitalize;
}
.footer-main .footer-main__col-brand .footer-main__ctas .btn-primary:hover {
  background-color: #fc003f;
}
.footer-main .footer-main__col-brand .footer-main__ctas .btn.btn-outline-light:hover {
  background-color: #555 !important;
}
.footer-main .footer-main__col-brand .footer-main__socials {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
}
.footer-main .footer-main__col-brand .footer-main__socials .footer-main__social-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #fefefe;
  color: #464749;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-main .footer-main__col-brand .footer-main__socials .footer-main__social-link i {
  font-size: 1.4rem;
  line-height: 2.4rem;
  pointer-events: none;
}
.footer-main .footer-main__col-brand .footer-main__socials .footer-main__social-link:hover {
  transform: translateY(-2px);
}
.footer-main {
  /* Typography & Links */
}
.footer-main .footer-main__heading {
  color: #d81b4a;
  font-weight: 800;
  font-size: 2.2rem;
  /* letter-spacing: 1px; */
  margin-bottom: 20px;
}
.footer-main {
  /* CMYK Bar */
}
@media (max-width: 767px) {
  .footer-main .cmyk-divider-col {
    display: none !important;
  }
}
.footer-main .cmyk-divider-col .cmyk-vertical-bar {
  width: 6px;
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.footer-main .cmyk-divider-col .cmyk-vertical-bar .cmyk-seg {
  flex: 1;
}
.footer-main .cmyk-divider-col .cmyk-vertical-bar .cmyk-seg.cyan {
  background: #24abe2;
}
.footer-main .cmyk-divider-col .cmyk-vertical-bar .cmyk-seg.magenta {
  background: #e90d8c;
}
.footer-main .cmyk-divider-col .cmyk-vertical-bar .cmyk-seg.yellow {
  background: #fcee22;
}
.footer-main .cmyk-divider-col .cmyk-vertical-bar .cmyk-seg.black {
  background: #020303;
}
.footer-main .footer-main__menu .footer-main__menu-link {
  color: #e5e5e5;
  text-decoration: none;
  display: block;
  padding: 6px 0;
  transition: 0.2s;
}
.footer-main .footer-main__menu .footer-main__menu-link:hover {
  color: #fff;
  padding-left: 5px;
}
.footer-main .footer-main__contact-list {
  margin: 0 !important;
  width: 100%;
}
.footer-main .footer-main__contact-list .footer-main__contact-item {
  display: block;
  margin-bottom: 6px;
  line-height: 1.4;
  word-wrap: break-word;
}
.footer-main .footer-main__contact-list .footer-main__contact-label {
  font-weight: 700;
  color: #ffffff;
  margin-right: 5px;
}
.footer-main .footer-main__contact-list .footer-main__contact-link {
  font-weight: 700;
  color: #d81b4a;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-main .footer-main__contact-list .footer-main__contact-link:hover {
  color: #ff0241;
  text-decoration: underline;
}
.footer-main .footer-main__contact-list .footer-main__contact-text {
  color: #ffffff;
}
.footer-main .footer-main__bottom-bar {
  opacity: 0.6;
}
.footer-main .footer-main__bottom-bar .footer-main__copyright {
  font-size: 1.2rem;
}

.hero {
  padding: clamp(5rem, 5.837vw - 0.79rem, 8rem) 0;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 539px) {
  .hero .container-wide {
    max-width: 100%;
  }
}
.hero .hero__content {
  row-gap: 4rem;
}
.hero .hero__content-inner {
  display: flex;
  align-items: stretch;
}
@media (min-width: 992px) {
  .hero .hero__content-inner {
    -moz-column-gap: clamp(3rem, 1.946vw + 1.07rem, 4rem);
         column-gap: clamp(3rem, 1.946vw + 1.07rem, 4rem);
    padding-inline-end: clamp(3rem, 1.946vw + 1.07rem, 4rem);
  }
}
@media (max-width: 991px) {
  .hero .hero__content-inner {
    -moz-column-gap: clamp(1.5rem, 2.235vw + 0.785rem, 3rem);
         column-gap: clamp(1.5rem, 2.235vw + 0.785rem, 3rem);
    padding-inline-end: clamp(0rem, 4.471vw - 1.431rem, 3rem);
  }
}
.hero .hero__text-wrapper {
  max-width: 100%;
}
.hero {
  /* VERTICAL CMYK BAR */
}
.hero .cmyk-bar-vertical {
  display: flex;
  flex-direction: column;
  width: 0.8rem;
}
@media (min-width: 992px) {
  .hero .cmyk-bar-vertical {
    width: clamp(0.8rem, 0.778vw + 0.028rem, 1.2rem);
  }
}
.hero .cmyk-bar-vertical {
  overflow: hidden;
  flex-shrink: 0;
}
.hero .cmyk-bar-vertical span {
  flex: 1;
  display: block;
}
.hero .cmyk-bar-vertical .c-cyan {
  background-color: #00AEEF;
}
.hero .cmyk-bar-vertical .c-magenta {
  background-color: #EC008C;
}
.hero .cmyk-bar-vertical .c-yellow {
  background-color: #FFF200;
}
.hero .cmyk-bar-vertical .c-black {
  background-color: #231F20;
}
.hero {
  /* TYPOGRAPHY */
}
.hero .hero__subtitle {
  font-size: clamp(2.5rem, 3.113vw - 0.588rem, 4.1rem);
  font-weight: 700;
  line-height: 1.2;
  color: #464749;
  margin-bottom: 10px;
  text-transform: none;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .hero .hero__subtitle {
    font-size: clamp(2rem, 0.745vw + 1.762rem, 2.5rem);
  }
}
@media (max-width: 767px) {
  .hero .hero__title {
    font-size: clamp(4rem, 4.322vw + 2.617rem, 6.9rem);
  }
}
@media (min-width: 768px) {
  .hero .hero__title {
    font-size: clamp(6.9rem, 10.311vw - 3.329rem, 12.2rem);
  }
}
.hero .hero__title {
  line-height: 0.9;
  font-weight: 800;
  color: #464749;
  margin-block-end: 0.2em;
}
.hero .hero__title span {
  color: #D21034;
}
.hero .hero__image-frame {
  position: relative;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero .hero__image-frame {
    max-width: 70%;
    display: none;
  }
}
.hero .hero__image-frame img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}/*# sourceMappingURL=global.css.map */