/* Generated using nucleoapp.com */

/* --------------------------------

General

-------------------------------- */

:root {
  --icon-color-primary: inherit;
  --icon-color-secondary: currentColor;
}

.icon {
  display: inline-block;
  color: var(--icon-color-primary); /* icon primary color */
  height: 1em;
  width: 1em;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.icon use {
  /* icon secondary color */
  fill: var(--icon-color-secondary);
  stroke: var(--icon-color-secondary);
}

/* --------------------------------

Themes

-------------------------------- */

.icon-theme-1 {
  --icon-color-primary: #2571a1;
  --icon-color-secondary: #5873f9;
}

/* --------------------------------

Sizes

-------------------------------- */
:root {
  --icon-sm: 0.8em;
  --icon-lg: 1.2em;
}

/* relative units */
.icon-sm {
  font-size: var(--icon-sm);
}

.icon-lg {
  font-size: var(--icon-lg);
}

/* absolute units */
.icon-16 {
  font-size: 16px;
}

.icon-32 {
  font-size: 32px;
}

/* --------------------------------

Stroke

-------------------------------- */

.stroke-1 {
  stroke-width: 1px;
}

.stroke-2 {
  stroke-width: 2px;
}

.stroke-3 {
  stroke-width: 3px;
}

.stroke-4 {
  stroke-width: 4px;
}

/* --------------------------------

Caps/Corners

-------------------------------- */

.icon use {
  --icon-stroke-linecap-butt: butt;
  stroke-miterlimit: 10;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.stroke-round use {
  --icon-stroke-linecap-butt: round;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* --------------------------------

Transformations/Animations

-------------------------------- */

.icon-rotate-90 {
  transform: rotate(90deg);
}

.icon-rotate-180 {
  transform: rotate(180deg);
}

.icon-rotate-270 {
  transform: rotate(270deg);
}

.icon-flip-y {
  transform: scaleY(-1);
}

.icon-flip-x {
  transform: scaleX(-1);
}

.icon-is-spinning {
  animation: icon-spin 1s infinite linear;
}

@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@charset "UTF-8";
:root {
  --bs-link-color-rgb: #293033;
  --bs-link-hover-color-rgb: #212629;
}

/*
// Add your own theme-colors.
$theme-colors: (
  "primary": $primary,
  "secondary": $secondary,
  "light": $white-smoke-light
  //"highlight": $white,
);

$theme-colors: map-remove($theme-colors, "dark", "light");
*/
/**
 * Helper function for downsize mixin.
 */
/**
 * Downsize a CSS property using the viewport to affect calc().
 *
 * @param {string} $property: The property to be affected.
 * @param {string|list} $min: The min value / values.
 * @param {string|list} $max: The max value / values.
 * @param {string} $viewport: The biggest viewport, which the property must be calculated. NOTE: we use media-breakpoint-down here!
 * @param {boolean} $default: True if the default property must be set, regardless of the viewport size.
 * @param {list} $min-limit: A list containing the min viewport and the min value.
 */
.container .container {
  padding-left: 0px;
  padding-right: 0px;
}

.content-align {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /** custom absolute align helper **/
}
@media (min-width: 768px) {
  .content-align .align-tl {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 50%;
  }
  .content-align .align-tc {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .content-align .align-tr {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50%;
  }
  .content-align .align-cl {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 50%;
  }
  .content-align .align-cc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .content-align .align-cr {
    position: absolute;
    top: 50%;
    right: 0;
    max-width: 50%;
    transform: translateY(-50%);
  }
  .content-align .align-bl {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 50%;
  }
  .content-align .align-bc {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .content-align .align-br {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 50%;
  }
}

figure {
  margin: 0;
}
figure picture {
  display: block;
}
figure img {
  width: 100%;
}

@media (max-width: 575.98px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .hidden-xl {
    display: none;
  }
}
@media (min-width: 1400px) {
  .hidden-xxl {
    display: none;
  }
}
.list-inline > li {
  display: inline-block;
}

@media (min-width: 768px) {
  .media-col-1 {
    width: 8.3333333333%;
  }
  .media-col-2 {
    width: 16.6666666667%;
  }
  .media-col-3 {
    width: 25%;
  }
  .media-col-4 {
    width: 33.3333333333%;
  }
  .media-col-5 {
    width: 41.6666666667%;
  }
  .media-col-6 {
    width: 50%;
  }
  .media-col-7 {
    width: 58.3333333333%;
  }
  .media-col-8 {
    width: 66.6666666667%;
  }
  .media-col-9 {
    width: 75%;
  }
  .media-col-10 {
    width: 83.3333333333%;
  }
  .media-col-11 {
    width: 91.6666666667%;
  }
  .media-col-12 {
    width: 100%;
  }
  [class*=" media-col-"].pull-left,
  [class^=media-col-].pull-left {
    margin-right: 30px;
  }
  [class*=" media-col-"].pull-right,
  [class^=media-col-].pull-right {
    margin-left: 30px;
  }
}
[class*=" media-col-"],
[class^=media-col-] {
  margin-bottom: 15px;
}
[class*=" media-col-"] img,
[class^=media-col-] img {
  width: 100%;
}

.mt-xxs {
  margin-top: 0.5rem;
}

.mb-xxs {
  margin-bottom: 0.5rem;
}

.sp-xxs {
  margin-bottom: 8px;
}
@media (max-width: 1199.98px) {
  .sp-xxs {
    margin-bottom: calc(4.4px + 0.3vw);
  }
}
@media (max-width: 575.98px) {
  .sp-xxs {
    margin-bottom: 6px;
  }
}

.mt-xs {
  margin-top: 0.875rem;
}

.mb-xs {
  margin-bottom: 0.875rem;
}

.sp-xs {
  margin-bottom: 14px;
}
@media (max-width: 1199.98px) {
  .sp-xs {
    margin-bottom: calc(8.8px + 0.4333333333vw);
  }
}
@media (max-width: 575.98px) {
  .sp-xs {
    margin-bottom: 12px;
  }
}

.mt-sm {
  margin-top: 2rem;
}

.mb-sm {
  margin-bottom: 2rem;
}

.sp-sm {
  margin-bottom: 32px;
}
@media (max-width: 1199.98px) {
  .sp-sm {
    margin-bottom: calc(16.8px + 1.2666666667vw);
  }
}
@media (max-width: 575.98px) {
  .sp-sm {
    margin-bottom: 24px;
  }
}

.mt-md {
  margin-top: 4rem;
}

.mb-md {
  margin-bottom: 4rem;
}

.sp-md {
  margin-bottom: 64px;
}
@media (max-width: 1199.98px) {
  .sp-md {
    margin-bottom: calc(3.2px + 5.0666666667vw);
  }
}
@media (max-width: 575.98px) {
  .sp-md {
    margin-bottom: 32px;
  }
}

.mt-lg {
  margin-top: 6rem;
}

.mb-lg {
  margin-bottom: 6rem;
}

.sp-lg {
  margin-bottom: 96px;
}
@media (max-width: 1199.98px) {
  .sp-lg {
    margin-bottom: calc(3.36px + 7.72vw);
  }
}
@media (max-width: 575.98px) {
  .sp-lg {
    margin-bottom: 48px;
  }
}

.mt-xl {
  margin-top: 8rem;
}

.mb-xl {
  margin-bottom: 8rem;
}

.sp-xl {
  margin-bottom: 128px;
}
@media (max-width: 1199.98px) {
  .sp-xl {
    margin-bottom: calc(4.8px + 10.2666666667vw);
  }
}
@media (max-width: 575.98px) {
  .sp-xl {
    margin-bottom: 64px;
  }
}

.mt-xxl {
  margin-top: 10rem;
}

.mb-xxl {
  margin-bottom: 10rem;
}

.sp-xxl {
  margin-bottom: 160px;
}
@media (max-width: 1199.98px) {
  .sp-xxl {
    margin-bottom: calc(6.4px + 12.8vw);
  }
}
@media (max-width: 575.98px) {
  .sp-xxl {
    margin-bottom: 80px;
  }
}

.space {
  overflow: hidden;
}

@media (min-width: 768px) {
  .two-colums {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }
  .column-span-all {
    -moz-column-span: all;
         column-span: all;
  }
}
video {
  max-width: 100%;
}

@font-face {
  font-display: swap;
  font-family: AOKBuenosAires;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/AOKBuenosAires-Regular.woff2) format("woff2"), url(../fonts/AOKBuenosAires-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: AOKBuenosAires;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/AOKBuenosAires-SemiBold.woff2) format("woff2"), url(../fonts/AOKBuenosAires-SemiBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: AOKBuenosAiresText;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/AOKBuenosAiresText-Regular.woff2) format("woff2"), url(../fonts/AOKBuenosAiresText-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: AOKBuenosAiresText;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/AOKBuenosAiresText-RegularItalic.woff2) format("woff2"), url(../fonts/AOKBuenosAiresText-RegularItalic.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: AOKBuenosAiresText;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/AOKBuenosAiresText-SemiBold.woff2) format("woff2"), url(../fonts/AOKBuenosAiresText-SemiBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: AOKBuenosAiresText;
  font-style: italic;
  font-weight: 600;
  src: url(../fonts/AOKBuenosAiresText-SemiBoldItalic.woff2) format("woff2"), url(../fonts/AOKBuenosAiresText-SemiBoldItalic.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: AOKBuenosAiresText;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AOKBuenosAiresText-Bold.woff2) format("woff2"), url(../fonts/AOKBuenosAiresText-Bold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: AOKBuenosAiresText;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/AOKBuenosAiresText-BoldItalic.woff2) format("woff2"), url(../fonts/AOKBuenosAiresText-BoldItalic.woff) format("woff");
}
.p-bg {
  padding: 0.875rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn {
  border: 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5rem;
  font-size: 1rem;
  font-family: AOKBuenosAires;
  font-weight: 600;
  padding: 0.436rem 0.875rem;
  border-radius: 4px;
  color: #004730;
  background-image: linear-gradient(90deg, #ffffff 50%, #91F54A 0px);
  background-position: 100% 100%;
  background-size: 200% 100%;
  transition: all 0.35s ease-in-out;
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: inset 0px 0px 0px 2px #91F54A;
  text-decoration: none;
}
.btn svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  fill: currentColor;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  margin-right: 0;
  margin-left: 0.5rem;
}
.btn svg:has(+ span) {
  margin-left: 0;
  margin-right: 0.5rem;
}
.btn:hover {
  color: #004730;
  background-position: 0 100%;
  background-color: transparent;
}
.btn:hover svg {
  transform: scaleX(1.25) scaleY(1.25);
}
.btn:focus-visible {
  background-position: 0 100%;
  box-shadow: inset 0px 0px 0px 2px #91F54A, 0 0 0 4px #ffffff, 0 0 0 5px #18ab42;
}
.btn:focus-visible svg {
  transform: scaleX(1.25) scaleY(1.25);
}
.btn.btn-secondary {
  color: #004730;
  background-image: linear-gradient(90deg, #dfe3e6 50%, transparent 0);
  box-shadow: inset 0px 0px 0px 2px #afb6bc;
}
.btn.btn-secondary:hover {
  color: #004730;
}
.btn.btn-secondary:focus-visible {
  box-shadow: inset 0px 0px 0px 2px #afb6bc, 0 0 0 4px #ffffff, 0 0 0 5px #18ab42;
}
.btn.btn-tertiary {
  background-color: #fff;
  border-color: #fff;
}
.btn.btn-tertiary:hover {
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn.btn-outline-tertiary {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-tertiary:hover {
  border-color: rgb(229.5, 229.5, 229.5);
  color: rgb(229.5, 229.5, 229.5);
}

.modal-dialog .btn-close {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  --shadow: 0 12px 32px 0 rgba(0, 0, 0, .1), 0 2px 8px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--shadow);
  padding: 0 !important;
}

html {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
}

#main {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.main-container {
  max-width: 65rem;
  margin: 0 auto;
}

#body-container {
  min-height: 100vh;
  position: relative;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}
@media (-ms-high-contrast: none) {
  #body-container {
    display: block !important;
  }
}

@media (max-width: 575.98px) {
  .gap-mobile-no-x {
    gap: 1.75rem 0;
  }
}
.cell-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .cell-md-bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
  }
  .cell-md-bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
  }
  .cell-md-top-right {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .cell-md-top-left {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
nav ul {
  list-style-type: none;
}

.no-inner-margin > * {
  margin: 0;
}

.question-container ul {
  list-style: none;
  padding: 0;
}
.question-container .cloze {
  padding: 3px 4px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #6d767c;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), inset 0px 0px 0px 1px #6d767c;
}
.question-container .cloze:hover {
  border: 1px solid #18ab42;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), inset 0px 0px 0px 1px #18ab42;
}
.question-container .cloze:focus, .question-container .cloze:focus-visible {
  border: 1px solid #18ab42;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), inset 0px 0px 0px 1px #18ab42;
  outline: solid 1px #18ab42;
  outline-offset: 4px;
}
.question-container .table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  margin-bottom: 1rem;
}
.question-container .table ul {
  display: flex;
  width: 100%;
  overflow: auto;
}
.question-container .table ul li {
  padding: 0.5rem;
}
.question-container .table.show-lines ul {
  border-bottom: 1px solid #6d767c;
}
.question-container .table.mapped ul {
  display: flex;
  justify-content: space-evenly;
  overflow: auto;
  border-top: 2px solid #005e3f;
  border-bottom: none;
  margin-bottom: 0;
}

.text-green {
  color: #005e3f !important;
}

.alert {
  border-left-width: 4px;
}
.alert-info {
  --bs-alert-color: #40484D;
  --bs-alert-bg: #ffffff;
  --bs-alert-border-color: #40484D;
  --bs-alert-link-color: inherit;
}
.alert-success {
  --bs-alert-color: #18ab42;
  --bs-alert-bg: #ffffff;
  --bs-alert-border-color: #18ab42;
  --bs-alert-link-color: inherit;
}
.alert-danger {
  --bs-alert-color: #eb0047;
  --bs-alert-bg: #ffffff;
  --bs-alert-border-color: #eb0047;
  --bs-alert-link-color: inherit;
}
.alert .icon {
  margin-right: 16px;
  width: 20px;
  height: 20px;
}

.lh-xl {
  line-height: 2.75rem !important;
}

.icon {
  display: inline-block;
  height: 1em;
  width: 1em;
}

.module-download .icon {
  width: 0.75em;
  position: relative;
  top: -0.125em;
}

.icon.top {
  display: inline-block;
  vertical-align: top;
}

.icon-xs {
  height: 0.5em;
  width: 0.5em;
}

.icon-sm {
  height: 0.75em;
  width: 0.75em;
}

.icon-lg {
  height: 1.5em;
  width: 1.5em;
}

.icon-xl {
  height: 2em;
  width: 2em;
}

.kvideo-wrapper {
  position: relative;
  width: 100vw;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.kvideo-wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 16:9 aspect ratio */
}

.kvideo-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list.list-icon {
  list-style: none;
  padding-inline-start: 0;
}
.list.list-icon li {
  position: relative;
  padding-left: 1em;
  line-height: 1.625em;
}
.list.list-icon li:before {
  content: "███";
  position: absolute;
  font-size: 0.8em;
  line-height: 1.5em;
  top: 0.2em;
  left: 0;
  width: 1em;
  height: 1.5em;
  max-height: 1.5em;
  overflow: hidden;
  color: inherit;
  font-family: Arial, sans-serif;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.list.list-icon.list-arrow li:before {
  -webkit-mask-image: url("../icons-svg/chevron-right.svg");
          mask-image: url("../icons-svg/chevron-right.svg");
}
.list.list-icon.list-star li:before {
  -webkit-mask-image: url("../icons-svg/star.svg");
          mask-image: url("../icons-svg/star.svg");
}
.list.list-icon.list-star li {
  font-size: 2rem;
  padding-left: 2rem;
}

form {
  --form-input-padding-y: 7px;
  --form-input-padding-x: 9px;
}
form label {
  font-family: AOKBuenosAiresText;
  font-size: 12px;
}
form .form-control,
form .form-check-input {
  border: solid 1px #6d767c;
  border-radius: 4px;
}
form .form-control:checked,
form .form-check-input:checked {
  border-color: #6d767c;
}
form .form-control:hover,
form .form-check-input:hover {
  border: 1px solid #18ab42;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), inset 0px 0px 0px 1px #18ab42;
}
form .form-control:focus,
form .form-check-input:focus {
  border: 1px solid #18ab42;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), inset 0px 0px 0px 1px #18ab42;
}
form .form-control:focus-visible,
form .form-check-input:focus-visible {
  border: 1px solid #18ab42;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), inset 0px 0px 0px 1px #18ab42;
  outline: solid 1px #18ab42;
  outline-offset: 4px;
}
form input[type=text] {
  background-color: #ffffff;
  padding: var(--form-input-padding-y) var(--form-input-padding-x);
  font-family: AOKBuenosAiresText;
  font-size: 16px;
}
form input[type=checkbox] + label,
form input[type=radio] + label {
  font-size: 14px;
}
form .form-check {
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: 4px;
}
form .form-check input + label {
  margin: 0 8px;
}
form .form-check .form-check-input {
  float: none;
  margin-left: 0;
  margin-top: 0;
}
form .form-check .form-check-input:focus, form .form-check .form-check-input:focus-visible {
  outline: none;
}
form .form-check:focus-within {
  outline: solid 1px #18ab42;
  outline-offset: 4px;
}
@media (min-width: 768px) {
  form .form-check {
    margin-top: 0;
  }
}
form .form-check-input {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  color: #000000;
}
form .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("../icons-svg/checkmark.svg");
  background-size: 16px;
}
form .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%2340484D'/%3e%3c/svg%3e");
}
form .form-check-input:checked {
  background-color: #ffffff;
}
form.was-validated .form-control:valid {
  background: none;
}
form.was-validated .form-control:valid, form.was-validated .form-control.is-valid,
form.was-validated .form-check-input:valid,
form.was-validated .form-check-input.is-valid {
  border-color: #6d767c;
}
form.was-validated .form-control:valid:focus, form.was-validated .form-control.is-valid:focus,
form.was-validated .form-check-input:valid:focus,
form.was-validated .form-check-input.is-valid:focus {
  border: 1px solid #18ab42;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), inset 0px 0px 0px 1px #18ab42;
}
form.was-validated .form-control:invalid, form.was-validated .form-control:invalid:focus, form.was-validated .form-control.form-control.is-invalid, form.was-validated .form-control.form-control.is-invalid:focus,
form.was-validated .form-check-input:invalid,
form.was-validated .form-check-input:invalid:focus,
form.was-validated .form-check-input.form-control.is-invalid,
form.was-validated .form-check-input.form-control.is-invalid:focus {
  border: 1px solid #eb0047;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), inset 0px 0px 0px 1px #eb0047;
}
form.was-validated .form-check-input:valid:checked, form.was-validated .form-check-input.is-valid:checked {
  background-color: #ffffff;
}

.h1 {
  font-family: AOKBuenosAires;
  font-size: 40px;
  line-height: 48px;
  color: #000000;
  font-weight: 600;
}
@media (min-width: 480px) {
  .h1 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (min-width: 1280px) {
  .h1 {
    font-size: 64px;
    line-height: 76px;
  }
}

.h2 {
  font-family: AOKBuenosAires;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  font-weight: 600;
}

.h3 {
  font-family: AOKBuenosAires;
  font-size: 28px;
  line-height: 36px;
  color: #000000;
  font-weight: 600;
}
@media (min-width: 1280px) {
  .h3 {
    font-size: 32px;
    line-height: 44px;
  }
}

.h4 {
  font-family: AOKBuenosAires;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}
@media (min-width: 1280px) {
  .h4 {
    font-size: 24px;
    line-height: 36px;
  }
}

.h5 {
  font-family: AOKBuenosAires;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 0;
}

.subheader, .subheading {
  font-weight: 600;
}

.bg-fill {
  -o-border-image: conic-gradient(var(--bg-fill-color, rgba(var(--bs-dark-rgb), var(--bs-bg-opacity, 1))) 0 0) 0/0/0 100vw;
     border-image: conic-gradient(var(--bg-fill-color, rgba(var(--bs-dark-rgb), var(--bs-bg-opacity, 1))) 0 0) fill 0/0/0 100vw;
}

.bg-image {
  -o-border-image: var(--bg-image) 0/0/0 100vw;
     border-image: var(--bg-image) fill 0/0/0 100vw;
}

.module-cards .card-title {
  font-weight: bold;
  font-size: 1.5rem;
}
.module-cards .card-subtitle {
  font-weight: bold;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .module-carousel .carousel .carousel-slide-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.module-download.download-container {
  background-color: #e8f4f2;
  padding: 32px;
}
.module-download.download-container .h4 {
  margin: 0;
}
.module-download.download-container .download-card {
  background-color: #ffffff;
  padding: 16px;
  width: 100%;
}
.module-download.download-container .download-card-content {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
}
.module-download.download-container .download-card-content .icon-wrapper {
  background-color: #e8f4f2;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module-download.download-container .download-card-content .icon-wrapper .icon {
  width: 24px;
  height: 24px;
  color: #005e3f;
}
.module-download.download-container .filesize {
  font-family: AOKBuenosAiresText;
  font-size: 14px;
  line-height: 20px;
  color: #98a1a6;
}
.module-download.download-container a:hover {
  text-decoration: none;
  color: #18ab42;
}
.module-download.download-container a:hover .filesize {
  color: inherit;
}
.module-download.download-container a.btn:hover {
  color: inherit;
}
.module-download.download-container ul {
  margin-top: 24px;
}
.module-download.download-container li + li {
  margin-top: 16px;
}
.module-download.download-container .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .module-download.download-container .btn {
    width: auto;
    margin-left: auto;
  }
}
.module-download.download-container .btn svg.icon {
  margin-left: 0;
  margin-right: 8px;
  width: 1em;
  top: initial;
}

.module-hero {
  position: relative;
}
.module-hero .hero-media {
  position: relative;
}
.module-hero .hero-media.hero-overlay::after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.module-hero .hero-media .hero-video {
  display: flex;
}
.module-hero .hero-media .figure,
.module-hero .hero-media picture,
.module-hero .hero-media .img,
.module-hero .hero-media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .module-hero .hero-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.module-progress {
  --progress-padding-x: calc(1.75rem * 0.5);
  --progress-margin-bottom: 2rem;
  margin-bottom: calc(80px + var(--progress-margin-bottom));
}
.module-progress ul {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  padding: 0;
}
@media (min-width: 992px) {
  .module-progress ul {
    grid-template-columns: 1fr 2fr 2fr 1fr;
  }
}
.module-progress ul li {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.module-progress ul li button {
  z-index: 2;
  width: 24px;
  height: 24px;
  border: 1px solid #dfe3e6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}
.module-progress ul li button svg {
  width: 12px;
  height: 12px;
}
.module-progress ul li.big button, .module-progress ul li.active button {
  width: 32px;
  height: 32px;
}
.module-progress ul li.big button svg, .module-progress ul li.active button svg {
  width: 16px;
  height: 16px;
}
.module-progress ul li.next-button button, .module-progress ul li.previous-button button {
  position: relative;
  width: 40px;
  height: 40px;
  border: 0;
}
.module-progress ul li.next-button button svg, .module-progress ul li.previous-button button svg {
  width: 16px;
  height: 16px;
}
.module-progress ul li.active button {
  border: 1px solid #005e3f;
}
.module-progress ul li.active span {
  font-weight: 600;
}
.module-progress ul li span {
  width: 100%;
  position: absolute;
  top: calc(100% + 2px);
  font-family: AOKBuenosAiresText;
  font-size: 14px;
  line-height: 1.43;
  z-index: 2;
}
.module-progress ul li a {
  z-index: 2;
}
.module-progress ul :nth-child(1 of li.visible) {
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 767.98px) {
  .module-progress ul :nth-child(2 of li.visible) span {
    width: 70%;
  }
}
.module-progress ul li.visible:not(:has(~ .visible)) {
  align-items: flex-end;
  text-align: right;
}
.module-progress ul li {
  display: none;
}
.module-progress ul li.visible {
  display: flex;
}
.module-progress li::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 2px;
  width: 100%;
  background-color: #dfe3e6;
  z-index: 1;
}
.module-progress li:has(~ li.active) button {
  background-color: #005e3f;
  color: #ffffff;
}
.module-progress li:has(~ li.active)::before {
  background-color: #005e3f;
}
.module-progress li.active::before {
  background: linear-gradient(to right, #005e3f 50%, #dfe3e6 50%);
}
.module-progress li.active.last::before {
  background: #005e3f;
}
.module-progress li.active.first::before {
  background: #dfe3e6;
}
.module-progress li.active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffffff;
  width: 48px;
  height: 48px;
  z-index: 1;
}
.module-progress li.previous-button + li.active::before {
  background: #dfe3e6;
}
.module-progress li.previous-button + li.active::after {
  left: 16px;
}
.module-progress li.active:has(+ li.next-button)::before {
  background: #005e3f;
}
.module-progress li.active:has(+ li.next-button)::after {
  left: calc(100% - 16px);
}
@media (max-width: 767.98px) {
  .module-progress li.next-button::before {
    width: calc(100% + var(--progress-padding-x));
    right: calc(-1 * var(--progress-padding-x));
  }
  .module-progress li.previous-button::before {
    width: calc(100% + var(--progress-padding-x));
    left: calc(-1 * var(--progress-padding-x));
  }
}

.module-progress-bars {
  --progress: 50%;
  --width: 10%;
  display: flex;
  gap: 8px;
  width: 100%;
  padding: 1rem 0;
}
.module-progress-bars .progress-group {
  width: var(--width);
  height: 8px;
  background-color: #afb6bc;
}
.module-progress-bars .progress-group::after {
  content: "";
  display: block;
  width: var(--progress);
  height: 100%;
  background-color: #005e3f;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.module-progress-bars .progress-group.complete::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.module-progress-bars .progress-group:first-of-type, .module-progress-bars .progress-group:first-of-type::after {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.module-progress-bars .progress-group:last-of-type, .module-progress-bars .progress-group:last-of-type::after {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.module-tabs .accordion-body {
  --bs-accordion-body-padding-x: 1rem;
}
.module-tabs .accordion-header {
  border-bottom: 1px solid var(--bs-border-color-translucent);
}
.module-tabs .accordion-button {
  --bs-accordion-btn-padding-x: 1rem;
  --bs-accordion-btn-padding-y: 6px;
  --bs-btn-hover-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-btn-active-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-accordion-active-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-accordion-btn-bg: rgba(var(--bs-body-color-rgb), 0.03);
}
@media (max-width: 575.98px) {
  .module-tabs .nav-tabs {
    display: none;
  }
  .module-tabs .tab-content > .tab-pane {
    display: flex;
    opacity: 1;
    overflow: hidden;
  }
  .module-tabs .tab-content > .tab-pane:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .module-tabs .tab-content > .tab-pane:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
  }
  .module-tabs .tab-content > .tab-pane:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .module-tabs .accordion-body {
    --bs-accordion-body-padding-y: 0;
  }
  .module-tabs .accordion-item {
    border: none;
  }
  .module-tabs .accordion-item .accordion-header {
    display: none;
  }
  .module-tabs .accordion-item .collapse {
    display: block;
  }
}

@media (min-width: 768px) {
  .module-text-media .media-col.float-md-start {
    margin-right: 1.75rem;
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .module-text-media .media-col.float-md-start {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .module-text-media .media-col.float-md-end {
    margin-left: 1.75rem;
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .module-text-media .media-col.float-md-end {
    padding: 0;
    margin: 0;
  }
}
.module-text-media.position-above .media-col .grid {
  margin-bottom: 1.75rem;
}
@media (max-width: 767.98px) {
  .module-text-media.position-beside .media-col .grid {
    margin-bottom: 1.75rem;
  }
}

.module-show-more {
  position: relative;
}
.module-show-more > .overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 90px;
  padding-top: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 80%, white 100%);
}
.module-show-more > .trigger {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  cursor: pointer;
}
.module-show-more > .content {
  overflow-y: hidden;
  position: relative;
  z-index: 1;
  transition: max-height 1000ms ease-in;
}
.module-show-more[data-height=xs] > .content {
  max-height: 120px;
}
.module-show-more[data-height=md] > .content {
  max-height: 240px;
}
.module-show-more[data-height=lg] > .content {
  max-height: 360px;
}
.module-show-more > [type=checkbox] {
  display: none;
}
.module-show-more > [type=checkbox]:checked ~ .content {
  max-height: 9999px;
}
.module-show-more > [type=checkbox]:checked ~ .overlay, .module-show-more > [type=checkbox]:checked ~ .trigger {
  display: none;
}
@media (min-width: 768px) {
  .module-show-more[data-breakpoint-down=sm] > .content {
    max-height: 9999px;
  }
  .module-show-more[data-breakpoint-down=sm] > .overlay, .module-show-more[data-breakpoint-down=sm] > .trigger {
    display: none;
  }
}
@media (min-width: 576px) {
  .module-show-more[data-breakpoint-down=xs] > .content {
    max-height: 9999px;
  }
  .module-show-more[data-breakpoint-down=xs] > .overlay, .module-show-more[data-breakpoint-down=xs] > .trigger {
    display: none;
  }
}

#breadcrumb .breadcrumb {
  padding-left: 0;
}

.pre-footer {
  background: #005e3f;
  color: #fff;
}
.pre-footer-container {
  width: 100%;
  padding: 4rem 1rem 2.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 600px) {
  .pre-footer-container {
    flex-direction: row;
  }
}
@media (min-width: 720px) {
  .pre-footer-container {
    padding: 4rem 1.5rem 3.5rem;
  }
}
@media (min-width: 1000px) {
  .pre-footer-container {
    padding: 7.375rem 1.875rem 3.5rem;
  }
}
@media (min-width: 1280px) {
  .pre-footer-container {
    width: 76rem;
    margin: auto;
    padding-top: 6rem;
  }
}
.pre-footer-claim {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}
.pre-footer-claim.h3 {
  color: #fff;
}
.pre-footer-icons {
  color: #fff;
}
.pre-footer-icons a {
  padding: 0 0.5rem;
}
.pre-footer-icons a:first-of-type {
  padding-left: 0;
}
.pre-footer-icons svg {
  color: #fff;
  height: 32px;
  width: 32px;
  fill: currentColor;
}

.footer {
  padding: 1.5rem 0 2rem;
  color: #fff;
  background: #004730;
}
@media (min-width: 1000px) {
  .footer {
    padding: 4rem 0 5rem;
  }
}
.footer-container {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 720px) {
  .footer-container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1000px) {
  .footer-container {
    padding: 0 1.875rem;
  }
  .footer-container + .footer-container .footer-item-inner {
    border-top: 1px solid #4d7e6e;
    padding-top: 20px;
  }
}
@media (min-width: 1280px) {
  .footer-container {
    width: 76rem;
    margin: auto;
  }
}
.footer-top {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 1rem;
  border-bottom: 1px solid #4d7e6e;
}
@media (min-width: 720px) {
  .footer-top {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1000px) {
  .footer-top {
    padding-bottom: 2rem;
    margin-bottom: 20px;
  }
}
.footer-top span {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
  color: #ffffff;
}
.footer-body {
  flex-wrap: nowrap;
  flex-direction: column;
  display: flex;
}
@media (min-width: 1000px) {
  .footer-body {
    flex-direction: row;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.footer-item {
  border-bottom: 1px solid #4d7e6e;
}
@media (min-width: 1000px) {
  .footer-item {
    width: 25%;
    flex: 1 1 0%;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 0;
  }
  .footer-item-wide {
    width: 100%;
  }
}
.footer-item-header {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #50eb5d;
  font-weight: 600;
}
@media (min-width: 1000px) {
  .footer-item-header {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.footer-item-header a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem 0.5rem;
}
@media (min-width: 1000px) {
  .footer-item-header a {
    padding: 1.25rem 0 1rem;
    cursor: auto;
  }
}
.footer-item-header a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: AOKBuenosAires;
  font-weight: 600;
}
.footer-item-header a .minus {
  display: none;
}
.footer-item-header a svg {
  height: 16px;
  width: 16px;
  fill: currentColor;
  margin-left: auto;
  display: inline;
  color: #fff;
}
@media (min-width: 1000px) {
  .footer-item-header a svg {
    display: none !important;
  }
}

.footer-item--is-visible .footer-item-header .plus {
  display: none;
}
.footer-item--is-visible .footer-item-header .minus {
  display: block;
}
.footer-item--is-visible .footer-item-list {
  overflow: visible;
  height: auto;
  display: block;
}

.footer-item-list {
  position: relative;
  height: 0;
  overflow: hidden;
  display: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  margin: 0.75rem 0 2rem;
}
.footer-item-list ul {
  list-style: none;
  padding: 0;
}
@media (min-width: 1000px) {
  .footer-item-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 2rem;
  }
}

@media (min-width: 1000px) {
  .footer-item-list {
    display: block;
    overflow: visible;
    height: auto;
    padding: 0;
    padding-top: 1rem;
    margin-top: -0.75rem;
    margin-bottom: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.footer-item-list_item {
  margin-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 1000px) {
  .footer-item-list_item {
    padding: 0;
    margin-bottom: 0.5rem;
  }
}
.footer-item-list_item a {
  text-decoration: none;
  color: #fff;
  margin: -0.25rem;
  display: inline-block;
  cursor: pointer;
  font-size: 1rem;
  font-family: AOKBuenosAires;
  font-weight: 600;
  line-height: 1.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.footer-item-list_item a > span {
  display: flex;
  padding: 0.25rem;
  align-items: center;
}

.footer-item-list_item a .line {
  background-repeat: no-repeat;
  transition: background-size 0.35s ease-in-out;
  width: 100%;
  background-position: 0 100%;
  background-size: 0 1px;
  background-image: linear-gradient(#fff, #fff);
}

.footer-item-list_item a:hover .line {
  background-size: 100% 1px;
}

.header {
  display: block;
  position: sticky;
  top: 0;
  z-index: 3;
  background: #fff;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 24px 24px -20px rgba(18, 20, 25, 0.08);
}
.header .wrapper {
  width: 100%;
  padding: 0 1rem;
  margin: auto;
  height: 64px;
}
@media (min-width: 600px) {
  .header .wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 720px) {
  .header .wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1000px) {
  .header .wrapper {
    padding: 0 2rem;
    height: auto;
  }
}
@media (min-width: 1280px) {
  .header .wrapper {
    padding: 0 0px;
    width: 76rem;
    max-width: 1440px;
  }
}
.header .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 0.3s;
}
@media (min-width: 1000px) {
  .header .top {
    height: 88px;
    padding-top: 2px;
  }
  .header .top:has(+ .menu) {
    border-bottom: 2px solid #dfe3e6;
  }
}
@media (min-width: 1280px) {
  .header .top {
    height: 96px;
  }
}
.header .logo-w {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}
.header .logo {
  margin-left: 0;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 0.3s;
}
.header .logo img {
  display: block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 0.3s;
}
.header .logo img.aok-logo {
  width: 4.25rem;
}
@media (min-width: 1000px) {
  .header .logo img.aok-logo {
    width: 5.375rem;
  }
}
@media (min-width: 1280px) {
  .header .logo img.aok-logo {
    width: 6.5rem;
  }
}
.header .logo img.aok-logo-baum {
  width: 2rem;
}
@media (min-width: 1000px) {
  .header .logo img.aok-logo-baum {
    width: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .header .logo img.aok-logo-baum {
    width: 2.875rem;
  }
}
.header .logo .logo-claim {
  display: none;
  padding-left: 20px;
}
@media (min-width: 1000px) {
  .header .logo .logo-claim {
    display: block;
  }
}
.header .logo .logo-claim span {
  display: block;
  font-size: 14px;
}
.header .logo .logo-claim strong {
  font-family: AOKBuenosAires;
  font-weight: 600;
}
.header .meta-icons {
  display: flex;
  align-items: center;
  color: #6d767c;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 0.3s;
}
.header .meta-icons a {
  color: inherit;
}
.header .meta-icons a:hover, .header .meta-icons a:focus {
  color: #005e3f;
}
.header .meta-icons a:hover svg, .header .meta-icons a:focus svg {
  transform: scale(1.2);
}
.header .meta-icons_info {
  display: grid;
  grid-auto-flow: column;
  gap: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 0.3s;
  color: #6d767c;
}
@media (min-width: 600px) {
  .header .meta-icons_info {
    gap: 1.5rem;
  }
}
@media (min-width: 720px) {
  .header .meta-icons_info {
    gap: 2rem;
  }
}
@media (min-width: 1000px) {
  .header .meta-icons_info {
    gap: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 1.5rem;
    border-left: 2px solid #dfe3e6;
  }
}
@media (min-width: 1280px) {
  .header .meta-icons_info {
    gap: 2rem;
    padding-left: 2rem;
    margin-left: 2rem;
  }
}
.header .meta-icons_info a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1000px) {
  .header .meta-icons_info a {
    flex-direction: row;
    height: 1.5rem;
  }
}
.header .meta-icons_info a:hover, .header .meta-icons_info a:focus {
  color: #005e3f;
}
.header .meta-icons_info a:hover svg, .header .meta-icons_info a:focus svg {
  transform: scale(1.2);
}
.header .meta-icons_info a span {
  line-height: 1.25rem;
  font-size: 0.875rem;
  margin-top: 0.375rem;
}
@media (min-width: 1000px) {
  .header .meta-icons_info a span {
    margin-top: 0;
    margin-left: 0.5rem;
    display: inline;
    padding-top: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .header .meta-icons_info a span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.header .meta-icons_info svg {
  height: 20px;
  width: 20px;
  fill: currentColor;
  transition-duration: 0.35s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.header .meta-icons_burger {
  position: relative;
}
@media (min-width: 1000px) {
  .header .meta-icons_burger {
    display: none;
  }
}
.header .meta-icons_burger button {
  background-color: transparent;
  background-image: none;
  border: 0;
  padding-top: 2px;
  display: inline;
  color: inherit;
}
.header .meta-icons_burger button:hover, .header .meta-icons_burger button:focus {
  color: #005e3f;
}
.header .meta-icons_burger button:hover svg, .header .meta-icons_burger button:focus svg {
  transform: scale(1.2);
}
.header .meta-icons_burger button > span {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.header .meta-icons_burger button > span > svg {
  transition-duration: 0.35s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  fill: currentColor;
  height: 20px;
  width: 20px;
}
.header .meta-icons_burger button > span > span {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.header nav ul {
  --li-gap: 1.25rem;
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: var(--li-gap);
  margin-bottom: 0;
}
.header nav ul li.separator-right {
  padding-right: var(--li-gap);
  border-right: 2px solid #dfe3e6;
}
.header nav a, .header nav .icon {
  color: #6d767c;
}
.header nav .icon {
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.header nav a:hover, .header nav a:hover .icon {
  color: #005e3f;
  transform: scaleX(1.2) scaleY(1.2);
}
.header nav .icon {
  margin-bottom: 4px;
}
.header .menu {
  display: none;
}
@media (min-width: 1000px) {
  .header .menu {
    display: block;
  }
}
.header .menu-wrapper {
  padding: 1.5rem 1rem 2.5rem;
  transition-property: height;
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  overflow: scroll;
  background: #fff;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-rows: min-content;
  display: grid;
  top: 4rem;
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
}
@media (min-width: 720px) {
  .header .menu-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
  }
}
@media (min-width: 1000px) {
  .header .menu-wrapper {
    position: static;
    top: auto;
    grid-template-columns: none;
    overflow: visible;
    padding: 0;
    justify-content: space-between;
  }
}
.header.has-flyout-visible .menu {
  display: block;
}
.header.is-sticky .logo {
  transform: translateX(-68px);
}
.header.is-sticky .logo .aok-logo {
  opacity: 0;
}
@media (min-width: 1000px) {
  .header.is-sticky .top {
    height: 72px;
  }
}
@media (min-width: 1000px) {
  .header.is-sticky .meta-icons_info a span {
    display: none;
  }
}
@media (max-width: 999.98px) {
  .header.has-flyout-visible .logo-claim {
    display: block;
    position: absolute;
    left: 0;
    top: 85px;
    z-index: 999;
    padding: 0;
  }
}
@media (min-width: 720px) {
  .header .main-menu {
    grid-column: span 2/span 2;
    grid-row-start: 2;
  }
}
@media (min-width: 1000px) {
  .header .main-menu {
    grid-column: span 1/span 1;
    grid-row-start: 1;
    grid-column-start: 1;
  }
}
.header .main-menu_flyout {
  display: grid;
  z-index: 10;
  padding-top: 40px;
  padding-bottom: 9.625rem;
}
@media (min-width: 720px) {
  .header .main-menu_flyout {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 1000px) {
  .header .main-menu_flyout {
    grid-auto-flow: column;
    gap: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .header .main-menu_flyout {
    gap: 2rem;
  }
}
.header .main-menu_nav {
  display: grid;
  margin: 0;
  padding: 0;
}
@media (min-width: 1000px) {
  .header .main-menu_nav {
    grid-auto-flow: column;
    gap: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .header .main-menu_nav {
    gap: 2rem;
  }
}
.header .main-menu_nav_item {
  margin: 0;
  padding: 0;
}
@media (min-width: 1000px) {
  .header .main-menu_nav_item {
    padding: 0 0.9rem 0;
  }
}
.header .main-menu_nav_item--is-visible .main-menu_nav_link {
  color: #005e3f;
  justify-content: flex-start;
  gap: 10px;
}
.header .main-menu_nav_item--is-visible .main-menu_nav_link svg {
  display: none;
}
.header .main-menu_nav_item--is-visible .main-menu_nav_link svg.pre {
  display: block;
}
@media (min-width: 1000px) {
  .header .main-menu_nav_item--is-visible .main-menu_nav_link svg.pre {
    display: none;
  }
}
.header .main-menu_nav_link {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0.1rem;
  color: #293033;
  text-decoration: none;
}
.header .main-menu_nav_link:hover, .header .main-menu_nav_link:focus {
  color: #005e3f;
}
.header .main-menu_nav_link:hover:after, .header .main-menu_nav_link:focus:after {
  width: 100%;
}
@media (min-width: 1000px) {
  .header .main-menu_nav_link {
    display: flex;
    height: 4rem;
    padding: 0.5rem 0.1rem 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .header .main-menu_nav_link {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.header .main-menu_nav_link svg {
  fill: currentColor;
  height: 1rem;
  width: 1rem;
}
@media (min-width: 1000px) {
  .header .main-menu_nav_link svg {
    display: none;
  }
}
.header .main-menu_nav_link svg.pre {
  display: none;
}
.header .main-menu_nav_link:after {
  display: block;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(223, 227, 230);
  transition-duration: 0.15s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1000px) {
  .header .main-menu_nav_link:after {
    width: 0;
    background-color: rgb(0, 94, 63);
    transition-duration: 0.15s;
    transition-property: width;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.header .main-menu_nav_item.active > .main-menu_nav_link {
  color: #005e3f;
}
.header .main-menu_nav_item.active > .main-menu_nav_link:after {
  width: 100%;
}

#page-not-found {
  text-align: center;
}
#page-not-found .heading {
  text-align: center;
  font-weight: bold;
  font-size: 96px;
  text-shadow: 0 10px 20px rgba(133, 139, 125, 0.35);
}
@media (min-width: 768px) {
  #page-not-found .heading {
    font-size: 256px;
  }
}
#page-not-found .subheading {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 20px;
  margin-bottom: 30px;
}

#to-top-button {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 0px;
  margin-right: 20px;
  z-index: 999;
  max-height: 0;
  transition: all 0.2s ease-out;
}
#to-top-button a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #000;
  color: #ffffff;
}
#to-top-button .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 2560px) {
  #to-top-button {
    right: calc((100vw - 2560px) / 2);
  }
}

@media print {
  #header {
    height: 60px;
  }
  .module-header-main .module-searchbar,
  .module-header-main .module-submenu,
  .module-header-menu {
    display: none !important;
  }
  .module-aside-menu {
    display: none !important;
  }
  .module-to-top-button {
    display: none !important;
  }
  .footer-links,
  .to-the-top {
    display: none !important;
  }
}
