.button-primary {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 48px;
    cursor: pointer;
    transition: background-color .1s ease-in-out,color .1s ease-in-out,-webkit-transform .1s ease-in-out;
    transition: background-color .1s ease-in-out,color .1s ease-in-out,transform .1s ease-in-out;
    transition: background-color .1s ease-in-out,color .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out
  }
  .button-primary:active {
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }
  .button-primary--white {
    background-color: #fff;
    color: #132346
  }
  @media (any-hover:hover) {
    .button-primary--white:hover {
      background-color: #d7d7d7
    }
  }
  .button-secondary {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 48px;
    cursor: pointer;
    transition: background-color .1s ease-in-out,border-color .1s ease-in-out,color .1s ease-in-out,-webkit-transform .1s ease-in-out;
    transition: background-color .1s ease-in-out,border-color .1s ease-in-out,color .1s ease-in-out,transform .1s ease-in-out;
    transition: background-color .1s ease-in-out,border-color .1s ease-in-out,color .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out
  }
  .button-secondary:active {
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }
  .button-secondary--white {
    background-color: transparent; 
    border-color: #fff;
    color: #fff
  }
  @media (any-hover:hover) {
    .button-secondary--white:hover {
      background-color: transparent;  
      background-color: #fff;
      color: #132346
    }
  }

  .cookies {
    position: fixed;
    width: calc(100% - 32px);
    max-width: 300px;
    top: 0;
    bottom: 70px;
    left: 16px;
    z-index: 102;
    overflow: hidden;
    border-radius: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    color: #fffFFFB2
  }
  @media (min-width:577px) {
    .cookies {
      left: 30px;
      max-width: 600px;
      font-size: 12px;
      padding: 20px
    }
  }
  @media (min-width:992px) {
    .cookies {
      bottom: 62px
    }
  }
  @media (min-width:1201px) {
    .cookies {
      max-width: 700px;
      font-size: 14px
    }
  }
  .cookies a {
    display: inline;
    text-decoration: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    color: #fff
  }
  @media (any-hover:hover) {
    .cookies a {
      transition: color .1s ease-in-out
    }
    .cookies a:hover {
      color: #ffffffd4
    }
  }
  .cookies hr {
    margin: 1em 0;
    border: none;
    color: #e8e8e8;
    background-color: #f4f6FA33;
    height: 1px
  }
  .cookies p {
    margin: 0
  }
  .cookies p:last-child {
    margin-bottom: 0
  }
  .cookies.cookies[hidden] {
    display: none
  }
  .cookies .cookies__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .cookies .cookies__row--buttons {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 12px;
    gap: 4px
  }
  .cookies .cookies__row--buttons .cookies__button {
    padding-right: 13px;
    padding-left: 13px;
    white-space: nowrap;
    width: calc((100% - 4px)/ 2);
    max-width: 200px
  }
  .cookies .cookies__title {
    font-size: 12px;
    color: #fff;
    font-weight: 700
  }
  @media (min-width:577px) {
    .cookies .cookies__title {
      font-size: 14px
    }
  }
  @media (min-width:1201px) {
    .cookies .cookies__title {
      font-size: 16px
    }
  }
  .cookies .cookies__bottom,
  .cookies .cookies__top {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 16px;
    border-radius: 16px;
    background-color: #132346
  }
  .cookies .cookies__top {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: -webkit-transform .2s ease-in-out 150ms;
    transition: transform .2s ease-in-out 150ms;
    transition: transform .2s ease-in-out 150ms,-webkit-transform .2s ease-in-out 150ms
  }
  .cookies .cookies__bottom {
    overflow-y: auto;
    max-height: calc(var(--vh,1vh) * 100);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
  }
  .cookies.expanded .cookies__bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: -webkit-transform .2s ease-in-out 150ms;
    transition: transform .2s ease-in-out 150ms;
    transition: transform .2s ease-in-out 150ms,-webkit-transform .2s ease-in-out 150ms
  }
  .cookies.expanded .cookies__top {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
  }
  .cookies .cookies__button {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
  }
  .cookies .cookies__switch {
    margin-right: 0
  }
  .switch {
    position: relative;
    display: block
  }
  .switch .switch__input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    transition: -webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out,-webkit-transform .1s ease-in-out
  }
  .switch .switch__label {
    display: block;
    width: 35px;
    height: 20px;
    border-radius: 12px;
    background-color: #78788029;
    cursor: pointer;
    transition: background-color .1s ease-in-out;
    position: relative
  }
  .switch .switch__label::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1.94px .65px 0 #0000000F,0 1.94px 5.16px 0 #00000026,0 0 0 .65px #0000000A;
    transition: left 250ms ease
  }
  .switch .switch__input:checked ~ .switch__label::before {
    left: 18px
  }
  .switch .switch__input:checked ~ .switch__label {
    background-color: #fad300
  }
  .switch .switch__input[disabled] ~ .switch__label {
    cursor: not-allowed;
    background-color: #c3a500
  }
  @media (hover:hover) {
    .switch .switch__label:hover {
      background-color: #9999a66b
    }
    .switch .switch__input:checked ~ .switch__label:hover {
      background-color: #efab00
    }
    .switch .switch__input[disabled] ~ .switch__label:hover {
      background-color: #8f7900
    }
  }