/* ========================= */
/* HEADER start */
/* ========================= */
:root {
  --button-border-radius-start-start: var(--wb-button-border-main-radius);
  --button-border-radius-start-end: var(--wb-button-border-main-radius);
  --button-border-radius-end-start: var(--wb-button-border-main-radius);
  --button-border-radius-end-end: var(--wb-button-border-main-radius);
  --button-animation-duration: 0.2s;
  --button-transition: color var(--button-animation-duration) var(--wb-fade), background-color var(--button-animation-duration) var(--wb-fade);
  --button-border-ring: none;
  --button-background-color: var(--wb-button-primary-background-color-default);
  --button-text-color: var(--wb-button-primary-text-color-default);
  --button-icon-color: var(--wb-button-primary-icon-leading-color-default);
  --button-icon-size: var(--wb-button-primary-icon-leading-size);
  --button-trailing-icon-color: var(--wb-button-primary-icon-trailing-color-default);
  --button-trailing-icon-size: var(--wb-button-primary-icon-trailing-size);
  --button-border-weight: var(--wb-button-primary-border-weight);
  --button-border-color: var(--wb-button-primary-border-main-color-default);

  --button-padding: calc(var(--wb-button-lg-padding-top) - var(--button-border-weight)) calc(var(--wb-button-lg-padding-right) - var(--button-border-weight)) calc(var(--wb-button-lg-padding-bottom) - var(--button-border-weight)) calc(var(--wb-button-lg-padding-left) - var(--button-border-weight));
  --button-gap: var(--wb-button-lg-gap);
}

.account-container {
  display: flex;
  flex-direction: column;
  padding: 1px;
  gap: 1.5rem;

  font-style: normal;
  font-size: var(--wb-typography-static-large-font-size);
  line-height: var(--wb-typography-static-large-font-line-height);
  letter-spacing: var(--wb-typography-static-large-font-letter-spacing);
  font-family: var(--wb-typography-static-large-font-family);
  font-weight: var(--wb-typography-static-large-font-weight-main);
}

.hp-icon {
  line-height: 0.8;
}

.flex-column{
  display:flex;
  flex-direction:column;
}

.gap-s{
  gap:.5rem
}

.gap-m{
  gap:1rem
}

.gap-l{
  gap:1.5rem
}

.gap-xl{
  gap:2rem
}

.ui-list-item{
  margin-left:2rem;
  color:var(--wb-color-text-fixed-black);
  display: block;
  position: relative;
  /* margin-inline-start: 3rem; */
  padding-inline-start: 8px;
  margin-block-start: 8px;
}

.ui-list-item:first-of-type{
  margin-top:0;
}

.wb-icon.ui-icon{
  color:var(--wb-color-shape-brand-default);
  width: 16px;
  height: 16px;
  --size: 16px;
  vertical-align: sub;
}

.ui-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
  max-height: 100%;
}


.account-container .wb-button {
  background: var(--button-background-color);
  transition: var(--button-transition);
  color: var(--button-text-color);
  border: var(--button-border-weight) solid var(--button-border-color);
  border-radius: var(--button-border-radius-start-start) var(--button-border-radius-start-end) var(--button-border-radius-end-end) var(--button-border-radius-end-start);
  box-shadow: var(--button-border-ring);
  padding: var(--button-padding);
  outline: none;
  box-sizing: border-box;
  flex: 1;
  cursor: pointer;
  appearance: none;
  text-decoration: none;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--button-gap);
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  overflow: visible;
  text-transform: none;
  outline-offset: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-size: var(--wb-typography-static-large-font-size);
  line-height: var(--wb-typography-static-large-font-line-height);
  letter-spacing: var(--wb-typography-static-large-font-letter-spacing);
  font-family: var(--wb-typography-static-large-font-family);
  font-weight: var(--wb-typography-static-large-font-weight-strong);
}

.account-container .wb-button:hover {
  background-color: var(--wb-button-primary-background-color-hover);
}

.account-container .wb-button.register-btn {
  background: var(--wb-button-secondary-background-color-default);
  color: var(--wb-button-secondary-text-color-default);
  border: var(--wb-button-secondary-border-weight) solid var(--wb-button-secondary-border-main-color-default);
}

.account-container .wb-button.register-btn:hover {
  background-color: var(--wb-button-secondary-background-color-hover);
  color: var(--wb-button-secondary-text-color-hover);
}

[x-cloak] { display: none !important; }

/* ========================= */
/* FOOTER start */
/* ========================= */
footer {
  display: block;
  width: 100%;
}
footer .wb-grid-row {
  grid-gap: unset;
}
.owc-footer {
  position: relative;
  z-index: 31;
  min-height: 113px;
  background: var(--wb-black);
}

.owc-footer:has(.owc-footer-sitemap) {
  min-height: 701px;
}

.owc-footer-content__container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  color: var(--wb-white);
  text-align: left;
}

.owc-footer-content__element--center {
  text-align: center;
}

.owc-footer-content__element {
  margin-bottom: 16px;
}

.owc-footer-movetotop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: var(--wb-spacing-s) 0;
  padding: 0;
  border: 0;
  color: var(--wb-white);
  background: transparent;
  cursor: pointer;
}

.owc-footer-movetotop__icon {
  width: 48px;
  height: 48px;
  margin-bottom: var(--wb-spacing-xxs);
  color: var(--wb-white);
}

.owc-footer-movetotop__subtitle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: inherit;
  font-family: var(--wb-font-text);
  font-style: normal;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.25rem;
}

.owc-footer-newsletter {
  width: 100%;
  padding: var(--wb-spacing-s) 0;
  border: solid 1px var(--wb-grey-40);
  border-radius: 2px;
}

.owc-footer-newsletter .owc-footer-newsletter__title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: inherit;
  font-family: var(--wb-font-text-bold);
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: var(--wb-spacing-xxs);
}

.owc-footer-newsletter .owc-footer-newsletter__description {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: inherit;
  font-family: var(--wb-font-text);
  font-style: normal;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.25rem;
  margin-bottom: var(--wb-spacing-m);
  color: var(--wb-grey-60);
}

.owc-footer-newsletter .owc-footer-newsletter__button {
  width: 100%;
}

.owc-footer-newsletter .owc-footer-newsletter__button .wb-button {
  width: 100%;
}

.owc-footer-sitemap {
  display: block;
  width: 100%;
  margin-bottom: var(--wb-spacing-l);
  padding-top: var(--wb-spacing-m);
}

.owc-footer-sitemap-section {
  display: block;
}

.owc-footer-sitemap-section:not(:last-child) {
  border-bottom: 1px solid var(--wb-grey-20);
}

.owc-footer-sitemap-section__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: var(--wb-spacing-xs) 0;
  border: 0;
  color: inherit;
  font: inherit;
  text-align: initial;
  background: transparent;
  outline: 0;
  cursor: pointer;
}

.owc-footer-sitemap-section__title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: inherit;
  font-family: var(--wb-font-text-bold);
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
}

.owc-footer-sitemap-section__expand-icon-wrapper {
  margin-right: 16px;
  margin-left: auto;
}

.wb-icon {
  --size: 24px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: var(--size);
  height: var(--size);
}

.owc-footer-sitemap-section__expand-icon {
  width: 16px;
  height: 16px;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.3,0,0,1);
  transition: -webkit-transform .3s cubic-bezier(.3,0,0,1);
  transition: transform .3s cubic-bezier(.3,0,0,1);
  transition: transform .3s cubic-bezier(.3,0,0,1), -webkit-transform .3s cubic-bezier(.3,0,0,1);
}

.owc-footer-sitemap-section__link-list-wrapper {
  padding-bottom: var(--wb-spacing-s);
}

.owc-footer-sitemap-section__link-wrapper:first-child {
  padding-top: var(--wb-spacing-xxs);
}

.owc-footer-sitemap-section__link-wrapper:not(:last-child) {
  padding-bottom: 16px;
}

.owc-footer-sitemap-section__link {
  background-repeat: no-repeat, no-repeat;
  background-position-x: left;
  background-size: 0 100%, 100% 100%;
  padding-bottom: 2px;
  -webkit-transition: background-size .42s cubic-bezier(.165,.84,.44,1);
  transition: background-size .42s cubic-bezier(.165,.84,.44,1);
  background-origin: right;
}

.owc-footer-sitemap-section__link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: inherit;
  font-family: var(--wb-font-text);
  font-style: normal;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.25rem;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  color: var(--wb-grey-20);
  outline-color: var(--wb-blue-45);
  background-image: linear-gradient(to top, var(--wb-black) 1px, transparent 1px);
  color: var(--wb-grey-70);
  background-image: linear-gradient(to top, var(--wb-white) 1px, transparent 1px);
}

.owc-footer-sitemap-section__link:focus, .owc-footer-sitemap-section__link:hover {
  background-size: 100% 100%, 100% 100%;
}

.owc-footer-sitemap-section__link:focus, .owc-footer-sitemap-section__link:hover {
  color: var(--wb-white);
}

.owc-lower-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: var(--wb-spacing-s) 0;
  border-top: 1px solid var(--wb-grey-40);
}

.owc-lower-footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: var(--wb-spacing-m);
}

.owc-lower-footer>:first-child {
  width: 100%;
}

.owc-lower-footer-social__item:not(:last-child) {
  margin-right: var(--wb-spacing-s);
}

.owc-lower-footer-social__link {
  color: var(--wb-white);
}

.owc-lower-footer-social__icon {
  pointer-events: none;
}

.owc-lower-footer-legal {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: inherit;
  font-family: var(--wb-font-text);
  font-style: normal;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}

.owc-lower-footer>:last-child {
  width: 100%;
}

.owc-lower-footer-legal__license {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
}

.owc-lower-footer-legal__link {
  background-repeat: no-repeat, no-repeat;
  background-position-x: left;
  background-size: 0 100%, 100% 100%;
  padding-bottom: 2px;
  -webkit-transition: background-size .42s cubic-bezier(.165,.84,.44,1);
  transition: background-size .42s cubic-bezier(.165,.84,.44,1);
  background-origin: right;
}

.owc-lower-footer-legal__link {
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  color: var(--wb-grey-20);
  outline-color: var(--wb-blue-45);
  background-image: linear-gradient(to top, var(--wb-black) 1px, transparent 1px);
  color: var(--wb-grey-70);
  background-image: linear-gradient(to top, var(--wb-white) 1px, transparent 1px);
}

.owc-lower-footer-legal__item {
  margin-bottom: var(--wb-spacing-xs);
  word-break: normal;
  overflow-wrap: anywhere;
}

.owc-lower-footer-legal__item:not(:last-child) {
  margin-right: var(--wb-spacing-s);
}

.owc-lower-footer-legal__link:focus, .owc-lower-footer-legal__link:hover {
  background-size: 100% 100%, 100% 100%;
}

.owc-lower-footer-legal__link:focus, .owc-lower-footer-legal__link:hover {
  color: var(--wb-white);
}

@media (min-width: 80em) {
  .owc-footer-newsletter .owc-footer-newsletter__container:first-child {
      margin: 0;
  }

  .owc-footer-newsletter .owc-footer-newsletter__title {
    margin-left: var(--wb-spacing-s);
  }

  .owc-footer-newsletter .owc-footer-newsletter__description {
    margin-bottom: 0;
    margin-left: var(--wb-spacing-s);
  }

  .owc-footer-newsletter .owc-footer-newsletter__container:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .owc-footer-newsletter .owc-footer-newsletter__button {
    margin-right: var(--wb-spacing-s);
  }

  .owc-footer-sitemap--component {
    grid-column-gap: var(--wb-grid-gutter-width);
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    row-gap: var(--wb-spacing-m);
  }

  .owc-footer-sitemap-section:not(:last-child) {
    border-bottom: none;
  }

  .owc-footer-sitemap-section__title-wrapper {
    min-height: 28px;
    margin-bottom: var(--wb-spacing-xs);
    padding: 0;
    pointer-events: none;
  }

  .owc-footer-sitemap-section__expand-icon-wrapper {
    display: none;
  }

  .owc-footer-sitemap-section__link-list-wrapper {
    padding: 0;
  }

  .owc-footer-sitemap-section__link-wrapper:first-child {
    padding-top: 0;
  }

  .owc-lower-footer {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .owc-lower-footer-social {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
  }

  .owc-lower-footer>:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
    margin-bottom: 0;
  }

  .owc-lower-footer-legal {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: auto;
  }

  .owc-lower-footer>:last-child {
    width: auto;
    margin-right: var(--wb-spacing-xs);
  }

  .owc-lower-footer-legal__license {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: auto;
    margin-right: var(--wb-spacing-xs);
  }
}

@media (min-width: 64em) {
  .owc-footer-movetotop__subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .owc-footer-newsletter .owc-footer-newsletter__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .owc-footer-newsletter .owc-footer-newsletter__description {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .owc-footer-sitemap-section__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .owc-footer-sitemap-section__link {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .owc-lower-footer-legal {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 48em) {
  .owc-footer-content__container {
      width: 86%;
      max-width: 1680px;
  }

  .owc-footer-newsletter .owc-footer-newsletter__button {
    margin-top: 0;
  }

  .owc-footer-newsletter .owc-footer-newsletter__button, .owc-footer-newsletter .owc-footer-newsletter__email {
    padding: 0;
  }
}

/* ========================= */
/* End of FOOTER */
/* ========================= */
