.o-sticky-video__container {
  overflow: hidden;
  position: relative;
  width: 100%;
}[dir] .o-sticky-video__container {
  background: #F5F5F5;
  border: 0.1rem solid #B5B5B5;
  padding-bottom: 56.25%;
}
@media (min-width: 1280px) {
  .o-sticky-video__container--with-floating-video {
    position: static;
  }
}

.o-sticky-video__video-content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.o-sticky-video__video-title {
  font-weight: 700;
}

.o-sticky-video__video {
  width: 100%;
  height: 100%;
}

[dir] .o-sticky-video__video {
  border: none;
}
@media (min-width: 1280px) {
  .o-sticky-video__video--stick-to-container {
    position: absolute;
    width: 23.5rem;
    height: 19rem;
  }
  [dir=ltr] .o-sticky-video__video--stick-to-container {
    left: calc(100% + 2.8rem);
  }
  [dir=rtl] .o-sticky-video__video--stick-to-container {
    right: calc(100% + 2.8rem);
  }
  .o-sticky-video__video--stick-to-viewport {
    position: fixed;
    width: 23.5rem;
    height: 19rem;
  }
  [dir=ltr] .o-sticky-video__video--stick-to-viewport {
    left: calc(50vw + 39rem + 1rem);
  }
  [dir=rtl] .o-sticky-video__video--stick-to-viewport {
    right: calc(50vw + 39rem + 1rem);
  }
}img[ci-src] {
  display: initial;
}

.ci-image {
  display: block;
  height: auto;
  position: absolute;
  top: 0;
  width: 100%;
}

[dir=ltr] .ci-image {
  left: 0;
}

[dir=rtl] .ci-image {
  right: 0;
}

.ci-image-preview-wrapper {
  z-index: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  transition: opacity 400ms;
  opacity: 1;
}

[dir] .ci-image-preview-wrapper {
  transform: translateZ(0);
}

[dir=ltr] .ci-image-preview-wrapper {
  left: 0;
}

[dir=rtl] .ci-image-preview-wrapper {
  right: 0;
}

.ci-image-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(0.3rem);
}

@media (min-width: 768px) {
  .u-critical-style__hidden {
    display: initial;
  }
}
[dir] .u-critical-style__obscured {
  background: initial;
}
.u-critical-style__obscured * {
  opacity: initial;
}

.u-critical-style__push-over-fold {
  min-height: initial;
}

[dir] .u-separator-top {
  border-top: solid 0.1rem #EBEBEB;
  margin-top: 5rem;
}

[dir=ltr] .u-separator-right {
  border-right: solid 0.1rem #EBEBEB;
  margin-right: 5rem;
}

[dir=rtl] .u-separator-right {
  border-left: solid 0.1rem #EBEBEB;
  margin-left: 5rem;
}

[dir] .u-separator-bottom {
  border-bottom: solid 0.1rem #EBEBEB;
  margin-bottom: 5rem;
}

[dir=ltr] .u-separator-left {
  border-left: solid 0.1rem #EBEBEB;
  margin-left: 5rem;
}

[dir=rtl] .u-separator-left {
  border-right: solid 0.1rem #EBEBEB;
  margin-right: 5rem;
}

.is-outside-view {
  position: fixed;
}

[dir=ltr] .is-outside-view {
  left: 100vw;
}

[dir=rtl] .is-outside-view {
  right: 100vw;
}

.u-flex-row {
  display: flex;
}

.u-self-align-center {
  align-self: center;
}

.u-justify-content-center {
  justify-content: center;
}

.u-align-items-center {
  align-items: center;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-height-100 {
  height: 100%;
}

.u-max-height-50 {
  max-height: 50%;
}

.u-width-25 {
  width: 25%;
}

.u-font-size-small {
  font-size: 1.1rem;
}

.u-text-bold {
  font-weight: 700;
}

.u-col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.u-col-1-2-4 {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .u-col-1-2-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .u-col-1-2-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.u-sr-only {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

[dir] .u-sr-only {
  padding: 0;
  margin: -0.1rem;
  border: 0;
}

[data-css-sticky-menu] {
  display: contents;
}

body .is-hidden {
  display: none;
}

.u-break-word {
  word-break: break-word;
}

[dir=ltr] .u-rotate-90 {
  transform: rotate(90deg);
}

[dir=rtl] .u-rotate-90 {
  transform: rotate(-90deg);
}

[dir=ltr] .u-rotate-180 {
  transform: rotate(180deg);
}

[dir=rtl] .u-rotate-180 {
  transform: rotate(-180deg);
}

[dir=ltr] .u-rotate-270 {
  transform: rotate(270deg);
}

[dir=rtl] .u-rotate-270 {
  transform: rotate(-270deg);
}

.u-white-space-pre-wrap {
  white-space: pre-wrap;
}

[dir] .c-order-status {
  margin-bottom: 2rem;
}

.c-order-status-chose-country-text {
  font-size: 1.6rem;
}

.c-order-status__choose-country {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}

[dir] .c-order-status__choose-country {
  background-color: #F5F5F5;
  border-radius: 0.5rem;
  margin-top: 1rem;
  padding: 5rem 3rem;
}.c-footer {
  position: relative;
  height: auto;
  font-family: "Lato", "Lato-polyfill", "Constantia";
}[dir] .c-footer {
  background: #2E353B;
}
@media (min-width: 768px) {
  .c-footer {
    height: auto;
  }
}
@media (min-width: 1280px) {
  .c-footer {
    height: auto;
  }
}

.js-footer-animate {
  position: fixed;
  bottom: -100%;
  z-index: 10;
  width: 100%;
  transition: bottom 0.3s;
}

[dir] .js-footer-animate {
  border-top: 1px solid #2E353B;
}
.js-footer-animate--visible {
  bottom: 0;
}
.js-footer-animate--visible-with-pagination-bottom {
  bottom: 5rem;
}
.js-footer-animate--hidden {
  bottom: -100%;
}

.c-footer__main-container {
  max-width: 1280px;
}

[dir] .c-footer__main-container {
  margin: 0 auto;
}
@media (min-width: 1280px) and (max-width: 1311px) {
  [dir=ltr] .c-footer__main-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  [dir=rtl] .c-footer__main-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

[dir] .c-footer__content {
  padding: 5rem 0;
}
@media (min-width: 1280px) {
  .c-footer__content {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  [dir] .c-footer__content {
    padding: 4rem 0 2rem;
  }
}

[dir] .c-footer__main-icons {
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .c-footer__main-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .c-footer__main-icons {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }
  [dir] .c-footer__main-icons {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .c-footer__tme-logo {
    width: 20rem;
  }
}
@media (min-width: 1280px) {
  .c-footer__tme-logo {
    width: 14.5rem;
  }
}

.c-footer__tme-logo-icon {
  width: 100%;
  height: 20rem;
  fill: #FFF;
}
@media (min-width: 1280px) {
  .c-footer__tme-logo-icon {
    width: 14.5rem;
    height: 19rem;
  }
}

.c-footer__it-nip {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
}

[dir] .c-footer__it-nip {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .c-footer__it-nip {
    align-items: flex-start;
  }
}
[dir] .c-footer__it-nip p {
  margin: 0;
}

[dir] .c-footer__social-icons {
  padding-top: 3rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .c-footer__social-icons {
    display: flex;
    justify-content: space-around;
    max-width: 36rem;
  }
  [dir] .c-footer__social-icons {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .c-footer__social-icons {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column: 3;
    /* autoprefixer: ignore next */
    align-items: center;
  }
  [dir] .c-footer__social-icons {
    margin: auto 0;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .c-footer__social-icons {
    display: grid;
    height: -webkit-fit-content;
    height: fit-content;
    grid-template-columns: repeat(3, 1fr);
    grid-column: unset;
  }
  [dir] .c-footer__social-icons {
    margin: 0;
    padding: 1.5rem 0;
  }
  [dir=ltr] .c-footer__social-icons {
    text-align: left;
  }
  [dir=rtl] .c-footer__social-icons {
    text-align: right;
  }
}

.c-footer__social-icons-text {
  color: #FFF;
  text-transform: uppercase;
  display: none;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-footer__social-icons-text {
    display: grid;
    grid-column: 1/-1;
    justify-self: start;
  }
  [dir=ltr] .c-footer__social-icons-text {
    padding-left: 0.5rem;
  }
  [dir=rtl] .c-footer__social-icons-text {
    padding-right: 0.5rem;
  }
}
@media (min-width: 1280px) {
  [dir=ltr] .c-footer__social-icons-text {
    padding-left: 0.5rem;
  }
  [dir=rtl] .c-footer__social-icons-text {
    padding-right: 0.5rem;
  }
}

.c-footer__social-img {
  max-width: 3.5rem;
  max-height: 3.5rem;
  box-sizing: unset;
}

[dir] .c-footer__social-img {
  margin: 0.7rem;
}

.c-footer__menu-box-header {
  color: #FFF;
}

@media (min-width: 1280px) {
  .c-footer__menu-container {
    display: grid;
    grid-template-columns: repeat(4, auto);
  }
  [dir=ltr] .c-footer__menu-container {
    padding-left: 5rem;
  }
  [dir=rtl] .c-footer__menu-container {
    padding-right: 5rem;
  }
}

[dir] .c-footer__menu-list {
  margin: 1.4rem 0;
}

[dir=ltr] .c-footer__menu-list {
  padding-left: 0;
}

[dir=rtl] .c-footer__menu-list {
  padding-right: 0;
}

.c-footer__menu-list-item {
  list-style-type: none;
}

[dir] .c-footer__menu-list-item {
  padding-bottom: 1rem;
}

.c-footer__ecia-logo {
  width: 14.7rem;
  height: 2.5rem;
}

.c-footer__era-logo {
  height: 3.3rem;
}

.c-footer__erai-logo {
  width: 14.3rem;
  height: 3.3rem;
}

[dir] .c-footer__erai-logo {
  padding: 0.2rem;
  background-color: #FFF;
}

.c-footer__menu-link {
  color: #FFF;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.c-footer__accordion {
  display: block;
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  font-size: 1.4rem;
  color: #FFF;
}

[dir] .c-footer__accordion {
  background-color: #2E353B;
  border: none;
  padding: 2rem;
  cursor: pointer;
  margin: 0;
}

[dir=ltr] .c-footer__accordion {
  text-align: left;
}

[dir=rtl] .c-footer__accordion {
  text-align: right;
}
@media (min-width: 1280px) {
  [dir] .c-footer__accordion {
    border-bottom: unset;
    cursor: default;
    margin: 0;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}

.c-footer__accordion-container {
  transition: background-color 0.2s linear;
}

[dir] .c-footer__accordion-container {
  border-bottom: 0.1rem solid #4B4B4B;
}
@media (min-width: 1280px) {
  [dir] .c-footer__accordion-container {
    border-bottom: 0;
  }
}

[dir] div.c-footer__accordion-container:first-child {
  border-top: 0.1rem solid #4B4B4B;
}
@media (min-width: 1280px) {
  [dir] div.c-footer__accordion-container:first-child {
    border-top: unset;
  }
}

.c-footer__accordion-arrow {
  width: 1rem;
  height: 1rem;
  position: absolute;
  fill: #FFF;
}

[dir] .c-footer__accordion-arrow {
  transition-duration: 0.5s;
}

[dir=ltr] .c-footer__accordion-arrow {
  right: 2rem;
}

[dir=rtl] .c-footer__accordion-arrow {
  left: 2rem;
}
@media (min-width: 1280px) {
  .c-footer__accordion-arrow {
    display: none;
  }
}

.c-footer__accordion-content {
  color: #FFF;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
@media (min-width: 1280px) {
  .c-footer__accordion-content {
    max-height: unset;
  }
}

[dir] .c-footer__bottom-container {
  background-color: #FFF;
}
@media (min-width: 1280px) {
  [dir] .c-footer__bottom-container {
    border-top: 0.1rem solid #FFF;
    padding: 0 2rem;
  }
}

@media (min-width: 1280px) {
  .c-footer__bottom {
    display: grid;
    grid-template-columns: 2fr 1.5fr;
    max-width: 1280px;
  }
  [dir] .c-footer__bottom {
    margin: 0 auto;
  }
}

[dir] .c-footer__ro-images {
  padding: 2rem 2rem 0;
}
@media (min-width: 1280px) {
  .c-footer__ro-images {
    max-width: 1280px;
  }
  [dir] .c-footer__ro-images {
    margin: 0 auto;
    padding: 2rem 0 0;
  }
}

.c-footer__ro-image-link {
  height: 5rem;
  display: inline-block;
}

[dir=ltr] .c-footer__ro-image-link {
  margin: 0 2rem 1rem 0;
}

[dir=rtl] .c-footer__ro-image-link {
  margin: 0 0 1rem 2rem;
}
@media (min-width: 1280px) {
  [dir] .c-footer__ro-image-link {
    margin-bottom: 0;
  }
}
[dir=ltr] .c-footer__ro-image-link--odr-platform {
  margin-right: 0;
}
[dir=rtl] .c-footer__ro-image-link--odr-platform {
  margin-left: 0;
}
.c-footer__ro-image-link img {
  width: 20.1rem;
  height: 5rem;
}

[dir] .c-footer__spedytors, [dir] .c-footer__payments {
  padding: 1rem 2rem;
}
@media (min-width: 1280px) {
  [dir] .c-footer__spedytors, [dir] .c-footer__payments {
    padding: 1rem 0;
  }
}

@media (min-width: 1280px) {
  [dir=ltr] .c-footer__payments {
    text-align: right;
  }
  [dir=rtl] .c-footer__payments {
    text-align: left;
  }
}

.c-footer__spedytors-icons {
  max-width: calc(100vw - 2rem);
  min-height: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1.5rem;
  row-gap: 1rem;
}

.c-footer__payments-icons {
  max-width: calc(100vw - 2rem);
  min-height: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1.5rem;
  row-gap: 1rem;
}
@media (min-width: 1280px) {
  .c-footer__payments-icons {
    justify-content: flex-end;
  }
}

.c-footer__spedytors-text, .c-footer__payments-text {
  color: #545F69;
  font-weight: 700;
  text-transform: uppercase;
}

[dir] .c-footer__spedytors-text, [dir] .c-footer__payments-text {
  margin: 0;
}
@media (min-width: 1280px) {
  [dir] .c-footer__spedytors-text, [dir] .c-footer__payments-text {
    margin: 1rem 0;
  }
}

.c-footer__spedytor-icon, .c-footer__payment-icon {
  fill: #B5B5B5;
  box-sizing: unset;
  max-height: 3rem;
  max-width: 8rem;
}

[dir] .c-footer__spedytor-icon, [dir] .c-footer__payment-icon {
  border-radius: 0.2rem;
}

@media (min-width: 1280px) {
  [dir=ltr] .c-footer__payment-icon {
    margin-right: 0;
    margin-left: 1.5rem;
  }
  [dir=rtl] .c-footer__payment-icon {
    margin-left: 0;
    margin-right: 1.5rem;
  }
}

.c-footer__spedytor-no-logo-text {
  display: inline;
  font-size: 1.8rem;
  font-weight: 900;
}

[dir=ltr] .c-footer__spedytor-no-logo-text {
  margin-right: 1rem;
}

[dir=rtl] .c-footer__spedytor-no-logo-text {
  margin-left: 1rem;
}

.c-footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  color: #666666;
}

[dir] .c-footer__copyright {
  background: #F5F5F5;
}.c-newsletter {
  position: relative;
  font-family: "Lato", "Lato-polyfill", "Constantia";
  color: #FFF;
}[dir] .c-newsletter {
  background-color: #183884;
}

.c-newsletter__container {
  display: grid;
  grid-column-gap: 2rem;
  column-gap: 2rem;
  max-width: 1280px;
  height: auto;
  /* autoprefixer: ignore next */
  justify-items: center;
  box-sizing: unset;
}

[dir] .c-newsletter__container {
  margin: 0 auto;
  padding: 2rem;
}
@media (min-width: 768px) {
  .c-newsletter__container {
    grid-template-columns: 1fr 1.5fr;
    row-gap: 0;
  }
  [dir] .c-newsletter__container {
    padding: 2rem;
  }
}
@media (min-width: 1280px) {
  .c-newsletter__container {
    grid-template-columns: auto 1fr 1fr;
    column-gap: 10rem;
  }
}

.c-newsletter__inputs {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  /* autoprefixer: ignore next */
  align-items: center;
}
@media (min-width: 768px) {
  .c-newsletter__inputs {
    display: grid;
    grid-template-columns: 1fr auto;
  }
}

.c-newsletter__button-input {
  color: #FFF;
}

[dir] .c-newsletter__button-input {
  background: #CD0004;
  border: none;
  cursor: default;
}

[dir=ltr] .c-newsletter__button-input {
  border-radius: 0 0.5rem 0.5rem 0;
}

[dir=rtl] .c-newsletter__button-input {
  border-radius: 0.5rem 0 0 0.5rem;
}

[dir=ltr] .c-newsletter__email-input {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

[dir=rtl] .c-newsletter__email-input {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.c-newsletter__email-input:focus {
  outline: none;
}
[dir] .c-newsletter__email-input:focus {
  box-shadow: 0 0 0 0.3rem rgba(245, 245, 245, 0.4);
}

.c-newsletter__button-input {
  font-weight: bold;
}

[dir] .c-newsletter__button-input {
  cursor: pointer;
}

[dir=ltr] .c-newsletter__button-input {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

[dir=rtl] .c-newsletter__button-input {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.c-newsletter__button-input--red {
  color: #FFF;
}

[dir] .c-newsletter__button-input--red {
  background: #CD0004;
}

.c-newsletter__email-input, .c-newsletter__button-input {
  height: 4.5rem;
  box-sizing: border-box;
}

[dir] .c-newsletter__email-input, [dir] .c-newsletter__button-input {
  padding: 0 1.5rem;
  border: 0;
}

.c-newsletter__slogan {
  grid-row: 3;
  justify-self: stretch;
}
@media (min-width: 768px) {
  .c-newsletter__slogan {
    grid-column: 2;
  }
}
@media (min-width: 1280px) {
  .c-newsletter__slogan {
    grid-row: 1;
    align-self: center;
    justify-self: center;
  }
}

.c-newsletter__slogan-text {
  display: none;
}
@media (min-width: 1280px) {
  .c-newsletter__slogan-text {
    display: block;
  }
}
[dir] .c-newsletter__slogan-text p {
  margin: 0;
}
.c-newsletter__slogan-text a {
  color: #FFF;
}

.c-newsletter__description {
  display: grid;
  grid-template-columns: auto auto;
  /* autoprefixer: ignore next */
  align-items: center;
  font-size: 1.6rem;
  grid-column-gap: 1rem;
  column-gap: 1rem;
}
@media (min-width: 768px) {
  .c-newsletter__description {
    /* autoprefixer: ignore next */
    align-items: center;
    /* autoprefixer: ignore next */
    justify-self: start;
  }
}
@media (min-width: 1280px) {
  .c-newsletter__description {
    /* autoprefixer: ignore next */
    align-items: center;
  }
}

.c-newsletter__description-text {
  font-weight: 700;
}

[dir=ltr] .c-newsletter__description-text {
  padding-left: 1rem;
}

[dir=rtl] .c-newsletter__description-text {
  padding-right: 1rem;
}
@media (min-width: 1280px) {
  .c-newsletter__description-text {
    max-width: 15rem;
  }
}

.c-newsletter__envelope {
  fill: white;
  width: 7rem;
  height: 7rem;
}

.c-newsletter__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

[dir] .c-newsletter__links {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  [dir] .c-newsletter__links {
    padding-top: 0;
  }
}
@media (min-width: 1280px) {
  .c-newsletter__links {
    column-gap: 2.5rem;
  }
  [dir] .c-newsletter__links {
    padding-top: 0;
  }
}
.c-newsletter__links a:focus,
.c-newsletter__links a:active,
.c-newsletter__links a:hover {
  color: inherit;
}

.c-newsletter__link-regulations {
  justify-self: start;
  font-size: 1.4rem;
  color: #FFF;
}

[dir] .c-newsletter__link-regulations {
  cursor: pointer;
}

.c-newsletter__link-unsubscribe {
  justify-self: end;
  font-size: 1.4rem;
  color: #FFF;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

[dir] .c-newsletter__link-unsubscribe {
  cursor: pointer;
}
@media (min-width: 1280px) {
  .c-newsletter__link-unsubscribe {
    justify-self: start;
  }
}.c-progress-bar-container {
  display: flex;
  position: fixed;
  width: 100vw;
  max-width: 100vw;
  height: 6rem;
  color: #FFF;
  transition: 0.4s ease-out;
  top: calc(100% + 6rem);
  right: 0;
  bottom: 0;
  left: 0;
}[dir] .c-progress-bar-container {
  padding: 0;
  border: none;
}[dir=ltr] .c-progress-bar-container {
  left: 0;
}[dir=rtl] .c-progress-bar-container {
  right: 0;
}

.c-progress-bar {
  display: grid;
  grid-column-gap: 2rem;
  column-gap: 2rem;
  max-width: 128rem;
  /* autoprefixer: ignore next */
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
}

[dir] .c-progress-bar {
  margin: 0 auto;
  padding: 0 2rem;
}
@media (min-width: 1280px) {
  .c-progress-bar {
    width: 100%;
  }
  [dir] .c-progress-bar {
    margin: 0 auto;
  }
}
.c-progress-bar .o-tme-loader-svg {
  stroke: #FFF;
  width: 3.2rem;
  height: 3.2rem;
}

.c-progress-bar-container--active {
  top: calc(100% - 6rem);
  right: 0;
  bottom: 0;
  left: 0;
}

.c-progress-bar__in-progress, .c-progress-bar__error, .c-progress-bar__success, .c-progress-bar__custom {
  display: grid;
  grid-template-columns: minmax(3.2rem, -webkit-max-content) auto;
  grid-template-columns: minmax(3.2rem, max-content) auto;
  grid-column-gap: 1rem;
  column-gap: 1rem;
  /* autoprefixer: ignore next */
  align-items: center;
}

[dir] .c-catalogue__root .c-progress-bar__in-progress .o-tme-loader {
  margin: 0;
}

.c-progress-bar__warning {
  display: grid;
  grid-template-columns: 3.2rem auto 3.2rem;
  grid-column-gap: 1rem;
  column-gap: 1rem;
  align-items: center;
}
@media (max-width: 768px) {
  .c-progress-bar__warning {
    font-size: 1rem;
  }
}

[dir] .c-progress-bar-container--progress {
  background-color: #183884;
}

[dir] .c-progress-bar-container--success {
  background-color: #40843F;
}

[dir] .c-progress-bar-container--error {
  background: #CD0004;
}

.c-progress-bar-container--warning {
  color: #000;
  z-index: 21;
}

[dir] .c-progress-bar-container--warning {
  background: #FFC70E;
}

.c-progress-bar__success-svg, .c-progress-bar__error-svg, .c-progress-bar__custom-svg, .c-progress-bar__warning-svg {
  fill: #FFF;
  width: 3.2rem;
  height: 3.2rem;
}

.c-progress-bar__close-icon {
  position: relative;
}
@media (min-width: 1280px) {
  .c-progress-bar__close-icon {
    position: absolute;
    top: 1.5rem;
  }
  [dir=ltr] .c-progress-bar__close-icon {
    right: 2rem;
  }
  [dir=rtl] .c-progress-bar__close-icon {
    left: 2rem;
  }
}

.c-progress-bar__warning-close-svg {
  fill: #000;
  width: 2.5rem;
  height: 2.5rem;
}

[dir] .c-progress-bar__warning-close-svg {
  cursor: pointer;
}body #CybotCookiebotDialog {
  font-size: 1.5rem;
}
body #CybotCookiebotDialog a#CybotCookiebotDialogPoweredbyCybot {
  display: none;
  width: 100rem;
}
body #CybotCookiebotDialog .CybotCookiebotDialogContentWrapper {
  height: -webkit-max-content;
  height: max-content;
}
body #CybotCookiebotDialog #CybotCookiebotDialogTabContent {
  max-height: 55vh;
}
body #CybotCookiebotDialog #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper input:focus-visible + span, body #CybotCookiebotDialog #CybotCookiebotDialog :focus-visible {
  outline: transparent;
}
body #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter {
  display: none;
}
body #CybotCookiebotDialog #CybotCookiebotDialog.CybotCookiebotDialogActive + #CybotCookiebotDialogBodyUnderlay {
  pointer-events: auto;
  opacity: 0.4;
}
[dir] body #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border: 2px solid #183884;
}
body #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter {
  display: none;
}
body #CybotCookiebotDialog #CybotCookiebotDialogPoweredByText {
  display: none;
  visibility: hidden;
}
body #CybotCookiebotDialog #CybotCookiebotDialogHeader {
  display: flex;
  align-items: center;
  width: 100%;
}
[dir] body #CybotCookiebotDialog #CybotCookiebotDialogHeader {
  padding: 1em;
  border-bottom: transparent;
}
body #CybotCookiebotDialog .CybotCookiebotScrollContainer {
  position: relative;
  height: 100%;
  min-height: 20vh;
}
[dir] body #CybotCookiebotDialog .CybotCookiebotScrollContainer {
  padding: 0.375em;
}
[dir] body #CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CookieCard:last-of-type {
  border-bottom: transparent;
}
body #CybotCookiebotDialog #CybotCookiebotDialogTabContent form input[type=checkbox][disabled]:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  opacity: 0.5;
}
[dir] body #CybotCookiebotDialog #CybotCookiebotDialogTabContent form input[type=checkbox][disabled]:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #40843F;
}
[dir] body #CybotCookiebotDialog #CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #40843F;
}
[dir] body #CybotCookiebotDialog #CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #B5B5B5;
}
@media screen and (min-width: 1280px) {
  body #CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    color: #183884;
  }
  [dir] body #CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-width: 0;
    border-bottom: 1px solid #183884;
  }
}

[dir] .o-cookiebot__placeholder {
  background-color: #F5F5F5;
}

.o-cookiebot__placeholder-container {
  position: relative;
}

.o-cookiebot-consent__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.o-cookiebot__placeholder-button {
  position: absolute;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

[dir] .o-cookiebot__placeholder-button {
  background-color: #F5F5F5;
  border: 0;
  cursor: pointer;
}

.o-cookiebot__image-placeholder {
  min-height: 12rem;
  width: 12rem;
}.c-browsers-dialog {
  position: fixed;
  top: 0;
  height: 100vh;
  max-height: 100vh;
  width: 100vw;
  max-width: 100vw;
  color: #2E353B;
}[dir] .c-browsers-dialog {
  background: transparent;
  border: none;
  padding: 0;
}[dir=ltr] .c-browsers-dialog {
  left: 0;
}[dir=rtl] .c-browsers-dialog {
  right: 0;
}
@supports (height: 100dvh) {
  .c-browsers-dialog {
    height: 100dvh;
    max-height: 100dvh;
    width: 100dvw;
    max-width: 100dvw;
  }
}
[dir] .c-browsers-dialog::backdrop {
  background: rgba(0, 0, 0, 0.6);
}
.c-browsers-dialog[open] {
  display: flex;
}
.c-browsers-dialog[data-css-overflow=visible] {
  overflow: visible;
}
.c-browsers-dialog[data-css-overflow=auto] {
  overflow: auto;
}
.c-browsers-dialog {
  z-index: 100;
  box-sizing: border-box;
}
[dir] .c-browsers-dialog {
  background: rgba(0, 0, 0, 0.5);
}

.c-browsers-dialog_content {
  position: relative;
  box-sizing: border-box;
}

[dir] .c-browsers-dialog_content {
  margin: auto;
  background: #FFF;
  border-radius: 0.5rem;
}
.c-browsers-dialog_content[data-css-full-mode=true] {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
          user-select: none;
}
[dir] .c-browsers-dialog_content[data-css-full-mode=true] {
  padding: 2rem 6rem;
}
.c-browsers-dialog_content {
  top: 10rem;
  max-width: 78rem;
}
[dir] .c-browsers-dialog_content {
  padding: 2rem 5rem;
}

.c-browsers-dialog_close-button:focus {
  outline: none;
}

[dir] .c-browsers-dialog_close-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 53, 59, 0.6);
}
.c-browsers-dialog_close-button {
  box-sizing: border-box;
  height: 3.2rem;
  width: 3.2rem;
  position: absolute;
  top: 2.1rem;
}
[dir] .c-browsers-dialog_close-button {
  padding: 0.1rem;
  background: transparent;
  border: none;
  cursor: pointer;
}
[dir=ltr] .c-browsers-dialog_close-button {
  right: 2.1rem;
}
[dir=rtl] .c-browsers-dialog_close-button {
  left: 2.1rem;
}
[dir] .c-browsers-dialog_close-button:focus {
  border-radius: 50%;
}

.c-browsers-dialog_close-icon {
  display: inline-block;
  fill: #B5B5B5;
  height: 3rem;
  width: 3rem;
}
.c-browsers-dialog_close-icon:hover {
  fill: #2E353B;
}

.c-browsers-dialog_title {
  font-size: 1.8rem;
  color: #CD0004;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

[dir] .c-browsers-dialog_title {
  margin: 1.25em 0 0.83em;
  margin: 1rem 0 2rem;
}

[dir=ltr] .c-browsers-dialog_title {
  padding-right: 3rem;
}

[dir=rtl] .c-browsers-dialog_title {
  padding-left: 3rem;
}

.c-browsers-dialog_status-label {
  display: flex;
  align-items: stretch;
  min-height: 5rem;
}

[dir] .c-browsers-dialog_status-label {
  margin: 2rem 0 4rem;
}

.c-browsers-dialog_status-label-warning {
  box-sizing: border-box;
  flex-basis: 6rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: #FFF;
}

[dir] .c-browsers-dialog_status-label-warning {
  padding: 0;
  background-color: #FFC70E;
}

[dir=ltr] .c-browsers-dialog_status-label-warning {
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

[dir=rtl] .c-browsers-dialog_status-label-warning {
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.c-browsers-dialog_status-label-warning-icon {
  display: inline-block;
  fill: #FFF;
  height: 3rem;
  width: 3rem;
}

.c-browsers-dialog_status-label-text {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

[dir] .c-browsers-dialog_status-label-text {
  padding: 1rem 1.5rem;
  background-color: #FFF;
  border: 0.1rem solid #B5B5B5;
}

[dir=ltr] .c-browsers-dialog_status-label-text {
  border-left: none;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

[dir=rtl] .c-browsers-dialog_status-label-text {
  border-right: none;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.c-browsers-dialog_tiles-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

[dir] .c-browsers-dialog_tiles-container {
  margin-bottom: 4rem;
}

.c-browsers-dialog_tile {
  box-sizing: border-box;
  min-height: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-text-decoration: none;
  text-decoration: none;
}

[dir] .c-browsers-dialog_tile {
  padding: 3rem 2.5rem 1.5rem;
  background-color: #F5F5F5;
  border: 0.1rem solid #F5F5F5;
  border-radius: 2rem;
  text-align: center;
}
[dir] .c-browsers-dialog_tile:hover {
  border-color: #183884;
}

.c-browsers-dialog_browser-name {
  color: #2E353B;
  font-weight: 700;
  font-size: 1.6rem;
}

.c-browsers-dialog_link-text {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}.o-yt-container-background-wrapper {
  position: relative;
  height: 100%;
}

.o-yt-container__youtube-container {
  width: 100%;
  height: 100%;
}
.o-yt-container__youtube-container iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.o-yt-container__youtube-container button {
  color: #000;
}

.o-yt-container__video-background {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

[dir] .o-yt-container__video-background {
  border-radius: 0.5rem;
}

.o-yt-container__video-play-svg {
  height: 7rem;
  width: 7rem;
  fill: #FFF;
  flex-shrink: 0;
}

[dir] .o-yt-container__video-play-svg {
  cursor: pointer;
}
@media (min-width: 768px) {
  .o-yt-container__video-play-svg {
    height: 6rem;
    width: 10rem;
  }
}

.o-yt-container__hero-text {
  font-size: 3rem;
  color: #FFF;
  font-weight: 700;
  word-break: break-word;
}
@media (min-width: 1280px) {
  .o-yt-container__hero-text {
    word-break: keep-all;
  }
}

.o-yt-container__video-content {
  display: flex;
  /* autoprefixer: ignore next */
  align-items: center;
  /* autoprefixer: ignore next */
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 50%;
  box-sizing: border-box;
}

[dir] .o-yt-container__video-content {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  padding: 1rem;
}

[dir=ltr] .o-yt-container__video-content {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir=rtl] .o-yt-container__video-content {
  right: 50%;
  transform: translate(50%, -50%);
}
@media (min-width: 768px) {
  .o-yt-container__video-content {
    width: -webkit-max-content;
    width: max-content;
  }
  [dir] .o-yt-container__video-content {
    border-radius: 0.5rem;
  }
}
[dir] .o-yt-container__video-content--background {
  background-color: rgba(255, 255, 255, 0.1);
}.KI-uk {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 60rem;
  max-width: 90vw;
  word-break: break-word;
}[dir] .KI-uk {
  padding: 3rem 4rem;
}

.YGoDJ {
  font-size: 1.8rem;
  color: #CD0004;
  text-transform: uppercase;
  text-transform: uppercase;
}

[dir] .YGoDJ {
  margin: 1.25em 0 0.83em;
  margin: 0;
}

[dir] ._79Rb2 {
  margin: 2rem 0;
}

._0VxcR {
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] ._0VxcR {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #183884;
  background-color: #183884;
}
._0VxcR:focus {
  outline: none;
}
[dir] ._0VxcR:focus {
  box-shadow: 0 0 0 0.3rem rgba(24, 56, 132, 0.4);
}
[dir] ._0VxcR:active {
  background-color: #061945;
}
@media (hover: hover) and (pointer: fine) {
  [dir] ._0VxcR:hover {
    background-color: #061945;
  }
}
._0VxcR:disabled {
  color: #FFF;
}
[dir] ._0VxcR:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}
@media (min-width: 768px) {
  ._0VxcR {
    width: -webkit-fit-content;
    width: fit-content;
    min-width: 16rem;
  }
}.KG4fB {
  box-sizing: border-box;
  width: 100vw;
}[dir] .KG4fB {
  padding: 2rem 3rem;
}
@media (min-width: 768px) {
  .KG4fB {
    max-width: 768px;
  }
}

[dir=ltr] .JxONK {
  margin-right: 3rem;
}

[dir=rtl] .JxONK {
  margin-left: 3rem;
}

.APx7x {
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #545F69;
  fill: #545F69;
  stroke: #545F69;
}

[dir] .APx7x {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 1px solid #545F69;
  background-color: transparent;
}
.APx7x:focus {
  outline: none;
}
[dir] .APx7x:focus {
  box-shadow: 0 0 0 0.3rem rgba(84, 95, 105, 0.4);
}
.APx7x:active {
  color: #FFF;
}
[dir] .APx7x:active {
  background-color: #545F69;
}
.APx7x:active:has(svg):not(:disabled) svg {
  fill: #FFF;
  stroke: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  .APx7x:hover {
    color: #FFF;
  }
  [dir] .APx7x:hover {
    background-color: #545F69;
  }
  .APx7x:hover:has(svg):not(:disabled) svg {
    fill: #FFF;
    stroke: #FFF;
  }
}
.APx7x:disabled {
  color: #6F7E8B;
}
[dir] .APx7x:disabled {
  background-color: #F5F5F5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}.PS2LB {
  position: fixed;
  z-index: 102;
  bottom: 2rem;
  width: 48rem;
  min-height: 48rem;
}[dir] .PS2LB {
  background-color: #FFF;
}[dir=ltr] .PS2LB {
  right: 0;
}[dir=rtl] .PS2LB {
  left: 0;
}
[dir] .PS2LB.cs-btn-primary {
  margin-top: 0;
}
@media (max-width: 1400px) {
  .PS2LB {
    display: none;
  }
}

.pUR9j {
  display: inline-block;
  fill: #2E353B;
  height: 100%;
  width: 100%;
}
@media (min-width: 1280px) {
  .pUR9j {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.pUR9j {
  rotate: 90deg;
  fill: #40843F;
}
.pUR9j[data-css-is-open=true] {
  rotate: -90deg;
}

[dir=rtl] .pUR9j {
  rotate: -90deg;
}
[dir=rtl] .pUR9j[data-css-is-open=true] {
  rotate: 90deg;
}

.v7imi {
  position: relative;
}

.UaqsK {
  position: absolute;
  top: 2rem;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  align-items: center;
  justify-items: center;
  height: 22rem;
  color: #40843F;
}

[dir] .UaqsK {
  cursor: pointer;
  padding: 2rem 1rem;
  border: 1px solid #40843F;
  border-radius: 0.5rem;
  background-color: #FFF;
}

[dir=ltr] .UaqsK {
  right: 47.5rem;
  box-shadow: -0.2rem -0.2rem 1rem #4B4B4B;
}

[dir=rtl] .UaqsK {
  left: 47.5rem;
  box-shadow: 0.2rem -0.2rem 1rem #4B4B4B;
}
.sgVRt {
  display: inline-block;
  fill: #2E353B;
  height: 100%;
  width: 100%;
  transform: rotate(90deg);
  width: 2.2rem;
  height: 2.2rem;
  fill: #40843F;
}
.IvGiX {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 1rem;
  column-gap: 1rem;
  align-items: center;
  writing-mode: vertical-rl;
  font-weight: 700;
}

[dir=ltr] .IvGiX {
  transform: rotate(180deg);
}

[dir] .mfUXj {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}
.mfUXj:focus {
  outline: none;
}
[dir] .mfUXj:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 53, 59, 0.6);
}
.mfUXj {
  width: 3.4rem;
  height: 3.4rem;
}
[dir] .mfUXj {
  padding: 0.2rem;
  border-radius: 50%;
}

.zHTWQ {
  display: inline-block;
  fill: #2E353B;
  height: 100%;
  width: 100%;
  width: 3rem;
  height: 3rem;
  fill: #B5B5B5;
}
.zHTWQ:hover {
  fill: #2E353B;
}

[dir] .LiNxQ {
  margin: 0 3rem;
  border-radius: 0.5rem;
  background-color: #F5F5F5;
}

[dir] .UaxqV {
  padding: 1.5rem;
}

[dir=ltr] .UaxqV {
  text-align: right;
}

[dir=rtl] .UaxqV {
  text-align: left;
}

.-Ameg {
  position: fixed;
  z-index: 101;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.7;
}

[dir] .-Ameg {
  background-color: #000;
}

[dir=ltr] .-Ameg {
  left: 0;
}

[dir=rtl] .-Ameg {
  right: 0;
}[dir] .TnL2k {
  padding: 0 5rem 2rem;
}

._0BVmG {
  font-size: 1.8rem;
  color: #CD0004;
  text-transform: initial;
  font-family: "Lato", "Lato-polyfill", "Constantia";
}

[dir] ._0BVmG {
  margin: 1.25em 0 0.83em;
}

.jpqPA {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.jpqPA p {
  font-size: 1.6rem;
}
.jpqPA p:last-child {
  font-weight: 700;
  color: #CD0004;
}

.VdeRo {
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .VdeRo {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #183884;
  background-color: #183884;
}
.VdeRo:focus {
  outline: none;
}
[dir] .VdeRo:focus {
  box-shadow: 0 0 0 0.3rem rgba(24, 56, 132, 0.4);
}
[dir] .VdeRo:active {
  background-color: #061945;
}
@media (hover: hover) and (pointer: fine) {
  [dir] .VdeRo:hover {
    background-color: #061945;
  }
}
.VdeRo:disabled {
  color: #FFF;
}
[dir] .VdeRo:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}
.VdeRo {
  width: -webkit-fit-content;
  width: fit-content;
}
[dir=ltr] .VdeRo {
  margin-left: auto;
}
[dir=rtl] .VdeRo {
  margin-right: auto;
}.v4jhY {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10rem;
}

.a0QQo {
  position: absolute;
  z-index: 100;
  top: 4.3rem;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
  box-sizing: border-box;
  width: 100%;
  min-height: 10rem;
  max-height: 80vh;
}

[dir] .a0QQo {
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: #FFF;
  box-shadow: 0 0.1rem 1rem 0 rgba(0, 0, 0, 0.2);
}

[dir=ltr] .a0QQo {
  left: 0;
}

[dir=rtl] .a0QQo {
  right: 0;
}
@media (max-width: 1279.98px) {
  .a0QQo {
    top: 0;
  }
  [dir] .a0QQo {
    box-shadow: none;
  }
}
@media (max-width: 1279.98px) {
  .a0QQo {
    width: 100%;
  }
}

.gHpbK {
  display: grid;
  grid-template-columns: 27rem 1fr;
}
@media (max-width: 1279.98px) {
  .gHpbK {
    display: flex;
    flex-direction: column-reverse;
  }
  [dir] .gHpbK {
    margin-bottom: 8.5rem;
  }
}

.uzXRG {
  display: flex;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
  font-size: 1.4rem;
  color: #5A5A5A;
}

[dir] .uzXRG {
  margin-bottom: 1rem;
  border-bottom: 0.1rem solid #B5B5B5;
}

.vSTar {
  min-height: 20rem;
}

[dir=ltr] .vSTar {
  padding-right: 0.7rem;
  padding-left: 1rem;
}

[dir=rtl] .vSTar {
  padding-left: 0.7rem;
  padding-right: 1rem;
}
@media (max-width: 1279.98px) {
  .vSTar {
    min-height: -webkit-fit-content;
    min-height: fit-content;
  }
}

.VUXWV {
  grid-column: 1;
}

[dir=ltr] .VUXWV {
  border-right: 0.1rem solid #B5B5B5;
}

[dir=rtl] .VUXWV {
  border-left: 0.1rem solid #B5B5B5;
}

.cDsoD {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-sizing: border-box;
  width: 100%;
}

[dir] .cDsoD {
  margin: 0;
  padding: 0;
}

[dir=ltr] .cDsoD {
  padding-left: 0.7rem;
}

[dir=rtl] .cDsoD {
  padding-right: 0.7rem;
}
.cDsoD[data-css-is-categories=true] {
  gap: 0.5rem;
}

.xkvt- {
  list-style: none;
}

[dir] .xkvt- {
  margin: 0;
  padding: 0;
}

[dir] .Ryn9M {
  margin: 0;
  padding: 0;
}

.Ail7k {
  grid-column: 2;
}

[dir=ltr] .Ail7k {
  padding-right: 1rem;
}

[dir=rtl] .Ail7k {
  padding-left: 1rem;
}
@media (max-width: 1279.98px) {
  .Ail7k {
    display: block;
  }
}

.FQ6lI {
  display: flex;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
  font-size: 1.4rem;
  color: #5A5A5A;
}

[dir] .FQ6lI {
  margin-bottom: 1rem;
  border-bottom: 0.1rem solid #B5B5B5;
}

[dir=ltr] .FQ6lI {
  margin-left: 0.7rem;
}

[dir=rtl] .FQ6lI {
  margin-right: 0.7rem;
}
.FQ6lI[data-css-has-prompts=true] {
  min-height: 7rem;
}

._9lyqs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.guFgk {
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #183884;
  fill: #183884;
  stroke: #183884;
}

[dir] .guFgk {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 1px solid #183884;
  background-color: transparent;
}
.guFgk:focus {
  outline: none;
}
[dir] .guFgk:focus {
  box-shadow: 0 0 0 0.3rem rgba(24, 56, 132, 0.4);
}
.guFgk:active {
  color: #FFF;
}
[dir] .guFgk:active {
  background-color: #183884;
}
.guFgk:active:has(svg):not(:disabled) svg {
  fill: #FFF;
  stroke: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  .guFgk:hover {
    color: #FFF;
  }
  [dir] .guFgk:hover {
    background-color: #183884;
  }
  .guFgk:hover:has(svg):not(:disabled) svg {
    fill: #FFF;
    stroke: #FFF;
  }
}
.guFgk:disabled {
  color: #6F7E8B;
}
[dir] .guFgk:disabled {
  background-color: #F5F5F5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}
.guFgk {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: fit-content;
  min-height: 2.4rem;
}
[dir] .guFgk {
  margin: 0.5rem auto;
  padding: 0.75rem 4rem;
  text-align: center;
}

[dir] .Ryn9M {
  margin: 0;
  padding: 0;
}

._3cBAK {
  color: #183884;
  -webkit-text-decoration: none;
  text-decoration: none;
  white-space: normal;
}

[dir=ltr] ._3cBAK {
  margin-right: 0.4rem;
  margin-left: 0.4rem;
}

[dir=rtl] ._3cBAK {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
._3cBAK:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

[dir] .RzvWD {
  padding-bottom: 1rem;
}/* example of use

  // position of each element is defined relative to parent container (from 0 0 to 100% 100%)
  $someElements: (
    (width: 50%, height: 3rem, position: 0 0),
    (width: 4rem, height: 4rem, position: 0 12rem),
    (width: calc(100% - 6rem), height: 4rem, position: 100% 12rem)
  );

  .container {
    @include skeletonPlaceholder.placeholder($someElements);
  }
*/
@keyframes O9pjp {
  to {
    opacity: 0.5;
  }
}
.rXgo1 {
  opacity: 1;
  width: 100%;
  height: 78rem;
}
[dir] .rXgo1 {
  background-image: linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB), linear-gradient(#EBEBEB, #EBEBEB);
  background-size: 12rem 10rem, 12rem 2rem, 30rem 2rem, 20rem 2rem, 12rem 10rem, 12rem 2rem, 30rem 2rem, 20rem 2rem, 12rem 10rem, 12rem 2rem, 30rem 2rem, 20rem 2rem, 12rem 10rem, 12rem 2rem, 30rem 2rem, 20rem 2rem, 12rem 10rem, 12rem 2rem, 30rem 2rem, 20rem 2rem, 12rem 10rem, 12rem 2rem, 30rem 2rem, 20rem 2rem, 20rem 3.5rem;
  background-repeat: no-repeat;
}
[dir=ltr] .rXgo1 {
  background-position: 0.5rem 0, 13rem 0.5rem, 13rem 4rem, 13rem 7rem, 0.5rem 12rem, 13rem 12.5rem, 13rem 16rem, 13rem 19rem, 0.5rem 24rem, 13rem 24.5rem, 13rem 28rem, 13rem 31rem, 0.5rem 36rem, 13rem 36.5rem, 13rem 40rem, 13rem 43rem, 0.5rem 48rem, 13rem 48.5rem, 13rem 52rem, 13rem 55rem, 0.5rem 60rem, 13rem 60.5rem, 13rem 64rem, 13rem 67rem, 50% 72rem;
  animation-name: O9pjp;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
[dir=rtl] .rXgo1 {
  background-position: right 0.5rem top 0, right 13rem top 0.5rem, right 13rem top 4rem, right 13rem top 7rem, right 0.5rem top 12rem, right 13rem top 12.5rem, right 13rem top 16rem, right 13rem top 19rem, right 0.5rem top 24rem, right 13rem top 24.5rem, right 13rem top 28rem, right 13rem top 31rem, right 0.5rem top 36rem, right 13rem top 36.5rem, right 13rem top 40rem, right 13rem top 43rem, right 0.5rem top 48rem, right 13rem top 48.5rem, right 13rem top 52rem, right 13rem top 55rem, right 0.5rem top 60rem, right 13rem top 60.5rem, right 13rem top 64rem, right 13rem top 67rem, 50% 72rem;
  animation-name: O9pjp;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}[dir] .K7E3X {
  margin: 0;
  padding: 0;
}

.QnQIw {
  font-weight: 400;
  word-break: break-word;
}

.iPvMF {
  align-items: center;
  font-weight: 700;
  color: #2E353B;
  -webkit-text-decoration: none;
  text-decoration: none;
  word-break: break-word;
}

[dir] .iPvMF {
  padding: 1rem;
}
[dir] .iPvMF:hover, [dir] .iPvMF[data-css-is-active=true] {
  background-color: #F5F5F5;
}
[dir=ltr] .iPvMF {
  padding: 1rem 1rem 1rem 0.5rem;
}
[dir=rtl] .iPvMF {
  padding: 1rem 0.5rem 1rem 1rem;
}

.hl-TP {
  display: grid;
  grid-template-columns: 6rem auto;
  grid-gap: 1rem;
  gap: 1rem;
}

._23CAX {
  aspect-ratio: 4/3;
  width: 6rem;
}

.KOFr8 {
  width: 6rem;
  height: 6rem;
}

.TDBq7 {
  fill: #D6D6D6;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

[dir] .TDBq7 {
  background: white;
  padding: 0.5rem;
}[dir] .zoj8z {
  margin: 0;
  padding: 0;
}

._4kV4O {
  align-items: center;
  font-weight: 700;
  color: #2E353B;
  -webkit-text-decoration: none;
  text-decoration: none;
  word-break: break-word;
}

[dir] ._4kV4O {
  padding: 1rem;
}
[dir] ._4kV4O:hover, [dir] ._4kV4O[data-css-is-active=true] {
  background-color: #F5F5F5;
}
._4kV4O {
  display: flex;
  gap: 0.3rem;
  align-items: center;
  white-space: nowrap;
}
[dir] ._4kV4O {
  padding: 1rem 0;
}
@media (min-width: 1280px) {
  [dir=ltr] ._4kV4O {
    padding: 0.5rem 1rem 0.5rem 0.5rem;
  }
  [dir=rtl] ._4kV4O {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }
}

.o8SPq {
  overflow: hidden;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._9-vLB {
  white-space: nowrap;
}

.eysTR {
  font-weight: 400;
  word-break: break-word;
  font-weight: 700;
}[dir] .fNHmP {
  margin: 0;
  padding: 0;
}

.BrRnt {
  display: grid;
  grid-template-columns: 10rem 28.4rem;
  grid-gap: 1rem;
  gap: 1rem;
  box-sizing: border-box;
  width: 100%;
  color: #2E353B;
  -webkit-text-decoration: none;
  text-decoration: none;
}

[dir] .BrRnt {
  margin: 0;
  padding: 0.5rem;
}
.BrRnt:hover {
  color: #2E353B;
  -webkit-text-decoration: none;
  text-decoration: none;
}
[dir] .BrRnt:hover {
  background-color: #F5F5F5;
}
@media (max-width: 1279.98px) {
  .BrRnt {
    display: none;
  }
  .BrRnt:nth-child(-n+5) {
    display: flex;
  }
}

._6H4mi {
  grid-column: 1;
  width: 10rem;
  height: auto;
}

.h9rif {
  grid-column: 1;
  width: 10rem;
  height: auto;
  max-height: 7.5rem;
  opacity: 0.1;
}

.cKGIy {
  display: flex;
  grid-column: 2;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 1.4rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media (max-width: 1279.98px) {
  .cKGIy {
    min-width: 0;
  }
}

._2WeA5 {
  color: #183884;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

._0XgAD {
  overflow: hidden;
  line-height: 1.65;
}

[dir] ._0XgAD {
  margin: 0;
}

.z35c-, .lmjWm {
  overflow: hidden;
  line-height: 1.65;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[dir] .z35c-, [dir] .lmjWm {
  margin: 0;
}

.mEK5I {
  color: #183884;
}

[dir=ltr] .mEK5I {
  margin-right: 0.4rem;
  margin-left: 0.4rem;
}

[dir=rtl] .mEK5I {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}.Akvmb {
  position: relative;
}

.fBHpA {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 4.5rem;
  grid-template-rows: 4.1rem;
}

[dir] .fBHpA {
  border-radius: 0.5rem;
  background-color: #FFF;
}
.fBHpA[data-css-is-smart-search=true] {
  grid-template-columns: 1fr 10rem 4.5rem;
}
@media (min-width: 1280px) {
  .fBHpA[data-css-is-smart-search=true] {
    grid-template-columns: 1fr auto 4.5rem;
  }
}
@media (min-width: 1280px) {
  .fBHpA {
    grid-template-columns: 1fr 20rem 4.5rem;
  }
  .fBHpA[data-css-is-focused=true] {
    outline: none;
  }
  [dir] .fBHpA[data-css-is-focused=true] {
    box-shadow: 0 0 0 0.3rem rgba(205, 0, 4, 0.4);
  }
}

.rY4Rd {
  position: relative;
  display: flex;
}

.Mtzza {
  box-sizing: border-box;
  width: 100%;
  font-size: 1.6rem;
}

[dir] .Mtzza {
  padding: 0 3rem;
  border: none;
}

[dir=ltr] .Mtzza {
  border-radius: 0.5rem 0 0 0.5rem;
}

[dir=rtl] .Mtzza {
  border-radius: 0 0.5rem 0.5rem 0;
}
.Mtzza:focus {
  outline: none;
}
[dir] .Mtzza:focus {
  box-shadow: 0 0 0 0.2rem #CD0004;
}
@media (min-width: 768px) {
  .Mtzza {
    font-size: 1.4rem;
  }
}
@media (min-width: 1280px) {
  [dir] .Mtzza:focus {
    box-shadow: none;
  }
}
[dir] .Mtzza.Mtzza {
  border: none;
}

.sClq6 {
  width: 1.5rem;
  height: 1.5rem;
  fill: #2E353B;
}

[dir] .sClq6 {
  cursor: pointer;
}

[dir=ltr] .sClq6 {
  right: 1.5rem;
}

[dir=rtl] .sClq6 {
  left: 1.5rem;
}

.AqRKG {
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .AqRKG {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #6A2FBF;
  background-color: #6A2FBF;
}
.AqRKG:focus {
  outline: none;
}
[dir] .AqRKG:focus {
  box-shadow: 0 0 0 0.3rem rgba(106, 47, 191, 0.4);
}
[dir] .AqRKG:active {
  background-color: #542A88;
}
@media (hover: hover) and (pointer: fine) {
  [dir] .AqRKG:hover {
    background-color: #542A88;
  }
}
.AqRKG:disabled {
  color: #FFF;
}
[dir] .AqRKG:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}
.AqRKG {
  display: grid;
  grid-template-columns: 2rem auto;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  align-items: center;
  width: -webkit-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  font-weight: 700;
  color: #FFF;
  overflow-wrap: anywhere;
  stroke: none;
}
[dir] .AqRKG {
  cursor: pointer;
  margin: 0;
  padding: 0.8rem 1rem;
  border: none;
  margin: auto 0.5rem;
  padding: 0 1rem;
  border: none;
  border-radius: 2rem;
  background-color: #6A2FBF;
}
@media (min-width: 1280px) {
  [dir] .AqRKG {
    padding: 0.5rem 1rem;
  }
}

.om4wy {
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .om4wy {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #CD0004;
  background-color: #CD0004;
}
.om4wy:focus {
  outline: none;
}
[dir] .om4wy:focus {
  box-shadow: 0 0 0 0.3rem rgba(205, 0, 4, 0.4);
}
[dir] .om4wy:active {
  background-color: #9B0303;
}
@media (hover: hover) and (pointer: fine) {
  [dir] .om4wy:hover {
    background-color: #9B0303;
  }
}
.om4wy:disabled {
  color: #FFF;
}
[dir] .om4wy:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}
[dir] .om4wy {
  cursor: pointer;
  margin: 0;
  padding: 0.8rem 1rem;
  border: none;
}
[dir=ltr] .om4wy {
  border-radius: 0 0.3rem 0.3rem 0;
}
[dir=rtl] .om4wy {
  border-radius: 0.3rem 0 0 0.3rem;
}
.om4wy:focus {
  z-index: 0;
}
[dir] .om4wy:focus {
  box-shadow: 0 0 0 0.2rem #EB999B;
}
@media (min-width: 1280px) {
  [dir] .om4wy:focus {
    box-shadow: 0 0 0 0.3rem #EB999B;
  }
}

.NnSWc {
  position: -webkit-sticky;
  position: sticky;
  z-index: 97;
  grid-column: 1/4;
  grid-row: 5;
}
.NnSWc::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150vh;
}
[dir] .NnSWc::after {
  background: rgba(0, 0, 0, 0.7);
}.MqEPn {
  overflow: visible;
  width: 5.3rem;
  height: 5.3rem;
}

.jQ5oQ {
  --r: 4.7rem;
  --c: calc(2 * pi * var(--r));
  transform-box: fill-box;
  fill: none;
  stroke: #B5B5B5;
  stroke-dasharray: calc(var(--c) * 0.25) calc(var(--c) * 0.75);
  stroke-linecap: round;
  stroke-width: 1rem;
}

[dir] .jQ5oQ {
  transform-origin: center;
}

[dir=ltr] .jQ5oQ {
  animation: ZJSC9 2.3s cubic-bezier(0.4, 0, 0.6, 1) infinite, FATBv 1.5s linear infinite;
}

[dir=rtl] .jQ5oQ {
  animation: ZJSC9 2.3s cubic-bezier(0.4, 0, 0.6, 1) infinite, t0hTw 1.5s linear infinite;
}

@keyframes FATBv {
  to {
    transform: rotate(360deg);
  }
}

@keyframes t0hTw {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes ZJSC9 {
  0% {
    stroke-dasharray: calc(var(--c) * 0.1) calc(var(--c) * 0.9);
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: calc(var(--c) * 0.7) calc(var(--c) * 0.3);
    stroke-dashoffset: calc(var(--c) * -0.25);
  }
  100% {
    stroke-dasharray: calc(var(--c) * 0.1) calc(var(--c) * 0.9);
    stroke-dashoffset: calc(var(--c) * -1);
  }
}.e-WS6 {
  position: relative;
  z-index: 5;
  top: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: -webkit-max-content;
  height: max-content;
}[dir] .e-WS6 {
  padding: 0.3rem 1rem 2rem;
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: #FFF;
  box-shadow: none;
}[dir=ltr] .e-WS6 {
  left: 0;
}[dir=rtl] .e-WS6 {
  right: 0;
}
@media (min-width: 1280px) {
  .e-WS6 {
    position: absolute;
    top: 4.3rem;
  }
  [dir] .e-WS6 {
    box-shadow: 0 0.1rem 1rem 0 rgba(0, 0, 0, 0.2);
  }
}

.N5mmI {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

[dir] .N5mmI {
  margin-bottom: 0.75rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #B5B5B5;
}
.N5mmI .search-history-bin-icon {
  width: 1.4rem;
  height: 2.4rem;
}
[dir=ltr] .N5mmI .search-history-bin-icon {
  margin-right: 1rem;
}
[dir=rtl] .N5mmI .search-history-bin-icon {
  margin-left: 1rem;
}
@media (max-width: 1279.98px) {
  .N5mmI {
    flex-direction: column;
    align-items: start;
  }
}

.-z4Z- {
  display: flex;
  align-items: center;
  justify-content: center;
}

[dir] .-z4Z- {
  margin: 0;
  padding: 0.2rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 1279.98px) {
  .-z4Z- {
    width: 100%;
  }
}

._9Cr-q, ._3oww6 {
  font-size: 1.4rem;
  font-weight: 400;
  color: #2E353B;
}

[dir] ._9Cr-q, [dir] ._3oww6 {
  margin: 0;
}

.-z4Z-:hover ._3oww6 {
  color: #FFF;
}

.YAST5 {
  list-style: none;
}

[dir] .YAST5 {
  margin: 0;
  padding: 0;
}

.GuRd0 {
  display: flex;
  column-gap: 1rem;
  align-items: center;
}

[dir] .GuRd0 {
  margin: 0;
  padding: 0;
}
[dir] .GuRd0:hover {
  background-color: #EBEBEB;
}
.GuRd0 .search-history-clock-icon {
  width: 2.2rem;
  height: 2.2rem;
}
.GuRd0 .search-history-cross-icon {
  width: 1.4rem;
  height: 1.4rem;
}

._9TreY {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  grid-gap: 1rem;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

[dir] ._9TreY {
  cursor: pointer;
  padding: 0.4rem;
  border: 0;
  background-color: transparent;
}

.a7Z0I {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
}

[dir] .a7Z0I {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

._5zcQf {
  font-weight: 700;
}

[dir=ltr] ._5zcQf {
  text-align: left;
}

[dir=rtl] ._5zcQf {
  text-align: right;
}/* example of use

  // position of each element is defined relative to parent container (from 0 0 to 100% 100%)
  $someElements: (
    (width: 50%, height: 3rem, position: 0 0),
    (width: 4rem, height: 4rem, position: 0 12rem),
    (width: calc(100% - 6rem), height: 4rem, position: 100% 12rem)
  );

  .container {
    @include skeletonPlaceholder.placeholder($someElements);
  }
*/
@keyframes lQzxC {
  to {
    opacity: 0.5;
  }
}
.rNs0Z {
  opacity: 1;
}
[dir] .rNs0Z {
  background-image: linear-gradient(#EBEBEB, #EBEBEB);
  background-size: 100% 100%;
}
[dir=ltr] .rNs0Z {
  animation-name: lQzxC;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
[dir=rtl] .rNs0Z {
  animation-name: lQzxC;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

.SkifP {
  position: relative;
  display: none;
}
.SkifP:after {
  content: "";
  position: absolute;
  bottom: 0.9rem;
  width: 0.2rem;
  height: 2.1rem;
}
[dir] .SkifP:after {
  background-color: #B5B5B5;
}
[dir=ltr] .SkifP:after {
  left: 0;
}
[dir=rtl] .SkifP:after {
  right: 0;
}
.SkifP .tLxOd {
  position: relative;
  display: flex;
  grid-column: 2;
  grid-row: 1/span 1;
  align-items: center;
  width: 18.5rem;
  height: 100%;
}
[dir] .SkifP .tLxOd {
  border: none;
}
.SkifP .-vxWT.-vxWT {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
[dir] .SkifP .UkDm0.UkDm0 {
  border: none;
  border-radius: 0;
}
[dir=ltr] .SkifP .UkDm0.UkDm0 {
  padding-left: 2rem;
}
[dir=rtl] .SkifP .UkDm0.UkDm0 {
  padding-right: 2rem;
}
.SkifP .UkDm0.UkDm0:has([data-css-zone-symbol]) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.SkifP .UkDm0.UkDm0:focus {
  outline: none;
}
[dir] .SkifP .UkDm0.UkDm0:focus {
  box-shadow: none;
}
[dir] .SkifP .UkDm0.UkDm0:focus-visible {
  box-shadow: 0 0 0 0.3rem #EB999B;
}
.SkifP .tHncj {
  z-index: 101;
  width: 24.7rem;
}
[dir] .SkifP .tHncj {
  border-top: 0.1rem solid #B5B5B5;
}
.SkifP ._0MkSO {
  max-height: 33.3rem;
}
@media (min-width: 1280px) {
  .SkifP {
    display: block;
  }
}

.hurmS {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  min-width: 0;
}
[dir] .hurmS[data-css-zone-symbol=tme4power] {
  background: #99FA92;
}
[dir] .hurmS[data-css-zone-symbol=tme4lab] {
  background: #00EBFF;
}
[dir] .hurmS[data-css-zone-symbol=tme4safety] {
  background: #FF9D00;
}
[dir] .hurmS[data-css-zone-symbol=tme4solder] {
  background: #CEA86C;
}
[dir] .hurmS[data-css-zone-symbol=tme4connection] {
  background: #A5B0BE;
}
[dir] .hurmS[data-css-zone-symbol=tme4thermal-control] {
  background: #B9C2F5;
}
.hurmS[data-css-zone-symbol] {
  max-width: -webkit-max-content;
  max-width: max-content;
}
[dir] .hurmS[data-css-zone-symbol] {
  padding: 0.3rem 1.5rem;
  border-radius: 5rem;
}

.FATLg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

[dir] .FATLg {
  background: #FFF;
}._3N4jV {
  width: 2rem;
  height: 2rem;
}

.PLClF {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}.fdCYI {
  position: relative;
}[dir] .fdCYI {
  margin-top: 1rem;
}

.LQ5es {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 4.1rem auto;
  grid-gap: 2rem;
  gap: 2rem;
}

._9cbOp {
  position: relative;
  display: flex;
  grid-column: 1/3;
}

[dir] ._9cbOp {
  border-radius: 0.5rem;
  background-color: #FFF;
}

.rZ-vT {
  box-sizing: border-box;
  width: 100%;
  font-size: 1.6rem;
}

[dir] .rZ-vT {
  padding: 0 3rem;
  border: none;
}

[dir=ltr] .rZ-vT {
  border-radius: 0.5rem 0 0 0.5rem;
}

[dir=rtl] .rZ-vT {
  border-radius: 0 0.5rem 0.5rem 0;
}
.rZ-vT:focus {
  outline: none;
}
[dir] .rZ-vT:focus {
  box-shadow: 0 0 0 0.2rem #CD0004;
}
@media (min-width: 768px) {
  .rZ-vT {
    font-size: 1.4rem;
  }
}
@media (min-width: 1280px) {
  [dir] .rZ-vT:focus {
    box-shadow: none;
  }
}
[dir] .rZ-vT {
  border-radius: 0.5rem;
}

.iPrRW {
  display: grid;
  grid-row: 2;
  grid-template-columns: 2.5rem auto;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  align-items: center;
  min-height: 4rem;
  color: #FFF;
  overflow-wrap: anywhere;
  stroke: none;
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .iPrRW {
  margin: 0;
  padding: 0 1.2rem;
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #6A2FBF;
  background-color: #6A2FBF;
}
.iPrRW:focus {
  outline: none;
}
[dir] .iPrRW:focus {
  box-shadow: 0 0 0 0.3rem rgba(106, 47, 191, 0.4);
}
[dir] .iPrRW:active {
  background-color: #542A88;
}
@media (hover: hover) and (pointer: fine) {
  [dir] .iPrRW:hover {
    background-color: #542A88;
  }
}
.iPrRW:disabled {
  color: #FFF;
}
[dir] .iPrRW:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}
.iPrRW {
  grid-column: 1;
}

._09vRY {
  display: grid;
  grid-row: 2;
  grid-template-columns: 2.5rem auto;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  align-items: center;
  min-height: 4rem;
  color: #FFF;
  overflow-wrap: anywhere;
  stroke: none;
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] ._09vRY {
  margin: 0;
  padding: 0 1.2rem;
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #CD0004;
  background-color: #CD0004;
}
._09vRY:focus {
  outline: none;
}
[dir] ._09vRY:focus {
  box-shadow: 0 0 0 0.3rem rgba(205, 0, 4, 0.4);
}
[dir] ._09vRY:active {
  background-color: #9B0303;
}
@media (hover: hover) and (pointer: fine) {
  [dir] ._09vRY:hover {
    background-color: #9B0303;
  }
}
._09vRY:disabled {
  color: #FFF;
}
[dir] ._09vRY:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}
._09vRY {
  grid-column: 2;
}

.Wa2JA {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.MCViQ {
  position: relative;
  z-index: 209;
  box-sizing: border-box;
  width: 100%;
}

[dir] .MCViQ {
  padding: 0 1rem 2rem;
  background-color: #183884;
}

._7qP3t {
  position: relative;
}.d4l8g {
  position: fixed;
  z-index: 210;
  bottom: 0;
  width: 100%;
  height: 5rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFF;
}[dir] .d4l8g {
  padding: 0;
  border: none;
  background-color: #183884;
}[dir=ltr] .XLf46 {
  margin-right: 2rem;
}[dir=rtl] .XLf46 {
  margin-left: 2rem;
}

.hINhD {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 80rem;
}

[dir] .hINhD {
  padding: 2rem 3rem;
}.ZFB4a {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .CIyYI {
    max-width: 70%;
  }
}

.ujnCP {
  font-size: 1.2rem;
  color: #2E353B;
}

[dir] .ujnCP {
  text-align: right;
}

.NxWeP {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}

[dir] .NxWeP {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .NxWeP {
    flex-direction: row;
  }
}

.yjOu2 {
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #545F69;
  fill: #545F69;
  stroke: #545F69;
}

[dir] .yjOu2 {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 1px solid #545F69;
  background-color: transparent;
}
.yjOu2:focus {
  outline: none;
}
[dir] .yjOu2:focus {
  box-shadow: 0 0 0 0.3rem rgba(84, 95, 105, 0.4);
}
.yjOu2:active {
  color: #FFF;
}
[dir] .yjOu2:active {
  background-color: #545F69;
}
.yjOu2:active:has(svg):not(:disabled) svg {
  fill: #FFF;
  stroke: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  .yjOu2:hover {
    color: #FFF;
  }
  [dir] .yjOu2:hover {
    background-color: #545F69;
  }
  .yjOu2:hover:has(svg):not(:disabled) svg {
    fill: #FFF;
    stroke: #FFF;
  }
}
.yjOu2:disabled {
  color: #6F7E8B;
}
[dir] .yjOu2:disabled {
  background-color: #F5F5F5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}

.fATNA {
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .fATNA {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #183884;
  background-color: #183884;
}
.fATNA:focus {
  outline: none;
}
[dir] .fATNA:focus {
  box-shadow: 0 0 0 0.3rem rgba(24, 56, 132, 0.4);
}
[dir] .fATNA:active {
  background-color: #061945;
}
@media (hover: hover) and (pointer: fine) {
  [dir] .fATNA:hover {
    background-color: #061945;
  }
}
.fATNA:disabled {
  color: #FFF;
}
[dir] .fATNA:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}/* example of use

  // position of each element is defined relative to parent container (from 0 0 to 100% 100%)
  $someElements: (
    (width: 50%, height: 3rem, position: 0 0),
    (width: 4rem, height: 4rem, position: 0 12rem),
    (width: calc(100% - 6rem), height: 4rem, position: 100% 12rem)
  );

  .container {
    @include skeletonPlaceholder.placeholder($someElements);
  }
*/
@keyframes _5Z-ps {
  to {
    opacity: 0.5;
  }
}
.I7LcO {
  height: 5rem;
  opacity: 1;
}
[dir] .I7LcO {
  background-image: linear-gradient(#EBEBEB, #EBEBEB);
  background-size: 100% 100%;
}
[dir=ltr] .I7LcO {
  animation-name: _5Z-ps;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
[dir=rtl] .I7LcO {
  animation-name: _5Z-ps;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}.E0ikk {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ULDok {
  display: grid;
  grid-template-areas: "createOrderButton" "endUserButton" "cancelButton";
  grid-template-rows: repeat(3, 1fr);
}
@media (min-width: 768px) {
  .ULDok {
    display: grid;
    grid-template-areas: "cancelButton endUserButton createOrderButton";
    grid-template-columns: 1fr auto auto;
    grid-template-rows: 1fr;
    grid-gap: 2rem;
    gap: 2rem;
  }
}

.SvYFE {
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #545F69;
  fill: #545F69;
  stroke: #545F69;
}

[dir] .SvYFE {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 1px solid #545F69;
  background-color: transparent;
}
.SvYFE:focus {
  outline: none;
}
[dir] .SvYFE:focus {
  box-shadow: 0 0 0 0.3rem rgba(84, 95, 105, 0.4);
}
.SvYFE:active {
  color: #FFF;
}
[dir] .SvYFE:active {
  background-color: #545F69;
}
.SvYFE:active:has(svg):not(:disabled) svg {
  fill: #FFF;
  stroke: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  .SvYFE:hover {
    color: #FFF;
  }
  [dir] .SvYFE:hover {
    background-color: #545F69;
  }
  .SvYFE:hover:has(svg):not(:disabled) svg {
    fill: #FFF;
    stroke: #FFF;
  }
}
.SvYFE:disabled {
  color: #6F7E8B;
}
[dir] .SvYFE:disabled {
  background-color: #F5F5F5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .SvYFE {
    width: -webkit-fit-content;
    width: fit-content;
  }
}
.SvYFE {
  grid-area: cancelButton;
}

.d5KyO {
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #183884;
  fill: #183884;
  stroke: #183884;
}

[dir] .d5KyO {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 1px solid #183884;
  background-color: transparent;
}
.d5KyO:focus {
  outline: none;
}
[dir] .d5KyO:focus {
  box-shadow: 0 0 0 0.3rem rgba(24, 56, 132, 0.4);
}
.d5KyO:active {
  color: #FFF;
}
[dir] .d5KyO:active {
  background-color: #183884;
}
.d5KyO:active:has(svg):not(:disabled) svg {
  fill: #FFF;
  stroke: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  .d5KyO:hover {
    color: #FFF;
  }
  [dir] .d5KyO:hover {
    background-color: #183884;
  }
  .d5KyO:hover:has(svg):not(:disabled) svg {
    fill: #FFF;
    stroke: #FFF;
  }
}
.d5KyO:disabled {
  color: #6F7E8B;
}
[dir] .d5KyO:disabled {
  background-color: #F5F5F5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .d5KyO {
    width: -webkit-fit-content;
    width: fit-content;
  }
}
.d5KyO {
  grid-area: endUserButton;
}

.-V-Po {
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

[dir] .-V-Po {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #183884;
  background-color: #183884;
}
.-V-Po:focus {
  outline: none;
}
[dir] .-V-Po:focus {
  box-shadow: 0 0 0 0.3rem rgba(24, 56, 132, 0.4);
}
[dir] .-V-Po:active {
  background-color: #061945;
}
@media (hover: hover) and (pointer: fine) {
  [dir] .-V-Po:hover {
    background-color: #061945;
  }
}
.-V-Po:disabled {
  color: #FFF;
}
[dir] .-V-Po:disabled {
  background-color: #B5B5B5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .-V-Po {
    width: -webkit-fit-content;
    width: fit-content;
  }
}
.-V-Po {
  grid-area: createOrderButton;
}.chZ9k:focus {
  outline: none;
}[dir] .chZ9k:focus {
  box-shadow: 0 0 0 0.2rem #D6E1E5;
}
.chZ9k {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
[dir] .chZ9k {
  padding: 0.5rem;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.CvCIf {
  display: inline-block;
  fill: #FFF;
  width: 3.5rem;
  height: 3.5rem;
}

.i4lAy {
  width: 100vw;
  color: #2E353B;
  font-size: 1.6rem;
  font-weight: 700;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .i4lAy {
    width: 38rem;
  }
}
.i4lAy [data-css-is-hidden=true] {
  display: none;
}

._5WMfa {
  color: #183884;
  fill: #183884;
  stroke: #183884;
}

[dir] ._5WMfa {
  border: 1px solid #183884;
  background-color: transparent;
}
._5WMfa:focus {
  outline: none;
}
[dir] ._5WMfa:focus {
  box-shadow: 0 0 0 0.3rem rgba(24, 56, 132, 0.4);
}
._5WMfa:active {
  color: #FFF;
}
[dir] ._5WMfa:active {
  background-color: #183884;
}
._5WMfa:active:has(svg):not(:disabled) svg {
  fill: #FFF;
  stroke: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  ._5WMfa:hover {
    color: #FFF;
  }
  [dir] ._5WMfa:hover {
    background-color: #183884;
  }
  ._5WMfa:hover:has(svg):not(:disabled) svg {
    fill: #FFF;
    stroke: #FFF;
  }
}
._5WMfa:disabled {
  color: #6F7E8B;
}
[dir] ._5WMfa:disabled {
  background-color: #F5F5F5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}
._5WMfa {
  width: calc(100% - 4rem);
  min-height: 4.8rem;
  font-weight: 700;
}
[dir] ._5WMfa {
  background-color: transparent;
  cursor: pointer;
  margin: 1rem 2rem 0.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
}
[dir=ltr] ._5WMfa {
  text-align: left;
}
[dir=rtl] ._5WMfa {
  text-align: right;
}.TCFkw {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 6.5rem;
  color: #FFF;
  font-size: 1.8rem;
  text-transform: uppercase;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  flex-shrink: 0;
  grid-column-gap: 1.5rem;
  column-gap: 1.5rem;
  align-items: center;
  box-sizing: border-box;
}[dir] .TCFkw {
  background-color: #183884;
}[dir=ltr] .TCFkw {
  padding: 0 1rem 0 2rem;
}[dir=rtl] .TCFkw {
  padding: 0 2rem 0 1rem;
}

[dir] .Aama0 {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}
.Aama0:focus {
  outline: none;
}
[dir] .Aama0:focus {
  box-shadow: 0 0 0 0.2rem #D6D6D6;
}
.Aama0 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
}
[dir] .Aama0 {
  border-radius: 50%;
}

.q4oUP {
  display: inline-block;
  fill: #FFF;
  height: 2rem;
  width: 2rem;
}

[dir=ltr] .q4oUP {
  transform: rotate(90deg);
}

[dir=rtl] .q4oUP {
  transform: rotate(-90deg);
}.y3Ftu:focus {
  outline: none;
}[dir] .y3Ftu:focus {
  box-shadow: 0 0 0 0.2rem #D6D6D6;
}
.y3Ftu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
}
[dir] .y3Ftu {
  padding: 0.1rem;
  border: none;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
}

.dqbhU {
  display: inline-block;
  fill: #FFF;
  height: 3rem;
  width: 3rem;
}.aZ9SH {
  grid-column: 1/-1;
}[dir] .aZ9SH {
  padding: 0;
  margin: 0;
}

.dLoTG {
  list-style: none;
}

[dir] .dLoTG {
  margin: 0;
  padding: 0 1.5rem;
  border-bottom: 0.2rem solid #D6E1E5;
}
.dLoTG[data-css-is-active=true] {
  display: grid;
  grid-template-columns: 1fr auto;
}
[dir] .dLoTG[data-css-is-active=true] {
  padding: 0;
  border-bottom: none;
}
[dir=ltr] .dLoTG[data-css-is-active=true] .dLoTG[data-css-is-active=false][data-css-is-image-view=false] {
  padding-left: 1.5rem;
}
[dir=rtl] .dLoTG[data-css-is-active=true] .dLoTG[data-css-is-active=false][data-css-is-image-view=false] {
  padding-right: 1.5rem;
}

._1VuFC {
  height: 4.8rem;
  align-items: center;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  gap: 1rem;
  color: #2E353B;
}

[dir] ._1VuFC {
  padding: 0 0.5rem;
  cursor: pointer;
}
._1VuFC:focus-visible:not([aria-expanded=true]) {
  outline: none;
}
[dir] ._1VuFC:focus-visible:not([aria-expanded=true]) {
  box-shadow: 0 0 0 0.2rem #2E353B;
}
._1VuFC[data-css-has-item-icon=true] {
  grid-template-columns: 2rem 1fr;
}
._1VuFC[data-css-button=true] {
  width: 100%;
  grid-template-columns: 1fr 1.5rem;
}
[dir] ._1VuFC[data-css-button=true] {
  background-color: transparent;
  border: none;
}
[dir=ltr] ._1VuFC[data-css-button=true] {
  text-align: left;
}
[dir=rtl] ._1VuFC[data-css-button=true] {
  text-align: right;
}
._1VuFC[data-css-button=true][data-css-has-item-icon=true] {
  grid-template-columns: 2rem 1fr 1.5rem;
}
._1VuFC[aria-expanded=true] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 6.5rem;
  color: #FFF;
  font-size: 1.8rem;
  text-transform: uppercase;
  z-index: 1;
  grid-template-columns: 2rem 1fr;
  column-gap: 2rem;
}
[dir] ._1VuFC[aria-expanded=true] {
  background-color: #183884;
}
[dir=ltr] ._1VuFC[aria-expanded=true] {
  padding: 0 1.5rem 0 2.8rem;
}
[dir=rtl] ._1VuFC[aria-expanded=true] {
  padding: 0 2.8rem 0 1.5rem;
}
._1VuFC[aria-expanded=true]:focus-visible {
  outline: none;
}
[dir] ._1VuFC[aria-expanded=true]:focus-visible {
  box-shadow: inset 0 0 0 0.2rem #D6D6D6;
}

.At7Ta {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  word-break: break-word;
}

.L0Mgl {
  display: inline-block;
  fill: #2E353B;
  height: 1.5rem;
  width: 1.5rem;
}

[dir=ltr] .L0Mgl {
  transform: rotate(-90deg);
}

[dir=rtl] .L0Mgl {
  transform: rotate(90deg);
}

.iNdX7 {
  display: inline-block;
  fill: #FFF;
  height: 2rem;
  width: 2rem;
  grid-column: 1;
}

[dir=ltr] .iNdX7 {
  transform: rotate(90deg);
}

[dir=rtl] .iNdX7 {
  transform: rotate(-90deg);
}

.RHKBu {
  display: inline-block;
  fill: #2E353B;
  height: 2rem;
  width: 2rem;
}

._1VDYm {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 6.5rem;
  color: #FFF;
  font-size: 1.8rem;
  text-transform: uppercase;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

[dir] ._1VDYm {
  background-color: #183884;
}

[dir=ltr] ._1VDYm {
  padding-right: 1rem;
}

[dir=rtl] ._1VDYm {
  padding-left: 1rem;
}

.aZ9SH[data-css-is-image-view=true] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
}

[dir] .aZ9SH[data-css-is-image-view=true] {
  margin: 2rem;
}
[dir] .aZ9SH[data-css-is-image-view=true] .dLoTG {
  padding: 0;
  border: none;
}
.aZ9SH[data-css-is-image-view=true] .dLoTG[data-css-go-to=true] {
  grid-column: 1/-1;
}
.aZ9SH[data-css-is-image-view=true] .dLoTG[data-css-go-to=true] ._1VuFC {
  grid-template-rows: auto;
  height: auto;
  color: #183884;
}
[dir] .aZ9SH[data-css-is-image-view=true] .dLoTG[data-css-go-to=true] ._1VuFC {
  border-color: #183884;
}
.aZ9SH[data-css-is-image-view=true] ._1VuFC {
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  align-items: start;
  justify-items: center;
  box-sizing: border-box;
  height: 100%;
}
[dir] .aZ9SH[data-css-is-image-view=true] ._1VuFC {
  padding: 1rem;
  border: 0.1rem solid #B5B5B5;
  border-radius: 0.5rem;
  text-align: center;
}
.aZ9SH[data-css-is-image-view=true] .Sfhm- {
  width: 14rem;
  height: 10.5rem;
  margin-left: auto;
  margin-right: auto;
}
[dir] .aZ9SH[data-css-is-image-view=true] .Sfhm- {
  border-radius: 0.5rem;
}
[dir] .aZ9SH[data-css-is-image-view=true] .Sfhm-[data-css-no-image=true] {
  background-color: #D6D6D6;
}
.aZ9SH[data-css-is-image-view=true] .OPNPz {
  max-width: 100%;
}
.aZ9SH[data-css-is-image-view=true] .wOSDT {
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
}
.aZ9SH[data-css-is-image-view=true] .wOSDT .L0Mgl {
  flex-shrink: 0;
}.CQr7l {
  list-style: none;
}[dir] .CQr7l {
  margin: 0;
  padding: 0 1.5rem;
  border-bottom: 0.2rem solid #D6E1E5;
}

._0LXWs {
  height: 4.8rem;
  align-items: center;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%;
  grid-template-columns: 1fr 1.5rem;
  display: grid;
  color: #CD0004;
}

[dir] ._0LXWs {
  padding: 0 0.5rem;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

[dir=ltr] ._0LXWs {
  text-align: left;
}

[dir=rtl] ._0LXWs {
  text-align: right;
}
._0LXWs:focus-visible {
  outline: none;
}
[dir] ._0LXWs:focus-visible {
  box-shadow: 0 0 0 0.2rem #2E353B;
}

.c4dSA {
  display: inline-block;
  fill: #CD0004;
  height: 1.5rem;
  width: 1.5rem;
}

[dir=ltr] .c4dSA {
  transform: rotate(-90deg);
}

[dir=rtl] .c4dSA {
  transform: rotate(90deg);
}

.KrGL- {
  width: 100vw;
  color: #2E353B;
  font-size: 1.6rem;
  font-weight: 700;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .KrGL- {
    width: 38rem;
  }
}
.KrGL- {
  display: flex;
  flex-direction: column;
}

.xeEv5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}.ehXbm {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 2rem;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}[dir] .ehXbm {
  padding: 1rem 2rem;
  border-bottom: 0.2rem solid #D6E1E5;
}

.HEa89 {
  color: #2E353B;
}

[dir] .HEa89 {
  background-color: #FFF;
  border-radius: 0.5rem;
}
.HEa89:read-only, .HEa89:disabled {
  color: #5A5A5A;
}
[dir] .HEa89:read-only, [dir] .HEa89:disabled {
  background-color: #F5F5F5;
}
.HEa89 {
  box-sizing: border-box;
  height: 4rem;
}
[dir=ltr] .HEa89 {
  padding: 0.8rem 3.5rem 0.8rem 1.2rem;
}
[dir=rtl] .HEa89 {
  padding: 0.8rem 1.2rem 0.8rem 3.5rem;
}
.HEa89:focus {
  outline: none;
}

[dir=ltr] .jCkU3 {
  right: 8.5rem;
}

[dir=rtl] .jCkU3 {
  left: 8.5rem;
}

.sq1YL {
  display: inline-block;
  fill: #2E353B;
  height: 2rem;
  width: 2rem;
  position: absolute;
  top: 50%;
  fill: #B5B5B5;
}

[dir] .sq1YL {
  transform: translateY(-50%);
}

[dir=ltr] .sq1YL {
  right: 8.5rem;
}

[dir=rtl] .sq1YL {
  left: 8.5rem;
}.fpckP.fpckP {
  flex-shrink: 0;
}[dir] .fpckP.fpckP {
  padding: 0;
  background-color: #FFF;
}

.d5BY3.d5BY3 {
  width: 50%;
  height: 5rem;
  font-size: 1.6rem;
}

[dir] .d5BY3.d5BY3 {
  border-bottom: 0.1rem solid #B5B5B5;
}

[dir] ._0uzLE._0uzLE {
  margin: 0 2rem;
}

._4-Rp4._4-Rp4:active ._41DBL {
  fill: #061945;
}.XDKj4 {
  grid-column: 1/-1;
}[dir] .XDKj4 {
  padding: 0;
  margin: 0;
}

.pgPzB {
  grid-column: 1/-1;
  height: calc(100vh - 6.5rem);
}.s7Pwv.s7Pwv[data-css-button=true][data-css-has-item-icon=true] {
  grid-template-columns: 3rem 1fr 1.5rem;
}

._930fJ._930fJ {
  width: 3rem;
  height: 3rem;
}