/* --------------------------------------------------
 * CORE
 * -------------------------------------------------- */
/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* 2. Remove default margin */
* {
  margin: 0;
}
/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}
/* 6. Improve media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
/* 7. Inherit fonts for form controls */
input,
button,
textarea,
select {
  font: inherit;
}
/* 8. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}
/*
  10. Create a root stacking context
*/
#root,
#__next {
  isolation: isolate;
}
:root {
  --layout-grid-row-gap-default: 40px;
  --layout-grid-column-gap-default: 40px;
  --layout-grid-container-padding: 20px;
  --color-luware-black: #1C2129;
  --color-luware-light-1: #F7F8FB;
  --color-luware-light-2: #EEF0F6;
  --color-luware-brand-default: #0B48F8;
  --color-luware-brand-hover: #235AF9;
  --color-nimbus-light-1: #f7f6fe;
  --color-nimbus-light-2: #efecfb;
  --color-nimbus-medium: #9158f3;
  --color-nimbus-default: #531FAD;
  --color-nimbus-dark: #270845;
  --color-recording-light-1: #f3f8f7;
  --color-recording-light-2: #e7f1f0;
  --color-recording-medium: #00b292;
  --color-recording-default: #076C66;
  --color-recording-dark: #043134;
  --font-size-default: 18px;
  --font-size-button: 17px;
  --font-weight-book: 450;
  --primary-1: #000;
  --primary-2: #FFFFFF;
  --primary-3: #020312;
  --primary-4: #0B48F8;
  --primary-5: #F6F6F6;
  --primary-6: #EBFAFF;
  --color-luware-brand-1: #0B48F8;
  --color-luware-brand-2: #5C95FF;
  --mobile-breakpoint: 992px;
  --container-width: 1580px;
  --container-padding: 20px;
  --dnd-gap: 40px;
  --dnd-mt: 120px;
  --dnd-mb: 120px;
  --header-height: 94px;
  --header-mobile-height: 49px;
  --header-bg-color: #110A3A;
  --header-font-color: #FFF;
  --nav-font-color: #000;
  --body-font: "Circular Std";
  --header-font: "Circular Std";
  --body-font-size: 16px;
  --body-font-color: #000;
  --body-font-line-height: 24px;
  --body-font-weight: 400;
  --text-elements-margin: 0px 0px 10px 0px;
  --form-font: var(--body-font);
  --form-font-size: 16px;
  --form-font-color: #0000;
  --form-border: 1px solid transparent;
  --form-border-radius: 0px;
  --form-padding: 0px;
  --form-filed-margin: 0px;
  --form-label-size: 16px;
  --form-label-color: rgba(0, 0, 0, 0.9);
  --form-legend-size: 16px;
  --form-legend-color: #000000;
  --form-placeholder-size: 16px;
  --form-placeholder-color: #000;
  --form-error-size: 16px;
  --form-error-color: #DB0000;
}
/* --------------------------------------------------
 * FONTS
 * -------------------------------------------------- */
@font-face {
  font-family: "Circular Std";
  src: url('https://144052992.fs1.hubspotusercontent-eu1.net/hubfs/144052992/Website_Theme/Fonts/CircularXXWeb-Regular.woff2') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: url('https://144052992.fs1.hubspotusercontent-eu1.net/hubfs/144052992/Website_Theme/Fonts/CircularXXWeb-Book.woff2') format('opentype');
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: url('https://144052992.fs1.hubspotusercontent-eu1.net/hubfs/144052992/Website_Theme/Fonts/CircularXXWeb-Medium.woff2') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Editorial New";
  src: url('https://144052992.fs1.hubspotusercontent-eu1.net/hubfs/144052992/Website_Theme/Fonts/PPEditorialNew-Italic.woff2') format('opentype');
  font-style: normal;
  font-display: swap;
}
/* --------------------------------------------------
 * BASE HTML
 * -------------------------------------------------- */
body {
  font-family: "Circular Std", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* --------------------------------------------------
 * LAYOUT
 * -------------------------------------------------- */
/* -----------------------------------------
 * GRID
 * ----------------------------------------- */
.container {
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 var(--layout-grid-container-padding);
}
/* -----------------------------------------
 * GRID
 * ----------------------------------------- */
.grid {
  display: grid;
  row-gap: var(--layout-grid-row-gap-default);
}
.grid.row-gap-zero {
  row-gap: 0;
}
.grid.row-gap-small {
  row-gap: 25px;
}
.grid .row {
  display: grid;
  column-gap: var(--layout-grid-column-gap-default);
  grid-auto-rows: auto;
  grid-template-columns: repeat(12, [col-start] 1fr);
  grid-auto-flow: initial;
}
.grid .row.row-5-col {
  grid-template-columns: repeat(5, [col-start] 1fr);
}
@media (max-width: 1050px) {
  .grid .row.row-5-col {
    grid-template-columns: repeat(3, [col-start] 1fr);
  }
}
@media (max-width: 800px) {
  .grid .row.row-5-col {
    grid-template-columns: repeat(2, [col-start] 1fr);
  }
}
@media (max-width: 520px) {
  .grid .row.row-5-col {
    grid-template-columns: repeat(1, [col-start] 1fr);
  }
}
@media (max-width: 520px) {
  .grid .row {
    grid-template-columns: 1fr;
  }
}
.grid .row > .item {
  display: grid;
  height: fit-content;
}
.grid .row > .item.span-1 {
  grid-column: span 1;
}
@media (max-width: 992px) {
  .grid .row > .item.span-1.item-ghost {
    display: none;
  }
}
.grid .row > .item.span-2 {
  grid-column: span 2;
}
.grid .row > .item.span-3 {
  grid-column: span 3;
}
@media (max-width: 992px) {
  .grid .row > .item.span-3 {
    grid-column: span 6;
  }
}
.grid .row > .item.span-4 {
  grid-column: span 4;
}
@media (max-width: 992px) {
  .grid .row > .item.span-4 {
    grid-column: span 6;
  }
}
.grid .row > .item.span-5 {
  grid-column: span 5;
}
@media (max-width: 992px) {
  .grid .row > .item.span-5 {
    grid-column: span 12;
  }
}
.grid .row > .item.span-6 {
  grid-column: span 6;
}
@media (max-width: 992px) {
  .grid .row > .item.span-6 {
    grid-column: span 12;
  }
}
.grid .row > .item.span-7 {
  grid-column: span 7;
}
.grid .row > .item.span-8 {
  grid-column: span 8;
}
.grid .row > .item.span-9 {
  grid-column: span 9;
}
.grid .row > .item.span-10 {
  grid-column: span 10;
}
.grid .row > .item.span-11 {
  grid-column: span 11;
}
.grid .row > .item.span-12 {
  grid-column: span 12;
}
@media (max-width: 520px) {
  .grid .row > .item {
    grid-column: span 1 !important;
  }
}
@media (max-width: 992px) {
  .grid .row.br-m-m > .item.span-3,
  .grid .row.br-m-m > .item.span-4 {
    grid-column: span 6 !important;
  }
  .grid .row.br-m-m > .item.span-5 {
    grid-column: span 5 !important;
  }
  .grid .row.br-m-m > .item.span-6 {
    grid-column: span 6 !important;
  }
}
@media (max-width: 590px) {
  .grid .row.br-m-m > .item.span-1,
  .grid .row.br-m-m > .item.span-2,
  .grid .row.br-m-m > .item.span-3,
  .grid .row.br-m-m > .item.span-4,
  .grid .row.br-m-m > .item.span-5,
  .grid .row.br-m-m > .item.span-6,
  .grid .row.br-m-m > .item.span-7,
  .grid .row.br-m-m > .item.span-8,
  .grid .row.br-m-m > .item.span-9,
  .grid .row.br-m-m > .item.span-10,
  .grid .row.br-m-m > .item.span-11,
  .grid .row.br-m-m > .item.span-12 {
    grid-column: span 12 !important;
  }
}
@media (max-width: 520px) {
  .grid .row.br-m-m > .item.span-1,
  .grid .row.br-m-m > .item.span-2,
  .grid .row.br-m-m > .item.span-3,
  .grid .row.br-m-m > .item.span-4,
  .grid .row.br-m-m > .item.span-5,
  .grid .row.br-m-m > .item.span-6,
  .grid .row.br-m-m > .item.span-7,
  .grid .row.br-m-m > .item.span-8,
  .grid .row.br-m-m > .item.span-9,
  .grid .row.br-m-m > .item.span-10,
  .grid .row.br-m-m > .item.span-11,
  .grid .row.br-m-m > .item.span-12 {
    grid-column: span 1 !important;
  }
}
@media (max-width: 720px) {
  .grid .row .br-t-m.br-12 {
    grid-column: span 12 !important;
  }
}
@media (max-width: 520px) {
  .grid .row .br-t-m.br-12 {
    grid-column: span 1 !important;
  }
}
/* --------------------------------------------------
 * VARIABLES
 * -------------------------------------------------- */
/* --------------------------------------------------
 * GRID WRAPPER
 * -------------------------------------------------- */
.grid {
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
  grid-auto-rows: auto;
  grid-template-columns: repeat(12, [col-start] 1fr);
  grid-auto-flow: initial;
}
.grid.row-gap-zero {
  row-gap: 0;
}
.grid.row-gap-small {
  row-gap: 25px;
}
.grid .item {
  display: grid;
  height: fit-content;
}
.grid .item.span-1 {
  grid-column: span 1;
}
.grid .item.span-2 {
  grid-column: span 2;
}
.grid .item.span-3 {
  grid-column: span 3;
}
.grid .item.span-4 {
  grid-column: span 4;
}
.grid .item.span-5 {
  grid-column: span 5;
}
.grid .item.span-6 {
  grid-column: span 6;
}
.grid .item.span-7 {
  grid-column: span 7;
}
.grid .item.span-8 {
  grid-column: span 8;
}
.grid .item.span-9 {
  grid-column: span 9;
}
.grid .item.span-10 {
  grid-column: span 10;
}
.grid .item.span-11 {
  grid-column: span 11;
}
.grid .item.span-12 {
  grid-column: span 12;
}
/* --------------------------------------------------
 * ROW
 * -------------------------------------------------- */
.row {
  display: grid;
  column-gap: 40px;
  row-gap: 40px;
  grid-auto-rows: auto;
  grid-template-columns: repeat(12, [col-start] 1fr);
  grid-auto-flow: initial;
}
/* --------------------------------------------------
 * BASIC
 * -------------------------------------------------- */
/* --------------------------------------------------
 * ALIGNMENT
 * -------------------------------------------------- */
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
/* --------------------------------------------------
 * LINKS
 * -------------------------------------------------- */
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/* --------------------------------------------------
 * CONTENT & PARAGRAPHS
 * -------------------------------------------------- */
p {
  font-size: clamp(0.99rem, calc(0.953rem + 0.188vw), 1.16rem);
  line-height: 150%;
}
.content-opacity p {
  opacity: 0.5;
}
/* --------------------------------------------------
 * LISTS
 * -------------------------------------------------- */
ul li,
ol li {
  font-size: clamp(0.99rem, calc(0.953rem + 0.188vw), 1.16rem);
}
/* --------------------------------------------------
 * HEADINGS
 * -------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-style: normal;
}
h1,
.mimic-h1 {
  font-size: clamp(1.69rem, calc(1.376rem + 1.688vw), 3.28rem);
  line-height: 120%;
}
h2,
.mimic-h2 {
  font-size: clamp(1.62rem, calc(1.384rem + 1.25vw), 2.8rem);
  line-height: 120%;
}
h2.tiny,
.mimic-h2.tiny {
  font-size: clamp(1.05rem, calc(0.977rem + 0.41vw), 1.44rem);
  font-weight: 400;
}
h2.small,
.mimic-h2.small {
  font-size: clamp(1.28rem, calc(1.155rem + 0.665vw), 1.91rem);
}
h2.large,
.mimic-h2.large {
  font-size: clamp(1.85rem, calc(1.568rem + 1.518vw), 3.28rem);
}
h3 {
  line-height: 120%;
}
h3.xsmall {
  font-size: clamp(0.97rem, calc(0.947rem + 0.118vw), 1.08rem);
}
h3.small {
  font-size: clamp(1.13rem, calc(1.097rem + 0.172vw), 1.29rem);
}
h3.medium {
  font-size: clamp(1.41rem, calc(1.228rem + 0.975vw), 2.33rem);
}
h3.large {
  font-size: clamp(1.51rem, calc(1.248rem + 1.37vw), 2.8rem);
}
h5 {
  line-height: 120%;
}
h5.large {
  font-size: clamp(1.28rem, calc(1.155rem + 0.665vw), 1.91rem);
  font-weight: 300;
}
/* --------------------------------------------------
 * HEADINGS
 * -------------------------------------------------- */
.badge {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 450;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
[data-revision="2"] .button {
  display: inline-block;
  font-size: var(--font-size-button);
  font-weight: var(--font-weight-book);
  padding: 7px 30px;
  border-radius: 32px;
}
@media (max-width: 1330px) {
  [data-revision="2"] .button {
    padding: 6px 22px;
    font-size: 16px;
  }
}
[data-revision="2"] .button + .button {
  margin-left: 10px;
}
[data-revision="2"] .button:hover {
  transform: translateY(-3px);
}
[data-revision="2"] .button.button-primary {
  background-color: var(--color-luware-brand-default);
  border: 2px solid var(--color-luware-brand-default);
  color: #FFF;
}
[data-revision="2"] .button.button-primary:hover {
  cursor: pointer;
  background-color: var(--color-luware-brand-hover);
  border: 2px solid var(--color-luware-brand-hover);
}
[data-revision="2"] .button.button-secondary {
  border: 2px solid var(--color-luware-brand-default);
  color: var(--color-luware-brand-default);
}
[data-revision="2"] .button.button-secondary.light {
  border: 2px solid #FFF;
  color: #FFF;
}
[data-revision="2"] .button.button-secondary:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
}
picture.rounded {
  border-radius: 12px;
  overflow: hidden;
}
picture.rounded.rounded-md {
  border-radius: 24px;
}
picture.rounded.rounded-lg {
  border-radius: 32px;
}
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}
.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.blocker {
  z-index: 100;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
}
.modal {
  border-radius: 32px;
  -o-border-radius: 32px;
  -ms-border-radius: 32px;
  max-width: 720px;
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
  -ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
}
.modal .modal-title h3 {
  font-weight: 500;
  font-size: 42px;
}
.modal .modal-title + .modal-body {
  margin-top: 20px;
}
/* --------------------------------------------------
 * ADDONS
 * -------------------------------------------------- */
.transition_all {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.transition_all_eio_fast {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.transition_all_eio_superfast {
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
/* --------------------------------------------------
 * PARTNER PORTAL VARIABLES & MIXINS
 * -------------------------------------------------- */
/* --------------------------------------------------
 * OVERRIDES
 * -------------------------------------------------- */
/* --------------------------------------------------
 * MIXINS
 * -------------------------------------------------- */
/* --------------------------------------------------
 * DEFINITIONS
 * -------------------------------------------------- */
p {
  font-size: clamp(14px, calc(14px + (16px - 14px) * ((100vw - 320px) / (1200px - 320px))), 16px);
}
h1 {
  font-size: clamp(22px, calc(22px + (38px - 22px) * ((100vw - 320px) / (1600px - 320px))), 38px);
}
h2 {
  font-size: clamp(18px, calc(18px + (28px - 18px) * ((100vw - 320px) / (1600px - 320px))), 28px);
}
h3 {
  font-weight: 450;
  font-size: clamp(16px, calc(16px + (22px - 16px) * ((100vw - 320px) / (1600px - 320px))), 22px);
}
.content > p,
.content-wrapper > p {
  opacity: 0.5;
}
/* --------------------------------------------------
 * LINKS
 * -------------------------------------------------- */
.link--invisible {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* --------------------------------------------------
 * TABLE
 * -------------------------------------------------- */
.table__boxed .row__item {
  display: flex;
  flex-flow: row;
  gap: 4px;
  justify-content: space-between;
  border: 2px solid transparent;
}
.table__boxed .row__item.has--link {
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.table__boxed .row__item.has--link:hover {
  border: 2px solid var(--color-luware-light-2);
  border-radius: 32px !important;
}
.table__boxed .table__header .row__item {
  padding: 10px 10px;
}
.table__boxed .table__header .row__column {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  opacity: 0.2;
}
.table__boxed .table__body {
  display: flex;
  flex-flow: column;
  gap: 0;
  row-gap: 2px;
}
.table__boxed .table__body .row__item {
  padding: 10px 10px;
  background: #FFF;
}
.table__boxed .table__body .row__item:first-child {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.table__boxed .table__body .row__item:last-child {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.table__boxed .row__column {
  padding: 0 10px;
  width: stretch;
  font-size: 17px;
  align-self: center;
}
.table__boxed .row__column.column__wide {
  min-width: 50%;
}
.table__boxed .row__column.column__title {
  font-weight: 450;
}
.table__boxed .row__column.column__title .preview-trigger {
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: sub;
}
.table__boxed .row__column.column__title .preview-trigger svg {
  width: auto;
  height: 20px;
  margin-left: 20px;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.table__boxed .row__column.column__title .preview-tooltip {
  z-index: 10;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px #00000026;
  width: 0;
  height: auto;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.table__boxed .row__column.column__title .preview-trigger:hover .preview-tooltip {
  width: 140px;
  padding: 4px;
}
.table__boxed .row__column.column__title .preview-trigger:hover svg {
  opacity: 1;
}
.table__boxed .row__column.column__right {
  text-align: right;
}
.table__boxed .row__column.column__button .button {
  vertical-align: middle;
}
@media (max-width: 720px) {
  .table__boxed {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table__boxed .row__item {
    min-width: 600px;
  }
}
/* --------------------------------------------------
 * BUTTONS
 * -------------------------------------------------- */
.button--circle {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: var(--color-luware-brand-default);
  border-radius: 18px;
}
.button--circle svg {
  width: auto;
  height: 24px;
  margin: 6px auto;
}
.button--circle svg path {
  fill: #FFF;
}
.button--primary {
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 450;
  border-radius: 64px;
  background: var(--color-luware-brand-default);
  color: #FFF;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.button--primary:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 25px 20px -20px;
}
.button--primary:hover {
  background: var(--color-luware-brand-hover);
}
.button--primary svg {
  display: inline-block;
  width: auto;
  height: 20px;
  margin-left: 10px;
  vertical-align: text-bottom;
}
.button--primary svg path {
  fill: #FFF;
}
.button--secondary {
  display: inline-block;
  font-size: 16px;
  font-weight: 450;
  color: #FFF;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.button--secondary:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 25px 20px -20px;
}
.button--secondary:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  vertical-align: sub;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48IS0tIUZvbnQgQXdlc29tZSBQcm8gNy4yLjAgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjYgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0icmdiKDI1NSwgMjU1LCAyNTUpIiBkPSJNNDk2LjEgMTI4TDUxMi4xIDEyOEw1MTIuMSA0MTZMNDgwLjEgNDE2TDQ4MC4xIDE4Mi42TDE1NS40IDUwNy4zTDE0NC4xIDUxOC42TDEyMS41IDQ5NkwxMzIuOCA0ODQuN0w0NTcuNSAxNjBMMjI0LjEgMTYwTDIyNC4xIDEyOEw0OTYuMSAxMjh6Ii8+PC9zdmc+);
}
button.button--primary {
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
button.button--primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* --------------------------------------------------
 * HTML TABLE (pricing tables)
 * -------------------------------------------------- */
table {
  margin: 10px 0 40px 0;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}
table tbody tr {
  border-color: var(--color-luware-light-2);
}
table tbody tr:first-child {
  border-color: var(--color-luware-brand-1);
  border-top: none;
  border-left: 2px solid transparent !important;
}
table tbody tr:first-child td {
  background: #1A2543;
  border-color: #FFF;
  color: #FFF;
  font-weight: 500;
  padding: 12px 14px !important;
  border-right: 2px solid #FFF;
}
table tbody tr:first-child td:first-child {
  border-radius: 24px 0 0 0;
}
table tbody tr:first-child td:last-child {
  border-radius: 0 24px 0 0;
}
table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 24px;
}
table tbody tr:last-child td:last-child {
  border-radius: 0 0 24px 0;
}
table tbody tr:not(table tbody tr:first-child) td {
  border-bottom: 2px solid #FFF;
  border-left: 2px solid transparent;
  border-right: 2px solid #FFF;
}
table tbody tr:not(table tbody tr:first-child) td:first-child {
  border-left: 2px solid var(--color-luware-light-1);
}
table tbody tr td {
  padding: 8px 14px !important;
  border-color: #FFF;
  background: var(--color-luware-light-1);
  font-size: 17px;
  line-height: 140%;
  -webkit-transition: background 0.3s ease-in-out allow-discrete;
  -moz-transition: background 0.3s ease-in-out allow-discrete;
  -o-transition: background 0.3s ease-in-out allow-discrete;
  transition: background 0.3s ease-in-out allow-discrete;
}
table tbody tr:hover:not(table tbody tr:hover:first-child) td {
  background: var(--color-luware-light-1);
}
/* --------------------------------------------------
 * COPY TOAST
 * -------------------------------------------------- */
.copy-toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #1C2129;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 24px;
  border-radius: 32px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  z-index: 9999;
}
.copy-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
/* --------------------------------------------------
 * DEFINITIONS
 * -------------------------------------------------- */
.sidebar {
  width: 440px;
  height: 100vh;
  position: fixed;
  background: url(https://144052992.fs1.hubspotusercontent-eu1.net/hubfs/144052992/Website_Theme/Backgrounds/LUW_PartnerPortal_Sidebar-BG.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 2100px) {
  .sidebar {
    width: 380px;
  }
}
.sidebar .hs_cos_wrapper_type_module {
  height: 100%;
}
.sidebar .sidebar__inner {
  display: flex;
  flex-flow: column;
  gap: 60px;
  height: 100%;
  justify-content: space-between;
  width: calc(100% - 32px);
  padding: 40px;
}
.sidebar .sidebar__inner .sidebar__top {
  display: flex;
  flex-flow: column;
  gap: 80px;
}
.sidebar .logo a {
  display: block;
}
.sidebar .logo svg {
  width: auto;
  height: 38px;
}
.sidebar .menu__parent {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar .menu__parent > li {
  margin-bottom: 10px;
  padding: 10px 20px;
}
.sidebar .menu__parent > li a {
  display: flex;
  color: #FFF;
  text-decoration: none;
  gap: 20px;
  font-size: 18px;
  font-weight: 450;
}
.sidebar .menu__parent > li a svg {
  width: 20px;
}
.sidebar .menu__parent > li.active {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  backdrop-filter: blur(20px);
  padding: 16px 20px;
}
.sidebar .menu__parent > li > ul {
  padding-left: 40px;
  margin: 16px 0 0 0;
  list-style: none;
}
.sidebar .menu__parent > li > ul li {
  margin: 6px 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.sidebar .menu__parent > li > ul li:hover {
  transform: translateX(6px);
}
.sidebar .menu__parent > li > ul li:hover a {
  opacity: 1;
}
.sidebar .menu__parent > li > ul a {
  font-size: 16px;
  font-weight: 450;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.sidebar .menu__parent > li > ul a.active {
  opacity: 1;
}
.sidebar .user {
  display: flex;
  flex-flow: row;
  gap: 20px;
}
.sidebar .user__avatar {
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background: linear-gradient(225deg, #0D48AC 0%, #07245E 62.28%);
  text-align: center;
  color: #FFF;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 46px;
  letter-spacing: 0.05rem;
}
.sidebar .user__name p {
  color: #FFF;
}
.sidebar .sidebar__close-row {
  display: none;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .sidebar .sidebar__close-row {
    display: flex;
  }
}
.sidebar .sidebar__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: #FFF;
}
.sidebar .sidebar__close svg {
  width: 24px;
  height: 24px;
}
.sidebar .sidebar__close svg path {
  fill: #FFF;
}
@media (max-width: 992px) {
  .sidebar {
    width: 320px;
    left: -320px;
    z-index: 99;
    transition: left 0.3s ease-in-out;
  }
  .sidebar.is-open {
    left: 0;
  }
}
.sidebar__topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  z-index: 90;
  background: #1A2543;
  display: flex;
  flex-flow: row;
  gap: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  display: none;
}
.sidebar__topbar .logo svg {
  height: 28px;
  width: auto;
}
@media (max-width: 992px) {
  .sidebar__topbar {
    display: flex;
  }
}
.sidebar__toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  flex-flow: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  display: none;
}
.sidebar__toggle .sidebar__toggle-bar {
  display: block;
  width: 24px;
  height: 2px;
  background: #FFF;
  border-radius: 1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .sidebar__toggle {
    display: flex;
  }
}
.sidebar__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.sidebar__overlay.is-visible {
  display: block;
}
.body {
  background: #FFF;
  width: calc(100% - 440px);
  height: 100%;
  position: relative;
  left: 440px;
  min-height: 100vh;
}
@media (max-width: 2100px) {
  .body {
    width: calc(100% - 380px);
    left: 380px;
  }
}
.body:before {
  content: "";
  background: #FFF;
  width: 32px;
  height: 100%;
  position: fixed;
  top: 0;
  left: calc(440px - 32px);
  border-radius: 32px 0 0 32px;
}
@media (max-width: 2100px) {
  .body:before {
    left: calc(380px - 32px);
  }
}
@media (max-width: 992px) {
  .body:before {
    display: none;
  }
}
.body .body__inner {
  padding: 120px 100px 120px 68px;
}
@media (max-width: 1400px) {
  .body .body__inner {
    padding: 80px 60px 80px 48px;
  }
}
@media (max-width: 992px) {
  .body .body__inner {
    padding: 40px 20px;
  }
}
@media (max-width: 520px) {
  .body .body__inner {
    padding: 30px 16px;
  }
}
@media (max-width: 992px) {
  .body {
    width: 100%;
    left: 0;
    padding-top: 64px;
  }
}
.modal {
  /* ================================================
   WYSIWYG Content Styles
   Scoped to: .content-preview
   Base: 16px / inherits font-family / black text
   ================================================ */
}
.modal .title + .content {
  margin-top: 40px;
}
.modal .content-preview {
  border: 4px dashed #EEE;
  padding: 40px;
  background: var(--color-luware-light-1);
  border-radius: 24px;
}
.modal .content-preview {
  font-size: 1rem;
  font-family: inherit;
  color: inherit;
  line-height: 1.6;
}
.modal .content-preview > *:first-child {
  margin-top: 0;
}
.modal .content-preview > *:last-child {
  margin-bottom: 0;
}
.modal .content-preview h1,
.modal .content-preview h2,
.modal .content-preview h3,
.modal .content-preview h4,
.modal .content-preview h5,
.modal .content-preview h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
  margin-top: 1.5em;
  margin-bottom: 0.4em;
}
.modal .content-preview h1 {
  font-size: 1.35rem;
}
.modal .content-preview h2 {
  font-size: 1.2rem;
}
.modal .content-preview h3 {
  font-size: 1.1rem;
}
.modal .content-preview h4 {
  font-size: 1rem;
  font-weight: 500;
}
.modal .content-preview h5 {
  font-size: 0.9rem;
  font-weight: 500;
}
.modal .content-preview h6 {
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.modal .content-preview p {
  margin-top: 0;
  margin-bottom: 1em;
}
.modal .content-preview ul,
.modal .content-preview ol {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.modal .content-preview li {
  margin-bottom: 0.3em;
  line-height: 1.6;
}
.modal .content-preview li > ul,
.modal .content-preview li > ol {
  margin-top: 0.3em;
  margin-bottom: 0;
}
.modal .content-preview strong,
.modal .content-preview b {
  font-weight: 700;
}
.modal .content-preview em,
.modal .content-preview i {
  font-style: italic;
}
.modal .content-preview a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.modal .content-preview a:hover {
  opacity: 0.7;
}
.modal .content-preview blockquote {
  margin: 1.25em 0;
  padding: 0.1em 0 0.1em 1em;
  border-left: 3px solid currentColor;
  opacity: 0.7;
  font-style: italic;
}
.modal .content-preview blockquote p:last-child {
  margin-bottom: 0;
}
.modal .content-preview code {
  font-family: ui-monospace, monospace;
  font-size: 0.875em;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.15em 0.35em;
  border-radius: 3px;
}
.modal .content-preview pre {
  font-family: ui-monospace, monospace;
  font-size: 0.875em;
  background: rgba(0, 0, 0, 0.05);
  padding: 1em;
  border-radius: 4px;
  overflow-x: auto;
  margin-bottom: 1em;
}
.modal .content-preview pre code {
  background: none;
  padding: 0;
  font-size: inherit;
}
.modal .content-preview hr {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin: 1.75em 0;
}
.modal .content-preview table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  margin-bottom: 1em;
}
.modal .content-preview th,
.modal .content-preview td {
  text-align: left;
  padding: 0.5em 0.75em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.modal .content-preview th {
  font-weight: 600;
  border-bottom-width: 2px;
}
.modal .content-preview img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em 0;
}
/* --------------------------------------------------
 * GLOBALS
 * -------------------------------------------------- */
@media (max-width: 1400px) {
  .partnerportal__module .grid .item.span-2 {
    grid-column: span 4;
  }
  .partnerportal__module .grid .item.span-4 {
    grid-column: span 6;
  }
}
@media (max-width: 992px) {
  .partnerportal__module .grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
  }
  .partnerportal__module .grid .item.span-2 {
    grid-column: span 3;
  }
  .partnerportal__module .grid .item.span-4 {
    grid-column: span 6;
  }
}
@media (max-width: 720px) {
  .partnerportal__module .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .partnerportal__module .grid .item.span-2,
  .partnerportal__module .grid .item.span-3,
  .partnerportal__module .grid .item.span-4,
  .partnerportal__module .grid .item.span-6 {
    grid-column: span 1;
  }
}
.partnerportal__module .page__title h1 + p {
  margin-top: 30px;
}
.partnerportal__module .page__title p {
  display: block;
  width: 100%;
  max-width: 890px;
  opacity: 0.5;
}
.partnerportal__module .page__title + .page__body {
  margin-top: 60px;
}
.page__filters {
  display: flex;
  flex-flow: row;
  gap: 30px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
}
.page__filters .filter__buttons {
  display: flex;
  flex-flow: row;
  gap: 6px;
  flex-wrap: wrap;
  background: var(--color-luware-light-1);
  padding: 8px 14px;
  border-radius: 64px;
}
.page__filters .filter__buttons .filter__button {
  display: inline-block;
  font-size: 15px;
  font-weight: 450;
  padding: 6px 18px;
  border-radius: 32px;
  border: 2px solid transparent;
  background: transparent;
  color: #0B48F8;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}
.page__filters .filter__buttons .filter__button:hover {
  border-color: #0B48F8;
  color: #0B48F8;
}
.page__filters .filter__buttons .filter__button.active {
  background: #0B48F8;
  border-color: #0B48F8;
  color: #FFF;
  opacity: 1;
}
.page__filters .filter__search {
  position: relative;
  min-width: 260px;
}
.page__filters .filter__search svg {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 18px;
  opacity: 0.3;
  pointer-events: none;
}
.page__filters .filter__search .filter__search-input {
  width: 100%;
  padding: 10px 16px 10px 42px;
  border: 2px solid #EEF0F6;
  border-radius: 32px;
  font-size: 15px;
  font-weight: 450;
  background: #FFF;
  color: #1C2129;
  outline: none;
  transition: border-color 0.2s ease-in-out;
  box-sizing: border-box;
}
.page__filters .filter__search .filter__search-input::placeholder {
  color: #1C2129;
  opacity: 0.35;
}
.page__filters .filter__search .filter__search-input:focus {
  border-color: #0B48F8;
}
.page__filters .meta__item p {
  opacity: 0.5;
}
.page__filters .meta__item.align__right {
  margin: 0 0 0 auto;
}
@media (max-width: 992px) {
  .page__filters {
    flex-flow: column;
    gap: 20px;
    align-items: stretch;
  }
  .page__filters .filter__buttons {
    width: 100%;
  }
  .page__filters .filter__search {
    min-width: unset;
    width: 100%;
  }
}
.page__body {
  display: flex;
  flex-flow: column;
  gap: 60px;
  width: 100%;
}
.page__body .no-results {
  text-align: center;
  padding: 40px 20px;
  opacity: 0.4;
  font-size: 16px;
}
.page__submodule {
  display: flex;
  flex-flow: column;
  gap: 40px;
}
.page__submodule--boxed {
  background: #F7F8FB;
  padding: 34px;
  border-radius: 24px;
}
.page__submodule--boxed .submodule__title {
  display: flex;
  flex-flow: row;
  gap: 0;
  justify-content: space-between;
  align-items: center;
}
.is-hidden {
  display: none !important;
}
/* --------------------------------------------------
 * NOTIFICATIONS
 * -------------------------------------------------- */
.submodule__notifications .notification__item {
  position: relative;
  background: linear-gradient(246deg, #1A2543 0%, #131A2F 50%, #181F33 100%);
  color: #FFF;
  border-radius: 24px;
  padding: 34px 34px 26px 34px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.submodule__notifications .notification__item:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 25px 20px -20px;
}
.submodule__notifications .notification__inner {
  display: flex;
  flex-flow: column;
  gap: 20px;
  width: 100%;
}
.submodule__notifications .notification__header {
  display: flex;
  flex-flow: row;
  gap: 0;
  justify-content: space-between;
}
.submodule__notifications .notification__header .icon svg {
  width: auto;
  height: 30px;
}
.submodule__notifications .notification__header .icon svg path {
  fill: #FFF;
}
.submodule__notifications .notification__footer {
  display: flex;
  flex-flow: row;
  gap: 0;
  justify-content: end;
}
/* --------------------------------------------------
 * QUICK ACCESS
 * -------------------------------------------------- */
.submodule__quickaccess .submodule__body .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.submodule__quickaccess .quickaccess__item.item,
.submodule__quickaccess .quickaccess__item.item.span-2 {
  grid-column: auto;
  max-width: 380px;
  width: 100%;
  justify-self: stretch;
}
@media (max-width: 720px) {
  .submodule__quickaccess .submodule__body .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .submodule__quickaccess .quickaccess__item.item,
  .submodule__quickaccess .quickaccess__item.item.span-2 {
    max-width: none;
  }
}
.submodule__quickaccess .quickaccess__item {
  position: relative;
  color: #FFF;
  border-radius: 24px;
  padding: 48px 34px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.submodule__quickaccess .quickaccess__item:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 25px 20px -20px;
}
.submodule__quickaccess .quickaccess__item:hover {
  cursor: pointer;
}
.submodule__quickaccess .quickaccess__item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
.submodule__quickaccess .quickaccess__item .link--invisible {
  z-index: 3;
}
.submodule__quickaccess .quickaccess__item .quickaccess__title {
  position: relative;
  z-index: 2;
  text-align: center;
}
.submodule__quickaccess .quickaccess__item .quickaccess__title .icon {
  margin-bottom: 30px;
}
.submodule__quickaccess .quickaccess__item .quickaccess__title .icon img {
  width: auto;
  max-width: auto;
  height: 36px !important;
  margin: 0 auto;
}
/* --------------------------------------------------
 * CONTENT LIBRARY
 * -------------------------------------------------- */
.partnerportal__module--content-library .contentlib__item {
  background: var(--color-luware-light-1);
  border-radius: 24px;
  padding: 30px 30px 20px 30px;
}
.partnerportal__module--content-library .contentlib__body {
  margin-top: 20px;
}
.partnerportal__module--content-library .contentlib__body textarea {
  position: relative;
  width: 100%;
  height: 200px;
  border: none;
  border-radius: 24px;
  padding: 30px;
  color: rgba(0, 0, 0, 0.5);
}
.partnerportal__module--content-library .contentlib__body .button__group {
  text-align: center;
  transform: translateY(-27px);
}
.partnerportal__module--content-library .contentlib__body .button__group button {
  display: inline-block;
  border: 0;
  background: var(--color-luware-brand-1);
  color: #FFF;
  padding: 8px 10px;
  width: 44px;
  margin: 0 -1px;
}
.partnerportal__module--content-library .contentlib__body .button__group button svg path {
  fill: #FFF;
}
.partnerportal__module--content-library .contentlib__body .button__group button:first-child {
  border-radius: 32px 0 0 32px;
}
.partnerportal__module--content-library .contentlib__body .button__group button:last-child {
  border-radius: 0 32px 32px 0;
}
.partnerportal__module--content-library .contentlib__body .button__group button:hover {
  background: #000;
  cursor: pointer;
}
/* --------------------------------------------------
 * PRICING TABLE
 * -------------------------------------------------- */
.partnerportal__module--pricing .currency__group {
  display: none;
}
.partnerportal__module--pricing .currency__group.is-active {
  display: block;
}
.partnerportal__module--pricing .pricing__info_item {
  display: flex;
  flex-flow: row;
  gap: 20px;
  background: #FFF;
  padding: 24px;
  margin-bottom: 2px;
}
.partnerportal__module--pricing .pricing__info_item:first-child {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.partnerportal__module--pricing .pricing__info_item:last-child {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.partnerportal__module--pricing .pricing__info_item .no {
  min-width: 40px;
}
.partnerportal__module--pricing .pricing__info_item .no p {
  font-weight: 450;
}
.partnerportal__module--pricing .pricing__info_items + .content-wrapper {
  margin-top: 40px;
}
.partnerportal__module--pricing .submodule__body table {
  table-layout: fixed;
  min-width: 1100px;
}
.partnerportal__module--pricing .submodule__body table td:nth-child(-n+3),
.partnerportal__module--pricing .submodule__body table th:nth-child(-n+3) {
  width: 250px !important;
}
.partnerportal__module--pricing .submodule__body [data-hs-responsive-table] {
  scrollbar-width: thin;
  scrollbar-color: #c9ccd4 #eceef2;
  padding-bottom: 6px;
}
.partnerportal__module--pricing .submodule__body [data-hs-responsive-table]::-webkit-scrollbar {
  height: 12px;
  background: transparent;
}
.partnerportal__module--pricing .submodule__body [data-hs-responsive-table]::-webkit-scrollbar-track {
  background: #eceef2;
  border-radius: 999px;
}
.partnerportal__module--pricing .submodule__body [data-hs-responsive-table]::-webkit-scrollbar-thumb {
  background: #c9ccd4;
  border-radius: 999px;
}
.partnerportal__module--pricing .submodule__body [data-hs-responsive-table]::-webkit-scrollbar-thumb:hover {
  background: #a0a4ad;
}
/* --------------------------------------------------
 * CONTENT MODULE
 * -------------------------------------------------- */
.partnerportal__module--content .submodule__body .content-wrapper + .grid {
  margin-top: 40px;
}
.partnerportal__module--content .submodule__body .column__item {
  border-radius: 24px;
  background: #FFF;
  padding: 30px;
}
.partnerportal__module--content .submodule__body .column__item .media-wrapper + .title {
  margin-top: 30px;
}
.partnerportal__module--content .submodule__body .column__item .media-wrapper img {
  width: auto;
  max-width: auto !important;
  height: 120px !important;
}
.partnerportal__module--content .submodule__body .column__item .title + .content {
  margin-top: 16px;
}
.partnerportal__module--content .submodule__body .column__item.align--center {
  text-align: center;
}
.partnerportal__module--content .submodule__body .column__item.align--center img {
  margin: 0 auto;
}
.partnerportal__module--content .submodule__body .column__item.align--right {
  text-align: right;
}
.partnerportal__module--content .submodule__body .column__item.align--right img {
  margin: 0 0 0 auto;
}
/* --------------------------------------------------
 * CONTENT MODULE — HUBSPOT FORMS
 *
 * Modern form layout ported from src/scss/app/_hs-forms.scss
 * (the site-wide form styling that lives in theme.min.css,
 * which the partner portal does NOT load). Scoped to content
 * forms only — the membership login form keeps its own design
 * under .membership-login__card and is intentionally untouched.
 *
 * Covers both renderers:
 *   OLD — .hs-form-field, .hs-input
 *   NEW — .hs-form-html, .hsfc-*  (our form field embeds v4)
 *
 * !important flags are retained from the source — they beat
 * HubSpot's injected form CSS.
 * -------------------------------------------------- */
.partnerportal__module--content .submodule__form {
  /* Design tokens — scoped so they do not leak into the portal */
  --form-font: "Circular Std", system-ui, sans-serif;
  --form-input-height: 44px;
  --form-input-height-mobile: 40px;
  --form-input-radius: 12px;
  --form-input-bg: #F7F8FB;
  --form-input-border: 1px solid #F7F8FB;
  --form-input-color: rgba(0, 0, 0, 0.7);
  --form-input-padding: 0 18px;
  --form-input-font-size: 15px;
  --form-placeholder-color: rgba(0, 0, 0, 0.5);
  --form-label-size: 16px;
  --form-label-color: rgba(0, 0, 0, 0.9);
  --form-error-color: #d40000;
  --form-btn-bg: var(--color-luware-brand-default, #0B48F8);
  --form-btn-bg-hover: var(--color-luware-brand-hover, #235AF9);
  --form-btn-color: #fff;
  --form-btn-radius: 48px;
  --form-btn-padding: 10px 28px;
  --form-btn-font-size: 15px;
  --form-btn-font-weight: 400;
  --form-gap: 10px;
  --form-field-gap: 10px;
  /* Wrapper layout — separate the form from the content above */
  margin-top: 40px;
  max-width: 640px;
  /* ---- Shared inputs (both renderers) ---- */
  /* ---- Submit button ---- */
  /* ---- Radio & checkbox (custom) ---- */
  /* ---- Field layout (old renderer) ---- */
  /* ---- Fieldset / multi-column layout ---- */
  /* ---- Error messages ---- */
  /* ---- Legal consent / privacy ---- */
  /* ---- Old renderer wrapper ---- */
  /* ---- New renderer (.hs-form-html / .hsfc-*) ---- */
  /* ---- Form richtext & misc ---- */
}
.partnerportal__module--content .submodule__form form {
  font-family: var(--form-font);
}
.partnerportal__module--content .submodule__form form input[type="text"],
.partnerportal__module--content .submodule__form form input[type="email"],
.partnerportal__module--content .submodule__form form input[type="password"],
.partnerportal__module--content .submodule__form form input[type="tel"],
.partnerportal__module--content .submodule__form form input[type="number"],
.partnerportal__module--content .submodule__form form input[type="url"],
.partnerportal__module--content .submodule__form form input[type="search"],
.partnerportal__module--content .submodule__form form input[type="file"],
.partnerportal__module--content .submodule__form form select,
.partnerportal__module--content .submodule__form form textarea {
  display: inline-block !important;
  width: 100% !important;
  height: var(--form-input-height) !important;
  font-family: var(--form-font) !important;
  font-size: var(--form-input-font-size) !important;
  font-weight: 400 !important;
  color: #000 !important;
  background: var(--form-input-bg) !important;
  border: var(--form-input-border) !important;
  border-radius: var(--form-input-radius) !important;
  padding: var(--form-input-padding) !important;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box !important;
}
@media (max-width: 680px) {
  .partnerportal__module--content .submodule__form form input[type="text"],
  .partnerportal__module--content .submodule__form form input[type="email"],
  .partnerportal__module--content .submodule__form form input[type="password"],
  .partnerportal__module--content .submodule__form form input[type="tel"],
  .partnerportal__module--content .submodule__form form input[type="number"],
  .partnerportal__module--content .submodule__form form input[type="url"],
  .partnerportal__module--content .submodule__form form input[type="search"],
  .partnerportal__module--content .submodule__form form input[type="file"],
  .partnerportal__module--content .submodule__form form select,
  .partnerportal__module--content .submodule__form form textarea {
    height: var(--form-input-height-mobile) !important;
  }
}
.partnerportal__module--content .submodule__form form input[type="text"]::placeholder,
.partnerportal__module--content .submodule__form form input[type="email"]::placeholder,
.partnerportal__module--content .submodule__form form input[type="password"]::placeholder,
.partnerportal__module--content .submodule__form form input[type="tel"]::placeholder,
.partnerportal__module--content .submodule__form form input[type="number"]::placeholder,
.partnerportal__module--content .submodule__form form input[type="url"]::placeholder,
.partnerportal__module--content .submodule__form form input[type="search"]::placeholder,
.partnerportal__module--content .submodule__form form input[type="file"]::placeholder,
.partnerportal__module--content .submodule__form form select::placeholder,
.partnerportal__module--content .submodule__form form textarea::placeholder {
  color: var(--form-placeholder-color) !important;
  font-weight: 400 !important;
}
.partnerportal__module--content .submodule__form form input[type="text"]:focus,
.partnerportal__module--content .submodule__form form input[type="email"]:focus,
.partnerportal__module--content .submodule__form form input[type="password"]:focus,
.partnerportal__module--content .submodule__form form input[type="tel"]:focus,
.partnerportal__module--content .submodule__form form input[type="number"]:focus,
.partnerportal__module--content .submodule__form form input[type="url"]:focus,
.partnerportal__module--content .submodule__form form input[type="search"]:focus,
.partnerportal__module--content .submodule__form form input[type="file"]:focus,
.partnerportal__module--content .submodule__form form select:focus,
.partnerportal__module--content .submodule__form form textarea:focus {
  outline: none !important;
  border-color: #000 !important;
  box-shadow: 0 0 0 1px #000 !important;
}
.partnerportal__module--content .submodule__form form textarea {
  height: auto !important;
  min-height: 120px !important;
  padding: 12px 18px !important;
  resize: vertical;
}
.partnerportal__module--content .submodule__form form select {
  appearance: none !important;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.123' height='14.123' viewBox='0 0 14.123 14.123'%3E%3Cg transform='translate(0.849 7.062) rotate(-45)'%3E%3Cpath d='M0,0V8.787H8.787' fill='none' stroke='%23051c3e' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2'/%3E%3C/g%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 20px) 50% !important;
}
.partnerportal__module--content .submodule__form form input[type="submit"],
.partnerportal__module--content .submodule__form form .hs-button {
  display: inline-block !important;
  cursor: pointer !important;
  font-family: var(--form-font) !important;
  font-size: var(--form-btn-font-size) !important;
  font-weight: var(--form-btn-font-weight) !important;
  line-height: normal !important;
  padding: var(--form-btn-padding) !important;
  border-radius: var(--form-btn-radius) !important;
  background: var(--form-btn-bg) !important;
  color: var(--form-btn-color) !important;
  border: 2px solid var(--form-btn-bg) !important;
  transition: background-color 0.2s, border-color 0.2s;
  width: auto !important;
  height: auto !important;
  white-space: normal;
  text-decoration: none !important;
  box-sizing: border-box !important;
}
.partnerportal__module--content .submodule__form form input[type="submit"]:hover,
.partnerportal__module--content .submodule__form form .hs-button:hover {
  background: var(--form-btn-bg-hover) !important;
  border-color: var(--form-btn-bg-hover) !important;
}
.partnerportal__module--content .submodule__form form input[type="submit"]:disabled,
.partnerportal__module--content .submodule__form form .hs-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.partnerportal__module--content .submodule__form form .hs-submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.partnerportal__module--content .submodule__form form input[type="checkbox"],
.partnerportal__module--content .submodule__form form input[type="radio"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
}
.partnerportal__module--content .submodule__form form input[type="radio"] + span {
  margin-left: 13px;
  position: relative;
  font-size: 16px;
}
.partnerportal__module--content .submodule__form form input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: -33px;
  top: -1px;
  width: 23px;
  height: 23px;
  min-height: 23px;
  border-radius: 50%;
  border: 1px solid var(--form-input-border-color, #F7F8FB);
  background-color: var(--form-input-bg, #F7F8FB);
  transition: 0.3s all;
  cursor: pointer;
}
.partnerportal__module--content .submodule__form form input[type="radio"]:checked + span::before {
  border-color: #1C2129;
}
.partnerportal__module--content .submodule__form form input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  left: -28px;
  top: 4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #1C2129;
  cursor: pointer;
}
.partnerportal__module--content .submodule__form form input[type="checkbox"] + span {
  margin-left: 0;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  cursor: pointer;
}
.partnerportal__module--content .submodule__form form input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  border: 1px solid var(--form-input-border-color, #F7F8FB);
  background-color: var(--form-input-bg, #F7F8FB);
  top: 0;
  left: -36px;
  cursor: pointer;
}
.partnerportal__module--content .submodule__form form input[type="checkbox"]:checked + span::before {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml,<svg width="14" height="13" viewBox="0 0 14 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7L5 11L13 1.5" stroke="%23E5F8FF" stroke-width="2"/></svg>');
  background-color: #072B95;
  border-color: #072B95;
}
.partnerportal__module--content .submodule__form form .inputs-list {
  margin: 0;
  padding: 0 0 0 36px;
  list-style: none;
}
.partnerportal__module--content .submodule__form form .inputs-list input.hs-input {
  width: auto !important;
}
.partnerportal__module--content .submodule__form form .inputs-list > li {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  height: 36px;
}
.partnerportal__module--content .submodule__form form .inputs-list > li::marker {
  display: none;
  content: "";
}
.partnerportal__module--content .submodule__form .hs-form-field {
  margin: 0 0 var(--form-field-gap) !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  float: none !important;
}
.partnerportal__module--content .submodule__form .hs-form-field > label {
  font-weight: 400;
  font-size: var(--form-label-size);
  line-height: 16px;
  color: var(--form-label-color);
  display: none;
}
.partnerportal__module--content .submodule__form .hs-form-field > .input {
  order: 3;
}
.partnerportal__module--content .submodule__form .hs-form-field .hs-error-msgs {
  order: 4;
}
.partnerportal__module--content .submodule__form .hs-form-field .input .hs-input {
  width: 100%;
}
.partnerportal__module--content .submodule__form .hs-form-field .input input.hs-input {
  height: var(--form-input-height);
  padding: var(--form-input-padding);
}
.partnerportal__module--content .submodule__form .hs-form-field .input textarea.hs-input {
  height: 217px;
  padding: 12px 18px;
}
.partnerportal__module--content .submodule__form .hs-form-field .input select.hs-input {
  height: var(--form-input-height);
  padding: var(--form-input-padding);
}
.partnerportal__module--content .submodule__form .hs-form-field.hs-fieldtype-checkbox > label,
.partnerportal__module--content .submodule__form .hs-form-field.hs-fieldtype-radio > label {
  transform: none;
  margin: 20px 0;
  padding-left: 0;
}
.partnerportal__module--content .submodule__form .hs-form-field.hs-fieldtype-checkbox ul {
  margin-top: 0;
  padding-left: 30px;
}
.partnerportal__module--content .submodule__form .hs-form-field.hs-fieldtype-checkbox li {
  margin-bottom: 10px;
}
.partnerportal__module--content .submodule__form .hs-form-field.hs-fieldtype-radio ul {
  margin-top: 0;
  padding-left: 20px;
}
.partnerportal__module--content .submodule__form .hs-form-field.hs-fieldtype-radio li {
  font-size: 17px;
}
.partnerportal__module--content .submodule__form .hs-form-field.hs-recaptcha,
.partnerportal__module--content .submodule__form .hs_recaptcha {
  display: none !important;
}
.partnerportal__module--content .submodule__form fieldset {
  max-width: 100% !important;
}
.partnerportal__module--content .submodule__form fieldset .input {
  width: 100%;
  margin: 0 !important;
}
.partnerportal__module--content .submodule__form fieldset select {
  width: 100% !important;
}
.partnerportal__module--content .submodule__form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}
.partnerportal__module--content .submodule__form fieldset.form-columns-2 {
  gap: 20px;
}
.partnerportal__module--content .submodule__form fieldset.form-columns-2 .hs-form-field {
  width: calc(50% - 10px) !important;
}
.partnerportal__module--content .submodule__form fieldset.form-columns-3 {
  gap: 20px;
}
.partnerportal__module--content .submodule__form fieldset.form-columns-3 .hs-form-field {
  width: calc(33.333% - 13.333px) !important;
}
.partnerportal__module--content .submodule__form fieldset[class^="form-columns-"]:not(.form-columns-1) {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 400px) {
  .partnerportal__module--content .submodule__form fieldset[class^="form-columns-"]:not(.form-columns-1) {
    gap: 0;
  }
  .partnerportal__module--content .submodule__form fieldset[class^="form-columns-"]:not(.form-columns-1) .hs-form-field {
    width: 100% !important;
    padding: 0;
  }
  .partnerportal__module--content .submodule__form fieldset[class^="form-columns-"]:not(.form-columns-1) .hs-form-field input {
    width: 100% !important;
  }
}
.partnerportal__module--content .submodule__form .hs-form-field .hs-error-msgs {
  position: absolute !important;
  bottom: -8px !important;
  left: 14px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 100 !important;
  pointer-events: none !important;
}
.partnerportal__module--content .submodule__form .hs-form-field .hs-error-msgs li {
  padding: 0 !important;
  margin: 0 !important;
}
.partnerportal__module--content .submodule__form .hs-form-field .hs-error-msgs li::before {
  content: "" !important;
  display: none !important;
}
.partnerportal__module--content .submodule__form .hs-form-field .hs-error-msgs li label {
  background: #d40000 !important;
  color: #fff !important;
  padding: 1px 8px !important;
  border-radius: 10px !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  display: inline-block !important;
  white-space: nowrap !important;
  pointer-events: auto !important;
}
.partnerportal__module--content .submodule__form .hs-form-field .hs-error-msgs li a {
  color: inherit !important;
  font-weight: inherit !important;
}
.partnerportal__module--content .submodule__form .hs-error-msg {
  color: var(--form-error-color) !important;
  font-size: 11px !important;
}
.partnerportal__module--content .submodule__form .hs-input.invalid.error {
  border: 1px solid #FFD9D9 !important;
  background-color: #FFD9D9 !important;
  color: #DB0000 !important;
}
.partnerportal__module--content .submodule__form .legal-consent-container,
.partnerportal__module--content .submodule__form .hs_gdpr_consent {
  color: #7c8280;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
}
.partnerportal__module--content .submodule__form .legal-consent-container a,
.partnerportal__module--content .submodule__form .hs_gdpr_consent a {
  color: inherit;
  text-decoration: underline;
  display: inline;
}
.partnerportal__module--content .submodule__form .legal-consent-container .hs-richtext,
.partnerportal__module--content .submodule__form .hs_gdpr_consent .hs-richtext {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #7c8280;
}
.partnerportal__module--content .submodule__form .legal-consent-container .hs-richtext p,
.partnerportal__module--content .submodule__form .hs_gdpr_consent .hs-richtext p {
  font-size: 12px;
  line-height: 16px;
  color: #7c8280;
  margin-bottom: 10px;
}
.partnerportal__module--content .submodule__form .legal-consent-container .hs-richtext p a,
.partnerportal__module--content .submodule__form .hs_gdpr_consent .hs-richtext p a {
  font-weight: 400;
  text-decoration: underline;
  color: inherit;
}
.partnerportal__module--content .submodule__form .legal-consent-container .hs-fieldtype-booleancheckbox,
.partnerportal__module--content .submodule__form .hs_gdpr_consent .hs-fieldtype-booleancheckbox {
  padding-left: 38px;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  position: relative;
  z-index: 2;
}
.partnerportal__module--content .submodule__form .legal-consent-container .hs-fieldtype-booleancheckbox .input,
.partnerportal__module--content .submodule__form .hs_gdpr_consent .hs-fieldtype-booleancheckbox .input {
  display: block;
}
.partnerportal__module--content .submodule__form .legal-consent-container .hs-form-booleancheckbox-display,
.partnerportal__module--content .submodule__form .hs_gdpr_consent .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
}
.partnerportal__module--content .submodule__form .legal-consent-container .hs-form-booleancheckbox-display > span,
.partnerportal__module--content .submodule__form .legal-consent-container .hs-form-booleancheckbox-display > span p,
.partnerportal__module--content .submodule__form .legal-consent-container .hs-form-booleancheckbox-display > p,
.partnerportal__module--content .submodule__form .hs_gdpr_consent .hs-form-booleancheckbox-display > span,
.partnerportal__module--content .submodule__form .hs_gdpr_consent .hs-form-booleancheckbox-display > span p,
.partnerportal__module--content .submodule__form .hs_gdpr_consent .hs-form-booleancheckbox-display > p {
  font-size: 14px;
  line-height: 22px;
  margin-left: 0 !important;
}
.partnerportal__module--content .submodule__form .legal-consent-container .hs-form-booleancheckbox-display .hs-form-required,
.partnerportal__module--content .submodule__form .hs_gdpr_consent .hs-form-booleancheckbox-display .hs-form-required {
  color: inherit;
}
.partnerportal__module--content .submodule__form .legal-consent-container .hs-form-booleancheckbox-display input[type="checkbox"],
.partnerportal__module--content .submodule__form .legal-consent-container .hs-form-booleancheckbox-display input[type="radio"],
.partnerportal__module--content .submodule__form .hs_gdpr_consent .hs-form-booleancheckbox-display input[type="checkbox"],
.partnerportal__module--content .submodule__form .hs_gdpr_consent .hs-form-booleancheckbox-display input[type="radio"] {
  margin-right: 0;
  margin-top: 5px;
}
.partnerportal__module--content .submodule__form .legal-consent-container input[type="checkbox"] + span::before,
.partnerportal__module--content .submodule__form .hs_gdpr_consent input[type="checkbox"] + span::before {
  top: 0;
}
.partnerportal__module--content .submodule__form .legal-consent-container ul,
.partnerportal__module--content .submodule__form .hs_gdpr_consent ul {
  padding: 0;
}
.partnerportal__module--content .submodule__form .legal-consent-container .hs-error-msgs li,
.partnerportal__module--content .submodule__form .hs_gdpr_consent .hs-error-msgs li {
  font-size: 12px;
}
.partnerportal__module--content .submodule__form .legal-consent-container .input input.hs-input,
.partnerportal__module--content .submodule__form .hs_gdpr_consent .input input.hs-input {
  height: 30px;
}
.partnerportal__module--content .submodule__form .hs_gdpr_consent {
  padding: 0 36px;
}
.partnerportal__module--content .submodule__form .hs_cos_wrapper_type_form form .hs-form fieldset:last-of-type {
  display: inline-block;
  width: 75%;
}
.partnerportal__module--content .submodule__form .hs_cos_wrapper_type_form form .hs-form .hs_submit {
  display: inline-block;
  width: 25%;
  text-align: right;
  margin-top: 0;
  vertical-align: top;
}
@media (max-width: 520px) {
  .partnerportal__module--content .submodule__form .hs_cos_wrapper_type_form form .hs-form fieldset:last-of-type,
  .partnerportal__module--content .submodule__form .hs_cos_wrapper_type_form form .hs-form .hs_submit {
    width: 100%;
    display: block;
  }
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer {
  --hsf-richtext__font-family: "Circular Std";
  --hsf-global__font-family: "Circular Std";
  --hsf-default-richtext__font-family: "Circular Std";
  --hsf-field-input__font-family: "Circular Std";
  --hsf-default-field-input__font-family: "Circular Std";
  --hsf-module__vertical-spacing: 5px;
  --hsf-default-module__vertical-spacing: 5px;
  --hsf-row__vertical-spacing: 10px;
  --hsf-default-row__vertical-spacing: 10px;
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form {
  font-family: "Circular Std";
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-Step .hsfc-Step__Content {
  padding: 0;
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-Step .hsfc-Step__Content .hsfc-Row {
  gap: var(--form-gap);
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper .hsfc-ReCaptchaV2 {
  display: none;
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextField,
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneField,
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-EmailField,
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextareaField,
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownField {
  position: relative !important;
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextField label,
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneField label,
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-EmailField label,
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextareaField label,
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownField label {
  display: none;
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextField input,
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneField input,
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-EmailField input,
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextareaField textarea,
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownField input {
  border-radius: 8px !important;
  height: var(--form-input-height) !important;
  background: #fff !important;
  border: 1px solid #e3e6ec !important;
  padding: 0 15px !important;
  font-size: var(--form-input-font-size) !important;
  font-weight: 400 !important;
  transition: border-color 0.15s, box-shadow 0.15s;
  margin-bottom: 0 !important;
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextareaField textarea {
  min-height: 100px !important;
  padding: 15px !important;
  height: auto !important;
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form input[aria-describedby*="error"],
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form textarea[aria-describedby*="error"] {
  border: 1px solid #d40000 !important;
  box-shadow: 0 0 0 1px #d40000 !important;
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form input:hover,
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form textarea:hover {
  box-shadow: none !important;
  border-color: #ccc !important;
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form input:focus,
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form input:active,
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form textarea:focus,
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form textarea:active {
  box-shadow: 0 0 0 1px #000 !important;
  border-color: #000 !important;
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-ErrorAlert {
  position: absolute !important;
  bottom: -8px !important;
  left: 14px !important;
  font-size: 11px !important;
  background: #d40000 !important;
  color: #fff !important;
  padding: 1px 8px !important;
  border-radius: 10px !important;
  display: inline-block !important;
  white-space: nowrap !important;
  z-index: 100 !important;
  pointer-events: none !important;
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret {
  height: var(--form-input-height);
  background: #fff;
  border: 1px solid #e3e6ec;
  border-radius: 8px 0 0 8px;
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret:hover {
  box-shadow: none;
  background: #fff;
  border-color: #ccc;
  filter: unset;
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret + input[type="tel"] {
  border-left: 1px solid transparent;
  border-radius: 0 8px 8px 0;
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret + input[type="tel"]:focus,
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret + input[type="tel"]:active {
  box-shadow: 0;
  border: 1px solid #000;
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-Button {
  border-radius: 32px !important;
  background: var(--form-btn-bg) !important;
  color: #fff !important;
  font-size: var(--form-btn-font-size) !important;
  font-weight: var(--form-btn-font-weight) !important;
  padding: var(--form-btn-padding) !important;
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-Button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownOptions {
  border-radius: 12px;
  border-color: var(--color-luware-light-2, #EEF0F6);
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownOptions__List__ListItem {
  background-color: var(--color-luware-light-1, #F7F8FB);
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownOptions__List__ListItem:hover {
  background-color: var(--color-luware-light-2, #EEF0F6);
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-CheckboxField .hsfc-FieldLabel {
  padding: 0 0 0 36px !important;
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-CheckboxField .hsfc-FieldLabel span {
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form [data-hsfc-id="DataPrivacyField"] {
  margin-top: 20px !important;
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form [data-hsfc-id="DataPrivacyField"] .hsfc-RichText p {
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.4) !important;
}
.partnerportal__module--content .submodule__form .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form [data-hsfc-id="DataPrivacyField"] .hsfc-RichText p a {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.4) !important;
}
.partnerportal__module--content .submodule__form form .hs-richtext {
  font-size: 16px;
  margin: 0;
}
.partnerportal__module--content .submodule__form form .hs-richtext img {
  max-width: 100% !important;
}
.partnerportal__module--content .submodule__form form .hs-richtext a {
  text-decoration: underline;
}
.partnerportal__module--content .submodule__form .submitted-message {
  font-size: 18px;
  padding: 20px 0;
}
.partnerportal__module--content .submodule__form .grecaptcha-badge {
  margin: 0 auto;
}
.partnerportal__module--content .submodule__form .hs-form-required {
  color: var(--form-label-color);
}
.partnerportal__module--content .submodule__form ::placeholder {
  color: var(--form-placeholder-color);
  font-weight: 400;
}
/* ============================
   Membership Login Page
   ============================ */
.membership-login {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--body-font);
  overflow: hidden;
}
.membership-login__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #1A2543;
  background-image: url('https://144052992.fs1.hubspotusercontent-eu1.net/hubfs/144052992/Theme%20Luware/Assets/Backgrounds/Login_BG.jpg');
  background-size: cover;
  background-position: center;
}
.membership-login__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 674px;
  padding: 0 20px;
}
.membership-login__logo {
  margin-bottom: 40px;
}
.membership-login__logo-img {
  width: 225px;
  height: auto;
  display: block;
}
.membership-login__card {
  width: 100%;
  background: var(--color-white, #fff);
  border-radius: 32px;
  box-shadow: -20px 0 40px 0 rgba(0, 0, 0, 0.03);
  padding: 48px;
  text-align: center;
}
.membership-login__title {
  font-family: var(--body-font);
  font-size: 36px;
  font-weight: var(--font-weight-book, 450);
  line-height: 1.2;
  color: var(--color-luware-black);
  margin: 0 0 30px;
}
/* --- Membership form overrides --- */
.membership-login__card #hs-membership-form {
  text-align: left;
  margin: 0;
  padding: 0;
}
/* Reset HubSpot error list and any stray bullets */
.membership-login__card .hs-error-msgs,
.membership-login__card .hs-error-msgs li {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.membership-login__card .hs-error-msgs li label.hs-error-msg:empty {
  display: none;
}
.membership-login__card .hs-form-field ul,
.membership-login__card .hs-form-field li {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
/* Field wrappers */
.membership-login__card .hs-form-field {
  margin-bottom: 20px;
}
/* Labels */
.membership-login__card .hs-login-widget-email-label,
.membership-login__card .hs-login-widget-password-label {
  display: block;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: var(--font-weight-book, 450);
  color: var(--color-luware-black);
  line-height: 26px;
  margin-bottom: 6px;
}
/* Text & password inputs */
.membership-login__card .hs-input[type="text"],
.membership-login__card .hs-input[type="password"],
.membership-login__card .hs-input[type="email"] {
  width: 100%;
  height: 50px;
  background: rgba(11, 72, 248, 0.02);
  border: 1px solid rgba(28, 33, 41, 0.1);
  border-radius: 6px;
  padding: 0 18px;
  font-family: var(--body-font);
  font-size: 15px;
  color: var(--color-luware-black);
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  transition: border-color 200ms ease;
}
.membership-login__card .hs-input[type="text"]:focus,
.membership-login__card .hs-input[type="password"]:focus,
.membership-login__card .hs-input[type="email"]:focus {
  border-color: var(--color-luware-brand-default);
}
/* "Show password" link — hidden, not in current design */
.membership-login__card .hs-login-widget-show-password {
  display: none;
}
/* TODO: "Remember me" checkbox + label — unstyled for now, style later to match design */
/* Selector: .membership-login__card #hs-login-widget-remember */
/* Selector: .membership-login__card label[for="hs-login-widget-remember"] */
/* "Forgot your password?" link — hidden, not in current design */
.membership-login__card #hs_login_reset {
  display: none;
}
/* Submit button wrapper */
.membership-login__card .hs-membership-loader {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.membership-login__card .hs-membership-loader .actions {
  display: flex;
  justify-content: center;
}
/* Submit button */
.membership-login__card .hs-button.primary.large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  min-width: 160px;
  padding: 12px 40px;
  background: var(--color-luware-brand-default);
  color: #fff;
  border: none;
  border-radius: 32px;
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: var(--font-weight-book, 450);
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 200ms ease;
}
.membership-login__card .hs-button.primary.large:hover {
  background: var(--color-luware-brand-hover);
}
/* Help text below card */
.membership-login__help {
  margin-top: 40px;
  font-family: var(--body-font);
  font-size: 16px;
  color: var(--color-luware-black);
  opacity: 0.7;
  line-height: 1.5;
}
.membership-login__help a {
  color: var(--color-luware-black);
  text-decoration: underline;
}
.membership-login__help a:hover {
  opacity: 1;
}
/* Footer link */
.membership-login__footer {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.membership-login__website-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  opacity: 0.3;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  padding: 8px 20px;
  border-radius: 24px;
  text-decoration: none;
  transition: opacity 200ms ease;
}
.membership-login__website-link:hover {
  opacity: 0.6;
}
.membership-login__website-icon {
  font-family: "Font Awesome 7 Sharp", sans-serif;
  font-weight: 300;
  font-size: 16px;
  width: 20px;
}
/* Error message styling */
.membership-login__card .hs-login__error-message,
.membership-login__card .hs-error-msgs {
  color: var(--form-error-color, #d40000);
  font-family: var(--body-font);
  font-size: 14px;
  margin-top: 6px;
}
/* Responsive — Membership Login */
@media (max-width: 1400px) {
  .membership-login__card {
    max-width: 580px;
    padding: 40px;
  }
  .membership-login__title {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .membership-login__content {
    padding: 0 20px;
  }
  .membership-login__card {
    padding: 36px;
    border-radius: 24px;
  }
  .membership-login__title {
    font-size: 28px;
  }
  .membership-login__logo-img {
    width: 200px;
  }
  .membership-login__footer {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 720px) {
  .membership-login__card {
    padding: 30px;
    border-radius: 18px;
  }
  .membership-login__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .membership-login__logo-img {
    width: 170px;
  }
  .membership-login__logo {
    margin-bottom: 30px;
  }
  .membership-login__card .hs-button.primary.large {
    width: 100%;
    padding: 12px 24px;
    font-size: 16px;
  }
  .membership-login__card .hs-membership-loader,
  .membership-login__card .hs-membership-loader .actions {
    width: 100%;
  }
  .membership-login__help {
    margin-top: 30px;
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .membership-login__card {
    padding: 20px;
  }
  .membership-login__title {
    font-size: 22px;
  }
  .membership-login__logo-img {
    width: 150px;
  }
  .membership-login__card .hs-login-widget-email-label,
  .membership-login__card .hs-login-widget-password-label {
    font-size: 14px;
  }
  .membership-login__card .hs-input[type="text"],
  .membership-login__card .hs-input[type="password"],
  .membership-login__card .hs-input[type="email"] {
    height: 44px;
    font-size: 14px;
  }
  .membership-login__card .hs-button.primary.large {
    height: 44px;
  }
  .membership-login__website-link {
    font-size: 14px;
  }
}
/* --------------------------------------------------
 * STORIES MODULE
 * -------------------------------------------------- */
@media (max-width: 1600px) {
  .partnerportal__module--stories .grid .item.span-3 {
    grid-column: span 4;
  }
}
@media (max-width: 992px) {
  .partnerportal__module--stories .grid .item.span-3 {
    grid-column: span 6;
  }
}
@media (max-width: 720px) {
  .partnerportal__module--stories .grid .item.span-3 {
    grid-column: span 1;
  }
}
.partnerportal__module--stories .story__card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: var(--color-luware-light-1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.partnerportal__module--stories .story__card:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 25px 20px -20px;
}
.partnerportal__module--stories .story__card:hover {
  cursor: pointer;
}
.partnerportal__module--stories .story__card:hover .story__image img {
  transform: scale(1.05);
}
.partnerportal__module--stories .story__image {
  position: relative;
  height: 260px;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}
.partnerportal__module--stories .story__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.partnerportal__module--stories .story__tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  padding: 5px 12px;
  border-radius: 64px;
  z-index: 2;
}
.partnerportal__module--stories .story__tag span {
  font-size: 14px;
  font-weight: 450;
  color: #FFF;
}
.partnerportal__module--stories .story__content {
  padding: 30px;
  flex: 1;
}
.partnerportal__module--stories .story__content h3 {
  margin-bottom: 10px;
}
.partnerportal__module--stories .story__content p {
  opacity: 0.5;
}