/* inter-regular - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/inter/inter-v11-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../fonts/inter/inter-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/inter/inter-v11-latin-regular.woff2") format("woff2"), url("../../fonts/inter/inter-v11-latin-regular.woff") format("woff"), url("../../fonts/inter/inter-v11-latin-regular.ttf") format("truetype"), url("../../fonts/inter/inter-v11-latin-regular.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-500 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/inter/inter-v11-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../fonts/inter/inter-v11-latin-500.eot?#iefix") format("embedded-opentype"), url("../../fonts/inter/inter-v11-latin-500.woff2") format("woff2"), url("../../fonts/inter/inter-v11-latin-500.woff") format("woff"), url("../../fonts/inter/inter-v11-latin-500.ttf") format("truetype"), url("../../fonts/inter/inter-v11-latin-500.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-600 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../fonts/inter/inter-v11-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../fonts/inter/inter-v11-latin-600.eot?#iefix") format("embedded-opentype"), url("../../fonts/inter/inter-v11-latin-600.woff2") format("woff2"), url("../../fonts/inter/inter-v11-latin-600.woff") format("woff"), url("../../fonts/inter/inter-v11-latin-600.ttf") format("truetype"), url("../../fonts/inter/inter-v11-latin-600.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-700 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/inter/inter-v11-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../fonts/inter/inter-v11-latin-700.eot?#iefix") format("embedded-opentype"), url("../../fonts/inter/inter-v11-latin-700.woff2") format("woff2"), url("../../fonts/inter/inter-v11-latin-700.woff") format("woff"), url("../../fonts/inter/inter-v11-latin-700.ttf") format("truetype"), url("../../fonts/inter/inter-v11-latin-700.svg#Inter") format("svg");
  /* Legacy iOS */
}
:root {
  --black: #000;
  --white: #fff;
  --lightgrey: #eee;
  --orange: #F7941E;
  --text: #24282D;
  --link: rgba(36, 40, 45, 0.6);
  --link-hover: #23A835;
  --primary: #0575ff;
  --primary-text: #fff;
  --primary-rgb: 5 117 255;
  --secondary: #14161b;
  --secondary-text: #fff;
  --grey: #3a3a3a;
  --green: #13A538;
  --font-family: "Inter";
  --font-size: 1.125em;
  --paragraph-line-height: 1.5;
  --error: #d42525;
  --warning: #e3ad40;
  --success: #88c433;
  --container-margin: 1.333rem;
  --flex-between: 0.5rem;
  --content-max-width: 76.66rem;
}
@media screen and (min-width: 48em) {
  :root {
    --container-margin: 2rem;
    --flex-between: 1rem;
  }
}
@media screen and (min-width: 67.5em) {
  :root {
    --container-margin: 4rem;
  }
}
html {
  font-family: var(--font-family), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: var(--font-size);
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scroll-padding-top: 10rem;
}
@media screen and (min-width: 1921px) {
  html {
    font-size: calc(1vw - 1.0666666666666667px);
  }
}
body {
  width: 100%;
  padding: 0 var(--container-margin);
  color: var(--text);
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--secondary);
  border-radius: 10px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: var(--link-hover);
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem;
  line-height: 1.25;
}
p {
  margin: 0 0 1rem;
  font-size: 0.888rem;
  line-height: 1.444rem;
  color: rgba(36, 40, 45, 0.6);
}
@media screen and (max-width: 67.5em) {
  p {
    font-size: 0.777rem;
    line-height: 1.333rem;
  }
}
h1 {
  font-size: 1.111rem;
  line-height: 1.333rem;
  margin-bottom: 0.555rem;
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 1.388em;
    line-height: 1.666rem;
  }
}
h2 {
  font-size: 1.222rem;
  line-height: 1.5rem;
  margin-bottom: 0.555rem;
}
@media screen and (min-width: 48em) {
  h2 {
    font-size: 1.222rem;
  }
}
h3 {
  font-size: 0.722rem;
  line-height: 0.888rem;
  margin-bottom: 0.777rem;
}
@media screen and (min-width: 48em) {
  h3 {
    font-size: 0.777rem;
    line-height: 0.944rem;
  }
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1.15em;
}
h6 {
  font-size: 1.1em;
}
a {
  color: var(--link);
  text-decoration: none;
  font-weight: 600;
}
a:hover {
  color: var(--link-hover);
}
figure {
  margin: 0;
}
picture {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media screen {
  picture {
    width: auto;
  }
}
img {
  max-width: 100%;
}
iframe {
  display: block;
  width: 100%;
  height: auto;
  background-color: var(--black);
  border: 0;
  aspect-ratio: 1.7777777778;
}
video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
  margin: 0;
}
hr {
  color: rgba(58, 58, 58, 0.1);
  margin: 2.555rem 0;
}
@media screen and (max-width: 67.5em) {
  hr {
    margin: 1.5rem 0;
  }
}
table {
  width: 100%;
  border-spacing: 0;
  font-size: 0.888rem;
}
table td:nth-child(2n) {
  text-align: right;
}
table th, table td {
  text-align: left;
  vertical-align: top;
  padding: 0.388rem 0;
}
table th .subtitle, table td .subtitle {
  font-size: 1.111rem;
  line-height: 1.333rem;
  font-weight: 600;
  color: var(--text);
  padding-right: 0.388rem;
}
table tr.nomargin td {
  padding: 0;
}
table tr.nomargin td:first-child {
  display: flex;
}
button, select, textarea, input[type="text"], input[type="password"], input[type="email"], input[type="button"], input[type="submit"], input[type="search"], input[type="hidden"], input[type="tel"], input[type="url"], input[type="number"], input[type="date"] {
  padding: 0.25rem;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 3px;
  border: 1px solid;
  background-color: transparent;
}
button, input[type="button"], input[type="submit"] {
  padding: 0.25rem;
  color: var(--grey);
  background-color: var(--primary);
  border-color: var(--primary);
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover {
  background-color: var(--grey);
  border-color: var(--grey);
}
select {
  background: transparent url("/fileadmin/lynx/icons/dropdown.svg");
  background-repeat: no-repeat;
  background-position: right 0.25rem top 50%;
  background-size: 1.33rem auto;
  padding: 0.25rem 2rem 0.25rem 0.25rem;
}
select, button, input[type="button"], input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
  width: 1.25rem;
  height: 1.25rem;
}
input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: transparent;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.333rem;
  height: 1.333rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
input[type="radio"]::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--grey);
}
input[type="radio"]:checked::before {
  transform: scale(1);
}
.frame-type-text ul {
  list-style: none;
  padding: 0;
}
.frame-type-text ul li {
  font-size: 0.777rem;
  line-height: 1.6rem;
  display: flex;
}
@media screen and (max-width: 67.5em) {
  .frame-type-text ul li {
    font-size: 0.722rem;
    line-height: 26px;
  }
}
.frame-type-text ul li::before {
  content: url("/fileadmin/lynx/icons/icon-checkmark-circle.svg");
  display: inline-flex;
  margin-right: 1.388rem;
}
@media screen and (max-width: 67.5em) {
  .frame-type-text ul li::before {
    margin-right: 12px;
  }
}
.sequel .frame-type-text ul li::before {
  content: url("/fileadmin/lynx/icons/icon-checkmark-circle-grey.svg");
}
