.primary-button{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:28px;font-size:14px;font-weight:600;line-height:1.1;text-align:center;cursor:pointer;user-select:none;text-decoration:none;transition:all ease-in .3s}.primary-button[data-size=small]{font-size:10px;padding:5px 33px}.primary-button[data-weight=light]{font-weight:400;letter-spacing:.03em}.primary-button[data-size=medium]{padding:12px 33px}.primary-button[data-size=large]{padding:16px 33px}.primary-button[data-color=dark]{background-color:#33394f;color:#fff}.primary-button[data-color=darkBorder]{background-color:#33394f;color:#fff;border:3px solid #fff}.primary-button[data-color=darkBorder]:hover{background-color:#fff;color:#33394f}.primary-button[data-color=blue]{background-color:#0bbbef;color:#000}.primary-button[data-color=blue]:hover{background-color:#33394f !important;color:#fff !important}.primary-button[data-color=white]{box-sizing:border-box;background-color:#fff;color:#33394f;border:3px solid #33394f}.primary-button[data-color=white]:hover{background-color:#33394f;color:#fff}.primary-button[data-color=tabs]{box-sizing:border-box;border-radius:0;color:#33394f;background-color:#fff;border:none;margin:0}.primary-button>svg{margin-right:15px}.primary-button:hover{background-color:#0bbbef;color:#000}.primary-button:hover>svg path{fill:#000}.checkbox.checkbox-radio{color:#33394f}.checkbox.disabled{color:#77889d;pointer-events:none}.checkbox{display:inline-flex;align-items:center;position:relative}.checkbox.committees:hover{color:#33394f}.checkbox .caption{font-size:14px}.checkbox input{appearance:none;border:none;margin:0;padding:0}.checkbox input.disabled{pointer-events:none}.checkbox input.committees{width:9px;height:9px;position:relative;border:1px solid #33394f;margin-right:8px;cursor:pointer}.checkbox input.committees:checked{border:none}.checkbox input.committees:checked:after{content:"";width:3px;height:6px;border:solid #33394f;border-width:2px 0 0 2px;position:absolute;transform:rotate(225deg);top:-1px;left:1px}.checkbox input.committees.disabled:after{border:solid #77889d;border-width:2px 0 0 2px}.checkbox input.committees::before{content:"";position:absolute;left:0;width:200px;height:13px;top:-2px;z-index:2}.checkbox input.checkbox-small{width:13px;height:13px;position:relative;border:1px solid #33394f;margin-right:16px;border-radius:1px;cursor:pointer}.checkbox input.checkbox-small:checked:after{content:"";width:7px;height:7px;background:#33394f;position:absolute;top:2px;left:2px}.checkbox input.checkbox-small.disabled{border:1px solid #77889d}.checkbox input.checkbox-small.disabled:after{background:#77889d}.checkbox input.checkbox-small::before{content:"";position:absolute;left:0;width:200px;height:13px;top:-2px;z-index:2}.checkbox input.checkbox-big{width:24px;height:24px;min-width:24px;position:relative;border:1px solid #b7bcd6;border-radius:4px;margin-right:16px;cursor:pointer}.checkbox input.checkbox-big:checked{border:none;background:#33394f}.checkbox input.checkbox-big:checked:after{content:"";width:6px;height:12px;border:solid #fff;border-width:2px 0 0 2px;position:absolute;transform:rotate(225deg);top:3px;left:8px}.checkbox input.checkbox-big.disabled{background:#77889d}.checkbox input.checkbox-big::before{content:"";position:absolute;left:0;width:200px;height:13px;top:-2px;z-index:2}.checkbox input.checkbox-radio{width:20px;height:20px;position:relative;background:#eee;border-radius:20px;margin-right:8px;cursor:pointer}.checkbox input.checkbox-radio:hover{border:1px solid #b4bfca}.checkbox input.checkbox-radio:checked{border:none;background:#33394f}.checkbox input.checkbox-radio:checked:after{content:"";width:4px;height:9px;border:solid #fff;border-width:2px 0 0 2px;position:absolute;transform:rotate(225deg);top:3px;left:7px}.checkbox input.checkbox-radio.disabled{background:#77889d}.checkbox input.checkbox-radio::before{content:"";position:absolute;left:0;width:200px;height:13px;top:-2px;z-index:2}.popup-login-instructions{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:9999;display:none;justify-content:center;align-items:center;color:#000}.popup-login-instructions.show-popup{display:flex}.popup-login-instructions .popup-window{width:100%;max-width:650px;max-height:90vh;background:#fff;border-radius:6px;box-sizing:border-box;position:relative;display:flex;flex-direction:column;overflow:hidden}.popup-login-instructions .popup-header{flex-shrink:0;position:relative;padding:24px 32px;border-bottom:1px solid rgba(0,0,0,.1)}.popup-login-instructions .popup-title{margin:0;font-size:20px;font-weight:600;line-height:1.3}.popup-login-instructions .popup-close{position:absolute;top:20px;right:20px;width:40px;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;background:rgba(0,0,0,0);border:none;outline:none}.popup-login-instructions .popup-close svg{width:50%;height:50%;fill:currentColor}.popup-login-instructions .popup-body{flex:1;min-height:0;overflow-y:scroll;padding:24px 32px 0 32px;position:relative;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#b4bfca #f9f9f9}.popup-login-instructions .popup-body::after{content:"";position:sticky;display:block;bottom:0;left:0;right:0;height:80px;margin-top:-80px;background:linear-gradient(to bottom, transparent, white);background-attachment:scroll;pointer-events:none;animation:popup-gradient-fade linear both;animation-timeline:scroll(nearest block);animation-range:0% 100%}.popup-login-instructions .popup-body.login-instructions-content{font-weight:normal;font-size:14px;line-height:22px}.popup-login-instructions .popup-body::-webkit-scrollbar{width:8px}.popup-login-instructions .popup-body::-webkit-scrollbar-track{background:#f9f9f9;border-radius:4px}.popup-login-instructions .popup-body::-webkit-scrollbar-thumb{background:#b4bfca;border-radius:4px}.popup-login-instructions .popup-body::-webkit-scrollbar-thumb:hover{background:#77889d}.popup-login-instructions .login-instructions-content p{margin-bottom:16px}.popup-login-instructions .login-instructions-content ul,.popup-login-instructions .login-instructions-content ol{margin-left:24px;margin-bottom:16px}.popup-login-instructions .login-instructions-content a{color:#0bbbef;text-decoration:underline}.popup-login-instructions .popup-footer{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-top:1px solid rgba(0,0,0,.1)}@media(max-width: 768px){.popup-login-instructions .popup-window{margin:0 20px}.popup-login-instructions .popup-header{padding:16px 48px 16px 32px}.popup-login-instructions .popup-body{padding:16px 24px 0 24px}.popup-login-instructions .popup-footer{flex-direction:column;align-items:center;padding:16px 32px;gap:16px}.popup-login-instructions .popup-close{top:16px;right:16px;width:32px;height:32px}}@keyframes popup-gradient-fade{0%,85%{opacity:1}100%{opacity:0}}@supports not (animation-timeline: scroll()){.popup-login-instructions .popup-body::after{animation:none}}#tc-consent-modal .popup-footer .primary-button[data-color=white]{color:#1c4098;border-color:#1c4098}#tc-consent-modal .popup-footer .primary-button[data-color=white]:hover{background-color:#0bbbef;border-color:#0bbbef;color:#fff}#tc-consent-modal .popup-footer .primary-button[data-color=dark]{background-color:#1c4098;color:#fff;border-color:#1c4098}#tc-consent-modal .popup-footer .primary-button[data-color=dark]:hover{background-color:#0bbbef;border-color:#0bbbef;color:#fff}/*# sourceMappingURL=login-instructions-popup.min.css.map */
.socialNetworkShareIcons.active{background-color:#0bbbef}.socialNetworkShareIcons{width:36px;height:36px;position:absolute;top:10px;right:10px;border-radius:16px;padding:2px;background-color:#33394f;cursor:pointer;text-align:start;z-index:5}.socialNetworkShareIcons svg{fill:#fff;width:100%;height:100%}.socialNetworkShareIcons .content{display:none;border-radius:6px;background-color:#33394f;position:absolute;width:50px;margin:10px 0 10px -10px;z-index:2}.socialNetworkShareIcons .content svg{width:24px;height:24px}.socialNetworkShareIcons .content div{margin:16px 0 16px 14px}.socialNetworkShareIcons .content div:hover{transform:scale(1.15)}/*# sourceMappingURL=socialNetworkShareIcons.min.css.map */

.badge.rounded-pill.text-bg-primary::before {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    margin-right: 8px;
    border-radius: 100%;
    background-color: #0BBBEF;
}

.badge.rounded-pill.text-bg-primary {
    color: #000000!important;
    border: 0.4px solid #bcc2c6!important;
    display: inline-flex;
    background: transparent;
    top: -3px;
    align-items: center!important;
    border-radius: 28px;
    font-size: 12px!important;
    padding: 0 16px;
    margin: 3px 0!important;
    height: 18px;
    font-weight: normal!important;
}

.bodywrapper .badge {
    display: inline-flex;
}
.modal {
  display: none;
}

.modal__header {
  padding: 2rem 2rem 0rem 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.modal__close {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='15px' height='16px' viewBox='0 0 15 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='2.-Menu' transform='translate(-15.000000, -13.000000)' stroke='%23000000'%3E%3Cg id='Group' transform='translate(15.000000, 13.521000)'%3E%3Cpath d='M0,0.479000129 L15,14.2971819' id='Path-3'%3E%3C/path%3E%3Cpath d='M0,14.7761821 L15,-1.24344979e-14' id='Path-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
}
.modal__wrapper {
  margin: 0 auto;
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  height: auto;
  max-height: calc(100vh - 20px);
  overflow-y: auto;
  width: auto;
  max-width: 100%;
  z-index: 9999;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 2px 6px #777;
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
  overflow-x: hidden;
  flex-direction: column;
}
.modal__content {
  position: relative;
  overflow-x: hidden;
  flex-grow: 1;
  padding: 0 2rem 2rem 2rem;
}
.modal.is-active {
  display: block;
}
.modal.is-visible .modal__wrapper {
  opacity: 1;
}
.modal.is-visible .modal__overlay {
  opacity: 0.5;
}

.modal__overlay {
  position: fixed;
  top: 64px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
  background-color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lang-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 5rem;
  row-gap: 0;
}

.lang-list p {
  margin-top: 0;
  width: 100px;
}

.lang-top {
  padding-bottom: 0.1rem;
}
.lang-btm {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.select-text:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #33394F;
}

@media screen and (max-width: 795px) {
  .modal__wrapper {
    width: calc(100vw - 20px);
  }
}

a.select-text.disabled {
  pointer-events: none;
  cursor: default;
  color: #b3b3b3;
}
