@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Inter", serif;
}

html {
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
}

body {
  overflow-x: hidden;
  background-color: #F1F5F8;
}

#block-kezzler-custom-theme-tabs > ul, #block-kezzler-custom-theme-account-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
#block-kezzler-custom-theme-tabs > ul li a, #block-kezzler-custom-theme-account-menu > ul li a {
  padding: 4px 16px;
  text-decoration: none;
  color: #000;
  border: solid 1px #000;
  border-radius: 2em;
  display: block;
}

.product-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 820px;
  margin: 42px auto;
  padding: 0 24px;
}
.product-page .product-image {
  margin-bottom: 32px;
  padding: 0 48px;
}
.product-page .product-image img {
  width: 100%;
  height: auto;
}
.product-page .product-title {
  font-size: 24px;
  font-weight: 400;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 32px;
}
.product-page .product-cards {
  width: 100%;
}
.product-page img {
  max-width: 100%;
  height: auto;
}

.product-card {
  margin: 42px 0;
  padding: 24px;
  background-color: #FFF;
  border-radius: 8px;
}
.product-card .product-card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.product-card .product-card-title img {
  width: 25px;
  height: 25px;
}
.product-card .paragraph--type--card-document {
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 24px;
}

.remote-video {
  margin: 16px 0;
}
.remote-video > div {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  position: relative;
}
.remote-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.product-card-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.product-card-buttons a {
  padding: 16px;
  text-decoration: none;
  color: #000;
  border: solid 1px #000;
  border-radius: 2em;
}
.product-card-buttons img {
  margin-left: 8px;
}

form[class^=kezzler-verify-dpp-form] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin: 32px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.verify-btn {
  padding: 16px;
  text-decoration: none;
  color: #000;
  border: solid 1px #000;
  border-radius: 2em;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.approval-stamp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 8px;
  padding: 32px 0;
  font-size: 12px;
  line-height: 17px;
}
.approval-stamp div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.approval-stamp .verification-date {
  font-weight: 300;
}

.user-login-form {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px;
  margin: 48px auto;
  background-color: #FFF;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-login-form .form-item {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 24px 0;
}
.user-login-form .button, .user-login-form .form-item input {
  padding: 16px;
  border: solid 1px #000;
  border-radius: 2em;
}

.company-taxonomy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 820px;
  margin: 42px auto;
  padding: 0 24px;
}

.company-taxonomy-bg {
  height: 160px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header {
  background-image: url("../images/hero.png");
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
}
.header .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.header .header-logo p {
  font-weight: 300;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 17px;
  line-height: normal;
  margin: 0;
}
.header .header-logo p strong {
  font-weight: 500;
}

.company-header {
  height: 160px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.footer p {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

.language-switcher-language-url {
  position: absolute;
  top: calc(var(--drupal-displace-offset-top, 0px) + 4em);
  max-width: 100%;
  right: 5%;
  text-align: center;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
.language-switcher-language-url .language-block-wrapper {
  position: relative;
  display: inline-block;
  height: 35px;
}
.language-switcher-language-url .language-block-wrapper.active .current-lang:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.language-switcher-language-url .language-block-wrapper.active ul.links {
  display: block;
}
.language-switcher-language-url ul.links {
  position: absolute;
  right: 0;
  display: none;
  background: #FFF;
  border-radius: 8px;
  padding: 16px;
  -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.4);
  text-align: start;
  z-index: 10;
}
.language-switcher-language-url ul.links li:not(:last-child) {
  margin-bottom: 24px;
}
.language-switcher-language-url ul.links li a {
  color: #000;
  font-family: "Inter", serif;
  font-size: 14px;
  text-decoration: none;
}
.language-switcher-language-url ul.links li a:hover {
  color: rgb(53, 103, 255);
}

.accordion-label {
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  display: block;
  margin-bottom: 32px;
}
.accordion-label:after {
  content: url("../images/arrow-up.svg");
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  float: right;
}

.accordion-content h3 {
  font-size: 12px;
  color: rgba(39, 46, 63, 0.5);
}

.accordion-input {
  display: none;
}
.accordion-input:not(checked) ~ .accordion-content {
  display: none;
}

.accordion-input:checked ~ .accordion-content {
  display: block;
}
.accordion-input:checked ~ .accordion-label:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

table {
  margin: 32px 0;
  min-width: 50%;
}
@media (max-width: 576px) {
  table {
    min-width: 100%;
  }
}
table .hide-caption {
  display: none;
}
table td, table th {
  border: 1px solid rgba(39, 46, 63, 0.5);
}
table tr td:last-child, table tr th:last-child {
  text-align: right;
}
table tr td, table tr th {
  text-align: left;
  padding: 12px 8px;
}
table tr th {
  font-weight: 500;
  color: rgba(39, 46, 63, 0.5);
}
table tr td {
  color: #272E3F;
  font-weight: 300;
}

h2 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 28px;
}

h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}

p {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.eu-cookie-compliance-banner,
.eu-cookie-compliance-banner * {
  font-family: "Inter", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #FFFFFF;
}

.eu-cookie-compliance-banner .decline-button {
  background-color: #383838;
  padding: 4px 8px;
}
.eu-cookie-compliance-banner .agree-button {
  background-color: #000000;
  background-image: none;
  text-shadow: none;
  box-shadow: inset 0 0 0 1px #ffffff;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  -webkit-border-radius: 0;
  -moz-box-shadow: inset 0 0 0 1px #ffffff;
  -moz-border-radius: 0;
}

.eu-cookie-compliance-content {
  padding-top: 16px;
  padding-bottom: 16px;
}

.eu-cookie-compliance-message,
.eu-cookie-compliance-buttons {
  margin: 0;
}