@font-face {
  font-family: 'PP Agrandir';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/PPAgrandir-Regular.otf');
}
@font-face {
  font-family: 'PP Agrandir';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/PPAgrandir-Bold.otf');
}
@font-face {
  font-family: 'PP Agrandir Wide';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/PPAgrandir-WideBold.otf');
}
@font-face {
  font-family: 'PP Agrandir Wide';
  font-style: normal;
  font-weight: 900;
  src: url('../Fonts/PPAgrandir-WideHeavy.otf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../Fonts/open-sans-v43-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../Fonts/open-sans-v43-latin-700.woff2') format('woff2');
}
:root {

  /* Exported from Figma */
  --aknprimary-color: #003064;
  --aknlink: rgba(0, 74, 186, 1);
  --aknakn-energy: rgba(243, 190, 42, 1);
  --aknakn-grey: rgba(235, 235, 235, 1);
  --aknakn-light-grey-1: rgba(247, 247, 247, 1);
  --aknakn-light-grey-2: rgba(125, 125, 125, 1);
  --aknakn-dark-grey-1: rgba(51, 51, 51, 1);
  --aknakn-red: #d4004b;
  --aknakn-red-transparent: rgba(212, 0, 75, 0.5);

  /* Color Setup */
  --clr-white: rgb(255, 255, 255);
  --clr-black: rgb(0, 0, 0);
  --clr-light-grey: var(--aknakn-light-grey-1);
  --clr-background: var(--clr-white);

  --clr-neutral-100: #f7f7f7;
  --clr-neutral-400: #d3d3d3;
  --clr-neutral-500: #7d7d7d;

  --clr-primary-01: #d4004b;
  --clr-primary-02: #003064;

  --clr-secondary-01: #f64141;
  --clr-secondary-02: #64a364;
  --clr-secondary-03: #5991be;
  --clr-secondary-04: #5555bc;
  --clr-secondary-05: #b166a1;
  --clr-secondary-06: #f08200;
  --clr-secondary-07: #9acd5f;
  --clr-secondary-08: #13b6ad;
  --clr-secondary-09: #bb3377;
  --clr-secondary-10: #f3be2a;
  --clr-secondary-11: #005aaa;
  --clr-secondary-12: #ffe100;
  --clr-secondary-13: #e10028;

  --clr-copy-500: #7d7d7d;
  --clr-copy-900: #1a1a1a;

  --clr-cta-primary-default: var(--clr-primary-01);
  --clr-cta-primary-text: #ffffff;
  --clr-cta-primary-hover: #b50040;

  --clr-cta-secondary-default: var(--clr-primary-02);
  --clr-cta-secondary-text: #ffffff;
  --clr-cta-secondary-hover: #002248;

  --clr-cta-tertiary-default: var(--clr-primary-02);
  --clr-cta-tertiary-text: var(--clr-primary-02);
  --clr-cta-tertiary-hover: rgba(0, 48, 100, 0.1);

  --clr-border-default: var(--clr-neutral-400);

  /* Fonts */
  --font-copy: 'Open Sans', Arial;
  --font-secondary: 'PP Agrandir';
  --font-secondary-wide: 'PP Agrandir Wide';
  --font-clr-primary: var(--clr-black);
  --font-base: 16px;
  --font-size-small: 1rem;
  --font-size-normal: 18px;

  --font-size-sm: 14px;
  --font-size-md: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 20px;
  --font-size-2xl: 24px;
  --font-size-3xl: 32px;
  --font-size-4xl: 48px;

  --font-line-height-sm: 20px;
  --font-line-height-md: 24px;
  --font-line-height-lg: 26px;
  --font-line-height-xl: 28px;
  --font-line-height-2xl: 32px;
  --font-line-height-3xl: 40px;
  --font-line-height-4xl: 56px;

  --text-color: var(--clr-copy-900);
  --link-color: var(--clr-primary-02);

  /* Margins */
  --margin-xs: 16px;
  --margin-s: 24px;
  --margin-m: 48px;
  --margin-l: 120px;
  --margin-xs--mobile: 8px;
  --margin-s--mobile: 16px;
  --margin-m--mobile: 32px;
  --margin-l--mobile: 88px;

  /* Icons */
  --clr-icon-default: var(--clr-neutral-400);
  --clr-icon-accent: var(--clr-primary-01);

  /* Card */
  --card-border-radius: var(--default-border-radius);
  --card-box-shadow: var(--default-box-shadow);
  --card-background: var(--clr-white);

  /* Other */
  --spaces: 32px;
  --content-width: 1216px;
  --contentWide-width: 1920px;
  --z-menu: 100;
  --default-border-radius: 8px;
  --default-box-shadow: 0 0 15px 0 rgba(26, 26, 26, 0.15);
  --bottom-height: 20px;
  --button-height: 60px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
:target {
  scroll-margin-top: 200px;
}
html,
body {
  margin: 0;
  font-family: 'Open Sans', Arial, 'sans-serif';
  font-family: var(--font-copy), 'sans-serif';
  font-size: 1rem;
  font-size: var(--font-base);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
  color: rgb(0, 0, 0);
  color: var(--font-clr-primary);
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}
body {
  overflow-x: hidden;
}
a {
  text-decoration: underline;
  color: #003064;
  color: var(--link-color);
  transition: color 200ms ease-in-out;
  text-underline-offset: 1px;
}
a:hover {
    text-decoration: none;
    color: #003064;
    color: var(--clr-primary-02);
  }
.Link {
  display: flex;
  font-weight: 400;
  text-decoration: underline;
  color: #003064;
  color: var(--link-color);
  transition: color 200ms ease-in-out;
}
.Link svg {
    margin-right: 8px;
    text-decoration: none;
  }
.Link:hover {
    text-decoration: none;
    color: #003064;
    color: var(--clr-primary-02);
  }
ul,
ol {
  padding: 0 0 0 58px;
  list-style: none;
}
li {
  padding: 1rem;
}
button {
  margin: 0;
  padding: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.capitalized {
  text-transform: capitalize;
}
form {
  position: relative;
}
form .clearfix {
    margin-bottom: 20px;
  }
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
label {
  display: block;
  margin-bottom: 2px;
  font-family: 'Open Sans', Arial;
  font-family: var(--font-copy);
  font-weight: 700;
  color: #003064;
  color: var(--clr-primary-02);
}
label.checkbox {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
label.checkbox .checkbox {
    margin: 0;
  }
label.checkbox label {
    margin-bottom: 0;
  }
input[type='text'],
input[type='search'],
input[type='password'],
textarea,
select {
  width: 100%;
  margin: 0;
  padding: 10px;
  border: 2px solid #d3dde6;
  border-radius: 6px;
  font-size: 0.9rem;
  background-color: rgba(247, 247, 247, 1);
  background-color: var(--aknakn-light-grey-1);
}
input[type='text']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='password']::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    font-family: 'Open Sans', Arial;
    font-family: var(--font-copy);
  }
input[type='text']::placeholder, input[type='search']::placeholder, input[type='password']::placeholder, textarea::placeholder, select::placeholder {
    font-family: 'Open Sans', Arial;
    font-family: var(--font-copy);
  }
select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Pro v7.0.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23003064' d='M303.5 473C312.9 482.4 328.1 482.4 337.4 473L537.4 273C546.8 263.6 546.8 248.4 537.4 239.1C528 229.8 512.8 229.7 503.5 239.1L320.5 422.1L137.5 239.1C128.1 229.7 112.9 229.7 103.6 239.1C94.3 248.5 94.2 263.7 103.6 273L303.6 473z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.65em auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-expand {
    display: none;
  }
textarea {
  min-height: 150px;
}
form .actions ul {
      margin: 0;
      padding-left: 0;
    }
form .actions .submit {
      padding: 0;
    }
.Section.bg--light-grey input,
  .Section.bg--light-grey select,
  .Section.bg--light-grey textarea {
    background-color: #ffffff;
  }
/* Hide German flag in brevo form */
.sib-sms-select__title {
  display: none !important;
}
.Page-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: rgba(247, 247, 247, 1);
  background-color: var(--aknakn-light-grey-1);
}
.StickyNav {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  min-height: 50px;
  background: #003064;
  background: var(--clr-primary-02);
}
.StickyNav .Section {
    padding: 20px 60px;
  }
.StickyNav .Section .Section-content {
      flex-direction: row;
      gap: 50px;
      justify-content: center;
    }
.StickyNav .Text {
    color: white !important;
  }
.StickyNav .Text {
    display: flex;
    flex-wrap: wrap;
    width: auto;
  }
.StickyNav a {
    color: white !important;
  }
.StickyNav a {
    text-decoration: none;
  }
.StickyNav a::before {
      border-bottom: 0 !important;
    }
.Main {
  flex: 1;
  overflow-x: hidden;
  max-width: 100vw;
}
.u-contentWidth {
  --paddingX: 32px;

  width: min(100% - var(--paddingX), 1216px);

  width: min(100% - var(--paddingX), var(--content-width));
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
.u-contentWidth {
    --paddingX: 60px;
}
  }
@media screen and (min-width: 1026px) {
.u-contentWidth {
    --paddingX: 100px;
}
  }
@media screen and (min-width: 1367px) {
.u-contentWidth {
    --paddingX: 160px;
}
  }
.u-contentWidth--wide {
  --paddingX: var(--spaces);

  width: min(100% - var(--paddingX), 1920px);

  width: min(100% - var(--paddingX), var(--contentWide-width));
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
.u-contentWidth--wide {
    --paddingX: 60px;
}
  }
@media screen and (min-width: 1026px) {
.u-contentWidth--wide {
    --paddingX: 80px;
}
  }
.is--hidden {
  display: none !important;
}
body #retune-chat-button {
  right: 30px !important;
}
#retune-chat-window-icon {
  background-image: url('../Images/default/chaticon.png') !important;
}
.brevoButton {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  margin-top: 10px;
  text-decoration: none;
  background: #ff4f4f;
  color: white;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.brevoButton:disabled {
  background: #cccccc;
  opacity: 0.5;
  cursor: not-allowed;
}
.ccm-settings-summoner {
  display: none !important;
}
.neos-contentcollection > [class^='style__addEmptyContentCollectionOverlay'] {
    flex: 1 1 100%;
  }
.neos-frontendlogin-login {
  display: flex;
  flex-direction: column;
  gap: 1rem;

  button {
    margin: 0 auto;
    padding: 1rem 5rem;
    border-radius: 0.25rem;
    background: #0bb344;
    color: rgba(235, 235, 235, 1);
    color: var(--aknakn-grey);
    cursor: pointer;
  }
}
.neos-frontendlogin-status {
  button {
    padding: 0.25rem;
    border-radius: 0.25rem;
    background: #d4004b;
    background: var(--aknakn-red);
    color: rgba(235, 235, 235, 1);
    color: var(--aknakn-grey);
  }
}
.alert.alert--error {
  color: #d4004b;
  color: var(--aknakn-red);
}
.alert.alert--notice {
  color: #0bb344;
}
