*, :before, :after {
  box-sizing: border-box;
}

* {
  margin: 0;
  line-height: 1.5;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-wrap: break-word;
  font-family: Roboto, sans-serif;
}

@media (width >= 1024px) {
  body {
    font-size: 18px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #282828;
  font-weight: 500;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: calc(1em + 16px);
}

@media (width <= 1329.98px) {
  h1, .h1 {
    font-size: 44px;
  }
}

@media (width <= 1023.98px) {
  h1, .h1 {
    margin-top: 15px;
    font-size: 36px;
  }
}

h2, .h2 {
  color: #282828;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media (width <= 1023.98px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h2 strong, .h2 strong {
  font-weight: inherit;
  color: #0170f7;
  font-weight: bold;
}

@media (width <= 1023.98px) {
  h2 strong, .h2 strong {
    font-size: 28px;
  }
}

h3, .h3 {
  color: #282828;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

@media (width <= 1023.98px) {
  h3, .h3 {
    font-size: 20px;
  }
}

@media (width <= 767.98px) {
  h3, .h3 {
    font-size: 18px;
  }
}

h2 + h3 {
  padding-top: 20px;
}

h4, .h4 {
  color: #282828;
  margin-top: 15px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

@media (width <= 1023.98px) {
  h4, .h4 {
    font-size: 18px;
  }
}

@media (width <= 767.98px) {
  h4, .h4 {
    font-size: 16px;
  }
}

p {
  margin-top: 15px;
}

p:first-child {
  margin-top: 0;
}

p.is-enlarged {
  line-height: calc(1em + 12px);
}

@media (width >= 768px) {
  p.is-enlarged {
    font-size: 1.1em;
  }

  p.is-enlarged strong {
    font-size: 1.2em;
  }
}

p.is-enlarged strong {
  font-weight: 500;
}

p.is-kicker {
  color: #0170f7;
  font-weight: 500;
}

img, picture, video, canvas, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

input, button, textarea, select {
  font: inherit;
  outline: none;
  display: block;
}

button {
  cursor: pointer;
}

a {
  color: #0170f7;
}

.has-inline * {
  display: inline;
}

.max-width-1000--wrapper {
  max-width: 1000px;
}

.grey-background--wrapper {
  background-color: #f9f9f9;
}

.caro-background--wrapper {
  background-color: #fff;
  background-image: linear-gradient(90deg, #00000006 1px, #0000 0), linear-gradient(#00000006 1px, #0000 0);
  background-size: 40px 40px;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
  display: flex;
}

.grey--text {
  color: #666 !important;
}

[data-drupal-messages] {
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem 0;
  display: flex;
}

[data-drupal-messages] > div[role="contentinfo"] {
  box-sizing: border-box;
  text-align: center;
  border-radius: 8px;
  width: 100%;
  max-width: 600px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
}

[data-drupal-messages] > div[role="contentinfo"] h2.visually-hidden {
  display: none;
}

[data-drupal-messages] > div[role="contentinfo"] a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}

[data-drupal-messages] > div[role="contentinfo"] a:hover {
  text-decoration: none;
}

[data-drupal-messages] > div[role="contentinfo"] ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

[data-drupal-messages] > div[role="contentinfo"] ul li {
  margin-bottom: .5rem;
  font-weight: normal;
}

[data-drupal-messages] > div[role="contentinfo"][aria-label="Status message"] {
  color: #006064;
  background-color: #e0f7fa;
  border: 1px solid #4dd0e1;
}

[data-drupal-messages] > div[role="contentinfo"][aria-label="Warning message"] {
  color: #856404;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
}

[data-drupal-messages] > div[role="contentinfo"][aria-label="Error message"] [role="alert"] {
  color: #b71c1c;
  background-color: #fdecea;
  border-left: 6px solid #b71c1c;
  border-radius: 6px;
  padding: 1rem;
}

.eu-cookie-compliance-message p {
  color: #fff;
}

.btn-primary {
  letter-spacing: .02em;
  color: #fff;
  background-color: #0170f7;
  border: none;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.btn-primary:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

.btn-primary:hover {
  background: #0777fe;
}

.btn-primary.white {
  color: #0170f7;
  background-color: #fff;
}

.paragraph .table-responsive, .node .table-responsive {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: auto;
}

.paragraph table, .node table {
  border-spacing: 6px;
  width: 100%;
  min-width: 700px;
}

.paragraph table td, .paragraph table th, .node table td, .node table th {
  padding: 20px;
}

.paragraph table tr:nth-child(2n) td, .node table tr:nth-child(2n) td {
  background: #eaf0ff;
}

.paragraph table th, .node table th {
  color: #fff;
  text-align: left;
  background-color: #0170f7;
  font-weight: 500;
}
/*# sourceMappingURL=base.css.map */
