

/* Start:/local/templates/main/assets/main-e794c5bc.css?1774531007181870*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");

:root {
  --white: #fff;
  --white-10: rgba(255, 255, 255, 0.1);
  --white-30: rgba(255, 255, 255, 0.3);
  --white-50: rgba(255, 255, 255, 0.5);
  --black: #000;
  --black-5: rgba(0, 0, 0, 0.05);
  --black-10: rgba(0, 0, 0, 0.1);
  --black-20: rgba(0, 0, 0, 0.2);
  --black-30: rgba(0, 0, 0, 0.3);
  --black-50: rgba(0, 0, 0, 0.5);
  --primary-rgb: 51, 51, 51;
  --primary: rgb(51, 51, 51);
  --primary-10: rgba(51, 51, 51, 0.1);
  --primary-40: rgba(51, 51, 51, 0.4);
  --primary-50: rgba(51, 51, 51, 0.5);
  --main-rgb: 26, 85, 159;
  --main: rgb(var(--main-rgb));
  --main-5: rgba(var(--main-rgb), 0.05);
  --main-10: rgba(var(--main-rgb), 0.1);
  --main-20: rgba(var(--main-rgb), 0.2);
  --main-50: rgba(var(--main-rgb), 0.5);
  --main-dark-rgb: 41, 59, 98;
  --main-dark: rgb(var(--main-dark-rgb));
  --main-dark-95: rgba(var(--main-dark-rgb), 0.95);
  --main-dark-40: rgba(var(--main-dark-rgb), 0.4);
  --main2: #1f3158;
  --main-black: #333c4d;
  --secondary: #737373;
  --secondary2: #afafaf;
  --placeholder: #c0c0c0;
  --gray: #e0e0e0;
  --gray-bg: #f2f3f5;
  --bg-color: #fff;
  --gray2: #f2f2f2;
  --gray3: #f5f5f8;
  --error: #e80000;
  --shadow-card: 0 0 0.75rem 0 var(--black-10);
  --shadow-header: 0 0.25rem 0.5rem 0 var(--black-5);
  --swiper-wrapper-transition-timing-function: linear !important;
  --radius-card: 1.5rem;
  --radius-modal: 0.75rem;
  --radius-btn: 0.5rem;
  --btn-height: 2.75rem;
  --scrollbar-size: 0rem;
  --header-height: 0rem;
  --header-top-height: 0rem;
  --header-sum-height: 0rem;
}
.main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: var(--btn-height);
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  border-radius: var(--radius-btn);
  color: var(--btn-text-color);
  background: var(--btn-bg-color);
  padding: 0.5rem 1rem;
  border: 0.125rem solid var(--btn-border-color);
  transition: all 0.3s;
  --btn-text-color: var(--white);
  --btn-bg-color: var(--main);
  --btn-border-color: var(--main);
}
.main-btn:hover {
  --btn-bg-color: var(--main-dark);
  --btn-border-color: var(--main-dark);
}
.main-btn:disabled {
  --btn-bg-color: var(--gray) !important;
  --btn-text-color: var(--placeholder) !important;
  --btn-border-color: var(--gray) !important;
  pointer-events: none;
}
.main-dark-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: var(--btn-height);
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  border-radius: var(--radius-btn);
  color: var(--btn-text-color);
  background: var(--btn-bg-color);
  padding: 0.5rem 1rem;
  border: 0.125rem solid var(--btn-border-color);
  transition: all 0.3s;
  --btn-text-color: var(--white);
  --btn-bg-color: var(--main-dark);
  --btn-border-color: var(--main-dark);
}
.main-dark-btn:hover {
  opacity: 0.9;
}
.main-dark-btn:disabled {
  --btn-bg-color: var(--gray) !important;
  --btn-text-color: var(--placeholder) !important;
  --btn-border-color: var(--gray) !important;
  pointer-events: none;
}
.main-btn-transparent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: var(--btn-height);
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  border-radius: var(--radius-btn);
  color: var(--btn-text-color);
  background: var(--btn-bg-color);
  padding: 0.5rem 1rem;
  border: 0.125rem solid var(--btn-border-color);
  transition: all 0.3s;
  --btn-text-color: var(--main);
  --btn-bg-color: transparent;
  --btn-border-color: var(--main);
}
.main-btn-transparent:hover {
  --btn-bg-color: var(--main);
  --btn-text-color: var(--white);
}
.main-btn-transparent:disabled {
  --btn-bg-color: var(--gray) !important;
  --btn-text-color: var(--placeholder) !important;
  --btn-border-color: var(--gray) !important;
  pointer-events: none;
}
.main-btn-light {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: var(--btn-height);
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  border-radius: var(--radius-btn);
  color: var(--btn-text-color);
  background: var(--btn-bg-color);
  padding: 0.5rem 1rem;
  border: 0.125rem solid var(--btn-border-color);
  transition: all 0.3s;
  text-align: start;
  --btn-text-color: var(--main);
  --btn-bg-color: var(--main-10);
  --btn-border-color: transparent;
}
.main-btn-light.active, .main-btn-light:hover {
  --btn-bg-color: var(--main);
  --btn-border-color: var(--main);
  --btn-text-color: var(--white);
}
.main-btn-light:disabled {
  --btn-bg-color: var(--gray) !important;
  --btn-text-color: var(--placeholder) !important;
  --btn-border-color: var(--gray) !important;
  pointer-events: none;
}
html.normal-theme .contrast-btn[data-contrast=normal] {
  border-color: var(--main);
  opacity: 1;
}
html.dark-theme {
  --white: #000;
  --white-10: rgba(0, 0, 0, 0.1);
  --white-30: rgba(0, 0, 0, 0.3);
  --white-50: rgba(0, 0, 0, 0.5);
  --black: #fff;
  --black-5: rgba(255, 255, 255, 0.05);
  --black-10: rgba(255, 255, 255, 0.1);
  --black-20: rgba(255, 255, 255, 0.2);
  --black-30: rgba(255, 255, 255, 0.3);
  --black-50: rgba(255, 255, 255, 0.5);
  --primary: #fff;
  --primary-10: rgba(255, 255, 255, 0.1);
  --primary-40: rgba(255, 255, 255, 0.4);
  --primary-50: rgba(255, 255, 255, 0.5);
  --main: #000;
  --main-5: rgba(0, 0, 0, 0.05);
  --main-10: rgba(0, 0, 0, 0.1);
  --main-20: rgba(0, 0, 0, 0.2);
  --main-dark: #000;
  --main-dark-95: #000;
  --secondary: #000;
  --secondary2: #000;
  --placeholder: #000;
  --gray: #fff;
  --gray-bg: #000;
  --bg-color: #000;
  --gray2: #fff;
  --gray3: #fff;
  --error: #fff;
  --shadow-card: 0 0 0.75rem 0 var(--black-10);
}
html.dark-theme .white-reverse {
  --white: #fff;
  --white-10: rgba(255, 255, 255, 0.1);
  --white-30: rgba(255, 255, 255, 0.3);
  --white-50: rgba(255, 255, 255, 0.5);
}
html.dark-theme .primary-reverse {
  --primary: #000;
  --primary-10: rgba(255, 255, 255, 0.1);
  --primary-40: rgba(0, 0, 0, 0.4);
  --primary-50: rgba(0, 0, 0, 0.5);
}
html.dark-theme .main-reverse {
  --main: #fff;
  --main-5: rgba(255, 255, 255, 0.05);
  --main-10: rgba(255, 255, 255, 0.1);
  --main-20: rgba(255, 255, 255, 0.2);
  --main-dark: #fff;
  --main-dark-95: #fff;
}
html.dark-theme .main-dark-reverse {
  --main-dark: rgb(#fff);
  --main-dark-95: rgba(255, 255, 255, 0.95);
  --main-dark-40: rgba(255, 255, 255, 0.4);
}
html.dark-theme .secondary-reverse {
  --secondary: #fff;
  --secondary2: #fff;
}
html.dark-theme .contrast-btn[data-contrast=dark-white] {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
  opacity: 1;
}
html.dark-theme dialog .content-wrapper .close-btn {
  background-color: var(--black);
}
html.dark-theme dialog .content-wrapper .header-menu-block .link {
  color: var(--black);
}
html.dark-theme dialog .content-wrapper .header-menu-block .btn:after {
  color: var(--black);
}
html.dark-theme dialog .content-wrapper .header-menu-block .accordion > .content {
  background-color: var(--black);
}
html.dark-theme dialog .content-wrapper .header-menu-block .accordion > .content .link {
  color: var(--white);
}
html.dark-theme dialog .content-wrapper .header-menu-block .accordion > .content .btn:after {
  color: var(--white);
}
html.white-theme {
  --white: #fff;
  --white-10: rgba(255, 255, 255, 0.1);
  --white-30: rgba(255, 255, 255, 0.3);
  --white-50: rgba(255, 255, 255, 0.5);
  --black: #000;
  --black-5: rgba(0, 0, 0, 0.05);
  --black-10: rgba(0, 0, 0, 0.1);
  --black-20: rgba(0, 0, 0, 0.2);
  --black-30: rgba(0, 0, 0, 0.3);
  --black-50: rgba(0, 0, 0, 0.5);
  --primary: #000;
  --primary-10: rgba(0, 0, 0, 0.1);
  --primary-40: rgba(0, 0, 0, 0.4);
  --primary-50: rgba(0, 0, 0, 0.5);
  --main: #fff;
  --main-5: rgba(255, 255, 255, 0.05);
  --main-10: rgba(255, 255, 255, 0.1);
  --main-20: rgba(255, 255, 255, 0.2);
  --main-dark: #fff;
  --main-dark-95: #fff;
  --secondary: #fff;
  --secondary2: #fff;
  --placeholder: #fff;
  --gray: #000;
  --gray-bg: #fff;
  --bg-color: #fff;
  --gray2: #000;
  --gray3: #000;
  --error: #000;
  --shadow-card: 0 0 0.75rem 0 var(--black-10);
}
html.white-theme .white-reverse {
  --white: #000;
  --white-10: rgba(0, 0, 0, 0.1);
  --white-30: rgba(0, 0, 0, 0.3);
  --white-50: rgba(0, 0, 0, 0.5);
}
html.white-theme .primary-reverse {
  --primary: #fff;
  --primary-10: rgba(255, 255, 255, 0.1);
  --primary-40: rgba(255, 255, 255, 0.4);
  --primary-50: rgba(255, 255, 255, 0.5);
}
html.white-theme .main-reverse {
  --main: #000;
  --main-5: rgba(0, 0, 0, 0.05);
  --main-10: rgba(0, 0, 0, 0.1);
  --main-20: rgba(0, 0, 0, 0.2);
  --main-dark: #000;
  --main-dark-95: #000;
}
html.white-theme .main-dark-reverse {
  --main-dark: rgb(#000);
  --main-dark-95: rgba(0, 0, 0, 0.95);
  --main-dark-40: rgba(0, 0, 0, 0.4);
}
html.white-theme .secondary-reverse {
  --secondary: #000;
  --secondary2: #000;
}
html.white-theme .contrast-btn[data-contrast=white-dark] {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
  opacity: 1;
}
html.white-theme dialog .content-wrapper .close-btn {
  background-color: var(--black-10);
}
html.white-theme dialog .content-wrapper .header-menu-block .accordion > .content {
  background-color: var(--black-10);
}
html.dark-theme .header-top,
html.white-theme .header-top {
  background-color: var(--primary);
}
html.dark-theme.small-font-size .font-size-btn[data-size=small], html.dark-theme.medium-font-size .font-size-btn[data-size=medium], html.dark-theme.large-font-size .font-size-btn[data-size=large], html.dark-theme.show-images .img-btn[data-img=show], html.dark-theme.hide-images .img-btn[data-img=hide],
html.white-theme.small-font-size .font-size-btn[data-size=small],
html.white-theme.medium-font-size .font-size-btn[data-size=medium],
html.white-theme.large-font-size .font-size-btn[data-size=large],
html.white-theme.show-images .img-btn[data-img=show],
html.white-theme.hide-images .img-btn[data-img=hide] {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
  opacity: 1;
}
html.dark-theme .langs-wrapper .langs .lang-link.active::before,
html.white-theme .langs-wrapper .langs .lang-link.active::before {
  border-color: var(--primary);
}
html.dark-theme .header-search-form button[type=submit],
html.white-theme .header-search-form button[type=submit] {
  border-color: var(--primary);
}
html.dark-theme .side-menu-btn,
html.white-theme .side-menu-btn {
  background-color: var(--black);
}
html.dark-theme .direction-radio:has(input:checked)::after,
html.white-theme .direction-radio:has(input:checked)::after {
  color: var(--primary);
}
html.dark-theme .direction-radio:has(input:checked), html.dark-theme .direction-radio:hover,
html.white-theme .direction-radio:has(input:checked),
html.white-theme .direction-radio:hover {
  background-color: var(--black-10);
}
html.dark-theme .direction-radio .text,
html.white-theme .direction-radio .text {
  color: var(--primary);
}
html.dark-theme .main-btn,
html.white-theme .main-btn {
  --btn-text-color: var(--white);
  --btn-bg-color: var(--primary);
  --btn-border-color: var(--primary);
}
html.dark-theme .main-btn:hover,
html.white-theme .main-btn:hover {
  opacity: 0.8;
  --btn-bg-color: var(--primary);
  --btn-border-color: var(--primary);
}
html.dark-theme .main-btn.main-btn-reverse,
html.white-theme .main-btn.main-btn-reverse {
  --btn-text-color: var(--primary);
  --btn-bg-color: var(--white);
  --btn-border-color: var(--white);
}
html.dark-theme .main-btn.main-btn-reverse:hover,
html.white-theme .main-btn.main-btn-reverse:hover {
  --btn-bg-color: var(--white);
  --btn-border-color: var(--white);
}
html.dark-theme .main-dark-btn,
html.white-theme .main-dark-btn {
  --btn-text-color: var(--white);
  --btn-bg-color: var(--primary);
  --btn-border-color: var(--primary);
}
html.dark-theme .main-dark-btn.main-dark-btn-reverse,
html.white-theme .main-dark-btn.main-dark-btn-reverse {
  --btn-text-color: var(--primary);
  --btn-bg-color: var(--white);
  --btn-border-color: var(--white);
}
html.dark-theme .choices .choices__inner,
html.white-theme .choices .choices__inner {
  --btn-text-color: var(--white);
  --btn-bg-color: var(--primary);
  --btn-border-color: var(--primary);
}
html.dark-theme .choices .choices__inner:hover,
html.white-theme .choices .choices__inner:hover {
  opacity: 0.8;
  --btn-bg-color: var(--primary);
  --btn-border-color: var(--primary);
}
html.dark-theme .choices .choices__list--dropdown,
html.white-theme .choices .choices__list--dropdown {
  background-color: var(--white) !important;
}
html.dark-theme .choices .choices__list--dropdown .choices__item.is-highlighted,
html.white-theme .choices .choices__list--dropdown .choices__item.is-highlighted {
  background-color: var(--black-10);
}
html.dark-theme .main-btn-light,
html.white-theme .main-btn-light {
  --btn-text-color: var(--primary);
  --btn-bg-color: var(--primary-10);
  --btn-border-color: var(--primary);
}
html.dark-theme .main-btn-light.active, html.dark-theme .main-btn-light:hover,
html.white-theme .main-btn-light.active,
html.white-theme .main-btn-light:hover {
  --btn-bg-color: var(--primary);
  --btn-text-color: var(--white);
}
html.dark-theme .main-btn-light.main-btn-light-reverse,
html.white-theme .main-btn-light.main-btn-light-reverse {
  --btn-text-color: var(--white);
  --btn-bg-color: var(--white-10);
  --btn-border-color: var(--white);
}
html.dark-theme .main-btn-light.main-btn-light-reverse.active, html.dark-theme .main-btn-light.main-btn-light-reverse:hover,
html.white-theme .main-btn-light.main-btn-light-reverse.active,
html.white-theme .main-btn-light.main-btn-light-reverse:hover {
  --btn-bg-color: var(--white);
  --btn-text-color: var(--primary);
}
html.dark-theme .document-tabs .tab-btns .tab-btn,
html.white-theme .document-tabs .tab-btns .tab-btn {
  --btn-text-color: var(--primary);
  --btn-bg-color: var(--primary-10);
  --btn-border-color: var(--primary);
}
html.dark-theme .document-tabs .tab-btns .tab-btn.active, html.dark-theme .document-tabs .tab-btns .tab-btn:hover,
html.white-theme .document-tabs .tab-btns .tab-btn.active,
html.white-theme .document-tabs .tab-btns .tab-btn:hover {
  --btn-bg-color: var(--primary);
  --btn-text-color: var(--white);
}
html.dark-theme .main-btn-transparent,
html.white-theme .main-btn-transparent {
  --btn-text-color: var(--primary);
  --btn-bg-color: transparent;
  --btn-border-color: var(--primary);
}
html.dark-theme .main-btn-transparent:hover,
html.white-theme .main-btn-transparent:hover {
  --btn-bg-color: var(--primary);
  --btn-text-color: var(--white);
}
html.dark-theme #speak-btn,
html.white-theme #speak-btn {
  background-color: var(--primary);
}
html.dark-theme #speak-btn:focus,
html.white-theme #speak-btn:focus {
  box-shadow: 0 0 0 0.25rem var(--primary-50);
}
html.dark-theme #speak-btn:hover,
html.white-theme #speak-btn:hover {
  background-color: var(--primary);
  opacity: 0.8;
}
html.dark-theme #speak-btn svg,
html.white-theme #speak-btn svg {
  color: var(--white);
}
html.dark-theme .home-header-swiper .swiper-pagination .swiper-pagination-bullet,
html.white-theme .home-header-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.5;
}
@media (max-width: 639px) {
  html.dark-theme .home-header-swiper .swiper-pagination .swiper-pagination-bullet,
  html.white-theme .home-header-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--primary);
  }
}
html.dark-theme .home-header-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
html.white-theme .home-header-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
html.dark-theme .article-card,
html.white-theme .article-card,
html.dark-theme .white-block,
html.white-theme .white-block {
  border: 0.0625rem solid var(--primary);
}
html.dark-theme .section-header .link,
html.white-theme .section-header .link {
  color: var(--primary);
}
html.dark-theme .section-header .link svg,
html.white-theme .section-header .link svg {
  color: var(--primary);
}
html.dark-theme .scroll-to-top,
html.white-theme .scroll-to-top {
  border-color: var(--primary);
}
html.dark-theme .footer-bottom,
html.white-theme .footer-bottom {
  border-color: var(--white);
}
html.dark-theme .info-card .info-person .name,
html.dark-theme .info-card .link,
html.dark-theme .info-card .text,
html.white-theme .info-card .info-person .name,
html.white-theme .info-card .link,
html.white-theme .info-card .text {
  color: var(--white);
}
html.dark-theme .employee-info .info-card .title,
html.dark-theme .employee-info .info-card .title svg,
html.dark-theme .employee-info .info-card .info-person .name,
html.dark-theme .employee-info .info-card .link,
html.dark-theme .employee-info .info-card .text,
html.white-theme .employee-info .info-card .title,
html.white-theme .employee-info .info-card .title svg,
html.white-theme .employee-info .info-card .info-person .name,
html.white-theme .employee-info .info-card .link,
html.white-theme .employee-info .info-card .text {
  color: var(--primary);
}
html.dark-theme .text-card,
html.white-theme .text-card {
  background-color: transparent;
}
html.dark-theme .text-block ul li::marker,
html.white-theme .text-block ul li::marker {
  color: var(--primary);
}
html.dark-theme .certificate-card,
html.white-theme .certificate-card {
  border-color: var(--primary);
}
html.dark-theme .history-thumbs,
html.white-theme .history-thumbs {
  --bar-color: var(--black-30);
}
html.dark-theme .years-wrapper,
html.white-theme .years-wrapper {
  border-color: var(--primary-10);
}
html.dark-theme .years-wrapper .year-btn,
html.white-theme .years-wrapper .year-btn {
  color: var(--primary);
}
html.dark-theme .years-wrapper .year-btn:hover,
html.white-theme .years-wrapper .year-btn:hover {
  border-color: var(--primary-50);
}
html.dark-theme .years-wrapper .year-btn.active,
html.white-theme .years-wrapper .year-btn.active {
  border-color: var(--primary);
}
html.dark-theme .text-block blockquote,
html.white-theme .text-block blockquote {
  background-color: var(--black-10);
}
html.dark-theme .pagination .link,
html.dark-theme .pagination .text,
html.white-theme .pagination .link,
html.white-theme .pagination .text {
  color: var(--primary);
  background: transparent;
  border-color: var(--primary);
}
html.dark-theme .pagination .link svg,
html.dark-theme .pagination .text svg,
html.white-theme .pagination .link svg,
html.white-theme .pagination .text svg {
  stroke: var(--primary);
}
html.dark-theme .pagination .link.active, html.dark-theme .pagination .link:hover,
html.white-theme .pagination .link.active,
html.white-theme .pagination .link:hover {
  background-color: var(--primary);
  color: var(--white);
}
html.small-font-size {
  font-size: 12px !important;
}
html.small-font-size .font-size-btn[data-size=small] {
  border-color: var(--main);
  opacity: 1;
}
html.medium-font-size {
  font-size: 16px !important;
}
html.medium-font-size .font-size-btn[data-size=medium] {
  border-color: var(--main);
  opacity: 1;
}
html.large-font-size {
  font-size: 20px !important;
}
html.large-font-size .font-size-btn[data-size=large] {
  border-color: var(--main);
  opacity: 1;
}
html.show-images .img-btn[data-img=show] {
  border-color: var(--main);
  opacity: 1;
}
html.hide-images img:not(.logo),
html.hide-images picture:not(.logo),
html.hide-images video:not(.logo) {
  display: none !important;
}
html.hide-images * {
  background-image: none !important;
}
html.hide-images .langs-wrapper .flag-wrapper {
  display: none;
}
html.hide-images .img-btn[data-img=hide] {
  border-color: var(--main);
  opacity: 1;
}
html.hide-images .page-banner .text-wrapper {
  margin: 0;
  padding: 0;
}
.accessibility-menu .accessibility-menu-block {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.accessibility-menu .accessibility-menu-block .title {
  font-size: 0.875rem;
}
.accessibility-menu .accessibility-menu-block .btns-wrapper {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.accessibility-menu .font-size-btn,
.accessibility-menu .contrast-btn,
.accessibility-menu .img-btn {
  min-height: 2.5rem;
  min-width: 2.625rem;
  border: 0.125rem solid var(--gray);
  border-radius: var(--radius-btn);
  font-weight: 500;
  padding: 0.125rem 0.625rem;
}
.accessibility-menu .font-size-btn:hover,
.accessibility-menu .contrast-btn:hover,
.accessibility-menu .img-btn:hover {
  opacity: 0.6;
}
textarea,
input {
  border: 0.0625rem solid var(--gray);
  transition: border 0.3s;
  font-size: 1rem;
  border-radius: var(--radius-btn);
}
textarea:not([type=checkbox]), textarea:not([type=radio]),
input:not([type=checkbox]),
input:not([type=radio]) {
  line-height: 120%;
  min-height: var(--btn-height);
  min-width: 2.625rem;
  padding: 0 1rem;
  background-color: var(--white);
  width: 100%;
  outline-offset: 0;
}
textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--placeholder);
  font-size: 1rem;
}
textarea::placeholder,
input::placeholder {
  color: var(--placeholder);
  font-size: 1rem;
}
textarea[type=checkbox], textarea[type=radio],
input[type=checkbox],
input[type=radio] {
  padding: 0;
  min-height: 0;
  width: auto;
  min-width: 0;
}
textarea {
  padding-top: 0.625rem !important;
  max-height: 31.25rem;
  height: 5rem;
}
.text-input {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.text-input .choices {
  width: 100%;
}
.text-input .choices .choices__inner {
  width: 100%;
  background-color: transparent;
  border: 0.0625rem solid var(--gray) !important;
  border-radius: var(--radius-btn) !important;
  color: var(--primary);
}
.text-input select {
  z-index: 1;
}
.text-input:has(input:disabled), .text-input:has(select:disabled), .text-input:has(textarea:disabled) {
  opacity: 0.7;
}
.text-input:has(input:disabled) input,
.text-input:has(input:disabled) select,
.text-input:has(input:disabled) textarea, .text-input:has(select:disabled) input,
.text-input:has(select:disabled) select,
.text-input:has(select:disabled) textarea, .text-input:has(textarea:disabled) input,
.text-input:has(textarea:disabled) select,
.text-input:has(textarea:disabled) textarea {
  cursor: not-allowed;
}
.text-input.lock {
  opacity: 0.7;
}
.text-input.lock input,
.text-input.lock select,
.text-input.lock textarea {
  cursor: not-allowed;
}
.text-input.lock .text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.text-input.lock .text::after {
  font-family: "Font Awesome 6 Free";
  content: "\f023";
  font-weight: 900;
  line-height: 100%;
  color: var(--primary);
  display: block;
  font-size: 0.75rem;
  transition: all 0.3s;
}
.text-input .error input {
  border-color: var(--error);
}
.text-input .error .text {
  color: var(--error);
}
.text-input .text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 120% !important;
}
.custom-checkbox {
  padding: 0.25rem 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
}
.custom-checkbox:hover {
  color: var(--main);
}
.custom-checkbox:hover .square {
  border-color: var(--main);
}
.custom-checkbox:hover .text {
  color: var(--main);
}
.custom-checkbox:has(input:checked) .input {
  background-color: var(--main);
  border-color: var(--main);
}
.custom-checkbox:has(input:checked) .input::after {
  color: var(--white);
}
.custom-checkbox:has(input:checked) .text {
  color: var(--primary);
}
.custom-checkbox:has(input:checked):hover .text {
  color: var(--main);
}
.custom-checkbox .input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-height: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  max-width: 1rem;
  border: 0.0625rem solid var(--gray);
  border-radius: 0.125rem;
  transition: all 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-checkbox .input::after {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  font-weight: 900;
  line-height: 100%;
  color: transparent;
  display: block;
  font-size: 0.75rem;
  transition: all 0.3s;
}
.custom-checkbox .text {
  color: var(--secondary);
  transition: all 0.3s;
}
.custom-checkbox svg {
  min-height: 1.25rem;
  max-height: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
  fill: var(--gray);
  transition: all 0.3s;
}
.direction-radio {
  position: relative;
  border-radius: 0.5rem;
  padding: 0.5rem 3rem 0.5rem 0.75rem;
  transition: all 0.3s;
  cursor: pointer;
}
.direction-radio:has(input:checked)::after {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  font-weight: 600;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  color: var(--main-dark);
}
.direction-radio:has(input:checked), .direction-radio:hover {
  background-color: var(--gray3);
}
.direction-radio input {
  display: none;
}
.direction-radio .title {
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  word-break: break-all;
}
.direction-radio .text {
  font-weight: 500;
  font-size: 0.75rem;
  color: var(--secondary);
}
.direction-link {
  border-radius: 0.5rem;
  padding: 0.5rem 3rem 0.5rem 0.75rem;
  transition: all 0.3s;
  cursor: pointer;
}
.direction-link:hover {
  background-color: var(--gray3);
}
.direction-link .title {
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  word-break: break-all;
}
.direction-link .text {
  font-weight: 500;
  font-size: 0.75rem;
  color: var(--secondary);
}
.custom-file-input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: var(--btn-height);
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  border-radius: var(--radius-btn);
  color: var(--btn-text-color);
  background: var(--btn-bg-color);
  padding: 0.5rem 1rem;
  border: 0.125rem solid var(--btn-border-color);
  --btn-text-color: var(--main);
  --btn-bg-color: var(--main-10);
  --btn-border-color: transparent;
  transition: all 0.3s;
}
.custom-file-input.active, .custom-file-input:hover {
  --btn-bg-color: var(--main);
  --btn-border-color: var(--main);
  --btn-text-color: var(--white);
}
.custom-file-input:disabled {
  --btn-bg-color: var(--gray) !important;
  --btn-text-color: var(--placeholder) !important;
  --btn-border-color: var(--gray) !important;
  pointer-events: none;
}
.custom-file-input svg {
  min-height: 1.25rem;
  max-height: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
}
.custom-file-input input {
  display: none;
}
.choices {
  margin-bottom: 0 !important;
  min-width: 8.75rem;
  /* z-index: 70; */
}
.choices::after {
  display: none;
}
.choices.is-open .choices__inner {
  border-radius: var(--radius-btn) !important;
}
.choices .choices__inner {
  width: 100%;
  padding: 0 1.25rem;
  outline: none !important;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: var(--btn-height);
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  border-radius: var(--radius-btn);
  color: var(--btn-text-color);
  background: var(--btn-bg-color);
  padding: 0.5rem 1rem;
  border: 0.125rem solid var(--btn-border-color);
  transition: all 0.3s;
  z-index: 60;
  --btn-text-color: var(--main);
  --btn-bg-color: var(--main-10);
  --btn-border-color: transparent;
}
.choices .choices__inner.active, .choices .choices__inner:hover {
  --btn-bg-color: var(--main);
  --btn-border-color: var(--main);
  --btn-text-color: var(--white);
}
.choices .choices__inner:disabled {
  --btn-bg-color: var(--gray) !important;
  --btn-text-color: var(--placeholder) !important;
  --btn-border-color: var(--gray) !important;
  pointer-events: none;
}
.choices .choices__inner .choices__placeholder {
  opacity: 1;
}
.choices .choices__inner .choices__list--single {
  display: flex;
  align-items: center;
  padding: 0;
  height: 100%;
}
.choices .choices__inner .choices__list--single .choices__item--selectable {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}
.choices .choices__inner .choices__list--single .choices__item--selectable::after {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
}
.choices .choices__list--dropdown {
  background-color: var(--white) !important;
  z-index: 70;
  border-radius: var(--radius-modal) !important;
  opacity: 1 !important;
}
.choices .choices__list--dropdown .choices__item {
  opacity: 1 !important;
}
.choices .choices__list--dropdown .choices__item.choices__item--selectable {
  white-space: nowrap;
}
dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: transparent;
  left: 0;
  top: 0;
  margin: 0;
  border-radius: 0;
  max-height: none;
  max-width: none;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, overlay 0.3s ease-out allow-discrete, display 0.3s ease-out allow-discrete;
}
dialog[open] {
  opacity: 1;
  transform: translateX(0%);
}
@starting-style {
  dialog[open] {
    opacity: 0;
    transform: translateX(100%);
  }
}
dialog::backdrop {
  background-color: var(--primary-40);
}
dialog .content-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  max-width: 23.125rem;
  padding: 1.5rem 1rem;
  background-color: var(--white);
  gap: 1.5rem;
}
dialog .content-wrapper .content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
}
dialog .content-wrapper .close-btn {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  max-height: 2.5rem;
  min-width: 2.5rem;
  max-width: 2.5rem;
  border-radius: var(--radius-btn);
  background-color: var(--gray-bg);
}
dialog .content-wrapper .close-btn svg {
  min-height: 1.25rem;
  max-height: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
}
dialog .content-wrapper .header-menu-block {
  border-top: 0.0625rem solid var(--gray);
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}
dialog .content-wrapper .header-menu-block .accordion.open > .btn-wrapper > .btn::after {
  transform: rotate(180deg);
}
dialog .content-wrapper .header-menu-block .accordion .link {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  line-height: 120%;
  min-height: var(--btn-height);
  width: 100%;
}
dialog .content-wrapper .header-menu-block .accordion .link:hover {
  opacity: 0.6;
}
dialog .content-wrapper .header-menu-block .accordion .btn-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
dialog .content-wrapper .header-menu-block .accordion .btn-wrapper .btn {
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  height: var(--btn-height);
  justify-content: center;
  width: var(--btn-height);
}
dialog .content-wrapper .header-menu-block .accordion .btn-wrapper .btn::after {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  font-weight: 600;
  font-size: 0.75rem;
  transition: all 0.3s;
  transform-origin: center;
}
dialog .content-wrapper .header-menu-block .accordion > .content {
  background-color: var(--gray3);
  border-radius: var(--radius-modal);
  padding: 0.25rem 0;
}
dialog .content-wrapper .header-menu-block .accordion > .content > .accordion .content {
  background-color: transparent;
}
dialog .content-wrapper .header-menu-block .accordion > .content > .accordion .content > .link {
  padding: 0.5rem 1.5rem;
}
dialog .content-wrapper .header-menu-links .link {
  display: flex;
  padding: 0.75rem;
}
dialog .change-direction-form .direction-title {
  text-align: start;
  padding: 0 0.75rem;
}
.custom-menu-wrapper {
  display: flex;
  position: relative;
  height: 100%;
}
.custom-menu-wrapper.open .menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.custom-menu-wrapper .menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.625rem);
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: calc(100% + 1rem);
  width: -moz-max-content;
  width: max-content;
  min-width: 6.25rem;
  z-index: 91;
  transition: all 0.3s;
  max-width: 21.25rem;
}
@media (max-width: 639px) {
  .custom-menu-wrapper .menu {
    position: fixed;
    right: 1rem;
    top: 3.75rem;
    width: auto;
    min-width: 0;
    margin-left: 1rem;
    max-height: 80vh;
  }
}
.custom-menu-wrapper .menu .content-wrapper {
  background-color: var(--white);
  border-radius: var(--radius-modal);
  box-shadow: var(--shadow-card);
}
@media (max-width: 639px) {
  .custom-menu-wrapper .menu .content-wrapper {
    overflow-y: auto;
  }
}
.custom-menu-wrapper .menu .content-wrapper .content-header {
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 0.0625rem solid var(--gray2);
}
@media (max-width: 639px) {
  .custom-menu-wrapper .menu .content-wrapper .content-header {
    padding: 1rem;
  }
}
.custom-menu-wrapper .menu .content-wrapper .content-header .title {
  font-weight: 500;
  line-height: 100%;
  font-size: 1.125rem;
}
@media (max-width: 1023px) {
  .custom-menu-wrapper .menu .content-wrapper .content-header .title {
    font-size: 1rem;
  }
}
.custom-menu-wrapper .menu .content-wrapper .content-header .close-btn svg {
  color: var(--primary);
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.custom-menu-wrapper .menu .content-wrapper .content-header .close-btn:hover {
  opacity: 0.6;
}
.menu-triangle {
  position: absolute;
  display: block;
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
  background-color: var(--white);
  border-radius: 0.25rem;
  transform: rotate(45deg);
  transform-origin: center;
  top: -0.625rem;
  right: 0.625rem;
  box-shadow: -0.1875rem -0.1875rem 0.0625rem -0.0625rem rgba(0, 0, 0, 0.1);
}
.langs-wrapper.open .lang-btn svg.arrow {
  rotate: 180deg;
}
.langs-wrapper .langs .lang-link {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.75rem;
  padding: 0 1.25rem;
  min-height: 3rem;
  font-weight: 500;
  color: var(--primary);
}
@media (max-width: 1023px) {
  .langs-wrapper .langs .lang-link {
    font-size: 0.875rem;
  }
}
@media (max-width: 639px) {
  .langs-wrapper .langs .lang-link {
    padding: 0 1rem;
  }
}
.langs-wrapper .langs .lang-link::before {
  content: "";
  display: block;
  min-height: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  max-width: 1rem;
  border: 0.0625rem solid var(--gray);
  border-radius: 100%;
}
.langs-wrapper .langs .lang-link.active::before {
  border-color: var(--main);
  border-width: 0.25rem;
}
.langs-wrapper .langs .lang-link:hover {
  background-color: var(--main-5);
}
.langs-wrapper .flag-wrapper {
  display: flex;
  align-items: center;
  justify-self: center;
  min-height: 1.125rem;
  max-height: 1.125rem;
  min-width: 1.125rem;
  max-width: 1.125rem;
  border-radius: 100%;
  overflow: hidden;
  border: 0.0625rem solid var(--gray);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.langs-wrapper .flag-wrapper .flag {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
footer.footer .footer-menu {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
footer.footer .footer-menu.accordion.open .content {
  display: block;
}
footer.footer .footer-menu.accordion.open .btn::after {
  rotate: 180deg;
}
footer.footer .footer-menu.accordion .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  text-align: start;
  cursor: text;
}
@media (max-width: 639px) {
  footer.footer .footer-menu.accordion .btn {
    cursor: pointer;
    padding: 0.25rem 0;
  }
  footer.footer .footer-menu.accordion .btn::after {
    transition: all 0.3s;
    font-family: "Font Awesome 6 Free";
    font-size: 1rem;
    content: "\f078";
    font-weight: 600;
    display: block;
  }
}
footer.footer .footer-menu.accordion .content {
  display: block;
}
@media (max-width: 639px) {
  footer.footer .footer-menu.accordion .content {
    display: none;
  }
}
footer.footer .footer-menu .title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 150%;
  color: var(--white);
}
footer.footer .footer-menu .link,
footer.footer .footer-menu .text {
  font-size: 0.875rem;
  color: var(--white);
  opacity: 0.7;
}
footer.footer .footer-menu .text {
  line-height: 170%;
}
footer.footer .footer-menu .links {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
footer.footer .footer-menu .links .link {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
  width: -moz-fit-content;
  width: fit-content;
}
footer.footer .footer-menu .links .link:hover {
  opacity: 0.4;
}
.header-top .header-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  color: var(--white);
}
.header-top .header-link:hover {
  opacity: 0.5;
}
.header {
  transition: all 0.3s;
}
.header.fixed-header {
  box-shadow: 0 0 0.375rem 0 var(--black-10);
}
.header .header-links .link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--btn-height);
  padding: 0.75rem;
  line-height: 125%;
  height: 100%;
}
@media (max-width: 1535px) {
  .header .header-links .link {
    font-size: 0.875rem;
  }
}
.header .header-links .link:hover {
  opacity: 0.5;
}
.header .header-submenu-wrapper {
  height: 100%;
}
.header .header-submenu-wrapper:hover .submenu {
  display: block;
}
.header .header-submenu-wrapper .submenu {
  display: none;
  position: fixed;
  top: calc(var(--header-sum-height) - 0.0625rem);
  left: 0;
  width: 100%;
  background-color: var(--white);
  box-shadow: var(--shadow-header);
}
.header .header-submenu-wrapper .submenu .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
}
.header .header-submenu-wrapper .submenu .submenu-block {
  padding-right: 1.5rem;
  border-right: 0.0625rem solid var(--gray);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.header .header-submenu-wrapper .submenu .submenu-block:last-child {
  border-right: none;
}
.header .header-submenu-wrapper .submenu .submenu-block a.title:hover {
  opacity: 0.6;
}
.header .header-submenu-wrapper .submenu .submenu-block .title {
  font-weight: 600;
  font-size: 1.25rem;
  min-height: 2.25rem;
  display: flex;
  align-items: center;
}
.header .header-submenu-wrapper .submenu .submenu-block .submenu-links {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.header .header-submenu-wrapper .submenu .submenu-block .submenu-links .link {
  display: flex;
  align-items: center;
  min-height: 2.25rem;
  text-align: start;
  justify-content: flex-start;
  padding: 0.25rem 0;
}
.header .header-submenu-wrapper .submenu .submenu-block .submenu-img {
  height: 12.5rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--radius-btn);
}
.header .header-submenu-wrapper .submenu .submenu-block .text {
  line-height: 130%;
}
.header .header-menu-btn,
.header .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-btn);
  background-color: var(--gray3);
  min-height: var(--btn-height);
  max-height: var(--btn-height);
  min-width: var(--btn-height);
  max-width: var(--btn-height);
}
.header .header-menu-btn svg,
.header .search-btn svg {
  color: var(--primary);
  min-height: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  max-width: 1rem;
}
.header .header-menu-btn:hover,
.header .search-btn:hover {
  opacity: 0.5;
}
.blackout {
  position: fixed;
  background-color: var(--primary-40);
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 98;
  display: none;
}
.blackout.show {
  display: block;
}
.header-search-form {
  display: none;
}
.header-search-form.open {
  display: flex;
}
.side-menu {
  transform: translateX(calc(-100% + 2.5rem)) translateY(-50%);
  top: 50%;
}
.side-menu.open {
  transform: translateY(-50%) translateX(0);
}
.side-menu.open .side-menu-btn svg {
  rotate: -180deg;
}
.scroll-to-top {
  visibility: hidden;
  transform: translateX(1rem);
  opacity: 0;
  transition: all 0.5s;
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.company-menu {
  display: none;
}
.company-menu.open {
  display: block;
}
.company-menu-btn.open svg {
  rotate: 180deg;
}
.home-header-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--white);
  height: 0.5rem;
  width: 0.5rem;
  opacity: 1;
  border-radius: 0.625rem;
  transition: width 0.5s;
}
@media (max-width: 639px) {
  .home-header-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--main);
    opacity: 0.4;
  }
}
.home-header-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 1.5rem;
  background-color: var(--main);
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.transition-300{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.transition-500{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.swiper-with-grid{
  max-height: 100vh;
  min-height: 0px;
  width: 100%;
  min-width: 0px;
  max-width: 100%;
}
.absolute-center-y{
  position: absolute;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.absolute-center-x{
  position: absolute;
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.absolute-center{
  position: absolute;
  left: 50%;
  top: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.bg-img{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-padding{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px){
  .section-padding{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.bottom-section-padding{
  padding-bottom: 2.5rem;
}
@media (min-width: 768px){
  .bottom-section-padding{
    padding-bottom: 3.75rem;
  }
}
.first-section-padding{
  padding-bottom: 2.5rem;
}
@media (min-width: 768px){
  .first-section-padding{
    padding-bottom: 3.75rem;
  }
}
.first-section-padding{
  padding-top: 1.5rem;
}
.text-card{
  border-radius: var(--radius-card);
  border-width: 1px;
  border-color: var(--gray3);
  background-color: var(--gray3);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 640px){
  .text-card{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.section-heading{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 120%;
}
@media (min-width: 640px){
  .section-heading{
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px){
  .section-heading{
    font-size: 1.75rem;
  }
}
@media (min-width: 1280px){
  .section-heading{
    font-size: 2rem;
  }
}
.documents-grid{
  display: flex;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 640px){
  .documents-grid{
    display: grid;
  }
}
@media (min-width: 1280px){
  .documents-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.news-grid{
  display: flex;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex-direction: column;
  gap: 1rem;
}
@container (min-width: 31.25rem){
  .news-grid{
    display: grid;
  }
}
@media (min-width: 1024px){
  .news-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px){
  .news-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.news-section-grid{
  display: flex;
  grid-template-columns: 1fr 20.625rem;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px){
  .news-section-grid{
    display: grid;
  }
}
.media-grid{
  display: flex;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex-direction: column;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1.5rem;
}
@container (min-width: 28.125rem){
  .media-grid{
    display: grid;
  }
}
@media (min-width: 768px){
  .media-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .media-grid{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 2rem;
  }
}
@media (min-width: 1280px){
  .media-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.not-sr-only{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.\!pointer-events-none{
  pointer-events: none !important;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.\!visible{
  visibility: visible !important;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.\!static{
  position: static !important;
}
.static{
  position: static;
}
.\!fixed{
  position: fixed !important;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.\!relative{
  position: relative !important;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.-inset-1{
  inset: -0.25rem;
}
.\!bottom-6{
  bottom: 1.5rem !important;
}
.bottom-10{
  bottom: 2.5rem;
}
.end-1{
  inset-inline-end: 0.25rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-6{
  left: 1.5rem;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-4{
  right: 1rem;
}
.right-6{
  right: 1.5rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-\[calc\(100\%-1rem\)\]{
  top: calc(100% - 1rem);
}
.top-\[var\(--header-sum-height\)\]{
  top: var(--header-sum-height);
}
.top-\[var\(--header-top-height\)\]{
  top: var(--header-top-height);
}
.isolate{
  isolation: isolate;
}
.isolation-auto{
  isolation: auto;
}
.\!z-\[80\]{
  z-index: 80 !important;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[89\]{
  z-index: 89;
}
.z-\[90\]{
  z-index: 90;
}
.z-\[92\]{
  z-index: 92;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.float-start{
  float: inline-start;
}
.float-end{
  float: inline-end;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.float-none{
  float: none;
}
.clear-start{
  clear: inline-start;
}
.clear-end{
  clear: inline-end;
}
.clear-left{
  clear: left;
}
.clear-right{
  clear: right;
}
.clear-both{
  clear: both;
}
.clear-none{
  clear: none;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.-mt-16{
  margin-top: -4rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.box-border{
  box-sizing: border-box;
}
.box-content{
  box-sizing: content-box;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-5{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.line-clamp-none{
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}
.\!block{
  display: block !important;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.\!inline{
  display: inline !important;
}
.inline{
  display: inline;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.inline-table{
  display: inline-table;
}
.table-caption{
  display: table-caption;
}
.table-cell{
  display: table-cell;
}
.table-column{
  display: table-column;
}
.table-column-group{
  display: table-column-group;
}
.table-footer-group{
  display: table-footer-group;
}
.table-header-group{
  display: table-header-group;
}
.table-row-group{
  display: table-row-group;
}
.table-row{
  display: table-row;
}
.flow-root{
  display: flow-root;
}
.grid{
  display: grid;
}
.inline-grid{
  display: inline-grid;
}
.contents{
  display: contents;
}
.list-item{
  display: list-item;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.size-10{
  width: 2.5rem;
  height: 2.5rem;
}
.size-14{
  width: 3.5rem;
  height: 3.5rem;
}
.size-20{
  width: 5rem;
  height: 5rem;
}
.size-3{
  width: 0.75rem;
  height: 0.75rem;
}
.size-4{
  width: 1rem;
  height: 1rem;
}
.size-5{
  width: 1.25rem;
  height: 1.25rem;
}
.size-6{
  width: 1.5rem;
  height: 1.5rem;
}
.size-8{
  width: 2rem;
  height: 2rem;
}
.size-9{
  width: 2.25rem;
  height: 2.25rem;
}
.size-\[0\.75rem\]{
  width: 0.75rem;
  height: 0.75rem;
}
.size-\[1\.125rem\]{
  width: 1.125rem;
  height: 1.125rem;
}
.size-\[7\.5rem\]{
  width: 7.5rem;
  height: 7.5rem;
}
.size-\[var\(--btn-height\)\]{
  width: var(--btn-height);
  height: var(--btn-height);
}
.size-full{
  width: 100%;
  height: 100%;
}
.h-1{
  height: 0.25rem;
}
.h-12{
  height: 3rem;
}
.h-2{
  height: 0.5rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-\[1\.125rem\]{
  height: 1.125rem;
}
.h-\[12\.5rem\]{
  height: 12.5rem;
}
.h-\[15\.625rem\]{
  height: 15.625rem;
}
.h-\[15rem\]{
  height: 15rem;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-fit{
  height: fit-content;
}
.max-h-20{
  max-height: 5rem;
}
.max-h-\[25rem\]{
  max-height: 25rem;
}
.max-h-\[21\.875rem\]{
  max-height: 21.875rem;
}
.max-h-\[26\.25rem\]{
  max-height: 26.25rem;
}
.max-h-\[7\.5rem\]{
  max-height: 7.5rem;
}
.max-h-screen{
  max-height: 100vh;
}
.min-h-0{
  min-height: 0px;
}
.min-h-4{
  min-height: 1rem;
}
.min-h-40{
  min-height: 10rem;
}
.min-h-9{
  min-height: 2.25rem;
}
.min-h-\[7\.5rem\]{
  min-height: 7.5rem;
}
.min-h-\[15\.625rem\]{
  min-height: 15.625rem;
}
.max-h-\[16\.875rem\]{
  max-height: 16.875rem;
}
.min-h-full{
  min-height: 100%;
}
.w-4{
  width: 1rem;
}
.w-\[this-is\\\\\]{
  width: this-is\\;
}
.w-\[this-is\]{
  width: this-is;
}
.w-\[weird-and-invalid\]{
  width: weird-and-invalid;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.min-w-20{
  min-width: 5rem;
}
.min-w-4{
  min-width: 1rem;
}
.min-w-9{
  min-width: 2.25rem;
}
.min-w-10{
  min-width: 2.5rem;
}
.min-w-\[19\.5rem\]{
  min-width: 19.5rem;
}
.min-w-\[7\.5rem\]{
  min-width: 7.5rem;
}
.min-w-\[var\(--btn-height\)\]{
  min-width: var(--btn-height);
}
.max-w-\[12\.5rem\]{
  max-width: 12.5rem;
}
.max-w-\[21\.25rem\]{
  max-width: 21.25rem;
}
.max-w-\[22\.5rem\]{
  max-width: 22.5rem;
}
.max-w-\[30rem\]{
  max-width: 30rem;
}
.max-w-\[35rem\]{
  max-width: 35rem;
}
.max-w-\[42\.5rem\]{
  max-width: 42.5rem;
}
.max-w-\[50rem\]{
  max-width: 50rem;
}
.max-w-\[58\.125rem\]{
  max-width: 58.125rem;
}
.max-w-\[60rem\]{
  max-width: 50rem;
}
.max-w-\[67\.5rem\]{
  max-width: 67.5rem;
}
.max-w-\[70rem\]{
  max-width: 70rem;
}
.max-w-\[33\%\]{
  max-width: 33%;
}
.top-\[5\%\]{
  top: 5%;
}
.top-\[10\%\]{
  top: 10%;
}
.top-\[20\%\]{
  top: 20%;
}
.top-\[40\%\]{
  top: 40%;
}
.max-w-full{
  max-width: 100%;
}
.flex-shrink{
  flex-shrink: 1;
}
.shrink{
  flex-shrink: 1;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.table-auto{
  table-layout: auto;
}
.table-fixed{
  table-layout: fixed;
}
.caption-top{
  caption-side: top;
}
.caption-bottom{
  caption-side: bottom;
}
.border-collapse{
  border-collapse: collapse;
}
.border-separate{
  border-collapse: separate;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform-cpu{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform-gpu{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform-none{
  transform: none;
}
.touch-auto{
  touch-action: auto;
}
.touch-none{
  touch-action: none;
}
.touch-pan-x{
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-left{
  --tw-pan-x: pan-left;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-right{
  --tw-pan-x: pan-right;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-y{
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-up{
  --tw-pan-y: pan-up;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-down{
  --tw-pan-y: pan-down;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pinch-zoom{
  --tw-pinch-zoom: pinch-zoom;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-manipulation{
  touch-action: manipulation;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select-text{
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.select-auto{
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.resize-none{
  resize: none;
}
.resize-y{
  resize: vertical;
}
.resize-x{
  resize: horizontal;
}
.resize{
  resize: both;
}
.snap-none{
  scroll-snap-type: none;
}
.snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-y{
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}
.snap-both{
  scroll-snap-type: both var(--tw-scroll-snap-strictness);
}
.snap-mandatory{
  --tw-scroll-snap-strictness: mandatory;
}
.snap-proximity{
  --tw-scroll-snap-strictness: proximity;
}
.snap-start{
  scroll-snap-align: start;
}
.snap-end{
  scroll-snap-align: end;
}
.snap-center{
  scroll-snap-align: center;
}
.snap-align-none{
  scroll-snap-align: none;
}
.snap-normal{
  scroll-snap-stop: normal;
}
.snap-always{
  scroll-snap-stop: always;
}
.list-inside{
  list-style-position: inside;
}
.list-outside{
  list-style-position: outside;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.appearance-auto{
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.break-before-auto{
  -moz-column-break-before: auto;
       break-before: auto;
}
.break-before-avoid{
  -moz-column-break-before: avoid;
       break-before: avoid;
}
.break-before-all{
  -moz-column-break-before: all;
       break-before: all;
}
.break-before-avoid-page{
  -moz-column-break-before: avoid;
       break-before: avoid-page;
}
.break-before-page{
  -moz-column-break-before: page;
       break-before: page;
}
.break-before-left{
  -moz-column-break-before: left;
       break-before: left;
}
.break-before-right{
  -moz-column-break-before: right;
       break-before: right;
}
.break-before-column{
  -moz-column-break-before: column;
       break-before: column;
}
.break-inside-auto{
  -moz-column-break-inside: auto;
       break-inside: auto;
}
.break-inside-avoid{
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.break-inside-avoid-page{
  break-inside: avoid-page;
}
.break-inside-avoid-column{
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.break-after-auto{
  -moz-column-break-after: auto;
       break-after: auto;
}
.break-after-avoid{
  -moz-column-break-after: avoid;
       break-after: avoid;
}
.break-after-all{
  -moz-column-break-after: all;
       break-after: all;
}
.break-after-avoid-page{
  -moz-column-break-after: avoid;
       break-after: avoid-page;
}
.break-after-page{
  -moz-column-break-after: page;
       break-after: page;
}
.break-after-left{
  -moz-column-break-after: left;
       break-after: left;
}
.break-after-right{
  -moz-column-break-after: right;
       break-after: right;
}
.break-after-column{
  -moz-column-break-after: column;
       break-after: column;
}
.grid-flow-row{
  grid-auto-flow: row;
}
.grid-flow-col{
  grid-auto-flow: column;
}
.grid-flow-dense{
  grid-auto-flow: dense;
}
.grid-flow-row-dense{
  grid-auto-flow: row dense;
}
.grid-flow-col-dense{
  grid-auto-flow: column dense;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[1fr\2c 20\.625rem\]{
  grid-template-columns: 1fr 20.625rem;
}
.grid-cols-\[2fr\2c 1fr\]{
  grid-template-columns: 2fr 1fr;
}
.grid-cols-\[1fr_2fr\]{
  grid-template-columns: 1fr 2fr;
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-wrap-reverse{
  flex-wrap: wrap-reverse;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.place-content-center{
  place-content: center;
}
.place-content-start{
  place-content: start;
}
.place-content-end{
  place-content: end;
}
.place-content-between{
  place-content: space-between;
}
.place-content-around{
  place-content: space-around;
}
.place-content-evenly{
  place-content: space-evenly;
}
.place-content-baseline{
  place-content: baseline;
}
.place-content-stretch{
  place-content: stretch;
}
.place-items-start{
  place-items: start;
}
.place-items-end{
  place-items: end;
}
.place-items-center{
  place-items: center;
}
.place-items-baseline{
  place-items: baseline;
}
.place-items-stretch{
  place-items: stretch;
}
.content-normal{
  align-content: normal;
}
.content-center{
  align-content: center;
}
.content-start{
  align-content: flex-start;
}
.content-end{
  align-content: flex-end;
}
.content-between{
  align-content: space-between;
}
.content-around{
  align-content: space-around;
}
.content-evenly{
  align-content: space-evenly;
}
.content-baseline{
  align-content: baseline;
}
.content-stretch{
  align-content: stretch;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-normal{
  justify-content: normal;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.\!justify-end{
  justify-content: flex-end !important;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.justify-evenly{
  justify-content: space-evenly;
}
.justify-stretch{
  justify-content: stretch;
}
.justify-items-start{
  justify-items: start;
}
.justify-items-end{
  justify-items: end;
}
.justify-items-center{
  justify-items: center;
}
.justify-items-stretch{
  justify-items: stretch;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[0\.325rem\]{
  gap: 0.325rem;
}
.gap-\[0\.375rem\]{
  gap: 0.375rem;
}
.gap-\[0\.625rem\]{
  gap: 0.625rem;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 1;
}
.space-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}
.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 1;
}
.divide-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 1;
}
.divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid;
}
.divide-dashed > :not([hidden]) ~ :not([hidden]){
  border-style: dashed;
}
.divide-dotted > :not([hidden]) ~ :not([hidden]){
  border-style: dotted;
}
.divide-double > :not([hidden]) ~ :not([hidden]){
  border-style: double;
}
.divide-none > :not([hidden]) ~ :not([hidden]){
  border-style: none;
}
.place-self-auto{
  place-self: auto;
}
.place-self-start{
  place-self: start;
}
.place-self-end{
  place-self: end;
}
.place-self-center{
  place-self: center;
}
.place-self-stretch{
  place-self: stretch;
}
.self-auto{
  align-self: auto;
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.self-stretch{
  align-self: stretch;
}
.self-baseline{
  align-self: baseline;
}
.justify-self-auto{
  justify-self: auto;
}
.justify-self-start{
  justify-self: start;
}
.justify-self-end{
  justify-self: end;
}
.justify-self-center{
  justify-self: center;
}
.justify-self-stretch{
  justify-self: stretch;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-clip{
  overflow: clip;
}
.overflow-visible{
  overflow: visible;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.overflow-x-clip{
  overflow-x: clip;
}
.overflow-y-clip{
  overflow-y: clip;
}
.overflow-x-visible{
  overflow-x: visible;
}
.overflow-y-visible{
  overflow-y: visible;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.overscroll-auto{
  overscroll-behavior: auto;
}
.overscroll-contain{
  overscroll-behavior: contain;
}
.overscroll-none{
  overscroll-behavior: none;
}
.overscroll-y-auto{
  overscroll-behavior-y: auto;
}
.overscroll-y-contain{
  overscroll-behavior-y: contain;
}
.overscroll-y-none{
  overscroll-behavior-y: none;
}
.overscroll-x-auto{
  overscroll-behavior-x: auto;
}
.overscroll-x-contain{
  overscroll-behavior-x: contain;
}
.overscroll-x-none{
  overscroll-behavior-x: none;
}
.scroll-auto{
  scroll-behavior: auto;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis{
  text-overflow: ellipsis;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.text-clip{
  text-overflow: clip;
}
.hyphens-none{
  -webkit-hyphens: none;
          hyphens: none;
}
.hyphens-manual{
  -webkit-hyphens: manual;
          hyphens: manual;
}
.hyphens-auto{
  -webkit-hyphens: auto;
          hyphens: auto;
}
.whitespace-normal{
  white-space: normal;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre{
  white-space: pre;
}
.whitespace-pre-line{
  white-space: pre-line;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.whitespace-break-spaces{
  white-space: break-spaces;
}
.text-wrap{
  text-wrap: wrap;
}
.text-nowrap{
  text-wrap: nowrap;
}
.text-balance{
  text-wrap: balance;
}
.text-pretty{
  text-wrap: pretty;
}
.break-normal{
  overflow-wrap: normal;
  word-break: normal;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.break-keep{
  word-break: keep-all;
}
.\!rounded-btn{
  border-radius: var(--radius-btn) !important;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-btn{
  border-radius: var(--radius-btn);
}
.rounded-card{
  border-radius: var(--radius-card);
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-modal{
  border-radius: var(--radius-modal);
}
.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-modal{
  border-bottom-right-radius: var(--radius-modal);
  border-bottom-left-radius: var(--radius-modal);
}
.rounded-e{
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}
.rounded-e-3xl{
  border-start-end-radius: 1.5rem;
  border-end-end-radius: 1.5rem;
}
.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-s{
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}
.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-bl{
  border-bottom-left-radius: 0.25rem;
}
.rounded-bl-2xl{
  border-bottom-left-radius: 1rem;
}
.rounded-br{
  border-bottom-right-radius: 0.25rem;
}
.rounded-ee{
  border-end-end-radius: 0.25rem;
}
.rounded-ee-\[1\.125rem\]{
	border-end-end-radius: 1.125rem;
}
.rounded-es{
  border-end-start-radius: 0.25rem;
}
.rounded-se{
  border-start-end-radius: 0.25rem;
}
.rounded-ss{
  border-start-start-radius: 0.25rem;
}
.rounded-tl{
  border-top-left-radius: 0.25rem;
}
.rounded-tr{
  border-top-right-radius: 0.25rem;
}
.border{
  border-width: 1px;
}
.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-e{
  border-inline-end-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-s{
  border-inline-start-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-dotted{
  border-style: dotted;
}
.border-double{
  border-style: double;
}
.border-hidden{
  border-style: hidden;
}
.border-none{
  border-style: none;
}
.\!border-gray3{
  border-color: var(--gray3) !important;
}
.border-gray{
  border-color: var(--gray);
}
.border-gray-bg{
  border-color: var(--gray-bg);
}
.border-gray3{
  border-color: var(--gray3);
}
.border-main-dark{
  border-color: var(--main-dark);
}
.border-white{
  border-color: var(--white);
}
.\!bg-gray3{
  background-color: var(--gray3) !important;
}
.bg-\[rgb\(255\2c 0\2c 0\)\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black-20{
  background-color: var(--black-20);
}
.bg-black-30{
  background-color: var(--black-30);
}
.bg-black-50{
  background-color: var(--black-50);
}
.bg-gray-bg{
  background-color: var(--gray-bg);
}
.bg-gray3{
  background-color: var(--gray3);
}
.bg-main{
  background-color: var(--main);
}
.bg-main-dark{
  background-color: var(--main-dark);
}
.bg-main-dark-95{
  background-color: var(--main-dark-95);
}
.bg-black{
  background-color: var(--black);
}
.bg-white{
  background-color: var(--white);
}
.bg-white-10{
  background-color: var(--white-10);
}
.bg-white-50{
  background-color: var(--white-50);
}
.decoration-slice{
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}
.decoration-clone{
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.box-decoration-slice{
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}
.box-decoration-clone{
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.bg-cover{
  background-size: cover;
}
.bg-fixed{
  background-attachment: fixed;
}
.bg-local{
  background-attachment: local;
}
.bg-scroll{
  background-attachment: scroll;
}
.bg-clip-border{
  background-clip: border-box;
}
.bg-clip-padding{
  background-clip: padding-box;
}
.bg-clip-content{
  background-clip: content-box;
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-center{
  background-position: center;
}
.bg-repeat{
  background-repeat: repeat;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.bg-repeat-x{
  background-repeat: repeat-x;
}
.bg-repeat-y{
  background-repeat: repeat-y;
}
.bg-repeat-round{
  background-repeat: round;
}
.bg-repeat-space{
  background-repeat: space;
}
.bg-origin-border{
  background-origin: border-box;
}
.bg-origin-padding{
  background-origin: padding-box;
}
.bg-origin-content{
  background-origin: content-box;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}
.object-none{
  -o-object-fit: none;
     object-fit: none;
}
.object-scale-down{
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-left{
  -o-object-position: left;
     object-position: left;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-8{
  padding: 2rem;
}
.p-6{
  padding: 1.5rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[0\.625rem\]{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.\!py-25{
  padding-top: 6.25rem!important;
  padding-bottom: 6.25rem!important;
}
.\!pt-25{
  padding-top: 6.25rem!important;
}
.\!py-40{
  padding-top: 10rem!important;
  padding-bottom: 10rem!important;
}
.\!pt-40{
  padding-top: 10rem!important;
}
.\!pb-40{
  padding-bottom: 10rem!important;
}
.\!pb-60{
  padding-bottom: 15rem!important;
}
.\!pr-\[2\.625rem\]{
  padding-right: 2.625rem !important;
}
.pb-\[7\.5rem\]{
  padding-bottom: 7.5rem;
}
.pb-\[3\.75rem\]{
  padding-bottom: 3.75rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.align-baseline{
  vertical-align: baseline;
}
.align-top{
  vertical-align: top;
}
.align-middle{
  vertical-align: middle;
}
.align-bottom{
  vertical-align: bottom;
}
.align-text-top{
  vertical-align: text-top;
}
.align-text-bottom{
  vertical-align: text-bottom;
}
.align-sub{
  vertical-align: sub;
}
.align-super{
  vertical-align: super;
}
.text-\[4\.375rem\]{
  font-size: 4.375rem;
}
.text-\[2\.5rem\]{
  font-size: 2.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[4rem\]{
  font-size: 4rem;
}
.text-\[3rem\]{
  font-size: 3rem;
}
.text-\[2rem\]{
  font-size: 2rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.normal-case{
  text-transform: none;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.normal-nums{
  font-variant-numeric: normal;
}
.ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.slashed-zero{
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.lining-nums{
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.oldstyle-nums{
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.proportional-nums{
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.diagonal-fractions{
  --tw-numeric-fraction: diagonal-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.stacked-fractions{
  --tw-numeric-fraction: stacked-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-120{
  line-height: 120%;
}
.leading-130{
  line-height: 130%;
}
.leading-140{
  line-height: 140%;
}
.leading-150{
  line-height: 150%;
}
.leading-160{
  line-height: 160%;
}
.text-\[\#336699\]\/\[\.35\]{
  color: rgb(51 102 153 / .35);
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-main{
  color: var(--main);
}
.text-main-dark{
  color: var(--main-dark);
}
.text-primary{
  color: var(--primary);
}
.text-secondary{
  color: var(--secondary);
}
.text-white{
  color: var(--white);
}
.underline{
  text-decoration-line: underline;
}
.overline{
  text-decoration-line: overline;
}
.line-through{
  text-decoration-line: line-through;
}
.no-underline{
  text-decoration-line: none;
}
.decoration-solid{
  text-decoration-style: solid;
}
.decoration-double{
  text-decoration-style: double;
}
.decoration-dotted{
  text-decoration-style: dotted;
}
.decoration-dashed{
  text-decoration-style: dashed;
}
.decoration-wavy{
  text-decoration-style: wavy;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.opacity-0{
  opacity: 0;
}
.bg-blend-normal{
  background-blend-mode: normal;
}
.bg-blend-multiply{
  background-blend-mode: multiply;
}
.bg-blend-screen{
  background-blend-mode: screen;
}
.bg-blend-overlay{
  background-blend-mode: overlay;
}
.bg-blend-darken{
  background-blend-mode: darken;
}
.bg-blend-lighten{
  background-blend-mode: lighten;
}
.bg-blend-color-dodge{
  background-blend-mode: color-dodge;
}
.bg-blend-color-burn{
  background-blend-mode: color-burn;
}
.bg-blend-hard-light{
  background-blend-mode: hard-light;
}
.bg-blend-soft-light{
  background-blend-mode: soft-light;
}
.bg-blend-difference{
  background-blend-mode: difference;
}
.bg-blend-exclusion{
  background-blend-mode: exclusion;
}
.bg-blend-hue{
  background-blend-mode: hue;
}
.bg-blend-saturation{
  background-blend-mode: saturation;
}
.bg-blend-color{
  background-blend-mode: color;
}
.bg-blend-luminosity{
  background-blend-mode: luminosity;
}
.mix-blend-normal{
  mix-blend-mode: normal;
}
.mix-blend-multiply{
  mix-blend-mode: multiply;
}
.mix-blend-screen{
  mix-blend-mode: screen;
}
.mix-blend-overlay{
  mix-blend-mode: overlay;
}
.mix-blend-darken{
  mix-blend-mode: darken;
}
.mix-blend-lighten{
  mix-blend-mode: lighten;
}
.mix-blend-color-dodge{
  mix-blend-mode: color-dodge;
}
.mix-blend-color-burn{
  mix-blend-mode: color-burn;
}
.mix-blend-hard-light{
  mix-blend-mode: hard-light;
}
.mix-blend-soft-light{
  mix-blend-mode: soft-light;
}
.mix-blend-difference{
  mix-blend-mode: difference;
}
.mix-blend-exclusion{
  mix-blend-mode: exclusion;
}
.mix-blend-hue{
  mix-blend-mode: hue;
}
.mix-blend-saturation{
  mix-blend-mode: saturation;
}
.mix-blend-color{
  mix-blend-mode: color;
}
.mix-blend-luminosity{
  mix-blend-mode: luminosity;
}
.mix-blend-plus-darker{
  mix-blend-mode: plus-darker;
}
.mix-blend-plus-lighter{
  mix-blend-mode: plus-lighter;
}
.\!shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0\.25rem_0\.75rem_0_var\(--black-10\)\]{
  --tw-shadow: 0 0.25rem 0.75rem 0 var(--black-10);
  --tw-shadow-colored: 0 0.25rem 0.75rem 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-card{
  --tw-shadow: var(--shadow-card);
  --tw-shadow-colored: var(--shadow-card);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-header{
  --tw-shadow: var(--shadow-header);
  --tw-shadow-colored: var(--shadow-header);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.outline-dashed{
  outline-style: dashed;
}
.outline-dotted{
  outline-style: dotted;
}
.outline-double{
  outline-style: double;
}
.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset{
  --tw-ring-inset: inset;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sepia{
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter-none{
  filter: none;
}
.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-grayscale{
  --tw-backdrop-grayscale: grayscale(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-invert{
  --tw-backdrop-invert: invert(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-sepia{
  --tw-backdrop-sepia: sepia(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter-none{
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.contain-none{
  contain: none;
}
.contain-content{
  contain: content;
}
.contain-strict{
  contain: strict;
}
.contain-size{
  --tw-contain-size: size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}
.contain-inline-size{
  --tw-contain-size: inline-size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}
.contain-layout{
  --tw-contain-layout: layout;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}
.contain-paint{
  --tw-contain-paint: paint;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}
.contain-style{
  --tw-contain-style: style;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}
.content-\[\'this-is-also-valid\]-weirdly-enough\'\]{
  --tw-content: 'this-is-also-valid]-weirdly-enough';
  content: var(--tw-content);
}
.forced-color-adjust-auto{
  forced-color-adjust: auto;
}
.forced-color-adjust-none{
  forced-color-adjust: none;
}
.\@container{
  container-type: inline-size;
}
.\[vite\:css\]{
  vite: css;
}
.\[vite\:html\]{
  vite: html;
}
html {
  overflow-x: clip;
  scroll-behavior: smooth;
}
html:has(dialog[open]), html:has(dialog[open=true]) {
  overflow: hidden;
  margin-right: var(--scrollbar-size);
}
body {
  scroll-behavior: smooth;
  overflow-x: clip;
  color: var(--primary);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  background-color: var(--bg-color);
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: var(--primary);
}
.root {
  min-height: 100vh;
  /* height: 100%; */
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main {
  scroll-behavior: smooth;
  flex-grow: 1;
  height: 100%;
}
img,
svg {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
a,
a svg,
a span,
button,
button svg,
button span {
  transition: all 0.3s !important;
}

.text-block {
  line-height: 160%;
  container-type: inline-size;
  container-name: text-block;
}
.text-block *:last-child {
  margin-bottom: 0;
}
.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
  line-height: 140%;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.text-block h1 {
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .text-block h1 {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .text-block h1 {
    font-size: 1.75rem;
  }
}
@media (max-width: 639px) {
  .text-block h1 {
    font-size: 1.5rem;
  }
}
.text-block h2 {
  font-size: 1.875rem;
}
@media (max-width: 1023px) {
  .text-block h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .text-block h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 639px) {
  .text-block h2 {
    font-size: 1.25rem;
  }
}
.text-block h3 {
  font-size: 1.75rem;
}
@media (max-width: 1023px) {
  .text-block h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .text-block h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 639px) {
  .text-block h3 {
    font-size: 1.125rem;
  }
}
.text-block h4 {
  font-size: 1.5rem;
}
@media (max-width: 1023px) {
  .text-block h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .text-block h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 639px) {
  .text-block h4 {
    font-size: 1rem;
  }
}
.text-block h5 {
  font-size: 1.25rem;
}
@media (max-width: 1023px) {
  .text-block h5 {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .text-block h5 {
    font-size: 1rem;
  }
}
.text-block h6 {
  font-size: 1.125rem;
}
@media (max-width: 1023px) {
  .text-block h6 {
    font-size: 1rem;
  }
}
.text-block img {
  width: 100%;
  height: 37.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--radius-card);
}
.text-block img.chart-img {
  /* max-width: 31.25rem; */
  max-width: 50rem;
  height: auto;
  border-radius:0;
  -o-object-fit: contain;
     object-fit: contain;
}
.text-block ul.no-margin {
	gap:0;
}
.text-block .img-wrapper{
	position: relative;
	overflow: hidden;
	border-radius: var(--radius-card);
}
.text-block .img-wrapper img{
	margin: 0;
}
html:not(.hide-images) .text-block .img-wrapper::after {
	display: block;
	content: "";
	background-color: var(--black-30);
	position: absolute;
	inset: 0;
	z-index: 1;
}
html:not(.hide-images) .text-block .img-wrapper .title{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2rem;
	right: 2rem;
	color: var(--white);
	font-size: 72px;
	z-index: 2;
	max-width: 1024px;
}
@media (max-width: 1279px) {
  html:not(.hide-images) .text-block .img-wrapper .title {
	font-size: 60px;
  }
}
@media (max-width: 1023px) {
  html:not(.hide-images) .text-block .img-wrapper .title {
	font-size: 48px;
	left: 1.5rem;
	right: 1.5rem;
  }
}
@media (max-width: 767px) {
  html:not(.hide-images) .text-block .img-wrapper .title {
	font-size: 2rem;
  }
}
@media (max-width: 639px) {
  html:not(.hide-images) .text-block .img-wrapper .title {
	font-size: 1.75rem;
	left: 1rem;
	right: 1rem;
  }
}
@media (max-width: 450px) {
  html:not(.hide-images) .text-block .img-wrapper .title {
	font-size: 1.5rem;
  }
}
@media (max-width: 360px) {
  html:not(.hide-images) .text-block .img-wrapper .title {
	word-break: break-word;
  }
}

.text-block img.logo-img {
  min-width: 3.75rem;
  max-width: 3.75rem;
  min-height: 3.75rem;
  max-height: 3.75rem;
  border-radius:0;
  -o-object-fit: contain;
     object-fit: contain;
}
.text-block img.certificate-img {
	display: inline-block;
  width: auto;
  min-height: 20rem;
  max-height: 20rem;
  border-radius:0;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1279px) {
  .text-block img {
    height: 31.25rem;
  }
}
@media (max-width: 1023px) {
  .text-block img {
    height: 28.125rem;
  }
}
@media (max-width: 767px) {
  .text-block img {
    height: 21.875rem;
  }
}
@media (max-width: 639px) {
  .text-block img {
    height: 18.75rem;
  }
}

.text-block div,
.text-block a,
.text-block li,
.text-block p {
  line-height: 160%;
  font-size: 1rem;
}
.text-block div,
.text-block p,
.text-block blockquote,
.text-block ul,
.text-block img,
.text-block ol {
  margin-bottom: 1.25rem;
}
.text-block a {
  color: var(--main);
}
.text-block ol,
.text-block ul {
  list-style-position: inside;
  line-height: 160%;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.text-block ul {
  list-style-type: disc;
}
.text-block ul li::marker {
  color: var(--main);
}
.text-block ol {
  list-style-type: decimal;
}
.text-block blockquote {
  background-color: var(--gray-bg);
  border-radius: var(--radius-card);
  padding: 1rem;
}
.pagination .link,
.pagination .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  color: var(--secondary);
  border-radius: var(--radius-btn);
  background: var(--gray3);
  transition: all 0.3s;
  border: 0.0625rem solid var(--gray);
}
@media (max-width: 639px) {
  .pagination .link,
  .pagination .text {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1rem;
  }
}
.pagination .link svg,
.pagination .text svg {
  width: 0.75rem;
  height: 0.75rem;
  stroke: var(--secondary);
}
.pagination .link:hover {
  background-color: var(--main);
  color: var(--white);
  border-color: var(--main);
}
.pagination .link.active {
  background-color: var(--main);
  color: var(--white);
  border-color: var(--main);
}
.pagination .prev svg {
  rotate: 90deg;
}
.pagination .next svg {
  rotate: -90deg;
}
.pagination .prev,
.pagination .next {
  border-color: var(--gray);
}
.pagination .prev svg,
.pagination .next svg {
  stroke: var(--secondary);
}
.pagination .prev:hover,
.pagination .next:hover {
  border-color: var(--main);
}
.pagination .prev:hover svg,
.pagination .next:hover svg {
  stroke: var(--white);
}
.custom-tabs {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.custom-tabs .tab-btns {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.custom-tabs .tab-btns .tab-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-tabs .tabs .tab {
  display: none;
}
.custom-tabs .tabs .tab.active {
  display: block;
}
.document-tabs .tab-btns .tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: var(--btn-height);
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  border-radius: var(--radius-btn);
  color: var(--btn-text-color);
  background: var(--btn-bg-color);
  padding: 0.5rem 1rem;
  border: 0.125rem solid var(--btn-border-color);
  transition: all 0.3s;
  --btn-text-color: var(--main);
  --btn-bg-color: var(--main-10);
  --btn-border-color: transparent;
  white-space: nowrap;
}
.document-tabs .tab-btns .tab-btn.active, .document-tabs .tab-btns .tab-btn:hover {
  --btn-bg-color: var(--main);
  --btn-border-color: var(--main);
  --btn-text-color: var(--white);
}
.document-tabs .tab-btns .tab-btn:disabled {
  --btn-bg-color: var(--gray) !important;
  --btn-text-color: var(--placeholder) !important;
  --btn-border-color: var(--gray) !important;
  pointer-events: none;
}
.tab-btns-swiper {
  position: relative;
  transition: all 0.3s;
  padding: 0 0.75rem;
  margin-bottom: 2rem;
}
.tab-btns-swiper:has(.year-btn) .swiper-next,
.tab-btns-swiper:has(.year-btn) .swiper-prev {
  background-color: transparent;
}
.tab-btns-swiper:has(.swiper-prev.swiper-button-lock) {
  padding-left: 0;
}
.tab-btns-swiper:has(.swiper-next.swiper-button-lock) {
  padding-right: 0;
}
.tab-btns-swiper .tab-btns {
  margin-bottom: 0;
}
.tab-btns-swiper .swiper-next,
.tab-btns-swiper .swiper-prev {
  position: absolute !important;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 1.5rem;
  background-color: var(--white);
  color: var(--primary);
  position: relative;
  z-index: 1;
}
.tab-btns-swiper .swiper-next.swiper-button-disabled, .tab-btns-swiper .swiper-next.swiper-button-lock,
.tab-btns-swiper .swiper-prev.swiper-button-disabled,
.tab-btns-swiper .swiper-prev.swiper-button-lock {
  display: none;
}
.tab-btns-swiper .swiper-next::after,
.tab-btns-swiper .swiper-prev::after {
  transition: all 0.3s;
  font-family: "Font Awesome 6 Free";
  font-size: 1rem;
  content: "\f078";
  font-weight: 600;
  display: block;
}
.tab-btns-swiper .swiper-next {
  right: -1rem;
}
.tab-btns-swiper .swiper-next::after {
  rotate: -90deg;
}
.tab-btns-swiper .swiper-prev {
  left: -1rem;
}
.tab-btns-swiper .swiper-prev::after {
  rotate: 90deg;
}
.accordion > .content {
  display: none;
}
.accordion.open > .content {
  display: block;
}
.table-wrapper {
  overflow-x: auto;
  border: 0.0625rem solid var(--gray);
  border-radius: 1rem;
}
.table-wrapper table {
  width: 100%;
}
.table-wrapper table tr:last-child td {
  border-bottom: none;
}
.table-wrapper table th {
  background-color: var(--gray-bg);
}
.table-wrapper table th,
.table-wrapper table td {
  padding: 0.625rem 1rem;
  line-height: 150%;
  border-bottom: 0.0625rem solid var(--gray);
  border-right: 0.0625rem solid var(--gray);
  text-align: start;
}
@media (max-width: 1023px) {
  .table-wrapper table th,
  .table-wrapper table td {
    padding: 0.625rem 0.75rem;
  }
}
.table-wrapper table th:last-child,
.table-wrapper table td:last-child {
  border-right: none;
}
.table-wrapper table th {
  font-weight: 600;
}
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  margin-bottom: 2rem;
}
.section-header .link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--main);
  padding: 0.25rem 0;
}
.section-header .link:hover {
  opacity: 0.6;
}
.section-header .link svg {
  color: var(--main);
  min-height: 1.25rem;
  max-height: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
}
.swiper .swiper-slide {
  height: auto;
}
.swiper-with-navigation {
  position: relative;
}
.swiper-with-navigation .swiper {
  padding: 0.25rem 0;
}
@media (max-width: 1023px) {
  .swiper-with-navigation .swiper {
    overflow: visible;
  }
}
.swiper-with-navigation .swiper-next,
.swiper-with-navigation .swiper-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--btn-height);
  max-height: var(--btn-height);
  min-width: var(--btn-height);
  max-width: var(--btn-height);
  border-radius: 100%;
  border: 0.0625rem solid var(--gray);
  background-color: var(--white);
  z-index: 1;
}
.swiper-with-navigation .swiper-next.swiper-button-disabled,
.swiper-with-navigation .swiper-prev.swiper-button-disabled {
  opacity: 0.8;
}
.swiper-with-navigation .swiper-next.swiper-button-lock,
.swiper-with-navigation .swiper-prev.swiper-button-lock {
  display: none;
}
@media (max-width: 1023px) {
  .swiper-with-navigation .swiper-next,
  .swiper-with-navigation .swiper-prev {
    display: none;
  }
}
.swiper-with-navigation .swiper-next:hover,
.swiper-with-navigation .swiper-prev:hover {
  opacity: 0.8;
}
.swiper-with-navigation .swiper-next:after,
.swiper-with-navigation .swiper-prev:after {
  font-family: "Font Awesome 6 Free";
  content: "\f062";
  font-weight: 600;
  color: var(--primary);
  display: block;
  font-size: 1.125rem;
  transition: all 0.3s;
}
.swiper-with-navigation .swiper-next {
  right: -1rem;
}
.swiper-with-navigation .swiper-next::after {
  rotate: 90deg;
}
.swiper-with-navigation .swiper-prev {
  left: -1rem;
}
.swiper-with-navigation .swiper-prev::after {
  rotate: -90deg;
}
.page-header {
  padding: 1.25rem 0;
}
.page-header .container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-header .title {
  font-weight: 600;
  line-height: 120%;
  font-size: 2rem;
}
@media (max-width: 1279px) {
  .page-header .title {
    font-size: 1.75rem;
  }
}
@media (max-width: 1023px) {
  .page-header .title {
    font-size: 1.5rem;
  }
}
@media (max-width: 639px) {
  .page-header .title {
    font-size: 1.25rem;
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  row-gap: 0.5rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
.breadcrumbs svg {
  width: 0.5rem;
  height: 0.5rem;
  color: var(--primary);
  rotate: -90deg;
}
.breadcrumbs .link {
  opacity: 0.7;
}
.breadcrumbs .link:hover {
  opacity: 1;
}
.structure-tabs .tab-btn svg {
  min-height: 1.25rem;
  max-height: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
}
.animation-accordion {
  --accordion-padding: 1.5rem;
  overflow: hidden;
}
.animation-accordion .content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  opacity: 0;
}
.animation-accordion.open .content {
  padding: var(--accordion-padding) 0 0;
  max-height: none;
  overflow: visible;
  opacity: 1;
}
.animation-accordion.open .btn svg {
  rotate: 180deg;
}
.info-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}
.info-card .title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  line-height: 140%;
  color: var(--secondary);
}
.info-card .title svg {
  color: var(--main);
  min-height: 1.375rem;
  max-height: 1.375rem;
  min-width: 1.375rem;
  max-width: 1.375rem;
}
.info-card .text-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0.25rem;
}
.info-card .text,
.info-card .link {
  font-weight: 500;
  display: inline-block;
  line-height: 120%;
}
.info-card .link:hover {
  opacity: 0.6;
}
.info-card .info-person {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.info-card .info-person .name {
  font-weight: 500;
}
.info-card .info-person .position {
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--secondary);
}
.years-wrapper {
  display: flex;
  border-bottom: 0.0625rem solid var(--gray);
  margin-bottom: 1.5rem;
  gap: 0.5rem;
}
.years-wrapper .year-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.375rem;
  border-bottom: 0.125rem solid transparent;
  font-family: var(--font-family);
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  padding: 0.5rem;
  width: auto !important;
}
.years-wrapper .year-btn:hover {
  border-color: var(--main-50);
}
.years-wrapper .year-btn.active {
  border-color: var(--main);
}
.certificates-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.history-swiper {
  border-radius: var(--radius-card);
}
.history-swiper .swiper-slide {
  height: auto;
  pointer-events: none;
}
.history-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--black-50) 0%, var(--black-10) 100%);
}
.history-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.history-thumbs {
  --bottom-distance: 6.25rem;
  --bar-bottom-distance: calc(0.1875rem + var(--bottom-distance));
  --active-bar-color: var(--main);
  --bar-color: var(--secondary2);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
@media (max-width: 1279px) {
  .history-thumbs {
    --bottom-distance: 5rem;
  }
}
@media (max-width: 1023px) {
  .history-thumbs {
    --bottom-distance: 2.5rem;
  }
}
.history-thumbs .active-bar {
  position: absolute;
  left: 0;
  background-color: var(--active-bar-color);
  display: block;
  width: 0;
  height: 0.125rem;
  z-index: 2;
  transition: all 0.3s;
  bottom: var(--bar-bottom-distance);
}
.history-thumbs::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: var(--bar-bottom-distance);
  background-color: var(--bar-color);
  display: block;
  width: 100%;
  height: 0.125rem;
  z-index: 1;
}
.history-thumbs .swiper-slide {
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.history-thumbs .swiper-slide .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 6.25rem;
  color: var(--white);
  position: relative;
  margin-bottom: var(--bottom-distance);
  width: 100%;
}
.history-thumbs .swiper-slide .content-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1875rem;
  background-color: var(--bar-color);
  display: block;
  width: 100%;
  height: 0.125rem;
}
.history-thumbs .swiper-slide .content-wrapper .dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  min-height: 0.5rem;
  max-height: 0.5rem;
  min-width: 0.5rem;
  max-width: 0.5rem;
  background-color: var(--bar-color);
  border-radius: 100%;
}
.history-thumbs .swiper-slide.swiper-slide-thumb-active .dot, .history-thumbs .swiper-slide.before-active .dot {
  background-color: var(--active-bar-color);
}
.history-thumbs .swiper-slide.swiper-slide-thumb-active::after, .history-thumbs .swiper-slide.before-active::after {
  transform: translateX(0);
}
.history-year,
.history-text {
  pointer-events: none !important;
}
.history-year .swiper-slide,
.history-text .swiper-slide {
  pointer-events: none !important;
}
.document-section {
  background-color: var(--gray-bg);
  padding: 1.5rem 0;
}
.document-section:not(:has(.years-wrapper)) {
  padding: 3.75rem 0;
}
@media (max-width: 767px) {
  .document-section:not(:has(.years-wrapper)) {
    padding: 2.5rem 0;
  }
}
@media (min-width: 640px){
  .sm\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 640px){
    .sm\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .sm\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .sm\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .sm\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px){
    .sm\:container{
      max-width: 1536px;
    }
  }
}
.hover\:bg-main-dark:hover{
  background-color: var(--main-dark);
}
.hover\:font-bold:hover{
  font-weight: 700;
}
.hover\:text-\[var\(--icon-hover-color\)\]:hover{
  color: var(--icon-hover-color);
}
.hover\:opacity-50:hover{
  opacity: 0.5;
}
.hover\:opacity-60:hover{
  opacity: 0.6;
}
.hover\:opacity-70:hover{
  opacity: 0.7;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.hover\:opacity-90:hover{
  opacity: 0.9;
}
.before\:hover\:text-center:hover::before{
  content: var(--tw-content);
  text-align: center;
}
.hover\:before\:text-center:hover::before{
  content: var(--tw-content);
  text-align: center;
}
.focus\:shadow-\[0_0_0_0\.25rem_var\(--main-50\)\]:focus{
  --tw-shadow: 0 0 0 0.25rem var(--main-50);
  --tw-shadow-colored: 0 0 0 0.25rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:hover\:text-center:hover:focus{
  text-align: center;
}
.hover\:focus\:text-center:focus:hover{
  text-align: center;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
@container (min-width: 20rem){
  .\@\[20rem\]\:h-\[15rem\]{
    height: 15rem;
  }
}
@container (min-width: 25rem){
  .\@\[25rem\]\:h-\[16rem\]{
    height: 16rem;
  }
  .\@\[25rem\]\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
}
@container (min-width: 28.125rem){
  .\@\[28\.125rem\]\:grid{
    display: grid;
  }
}
@container (min-width: 31.25rem){
  .\@\[31\.25rem\]\:grid{
    display: grid;
  }
}
@container (min-width: 45.625rem){
  .\@\[45\.625rem\]\:max-w-\[20rem\]{
    max-width: 20rem;
  }
  .\@\[45\.625rem\]\:flex-row{
    flex-direction: row;
  }
  .\@\[45\.625rem\]\:flex-nowrap{
    flex-wrap: nowrap;
  }
}
@container (min-width: 48.75rem){
  .\@\[48\.75rem\]\:max-w-\[22\.5rem\]{
    max-width: 22.5rem;
  }
}
@container (min-width: 56.25rem){
  .\@\[56\.25rem\]\:size-\[7\.5rem\]{
    width: 7.5rem;
    height: 7.5rem;
  }
  .\@\[56\.25rem\]\:min-w-\[7\.5rem\]{
    min-width: 7.5rem;
  }
  .\@\[56\.25rem\]\:max-w-\[35rem\]{
    max-width: 35rem;
  }
  .\@\[56\.25rem\]\:gap-10{
    gap: 2.5rem;
  }
  .\@\[56\.25rem\]\:gap-6{
    gap: 1.5rem;
  }
  .\@\[56\.25rem\]\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .\@\[56\.25rem\]\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@container (min-width: 68.75rem){
  .\@\[68\.75rem\]\:max-w-none{
    max-width: none;
  }
  .\@\[68\.75rem\]\:justify-between{
    justify-content: space-between;
  }
  .\@\[68\.75rem\]\:pr-10{
    padding-right: 2.5rem;
  }
}
@media (max-width: 639px){
  .max-\[639px\]\:\!right-\[5\.625rem\]{
    right: 5.625rem !important;
  }
  .max-\[639px\]\:\!right-\[8\.75rem\]{
    right: 8.75rem !important;
  }
}
@media (min-width: 640px){
  .sm\:\!absolute{
    position: absolute !important;
  }
  .sm\:absolute{
    position: absolute;
  }
  .sm\:left-\[4rem\]{
    left: 4rem;
  }
  .sm\:right-6{
    right: 1.5rem;
  }
  .sm\:right-\[4rem\]{
    right: 4rem;
  }
  .sm\:right-\[calc\(100\%\+1rem\)\]{
    right: calc(100% + 1rem);
  }
  .sm\:top-12{
    top: 3rem;
  }
  .sm\:order-first{
    order: -9999;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:\!hidden{
    display: none !important;
  }
  .sm\:\!flex{
    display: flex !important;
  }
  .sm\:grid{
    display: grid;
  }
  .sm\:size-\[6\.25rem\]{
    width: 6.25rem;
    height: 6.25rem;
  }
  .sm\:size-\[8\.75rem\]{
    width: 8.75rem;
    height: 8.75rem;
  }
  .sm\:h-\[15rem\]{
    height: 15rem;
  }
  .sm\:h-\[18\.75rem\]{
    height: 18.75rem;
  }
  .sm\:h-\[3\.75rem\]{
    height: 3.75rem;
  }
  .sm\:h-\[31\.25rem\]{
    height: 31.25rem;
  }
  .sm\:h-auto{
    height: auto;
  }
  .sm\:h-full{
    height: 100%;
  }
  .sm\:max-h-\[31\.25rem\]{
    max-height: 31.25rem;
  }
  .sm\:min-h-\[8\.75rem\]{
    min-height: 8.75rem;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:min-w-80{
    min-width: 20rem;
  }
  .sm\:min-w-\[6\.25rem\]{
    min-width: 6.25rem;
  }
  .sm\:min-w-\[8\.75rem\]{
    min-width: 8.75rem;
  }
  .sm\:max-w-\[18rem\]{
    max-width: 18rem;
  }
  .sm\:max-w-\[25rem\]{
    max-width: 25rem;
  }
  .sm\:max-h-\[40rem\]{
    max-height: 40rem;
  }
  .sm\:max-h-\[44rem\]{
    max-height: 44rem;
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:justify-end{
    justify-content: flex-end;
  }  
  .sm\:rounded-2xl{
    border-radius: 1rem;
  }
  .sm\:rounded-modal{
    border-radius: var(--radius-modal);
  }
  .sm\:bg-black-50{
    background-color: var(--black-50);
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:pb-4{
    padding-bottom: 1rem;
  }
  .sm\:pt-6{
    padding-top: 1.5rem;
  }
  .sm\:text-start{
    text-align: start;
  }
  .sm\:text-\[1\.5rem\]{
    font-size: 1.5rem;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:text-\[3rem\]{
	font-size: 3rem;
  }
  .sm\:underline{
    text-decoration-line: underline;
  }
  .sm\:shadow-\[0_0\.125rem_1\.25rem_0_var\(--black-10\)\]{
    --tw-shadow: 0 0.125rem 1.25rem 0 var(--black-10);
    --tw-shadow-colored: 0 0.125rem 1.25rem 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 768px){
  .md\:\!hidden{
    display: none !important;
  }
  .md\:block{
    display: block ;
  }
  .md\:\!flex{
    display: flex !important;
  }
  .md\:grid{
    display: grid;
  }
  .md\:flex{
    display: flex;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:h-\[18rem\]{
    height: 18rem;
  }
  .md\:h-\[22\.5rem\]{
    height: 22.5rem;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:min-w-96{
    min-width: 24rem;
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:py-\[3\.75rem\]{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .md\:left-\[4rem\]{
    left: 4rem;
  }
  .md\:right-\[4rem\]{
    right: 4rem;
  }
  .md\:pb-6{
    padding-bottom: 1.5rem;
  }
  .md\:pb-\[3\.75rem\]{
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 1024px){
  .lg\:right-10{
    right: 2.5rem;
  }
  .lg\:order-none{
    order: 0;
  }
  .lg\:pb-\[7\.5rem\]{
    padding-bottom: 7.5rem;
  }
  .lg\:mr-20{
    margin-right: 5rem;
  }
  .lg\:mt-\[3\.75rem\]{
    margin-top: 3.75rem;
  }
  .lg\:\!block{
    display: block !important;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:max-w-\[33\%\]{
	max-width: 33%;
  }
  .lg\:max-w-\[21\.875rem\]{
    max-width: 21.875rem;
  }
  .lg\:h-\[22\.5rem\]{
    height: 22.5rem;
  }
  .lg\:h-\[37\.5rem\]{
    height: 37.5rem;
  }
  .lg\:max-h-none{
    max-height: none;
  }
  .lg\:max-h-\[40rem\]{
    max-height: 40rem;
  }
  .lg\:max-h-\[40rem\]{
    max-height: 40rem;
  }
  .lg\:max-w-\[18\.75rem\]{
    max-width: 18.75rem;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[2fr\2c 1fr\]{
    grid-template-columns: 2fr 1fr;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:gap-0{
    gap: 0;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .lg\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .lg\:gap-y-8{
    row-gap: 2rem;
  }
  .lg\:rounded-tr-card{
    border-top-right-radius: var(--radius-card);
  }
  .lg\:rounded-ee-\[1\.125rem\]{
	border-end-end-radius: 1.125rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:py-12{
  	padding-top: 3rem;
  	padding-bottom: 3rem;
  }
  .lg\:\!py-40{
	padding-top: 10rem!important;
	padding-bottom: 10rem!important;
  }
  .lg\:\!pt-40{
	padding-top: 10rem!important;
  }
  .lg\:\!pb-60{
	padding-bottom: 15rem!important;
  }
  .lg\:py-\[3\.75rem\]{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .lg\:text-\[1\.75rem\]{
    font-size: 1.75rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:text-\[4rem\]{
	font-size: 4rem;
  }
  .lg\:text-\[3rem\]{
	font-size: 3rem;
  }
  .lg\:text-\[2rem\]{
	font-size: 2rem;
  }
  .lg\:flex-nowrap{
	 flex-wrap: nowrap;
  }
  .lg\:justify-between{
	 justify-content: space-between;
  }
  .lg\:items-center{
	 align-items: center;
  }
}
@media (min-width: 1280px){
  .xl\:text-\[4rem\]{
	font-size: 4rem;
  }
  .xl\:left-\[7\.5rem\]{
    left: 7.5rem;
  }
  .xl\:right-\[7\.5rem\]{
    right: 7.5rem;
  }
  .xl\:order-2{
    order: 2;
  }
  .xl\:order-3{
    order: 3;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:grid{
    display: grid;
  }
  .xl\:\!hidden{
    display: none !important;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-\[28\.75rem\]{
    height: 28.75rem;
  }
  .xl\:top-\[10\%\]{
    height: 10%;
  }
  .xl\:h-\[40\.625rem\]{
    height: 40.625rem;
  }
  .xl\:max-h-\[45rem\]{
    max-height: 45rem;
  }
  .xl\:w-full{
    width: 100%;
  }
  .xl\:max-w-\[25rem\]{
    max-width: 25rem;
  }
  .xl\:max-w-\[26\.875rem\]{
    max-width: 26.875rem;
  }
  .xl\:max-w-\[30\%\]{
    max-width: 30%;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:gap-10{
    gap: 2.5rem;
  }
  .xl\:gap-6{
    gap: 1.5rem;
  }
  .xl\:gap-8{
    gap: 2rem;
  }
  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-\[2rem\]{
    font-size: 2rem;
  }
  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .xl\:py-12{
	padding-top: 3rem;
	padding-bottom: 3rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:block{
    display: block;
  }
  .\32xl\:h-\[43\.75rem\]{
    height: 43.75rem;
  }
  .\32xl\:p-12{
    padding: 3rem;
  }
  .\32xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (prefers-color-scheme: dark){
  @media (min-width: 1024px){
    .dark\:lg\:hover\:\[paint-order\:markers\]:hover{
      paint-order: markers;
    }
  }
}:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;-o-object-fit:cover;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #005F75;
}
.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid rgb(0, 53.5897435897, 66);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: rgb(182.75, 182.75, 182.75);
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #005F75;
  border: 1px solid rgb(0, 74.2948717949, 91.5);
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: rgb(0, 74.2948717949, 91.5);
  border: 1px solid rgb(0, 53.5897435897, 66);
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: rgb(170.25, 170.25, 170.25);
  border: 1px solid rgb(144.75, 144.75, 144.75);
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  display: block;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: rgb(182.75, 182.75, 182.75);
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text], [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: rgb(242.25, 242.25, 242.25);
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid rgb(246.5, 246.5, 246.5);
  color: rgb(127.5, 127.5, 127.5);
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */


/* End */


/* Start:/local/templates/main/template_styles.css?177479174212415*/
.header-top {
	.header-helpers {
		.accessibility-menu-wrapper {
			@media (max-width:639px){
				display: none;
			}
		}
		.sound-menu-wrapper {
			.sound-menu {
				.menu-triangle {
					@media (max-width:639px){
						right: 5.75rem!important;
					}
				}
			}
		}
	}
}
.header {
	.header-helpers {
		@media (min-width:640px){
			display: none;
		}
		.sound-menu-wrapper {
			display: none;
		}
		.accessibility-btn {
			display: flex;
			align-items: center;
			justify-content: center;
			border-radius: var(--radius-btn);
			background-color: var(--gray3);
			min-height: var(--btn-height);
			max-height: var(--btn-height);
			min-width: var(--btn-height);
			max-width: var(--btn-height);
			svg {
				color: var(--primary);
			}
		}
		.accessibility-menu {
			top: 7.75rem;
			.menu-triangle {
				right: 3.875rem!important;
			}
		}
	}
}
html.dark-theme,
html.white-theme {
	.header,
	.header-menu-dialog {
		.direction-link {
			&amp;:hover {
				.title,
				.text {
					color: var(--white);
				}
			}
		}
	}
}
.header,
.header-menu-dialog {
	.direction-link {
		.text {
			color: var(--primary);
		}
	}
}
.contact-dialog {
	.content-wrapper {
		left: 50%;
		transform: translateX(-50%);		
		top: 3.125rem;
		min-height: 80%;
		height: auto;
		border-radius: var(--radius-modal);
		max-width: 50rem;
		@media (max-width:1023px){
			max-width: 40rem;
		}
		@media (max-width:767px){
			top: 0;
		}
		@media (max-width:639px){
			border-radius: 0;
		}
	}
    transform: translateY(1.5rem);
    &amp;[open] {
        transform: translateY(0%);
        @starting-style {
            transform: translateY(1.5rem);
        }
    }
}
.custom-radio {
	display: flex;
	align-items: center;
	justify-content: baseline;
	height: var(--btn-height);
	background-color: var(--main-10);
	border-radius: var(--radius-btn);
	padding: 0.5rem 1rem;
	transition: all 0.3s;
	border: 0.0625rem solid var(--main-10);
	cursor: pointer;
	.text {
		color: var(--primary);
	}
	&amp;:has(input:disabled) {
		pointer-events: none;
	}
	&amp;:has(input:not(:disabled)) {
		&amp;:hover {
			background-color: var(--main-20);
			border-color: var(--main-20);
		}
	}
	&amp;:has(input:checked) {
		background-color: var(--main);
		border-color: var(--main);
		&amp;:hover {
			background-color: var(--main);
			border-color: var(--main);
		}
		.text {
			color: var(--white);
		}
	}
	input {
		display: none;
	}
}
.custom-radio-circle {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	input {
		appearance: none;
		min-height: 1.5rem;
		max-height: 1.5rem;
		min-width: 1.5rem;
		max-width: 1.5rem;
		border: 0.0625rem solid var(--main);
		border-radius: 100%;
		position: relative;
		&amp;::after {
			position: absolute;
			content: "";
			display: block;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			border: 0.25rem solid transparent;
			border-radius: 100%;
		}
		&amp;:checked {
			&amp;::after {
				border-color: var(--main);
			}
		}
	}
}
.radio-inputs-wrapper {
	display: flex;
    flex-direction: column;
    gap: 0.5rem;
	.label {
		font-size: 0.875rem;
		font-weight: 500;
		line-height: 120% !important;
	}
	.radio-inputs {
		display: flex;
		align-items: center;
		gap: 0.5rem 1rem;
		flex-wrap: wrap;
	}
}
.white-theme {
	.contact-dialog {
		.content-wrapper {
			input[type="date"] {
				color-scheme: white;
			}
		}
	}
}
.dark-theme {
	.contact-dialog {
		.content-wrapper {
			input[type="date"] {
				color-scheme: dark;
			}
		}
	}
}
.white-theme,.dark-theme {
	.header {
		.header-helpers {
			.accessibility-btn {
				svg {
					color: var(--white);
				}
			}
		}
	}
	.contact-dialog {
		.content-wrapper {
			.radio-inputs-wrapper{
				.label {
					color: var(--primary);
				}
			}
			.text-input {
				.text {
					color: var(--primary);
				}
				textarea,
				input {
					color: var(--primary);
					&amp;::placeholder {
						color: var(--primary);
					}
				}
			}
		}
	}
	.choices {
		.choices__item {
			color: var(--primary);
		}
	}
	.custom-radio {
		background-color: transparent;
		border-color: var(--primary);
		&amp;:has(input:not(:disabled)) {
			&amp;:hover {
				border-color: var(--primary);
				opacity: 0.6;
			}
		}
		&amp;:has(input:checked) {
			background-color: var(--primary);
			border-color: var(--primary);
			opacity: 1!important;
			&amp;:hover {
				background-color: var(--primary);
				border-color: var(--primary);
			}
			.text {
				color: var(--white);
			}
		}
	}
}
.custom-file-input-wrapper {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	.text {
		font-size: 0.875rem;
		color: var(--primary);
	}
}
.history-text {
	.swiper-slide {
		font-size: 1rem;
		line-height: 140%;
		font-weight: 500;
		color: var(--white);
		@media (max-width:639px){
			font-size: 0.875rem;
		}
	}
}
.history-text-wrapper {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	position: absolute;
	top: 10%;
	left: 7.5rem;
	right: 7.5rem;
	z-index: 2;
	max-width: 70rem;
	pointer-events: none!important;
	@media (max-width:1279px){
		top: 5%;
		left: 4rem;
		right: 4rem;
	}
	@media (max-width:767px){
		right: 1.5rem;
		left: 1.5rem;
	}
	@media (max-width:639px){
		right: 1rem;
		left: 1rem;
		top: 2%;
	}
}
.history-swiper {
	max-height: 44rem;
	@media (max-width:639px){
		max-height: 35rem;
	}
	@media (max-width:600px){
		max-height: 40rem;
	}
	@media (max-width:500px){
		max-height: 50rem;
	}
	@media (max-width:420px){
		max-height: 55rem;
	}
	@media (max-width:390px){
		max-height: 60rem;
	}
	@media (max-width:360px){
		max-height: 65rem;
	}
}
.text-block {
	&amp;.big-text {
		div, a, li, p{
			line-height: 160%;
			font-size: 1.25rem;
			@media (max-width:1023px){
				font-size: 1rem;
			}
		}
	}
}
html.dark-theme,
html.white-theme {
	.text-block{
		&amp;.big-text{
			div, a, li, p{
				color: var(--white);
			}
		}
	}
}
.development-card {
	padding: 1.5rem;
	border: 0.0625rem solid var(--main);
	border-radius: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	.title-wrapper {
		display: flex;	
		gap: 0.75rem;
		justify-content: space-between;
		.title {
			font-weight: 800;
			font-size: 1.5rem;
			line-height: 140%;
			color: var(--main);
		}
		img {
			min-width: 3rem;
			min-height: 3rem;
			max-width: 3rem;
			max-height: 3rem;
		}
	}
	.text {
		font-weight: 500;
		font-size: 1.25rem;
		line-height: 120%;
	}
}
html.dark-theme,
html.white-theme {
	.development-card {
		border-color: var(--primary);
		.title-wrapper {
			.title {
				color: var(--primary);
			}
		}
	}
}
html.dark-theme{
	.development-card {
		.title-wrapper {
			img {
				filter: brightness(0) invert(1);
			}
		}
	}	
}
html.white-theme{
	.development-card {
		.title-wrapper {
			img {
				filter: brightness(0);
			}
		}
	}	
}
.metrics-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr auto 1fr;
	gap: 1.5rem;
	@media (max-width:1279px){
		grid-template-columns: 1fr 1fr;
	}
	@media (max-width:767px){
		gap: 1.25rem;
	}
	@media (max-width:639px){
		display: flex;
		flex-direction: column;
	}
	.metric-card{
		max-width: 24.5rem;
		color: var(--white);
		@media (max-width:1535px){
			max-width: 21.25rem;
		}
		@media (max-width:1279px){
			max-width: none;
		}
		.metric {
			font-weight: 700;
			font-size: 4rem;
			@media (max-width:1535px){
				font-size: 3rem;
			}
			@media (max-width:767px){
				font-size: 2.5rem;
			}
			.subtext {
				font-size: 2rem;
				@media (max-width:1535px){
					font-size: 1.5rem;
				}
				@media (max-width:767px){
					font-size: 1.25rem;
				}
			}
		}
		.text {
			font-weight: 500;
		}
	}
}
.metric-card,
.metric-report{
	padding: 1.5rem;
	border-radius: 1.25rem;
	backdrop-filter: blur(3.125rem);
	background: var(--white-10);
	border: 0.0625rem solid var(--white-30);
	&amp;.metric-black {
		background: var(--black-10);
		border: 0.0625rem solid var(--black-30);
	}
	@media (max-width:639px){
		padding: 1.25rem 1rem;
	}
}
.metric-report {
	max-width: 25rem;
	display: flex;
	align-items: center;
	gap: 2.25rem;
	@media (max-width:639px){
		gap: 1.5rem;
	}
	&amp;.metric-float {
		width: 100%;
		height: fit-content;
		max-width: 31.25rem;
		@media (min-width:768px){
			min-width: 25rem;
			float: right;
			margin-left: 1rem;
		}
		@media (max-width:1023px){
			max-width: 27rem;
		}
		@media (max-width:767px){
			max-width: none;
			padding: 1rem;
			.title {
				font-size: 1.125rem;
			}
		}
		h3 {
			margin-bottom: 0;
		}
	}
	&amp;.metric-black {
		&amp;:hover{
			border-color: var(--black);
		}
		.title {
			color: var(--black);
		}
	}
	&amp;:hover{
		border-color: var(--white);
	}
	.title {
		font-weight: 500;
		font-size: 1.25rem;
		color: var(--white);
		@media (max-width:639px){
			font-size: 1.125rem;
		}
		@media (max-width:420px){
			font-size: 1rem;
		}
	}
	.img-wrapper {
		min-width: 4.375rem;
		min-height: 6.25rem;
		border-radius: 0.5rem;
		overflow: hidden;
		position: relative;
		.install-block {
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
			display: flex;
			align-items: center;
			justify-content: center;
			min-width: 3.5rem;
			min-height: 3.5rem;
			max-width: 3.5rem;
			max-height: 3.5rem;
			border-radius: 100%;
			backdrop-filter: blur(0.5rem);
			background: var(--main-dark-40);
			border: 0.0625rem solid var(--white);
			transition: all 0.3s;
			svg{
				width: 1.5rem;
				height: 1.5rem;
				color: var(--white);
			}
		}
		img {
			width: 100%;
			height: 100%;
			object-fit: contain;
		}
	}
}
.dark-theme {
	.metric-card {
		border-color: var(--black-30);
		color: var(--black);
	}
	.metric-report {
		border-color: var(--black-30);
		&amp;:hover{
			border-color: var(--black);
		}
		.title {
			color: var(--black);
		}
		.img-wrapper {
			.install-block {
				border-color: var(--black);
				svg{
					color: var(--black);
				}
			}
		}
	}
}
.not-found-bg {
	position: absolute;
	/* top: 50%; */
	top: 44%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 25rem;
	opacity: 3%;
	z-index: -1;
	@media (max-width:1023px){
		font-size: 20rem;
	}
	@media (max-width:767px){
		font-size: 15rem;
	}
	@media (max-width:639px){
		font-size: 12.5rem;
	}
}
.img-grid {
	display: grid;
	grid-template-columns: 1fr 2fr;
	@media (max-width:1023px){
		grid-template-columns: 1fr 1fr;
	}
	@media (max-width:639px){
		display: flex;
		flex-direction: column;
	}
	img {
		max-width: none!important;
		width: 100%;
	}
}
.full-container {
    padding: 0 1rem;
}
@media all and (min-width: 52rem) {
    .full-container {
        padding: 0;
    }
}
.full-container .text-block p,
.full-container .text-block ul,
.full-container .text-block ol,
.full-container .text-block div,
.full-container .text-block blockquote,
.full-container .text-block h1,
.full-container .text-block h2,
.full-container .text-block h3,
.full-container .text-block h4,
.full-container .text-block h5,
.full-container .text-block h6,
.full-container .text-block pre,
.full-container .text-block table,
.full-container .text-block img,
.full-container .text-block iframe,
.full-container .text-block video,
.full-container .text-block object,
.full-container .text-block embed,
.full-container .text-block svg,
.full-container .text-block canvas,
.full-container .text-block audio,
.full-container .text-block video,
.full-container .text-block input,
.full-container .text-block textarea,
.full-container .text-block button,
.full-container .text-block select,
.full-container .text-block option,
.full-container .text-block label,
.full-container .text-block figure,
.full-container .text-block a {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
}
.full-container .text-block .img-wrapper {
    border-radius: 0;
    margin-right: -1rem;
    margin-left: -1rem;
}
@media all and (min-width: 62rem) {
    .full-container .text-block .img-wrapper {
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
.full-container .text-block .img-wrapper * {
    max-width: 100%;
    border-radius: 0;
}
html:not(.hide-images) .full-container .text-block .img-wrapper .title {
    max-width: 60rem;
}

.sitemap-container {
	padding-bottom: 40px;
}
.sitemap-container .map-columns td {
	padding-right: 10px;
}
.sitemap-container .map-level-0 > li {
	margin-bottom: 15px;
}

.cursor-pointer {
	cursor: pointer;
}

.faq-block.active .faq-question {
	padding-bottom: 0;
}
.faq-block.active .faq-answer {
	padding-top: 20px;
}

.search-advanced, .search-sorting {
	display: none;
}
/* End */
/* /local/templates/main/assets/main-e794c5bc.css?1774531007181870 */
/* /local/templates/main/template_styles.css?177479174212415 */
