
    .w-inline-block {
      max-width: 100%;
      display: inline-block;
    }
    .w-embed:before, .w-embed:after {
      content: " ";
      grid-area: 1 / 1 / 2 / 2;
      display: table;
    }
    .w-embed:after {
      clear: both;
    }
    .w-form {
      margin: 0 0 15px;
    }
    .w-form-done {
      text-align: center;
      background-color: #ddd;
      padding: 20px;
      display: none;
    }
    .w-form-fail {
      background-color: #ffdede;
      margin-top: 10px;
      padding: 10px;
      display: none;
    }
    .w-checkbox {
      margin-bottom: 5px;
      padding-left: 20px;
      display: block;
    }
    .w-checkbox:before {
      content: " ";
      grid-area: 1 / 1 / 2 / 2;
      display: table;
    }
    .w-checkbox:after {
      content: " ";
      clear: both;
      grid-area: 1 / 1 / 2 / 2;
      display: table;
    }
    .w-checkbox-input {
      float: left;
      margin: 4px 0 0 -20px;
      line-height: normal;
    }
    .w-checkbox-input--inputType-custom {
      width: 12px;
      height: 12px;
      border: 1px solid #ccc;
      border-radius: 2px;
    }
    .w-checkbox-input--inputType-custom.w--redirected-checked {
      background-color: #3898ec;
      background-image: url("/assets/img/custom-checkbox-checkmark.svg");
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: cover;
      border-color: rgb(var(--TA-border-white));
    }
    .w-checkbox-input--inputType-custom.w--redirected-focus {
      box-shadow: 0 0 3px 1px #3898ec;
    }
    .w-form-label {
      cursor: pointer;
      margin-bottom: 0;
      font-weight: normal;
      display: inline-block;
    }



    .cookie-preference_component {
      z-index: 9525;
      width: 100%;
      height: 100%;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      justify-content: center;
      align-items: center;
      display: none;
      position: fixed;
      top: 0%;
      bottom: 0%;
      left: 0%;
      right: 0%;
    }

    .cookie-preference_background {
      width: 100%;
      height: 100%;
      opacity: 1;
      cursor: pointer;
      background-color: rgba(215, 231, 213, .5);
      position: absolute;
      top: 0%;
      bottom: 0%;
      left: 0%;
      right: 0%;
    }

    .cookie-preference_wrapper {
      width: 100%;
      max-height: 100%;
      padding: 2rem;
      position: relative;
      overflow: auto;
    }

    .cookie-modal_closebutton {
      z-index: 5;
      width: 2.5rem;
      height: 2.5rem;
      background-color: #f3f7f2;
      cursor: pointer;
      border-radius: .25rem;
      justify-content: center;
      align-items: center;
      margin: 1.25rem 1.25rem -2.5rem auto;
      transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
      display: flex;
      position: relative;
    }

    .cookie-modal_closebutton.is-sticky {
      position: -webkit-sticky;
      position: sticky;
      top: -1rem;
    }

    .cookie-modal_component {
      max-width: 32rem;
      background-color: #fff;
      border-radius: .25rem;
      flex-direction: column;
      margin-left: auto;
      margin-right: auto;
      font-size: .9375rem;
      line-height: 1.4;
      display: flex;
      position: relative;
      box-shadow: 0 4px 1rem rgba(38, 41, 38, .05);
    }

    .cookie-modal_button-wrap {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
      background-color: #f3f7f2;
      border-radius: 0 0 .25rem .25rem;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding: 2rem;
      display: flex;
    }

    .cookie-modal_button-wrap.is-small {
      justify-content: flex-start;
      padding: 1.5rem;
    }

    .cookie-modal_button-wrap.in-pref-manger {
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch;
      margin: 2rem -2rem -2.25rem;
      padding-top: 1.5rem;
      padding-bottom: 1rem;
    }

    .cookie-modal_content-wrap {
      padding: 1.75rem 2rem;
    }

    .cookie-modal_content-wrap.is-small {
      padding: 1.5rem;
    }

    .cookie-modal_button {
      background-color: rgb(var(--TA-background-gray-lighter));
      border: solid 1px rgb(var(--TA-border-gray-light));
      /*color: #fff;*/
      text-align: center;
      border-radius: .25rem;
      padding: 1rem 1.5em 1rem;
      font-size: .9375rem;
      text-decoration: none;
      transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
    }

    .cookie-modal_button:hover {
      background-color: rgb(var(--TA-background-gray-hover));
    }

    .cookie-modal_button.is-secondary {
      color: rgb(var(--TA-linkcolor-darker));
      border: none;
      background-color: rgba(0, 0, 0, 0);
      padding-left: 0;
      padding-right: 0;
      font-size: .875rem;
      font-weight: 700;
    }

    .cookie-modal_button.is-secondary:hover {
      text-decoration: underline;
    }

    .cookie-modal_closebutton_line {
      width: 1rem;
      height: 2px;
      background-color: rgb(var(--TA-textcolor-gray-darkest));
      position: absolute;
    }

    .cookie-modal_closebutton_line.is-left {
      transform: rotate(45deg);
    }

    .cookie-modal_closebutton_line.is-right {
      transform: rotate(-45deg);
    }

    .cookie-modal_title {
      margin-bottom: .1875em;
      font-size: 1.25rem;
      font-weight: 700;
    }

    .cookie-modal_title.is-small {
      font-size: 1.1875rem;
    }

    .cookie-modal_form-wrap {
      margin-bottom: 0;
    }

    .cookie-modal_form {
      padding-top: 1.25rem;
      padding-bottom: .5rem;
    }

    .cookie-modal_radio {
      cursor: pointer;
      margin-top: 1rem;
      margin-bottom: 0;
      padding-left: 1.75rem;
      transition: color .15s cubic-bezier(.25, .46, .45, .94);
    }

    .cookie-modal_radio.is--not-allowed {
      cursor: not-allowed;
    }

    .cookie-modal_radio_button {
      width: 1.25rem;
      height: 1.25rem;
      float: left;
      border: 1.75px solid #999c98;
      border-radius: .375rem;
      margin-top: 0;
      margin-left: -1.75rem;
      transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
    }

    .cookie-modal_radio_button.w--redirected-checked {
      border: 1px solid rgb(var(--TA-border-gray-light));
      background-color: rgb(var(--TA-main-blue-normal));
      background-image: url("/assets/img/radio-checkmark.svg");
      background-position: top 50% left 55%;
      background-repeat: no-repeat;
      background-size: .75rem;
    }

    .cookie-modal_radio_button.w--redirected-focus {
      /*box-shadow: none;*/
    }

    .cookie-modal_radio_button.is-always-active {
      border-color: rgb(var(--TA-border-white));
      background-color: rgb(var(--TA-background-gray-medium));
      cursor: not-allowed;
      background-image: url("/assets/img/radio-checkmark.svg");
      background-position: top 50% left 55%;
      background-repeat: no-repeat;
      background-size: .75rem;
    }

    .cookie-modal_radio_label {
      cursor: pointer;
      margin-bottom: .25rem;
      font-size: .9375rem;
      font-weight: 600;
      /*color: #212529;*/
    }

    .cookie-modal_radio_description {
      cursor: pointer;
      font-size: .875rem;
      font-weight: 400;
    }

    .cookie-modal_link {
      transition: color .15s cubic-bezier(.25, .46, .45, .94);
    }

    .cookie-popup_component {
      z-index: 9500;
      max-width: 27rem;
      position: fixed;
      top: auto;
      bottom: 1.25rem;
      left: auto;
      right: 1.25rem;
      display: none;
      box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    }

    .cookie-modal_styles {
      display: none;
    }

    .screenreader-only {
      width: 1px;
      height: 1px;
      margin: -1px;
      position: absolute;
      overflow: hidden;
    }

    .is--not-allowed {
      cursor: not-allowed;
    }

    .cookie-preference-button_flex {
      background-color: #fff;
      color: #262926;
      border-radius: .5rem .5rem 0 0;
      align-items: center;
      margin-bottom: -.125rem;
      padding: .75em 1em .875em;
      font-size: .9375rem;
      font-weight: 700;
      line-height: 1;
      text-decoration: none;
      transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
      display: flex;
      box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    }

    .cookie-preference-button_flex:hover {
      margin-bottom: 0;
      text-decoration: underline;
    }

    .cookie-preference-button_icon {
      width: 1.125rem;
      height: 1.125rem;
      flex: none;
      margin-right: .375rem;
    }

    .cookie-preference-button {
      z-index: 9475;
      color: #262926;
      text-decoration: none;
      display: flex;
      position: fixed;
      bottom: 0;
      left: 1.25rem;
      background-color: transparent;
    }

    .cookie-preference-button:hover {
      text-decoration: underline;
      background-color: transparent;
    }


    body.theme-dark .cookie-modal_component {
      background-color: rgb(var(--TA-background-gray-darkest));
    }

    body.theme-dark .cookie-modal_button-wrap {
      background-color: rgb(var(--TA-background-gray-darker));
    }

    body.theme-dark .cookie-modal_button {
      background-color: rgb(var(--TA-background-gray-dark));
    }

    body.theme-dark .cookie-modal_button.is-secondary {
      background-color: rgba(0,0,0,0);
    }

    @media screen and (max-width: 47.9375rem) { /* 767px */
      .cookie-preference_wrapper {
        padding-top: 2rem;
      }

      .cookie-modal_closebutton {
        margin-right: 1.25rem;
      }

      .cookie-modal_closebutton.is-sticky {
        top: -1rem;
      }

      .cookie-modal_button-wrap {
        padding: 1.5rem;
      }

      .cookie-modal_button-wrap.in-pref-manger {
        margin: 1.5rem -1.5rem -2rem;
        padding-top: 1.25rem;
        position: -webkit-sticky;
        position: sticky;
        bottom: -2rem;
      }

      .cookie-modal_content-wrap {
        padding-bottom: 1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }

      .cookie-modal_form {
        padding-top: .75rem;
      }

      .cookie-preference-button_icon {
        margin-right: 0;
      }

      .cookie-preference-button_text {
        display: none;
      }
    }

    @media screen and (max-width: 29.9375rem) { /* 479px */
      .cookie-preference_component {
        align-items: flex-end;
      }

      .cookie-preference_wrapper {
        max-width: 100%;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
      }

      .cookie-modal_closebutton {
        margin-top: 1rem;
        margin-right: 1rem;
      }

      .cookie-modal_component {
        max-width: 100%;
      }

      .cookie-modal_button-wrap.is-small {
        justify-content: space-between;
        padding: 1.25rem;
      }

      .cookie-modal_button-wrap.in-pref-manger {
        bottom: 0;
      }

      .cookie-modal_content-wrap.is-small {
        padding-bottom: 1.25rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
      }

      .cookie-modal_button {
        flex: auto;
        padding-left: 1.25em;
        padding-right: 1.25em;
      }

      .cookie-popup_component {
        max-width: 100%;
        top: auto;
        bottom: 0%;
        left: 0%;
        right: 0%;
      }

      .cookie-preference-button {
        left: 1rem;
      }
    }