/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/scss/redesign/main.scss ***!
  \***************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/fonts/archivo/archivo-variable-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/fonts/archivo/archivo-variable-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body.rd-active #page,
body.rd-active #page.home-page {
  padding-top: 0 !important;
}

body.rd-active section#content,
body.rd-active .main,
body.rd-active .main2 {
  padding-top: 40px;
}

.rd {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #1d2b24;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.rd :where(h1, h2, h3, h4, h5, h6) {
  margin-top: 0;
  padding: 0;
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  text-align: left !important;
  text-transform: none;
  letter-spacing: -0.01em;
}
.rd p,
.rd li,
.rd td,
.rd th {
  text-align: left !important;
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
}
.rd,
.rd *,
.rd *::before,
.rd *::after {
  box-sizing: border-box;
}
.rd a {
  color: #004d2f;
  text-underline-offset: 2px;
}
.rd a:hover {
  color: #006840;
}
.rd :focus-visible {
  outline: 2px solid #006840;
  outline-offset: 2px;
}
.rd ::selection {
  background: #cfe4da;
}
.rd img {
  max-width: 100%;
  height: auto;
}
.rd :where(ul, ol) {
  margin: 0;
  padding: 0;
}

.rd-container {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.rd-sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.rd .rd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 10px 16px;
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  border: 2px solid transparent;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.rd .rd-btn--primary {
  background: #006840;
  border-color: #006840;
  color: #fff;
}
.rd .rd-btn--primary:hover, .rd .rd-btn--primary:focus-visible {
  background: #00563a;
  border-color: #00563a;
  color: #fff;
}
.rd .rd-btn--secondary {
  background: transparent;
  border-color: #cfd8d3;
  color: #1d2b24;
}
.rd .rd-btn--secondary:hover, .rd .rd-btn--secondary:focus-visible {
  background: #eaf3ee;
  color: #004d2f;
}
.rd .rd-btn--ghost {
  background: transparent;
  border-color: transparent;
  color: #004d2f;
}
.rd .rd-btn--ghost:hover, .rd .rd-btn--ghost:focus-visible {
  background: #eaf3ee;
}
.rd .rd-btn--light {
  background: #fff;
  border-color: #fff;
  color: #006840;
}
.rd .rd-btn--light:hover, .rd .rd-btn--light:focus-visible {
  background: #eaf3ee;
  border-color: #eaf3ee;
  color: #004d2f;
}
.rd .rd-btn--lg {
  padding: 12px 20px;
}
.rd .rd-btn--block {
  width: 100%;
}
.rd .rd-tag {
  display: inline-block;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  border-radius: 0;
}
.rd .rd-tag--accent {
  background: #eaf3ee;
  color: #004d2f;
}
.rd .rd-tag--neutral {
  background: #eceff0;
  color: #5a6863;
}
.rd .rd-hr {
  height: 0;
  margin: 0;
  border: 0;
  border-top: 2px solid #cfd8d3;
}
.rd .rd-kicker {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  display: block;
  margin: 0 0 8px;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #006840;
}
.rd .rd-muted {
  color: #5a6863;
}
.rd .rd-cells {
  display: grid;
  gap: 2px;
  background: #cfd8d3;
  border: 2px solid #cfd8d3;
}
.rd .rd-cells > * {
  background: #ffffff;
  padding: 20px;
  min-width: 0;
}
@media (max-width: 480px) {
  .rd .rd-cells > * {
    padding: 14px;
  }
}
.rd .rd-cells > .rd-cells__span {
  grid-column: 1/-1;
}
.rd .rd-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.rd .rd-table th,
.rd .rd-table td {
  padding: 8px 0;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #cfd8d3;
}
.rd .rd-table th {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5a6863;
  border-bottom: 2px solid #cfd8d3;
}
.rd .rd-table td + td,
.rd .rd-table th + th {
  padding-left: 12px;
}
.rd .rd-table tbody tr:hover {
  background: rgba(29, 43, 36, 0.04);
}

.rd-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(29, 43, 36, 0.08), 0 1px 1px rgba(29, 43, 36, 0.04);
}
.rd-header__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 899.98px) {
  .rd-header__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.rd-header__logo {
  flex: none;
}
.rd-header__logo a {
  display: block;
  line-height: 0;
}
.rd-header__logo img,
.rd-header__logo .custom-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  max-height: 52px;
}
@media (max-width: 899.98px) {
  .rd-header__logo img,
  .rd-header__logo .custom-logo {
    max-height: 48px;
  }
}
.rd-header__brand {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-size: 22px;
  color: #1d2b24;
  text-decoration: none;
}
.rd-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
.rd-header__phone, .rd .rd-header__phone {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-size: 18px;
  color: #006840;
  text-decoration: none;
  white-space: nowrap;
}
.rd-header__phone:hover, .rd-header__phone:focus-visible, .rd .rd-header__phone:hover, .rd .rd-header__phone:focus-visible {
  color: #004d2f;
}
@media (max-width: 899.98px) {
  .rd-header__phone, .rd .rd-header__phone {
    font-size: 17px;
  }
}
.rd-header .rd-header__cta {
  display: none;
}
@media (min-width: 900px) {
  .rd-header .rd-header__cta {
    display: inline-flex;
  }
}
.rd-header__burger {
  display: flex;
  flex: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  background: #006840;
  cursor: pointer;
}
@media (min-width: 900px) {
  .rd-header__burger {
    display: none;
  }
}
.rd-header__burger span {
  display: block;
  height: 3px;
  background: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.rd-header__burger:hover, .rd-header__burger:focus-visible {
  background: #00563a;
}
.rd-header.is-open .rd-header__burger span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.rd-header.is-open .rd-header__burger span:nth-child(2) {
  opacity: 0;
}
.rd-header.is-open .rd-header__burger span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.rd-nav {
  background: #006840;
}
.rd-nav .rd-nav__cta {
  display: none;
}
.rd-nav__list,
.rd-nav .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rd-nav .menu-item {
  position: relative;
  margin: 0;
}
.rd-nav .menu-item > a {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  display: block;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.15s ease;
}
.rd-nav .menu-item > a:hover, .rd-nav .menu-item > a:focus-visible {
  background: #004d2f;
  color: #fff;
}
.rd-nav .menu-item.current-menu-item > a, .rd-nav .menu-item.current-menu-ancestor > a, .rd-nav .menu-item.current-menu-parent > a, .rd-nav .menu-item.is-open > a {
  background: #004d2f;
}
.rd-nav .sub-menu .menu-item > a {
  font-weight: 400;
  letter-spacing: 0;
}
.rd-nav__toggle {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #fff;
  cursor: pointer;
  appearance: none;
}
.rd-nav__toggle svg {
  transition: transform 0.2s ease;
}
.rd-nav__toggle:hover, .rd-nav__toggle:focus-visible {
  background: #004d2f;
}
.menu-item.is-open > .rd-nav__toggle svg {
  transform: rotate(180deg);
}
@media (min-width: 900px) {
  .rd-nav .rd-nav__toggle {
    display: none;
  }
  .rd-nav .rd-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .rd-nav__list {
    display: flex;
    flex-wrap: wrap;
  }
  .rd-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 40;
    display: none;
    min-width: 320px;
    padding: 6px 0;
    background: #ffffff;
    border: 1px solid #cfd8d3;
    box-shadow: 0 6px 16px rgba(29, 43, 36, 0.12), 0 2px 4px rgba(29, 43, 36, 0.06);
  }
  .rd-nav .sub-menu .menu-item > a {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 1.35;
    color: #1d2b24;
    background: none;
  }
  .rd-nav .sub-menu .menu-item > a:hover, .rd-nav .sub-menu .menu-item > a:focus-visible {
    background: #eaf3ee;
    color: #004d2f;
  }
  .rd-nav .sub-menu .menu-item.current-menu-item > a {
    background: #eaf3ee;
    color: #004d2f;
  }
  .rd-nav .menu-item.is-open > .sub-menu {
    display: block;
  }
  .rd-nav .rd-nav__list > .menu-item:nth-last-child(-n+2) > .sub-menu {
    left: auto;
    right: 0;
  }
}
@media (max-width: 899.98px) {
  .rd-nav {
    display: none;
    max-height: 70vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .rd-nav .rd-container {
    padding: 0;
  }
  .rd-nav .rd-nav__cta {
    display: inline-flex;
    margin: 14px 20px;
    padding: 12px 18px;
    font-size: 17px;
    background: #fff;
    border-color: #fff;
    color: #006840;
  }
  .rd-nav .rd-nav__cta:hover, .rd-nav .rd-nav__cta:focus-visible {
    background: #eaf3ee;
    border-color: #eaf3ee;
    color: #004d2f;
  }
  .rd-nav .menu-item {
    border-top: 1px solid #00563a;
  }
  .rd-nav .menu-item > a {
    padding: 14px 20px;
    font-size: 17px;
  }
  .rd-nav .menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .rd-nav .menu-item-has-children > a {
    flex: 1 1 auto;
  }
  .rd-nav .menu-item-has-children > .sub-menu {
    display: none;
    flex: 0 0 100%;
  }
  .rd-nav .menu-item-has-children.is-open > .sub-menu {
    display: block;
  }
  .rd-nav .menu-item-has-children.is-open {
    background: #004d2f;
  }
  .rd-nav .sub-menu {
    padding: 0 0 8px;
  }
  .rd-nav .sub-menu .menu-item {
    border-top: 0;
  }
  .rd-nav .sub-menu .menu-item > a {
    padding: 9px 20px 9px 36px;
    font-size: 15px;
    line-height: 1.35;
    color: #fff;
    opacity: 0.85;
  }
  .rd-nav .sub-menu .menu-item > a:hover, .rd-nav .sub-menu .menu-item > a:focus-visible {
    background: transparent;
    opacity: 1;
  }
}

@media (max-width: 899.98px) {
  .rd-header.is-open .rd-nav {
    display: block;
  }
}
.rd-prefooter {
  margin-top: 64px;
  padding: 56px 0;
  background: #006840;
  color: #ffffff;
}
.rd-prefooter__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  align-items: start;
}
.rd-prefooter__kicker {
  margin-bottom: 16px;
  color: #ffffff;
}
.rd-prefooter__title {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  max-width: 30ch;
  margin: 0 0 20px;
  font-size: clamp(19px, 2.2vw, 26px);
  line-height: 1.2;
}
.rd-prefooter__text {
  max-width: 66ch;
  margin: 20px 0 0;
  font-size: 16px;
}
.rd-prefooter__text:first-of-type {
  margin-top: 0;
}
.rd-prefooter__text--muted {
  margin-top: 16px;
  font-size: 15px;
  opacity: 0.85;
}
.rd-prefooter__phone, .rd .rd-prefooter__phone {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  display: block;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.1;
  color: #ffffff;
  text-decoration: none;
}
.rd-prefooter__phone:hover, .rd-prefooter__phone:focus-visible, .rd .rd-prefooter__phone:hover, .rd .rd-prefooter__phone:focus-visible {
  color: #eaf3ee;
}
.rd-prefooter__mail, .rd .rd-prefooter__mail {
  display: block;
  margin-top: 8px;
  font-size: 17px;
  color: #ffffff;
  text-decoration: underline;
}
.rd-prefooter__mail:hover, .rd-prefooter__mail:focus-visible, .rd .rd-prefooter__mail:hover, .rd .rd-prefooter__mail:focus-visible {
  color: #eaf3ee;
}
.rd-prefooter__kicker + .rd-prefooter__phone {
  margin-top: 0;
}

.rd-lp {
  padding-bottom: 8px;
  background: #ffffff;
}
.rd-lp [id] {
  scroll-margin-top: calc(var(--rd-header-h, 110px) + 16px);
}
.rd-lp :where(p) {
  margin: 0 0 16px;
  font-size: 17px;
}
.rd-lp :where(h1, h2, h3) {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0;
  color: #1d2b24;
}
.rd-lp p a,
.rd-lp li a,
.rd-lp td a {
  text-decoration: underline;
}
.rd-lp__breadcrumb {
  padding-top: 12px;
  font-size: 15px;
  color: #5a6863;
}
.rd-lp__breadcrumb a {
  color: #5a6863;
  text-decoration: none;
}
.rd-lp__breadcrumb a:hover {
  color: #004d2f;
  text-decoration: underline;
}
.rd-lp__breadcrumb .fa {
  font-size: 14px;
}
.rd-lp__section {
  padding-top: 64px;
}
.rd-lp__hero {
  padding-top: 56px;
}
.rd-lp__hero .rd-kicker {
  margin-bottom: 16px;
}
.rd-lp.rd-lp .rd-lp__rule {
  margin: 0 0 40px;
}
.rd-lp__h1 {
  margin: 0 0 20px;
  font-size: clamp(38px, 5.2vw, 62px);
  line-height: 1.05;
  text-wrap: balance;
}
.rd-lp__h2 {
  max-width: 24ch;
  margin: 0 0 8px;
  font-size: clamp(28px, 3.4vw, 40px);
}
.rd-lp__h2--md {
  max-width: none;
  font-size: clamp(26px, 3vw, 36px);
}
.rd-lp__h2--sm {
  max-width: none;
  font-size: clamp(24px, 2.6vw, 32px);
}
.rd-lp__h6 {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.rd-lp--emise .rd-lp__facts .rd-lp__h6 {
  color: #006840;
}
.rd-lp__lead {
  max-width: 52ch;
  margin: 0 0 24px;
  font-size: 18px;
}
.rd-lp__intro {
  max-width: 60ch;
}
.rd-lp__small {
  font-size: 15px;
}
.rd-lp__note {
  margin: 20px 0 0;
  font-size: 15px;
}
.rd-lp__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.rd-lp__cta {
  width: 272px;
  max-width: 100%;
  font-size: 16px;
}
.rd-lp__list {
  margin: 0 0 20px;
  padding-left: 20px;
  font-size: 16px;
  list-style: disc;
}
.rd-lp__list li {
  margin-bottom: 6px;
}
.rd-lp__two-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  align-items: start;
}
.rd-lp__two-col--wide {
  gap: 48px;
}
.rd-lp__photo {
  position: relative;
  min-height: 280px;
  margin: 0;
}
.rd-lp__photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}
.rd-lp__kpi {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
@media (max-width: 480px) {
  .rd-lp__kpi {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.rd-lp__kpi--inline {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin: 24px 0;
}
.rd-lp__kpi--inline > * {
  padding: 18px;
}
.rd-lp__kpi > * {
  container-type: inline-size;
}
.rd-lp__kpi-value {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-size: 26px;
  font-size: min(26px, 21cqi);
  line-height: 1.1;
}
.rd-lp__kpi-value--accent {
  color: #006840;
}
.rd-lp__kpi-label {
  margin-top: 8px;
  font-size: 15px;
}
.rd-lp__kpi-fondefi, .rd .rd-lp__kpi-fondefi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  grid-column: span 2;
  background: #006840;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}
.rd-lp__kpi-fondefi img, .rd .rd-lp__kpi-fondefi img {
  display: block;
  flex: none;
  width: 148px;
  height: auto;
  aspect-ratio: 600/146;
}
.rd-lp__kpi-fondefi:hover, .rd-lp__kpi-fondefi:focus-visible, .rd .rd-lp__kpi-fondefi:hover, .rd .rd-lp__kpi-fondefi:focus-visible {
  background: #00563a;
  color: #ffffff;
}
.rd-lp__kpi-fondefi-title {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-size: 20px;
  line-height: 1.2;
}
.rd-lp__groups {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-top: 32px;
}
.rd-lp__group, .rd .rd-lp__group {
  display: flex;
  flex-direction: column;
  padding: 24px;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.15s ease;
}
.rd-lp__group p, .rd .rd-lp__group p {
  flex: 1;
  margin: 0 0 16px;
  font-size: 16px;
}
.rd-lp__group:hover, .rd-lp__group:focus-visible, .rd .rd-lp__group:hover, .rd .rd-lp__group:focus-visible {
  background: #eceff0;
  color: inherit;
}
.rd-lp__group-title {
  margin: 16px 0 8px;
  font-size: 22px;
}
.rd-lp__group-foot {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #cfd8d3;
  font-size: 15px;
}
.rd-lp__group-foot strong {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-size: 20px;
  color: #006840;
}
.rd-lp__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 32px;
}
.rd-lp__cards--1 {
  grid-template-columns: 1fr;
}
.rd-lp__facts {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 40px;
}
.rd-lp__facts > * {
  padding: 24px;
}
.rd-lp__facts .rd-lp__list {
  margin: 0;
  padding-left: 18px;
}
.rd-lp__facts p {
  margin: 12px 0 0;
}
.rd-cells > .rd-lp__facts-photo {
  grid-column: 1/-1;
  padding: 0;
}
@media (min-width: 1040px) {
  .rd-cells > .rd-lp__facts-photo {
    grid-column: span 3;
  }
}
.rd-cells > .rd-lp__facts-photo img {
  display: block;
  width: 100%;
  height: 100% !important;
  min-height: 200px;
  object-fit: cover;
}
.rd-lp__box {
  margin-top: 32px;
  padding: 24px;
  border: 2px solid #cfd8d3;
}
.rd-lp__table-wrap {
  overflow-x: auto;
}
.rd-lp__order {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  align-items: start;
  margin-top: 32px;
}
.rd-lp__order .rd-lp__box {
  margin-top: 0;
}
@media (min-width: 900px) {
  .rd-lp__order {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.rd-lp__order-aside {
  position: sticky;
  top: calc(var(--rd-header-h, 110px) + 16px);
  background: #f2f5f3;
}
.rd-lp__order-aside .rd-table td {
  font-size: 15px;
}
.rd-lp__order-form .frm-fluent-form > fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 16px;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
.rd-lp__order-form .frm-fluent-form > fieldset > .ff_screen_reader_title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.rd-lp__order-form .frm-fluent-form > fieldset > .ff-custom_html:empty {
  display: none;
}
.rd-lp__order-form .frm-fluent-form > fieldset > legend,
.rd-lp__order-form .frm-fluent-form > fieldset > .ff-el-group:has([name=delka_investice]),
.rd-lp__order-form .frm-fluent-form > fieldset > .ff-el-group:has([name=investovana_castka]),
.rd-lp__order-form .frm-fluent-form > fieldset > .ff-el-group:has([name=input_radio]),
.rd-lp__order-form .frm-fluent-form > fieldset > .ff-el-group:has([name=input_street]),
.rd-lp__order-form .frm-fluent-form > fieldset > .ff-el-group:has(textarea),
.rd-lp__order-form .frm-fluent-form > fieldset > .ff-el-section-break,
.rd-lp__order-form .frm-fluent-form > fieldset > .ff-custom_html,
.rd-lp__order-form .frm-fluent-form > fieldset > .ff_submit_btn_wrapper,
.rd-lp__order-form .frm-fluent-form > fieldset > .ff-message-success,
.rd-lp__order-form .frm-fluent-form > fieldset > .ff-errors-in-stack {
  grid-column: 1/-1;
}
@media (max-width: 560px) {
  .rd-lp__order-form .frm-fluent-form > fieldset {
    grid-template-columns: minmax(0, 1fr);
  }
}
.rd-lp__order-form .fluentform .ff-el-group {
  margin-bottom: 0;
  min-width: 0;
}
.rd-lp__order-form .rd-lp__ff-hidden {
  display: none;
}
.rd-lp__order-form .fluentform .ff-el-input--label {
  display: block;
  margin-bottom: 6px;
}
.rd-lp__order-form .fluentform .ff-el-is-required.asterisk-right label::after,
.rd-lp__order-form .fluentform .ff-el-is-required.asterisk-left label::before {
  display: none;
}
.rd-lp__order-form .ff-el-group:has([name=input_radio]) .ff-el-input--content {
  display: inline-flex;
  border: 1px solid #cfd8d3;
}
.rd-lp__order-form .fluentform .ff-el-group .ff-el-input--content .ff-el-form-check {
  display: block;
  float: none;
  position: relative;
  width: auto;
  margin: 0;
  padding: 0;
}
.rd-lp__order-form .fluentform .ff-el-group .ff-el-input--content .ff-el-form-check + .ff-el-form-check {
  border-left: 1px solid #cfd8d3;
}
.rd-lp__order-form .fluentform .ff-el-group .ff-el-input--content .ff-el-form-check-label {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 12px 20px;
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1d2b24;
  cursor: pointer;
}
.rd-lp__order-form .fluentform .ff-el-group .ff-el-input--content .ff-el-form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}
.rd-lp__order-form .fluentform .ff-el-group .ff-el-input--content .ff-el-form-check:hover {
  background: #eceff0;
}
.rd-lp__order-form .fluentform .ff-el-group .ff-el-input--content .ff-el-form-check.ff_item_selected, .rd-lp__order-form .fluentform .ff-el-group .ff-el-input--content .ff-el-form-check:has(input:checked) {
  background: #006840;
}
.rd-lp__order-form .fluentform .ff-el-group .ff-el-input--content .ff-el-form-check.ff_item_selected .ff-el-form-check-label, .rd-lp__order-form .fluentform .ff-el-group .ff-el-input--content .ff-el-form-check:has(input:checked) .ff-el-form-check-label {
  color: #fff;
}
.rd-lp__order-form .fluentform .ff-el-group .ff-el-input--content .ff-el-form-check:has(input:focus-visible) {
  outline: 2px solid #006840;
  outline-offset: -2px;
}
.rd-lp__order-form .ff-el-section-break .ff-el-section-title {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 4px;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1d2b24;
}
.rd-lp__order-form .ff-el-section-break hr {
  height: 2px;
  margin: 8px 0 0;
  border: 0;
  background: #cfd8d3;
}
.rd-lp__order-form .rd-lp__field-help {
  margin-top: 6px;
  font-size: 15px;
}
.rd-lp__order-form .ff-custom_html {
  font-size: 15px;
}
.rd-lp__order-form .order-form-info-text {
  margin: 0;
  font-size: 15px;
  color: #5a6863;
}
.rd-lp__order-form .ff_submit_btn_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  padding-top: 16px;
  border-top: 2px solid #cfd8d3;
}
.rd-lp__order-form .fluentform .ff_submit_btn_wrapper::before,
.rd-lp__order-form .fluentform .ff_submit_btn_wrapper::after {
  content: none;
}
.rd-lp__order-form .rd-lp__submit-hint {
  font-size: 15px;
}
.rd-lp__formtabs {
  display: flex;
  gap: 2px;
  margin-bottom: 24px;
  background: #cfd8d3;
  border: 1px solid #cfd8d3;
}
.rd-lp__formtab, .rd .rd-lp__formtab {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 10px;
  font-size: 15px;
  text-align: left;
  color: #5a6863;
  background: #ffffff;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.rd-lp__formtab:hover, .rd .rd-lp__formtab:hover {
  color: #1d2b24;
}
.rd-lp__formtab.is-active, .rd .rd-lp__formtab.is-active {
  color: #ffffff;
  background: #006840;
}
@media (max-width: 560px) {
  .rd-lp__formtab, .rd .rd-lp__formtab {
    font-size: 13px;
    padding: 10px 8px;
  }
}
.rd-lp__amount {
  display: flex;
  align-items: stretch;
  gap: 8px;
  max-width: 340px;
}
.rd-lp__amount .ff-el-form-control {
  flex: 1;
  min-width: 0;
  font-weight: 800;
  text-align: right;
}
.rd-lp__amount-btn, .rd .rd-lp__amount-btn {
  flex: none;
  width: 46px;
  padding: 0;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
}
.rd-lp__amount-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.rd-lp__amount-preset, .rd .rd-lp__amount-preset {
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 600;
}
.rd-lp__amount-preset.is-active, .rd .rd-lp__amount-preset.is-active {
  border-color: #006840;
  color: #004d2f;
}
.rd-lp__amount-hint {
  margin-top: 8px;
  font-size: 15px;
  color: #5a6863;
}
.rd-lp__amount-hint.is-error {
  font-weight: 600;
  color: #b3241a;
}
.rd-lp__choice-title {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-size: 20px;
  line-height: 1.2;
}
.rd-lp__choice-sub {
  margin-top: 4px;
  font-size: 15px;
}
.rd-lp.rd-lp .rd-lp__choice-hr {
  margin: 14px 0;
}
.rd-lp__choice-rows {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  font-size: 16px;
}
.rd-lp__choice-rows > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.rd-lp__choice-rows dt {
  margin: 0;
  color: #5a6863;
}
.rd-lp__choice-rows dd {
  margin: 0;
  font-weight: 800;
  text-align: right;
}
.rd-lp__choice-table td {
  padding: 7px 0;
  font-size: 15px;
}
.rd-lp__choice-table .rd-lp__choice-num {
  text-align: right !important;
  white-space: nowrap;
}
.rd-lp__choice-strong {
  font-weight: 800;
}
.rd-lp__choice-total {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  margin-top: 14px;
  font-size: 15px;
}
.rd-lp__choice-total strong {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-size: 24px;
  color: #006840;
}
.rd-lp__choice-paid {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 6px;
  font-size: 15px;
}
.rd-lp__choice-note {
  margin: 14px 0 0;
  font-size: 14px;
}
.rd-lp .fluentform .ff-el-input--label label {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #1d2b24;
}
.rd-lp .fluentform .ff-el-form-control {
  min-height: 46px;
  padding: 10px 12px;
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px;
  color: #1d2b24;
  background: #f2f5f3;
  border: 1px solid #cfd8d3;
  border-radius: 0;
  box-shadow: none;
}
.rd-lp .fluentform .ff-el-form-control::placeholder {
  color: #5a6863;
  opacity: 0.8;
}
.rd-lp .fluentform .ff-el-form-control:focus {
  border-color: #006840;
  outline: none;
}
.rd-lp .fluentform textarea.ff-el-form-control {
  min-height: 100px;
}
.rd-lp .fluentform .ff-el-input--content:has(> select) {
  overflow: hidden;
}
.rd-lp .fluentform .ff-btn-submit,
.rd-lp .fluentform .ff-btn-next,
.rd-lp .fluentform .ff-btn-prev {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  padding: 12px 20px;
  font-size: 16px;
  letter-spacing: 0;
  color: #fff;
  background: #006840;
  border: 2px solid #006840;
  border-radius: 0;
}
.rd-lp .fluentform .ff-btn-submit:hover,
.rd-lp .fluentform .ff-btn-next:hover,
.rd-lp .fluentform .ff-btn-prev:hover {
  background: #00563a;
  border-color: #00563a;
}
.rd-lp .fluentform .ff-btn-prev {
  color: #004d2f;
  background: transparent;
}
.rd-lp .fluentform .ff-btn-prev:hover {
  background: #eaf3ee;
}
.rd-lp .fluentform .ff-el-is-error .ff-el-form-control {
  border-color: #b3241a;
}
.rd-lp .fluentform .error {
  color: #b3241a;
}
.rd-lp__steps {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 32px;
}
.rd-lp__steps > * {
  padding: 24px;
}
.rd-lp__steps p {
  margin: 0;
  font-size: 16px;
}
.rd-lp__step-no {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-size: 32px;
  line-height: 1;
  color: #006840;
}
.rd-lp__step-title {
  margin: 12px 0 6px;
  font-size: 17px;
}
.rd-lp__faq {
  padding: 14px 0;
  border-top: 1px solid #cfd8d3;
}
.rd-lp__faq--last {
  border-bottom: 1px solid #cfd8d3;
}
.rd-lp__faq--last + p {
  margin-top: 16px;
}
.rd-lp__faq summary {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-size: 16px;
  list-style: none;
  cursor: pointer;
}
.rd-lp__faq summary::-webkit-details-marker {
  display: none;
}
.rd-lp__faq p {
  margin: 10px 0 0;
  font-size: 16px;
}
.rd-lp__docs {
  margin-top: 16px;
  list-style: none;
}
.rd-lp__docs li {
  margin: 0;
  padding: 14px 0;
  border-top: 1px solid #cfd8d3;
  font-size: 15px;
}
.rd-lp__docs li:last-child {
  border-bottom: 1px solid #cfd8d3;
}
.rd-lp__docs li > span {
  display: block;
  margin-bottom: 4px;
}
.rd-lp__docs li a strong {
  font-size: 16px;
}

.rd .rd-bond {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #ffffff;
  border: 2px solid #cfd8d3;
}
.rd .rd-bond--featured {
  background: #f2f5f3;
  border-color: #006840;
  box-shadow: 0 6px 16px rgba(29, 43, 36, 0.12), 0 2px 4px rgba(29, 43, 36, 0.06);
}
.rd .rd-bond__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.rd .rd-bond__tenor {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  display: block;
  margin: 0 0 6px;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.rd .rd-bond__title {
  max-width: 22ch;
  min-height: 2.3em;
  margin: 0;
  font-size: 19px;
  line-height: 1.15;
}
.rd .rd-bond__yield {
  flex: none;
  text-align: right;
}
.rd .rd-bond__yield strong {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  display: block;
  font-size: 34px;
  line-height: 1;
  color: #006840;
}
.rd .rd-bond__yield span {
  font-size: 14px;
}
.rd .rd-bond__yield--md strong {
  font-size: 28px;
}
.rd .rd-bond__table {
  flex: 0 0 auto;
  margin: 20px 0 0;
}
.rd .rd-bond__table td {
  padding: 8px 0;
  font-size: 15px;
}
.rd .rd-bond__table td:first-child {
  width: 45%;
}
.rd .rd-bond__table td + td {
  padding-left: 0;
}
.rd .rd-bond__table strong {
  font-weight: 600;
}
.rd .rd-bond__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 20px;
}

.rd .rd-lp__cards:not(.rd-lp__cards--1) .rd-bond {
  padding: 20px;
}

.rd-lp__h1--md {
  margin-bottom: 12px;
  font-size: clamp(30px, 4.2vw, 50px);
}
.rd-lp__subtitle {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
  font-size: 19px;
  color: #006840;
}
.rd-lp__hero-text {
  max-width: 66ch;
}
.rd-lp__hero--emise .rd-lp__cta-row {
  margin-top: 24px;
}
.rd-lp__video {
  position: relative;
  padding-top: 56.25%;
  background: #000;
}
.rd-lp__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.rd-lp__hero-image {
  display: block;
  width: 100%;
  margin-top: 16px;
}
.rd-lp__two-col--stretch {
  align-items: stretch;
}
.rd-lp__why--stretch {
  display: flex;
  flex-direction: column;
}
.rd-lp__accent-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 2px solid #006840;
}
.rd-lp__accent-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.rd-lp__accent-card-head > :first-child {
  min-width: 0;
}
@media (max-width: 560px) {
  .rd-lp__accent-card-head {
    flex-wrap: wrap;
  }
}
.rd-lp__accent-card-title {
  margin: 14px 0 0;
  font-size: 26px;
}
.rd-lp__accent-card-yield {
  flex: none;
  text-align: right;
}
.rd-lp__accent-card-yield strong {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  display: block;
  font-size: 44px;
  line-height: 1;
  color: #006840;
  white-space: nowrap;
}
.rd-lp__accent-card-yield span {
  font-size: 15px;
}
.rd-lp__accent-card-yield--md strong {
  font-size: 30px;
}
.rd-lp__accent-card-list {
  flex: 1;
  margin: 20px 0 0;
  font-size: 17px;
}
.rd-lp__accent-card .rd-btn--block {
  margin-top: 20px;
}
.rd-lp__inactive {
  margin: 20px 0 0;
  font-size: 15px;
}
.rd-lp__section-body, .rd-lp__details {
  margin-top: 24px;
}
.rd-lp__h4 {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
  font-size: 20px;
}
.rd-lp__blocks > .rd-lp__h4:not(:first-child) {
  margin-top: 24px;
}
.rd-lp__blocks--below {
  margin-top: 8px;
}
.rd-lp__img-framed {
  display: block;
  border: 1px solid #cfd8d3;
}
.rd-lp__details-image {
  width: 496px;
  max-width: 100%;
}
.rd-lp__details-intro {
  margin-top: 16px;
}
.rd-lp__download {
  margin-bottom: 24px;
}
.rd-lp__image-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.rd-lp__image-stack img {
  width: 100%;
}
.rd-lp__parts-title {
  margin: 40px 0 12px;
}
.rd-lp__kpi--issuer {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.rd-lp__kpi--compact {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.rd-lp__kpi--compact > * {
  padding: 18px;
}
.rd-lp__section-body .rd-lp__facts, .rd-lp__section-body .rd-lp__kpi {
  margin: 0;
}
.rd-lp__facts .rd-lp__facts-text {
  margin: 0;
  font-size: 16px;
}
.rd-lp__facts .rd-lp__facts-table td {
  padding: 6px 0;
  font-size: 15px;
}
.rd-lp__facts--stack {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.rd-lp__facts--stack > :last-child:nth-child(odd) {
  grid-column: 1/-1;
}
.rd-lp__facts--stack > * {
  padding: 20px;
}
.rd-lp__facts--wide {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-top: 0;
}
.rd-lp__facts--wide > * {
  padding: 20px;
}
.rd-lp__chart {
  margin-top: 32px;
}
.rd-lp__chart-canvas {
  max-width: 1100px;
}
.rd-lp__chart-canvas canvas {
  display: block;
  max-width: 100%;
}
.rd-lp__chart-note {
  margin: 12px 0 0;
  color: #5a6863;
}
.rd-lp__promo {
  align-items: center;
}
.rd-lp__promo-image img {
  width: 100%;
}
.rd-lp__book {
  align-items: center;
  margin-top: 40px;
}
.rd-lp__book img {
  width: 100%;
}
.rd-lp__book p {
  margin: 0;
}
.rd-lp__docs-more {
  margin-top: 16px;
}
.rd-lp__gallery {
  margin-top: 32px;
}
.rd-lp__gallery-title {
  margin-bottom: 12px;
}
.rd-lp__gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}
.rd-lp__gallery-item, .rd .rd-lp__gallery-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid #cfd8d3;
  border-radius: 0;
  background: none;
  cursor: pointer;
}
.rd-lp__gallery-item img, .rd .rd-lp__gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.rd-lp__gallery-item:hover img, .rd-lp__gallery-item:focus-visible img, .rd .rd-lp__gallery-item:hover img, .rd .rd-lp__gallery-item:focus-visible img {
  opacity: 0.9;
}
.rd-lp__gallery-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4px 10px;
  font-size: 14px;
  color: #fff;
  background: #006840;
}
.rd-lp__gallery-hint {
  margin-top: 10px;
}

.rd-lightbox {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: flex;
  flex-direction: column;
  background: rgba(6, 20, 14, 0.94);
  color: #fff;
}
.rd-lightbox__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
}
.rd-lightbox__caption {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-size: 17px;
}
.rd-lightbox__meta {
  display: flex;
  align-items: center;
  gap: 16px;
}
.rd-lightbox__counter {
  font-size: 16px;
  opacity: 0.8;
}
.rd-lightbox__close, .rd .rd-lightbox__close {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  padding: 8px 16px;
  font-size: 16px;
  color: #1d2b24;
  background: #fff;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.rd-lightbox__body {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 0;
  padding: 0 20px 24px;
}
.rd-lightbox__nav, .rd .rd-lightbox__nav {
  flex: none;
  padding: 16px 18px;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  background: #006840;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.rd-lightbox__nav:hover, .rd-lightbox__nav:focus-visible, .rd .rd-lightbox__nav:hover, .rd .rd-lightbox__nav:focus-visible {
  background: #00563a;
}
.rd-lightbox__img {
  display: block;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

html.rd-lightbox-open {
  overflow: hidden;
}
html.rd-lightbox-open .rd-header {
  display: none;
}

.rd-lp--vydane .rd-lp__lead {
  max-width: 62ch;
}
.rd-lp--vydane .rd-vd__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.rd-lp--vydane .rd-vd__nav-link {
  display: inline-block;
  padding: 7px 14px;
  background: #eaf3ee;
  border: 2px solid transparent;
  font-size: 15px;
  line-height: 1.3;
  color: #004d2f;
  text-decoration: none;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.rd-lp--vydane .rd-vd__nav-link:hover, .rd-lp--vydane .rd-vd__nav-link:focus-visible {
  background: #cfe4da;
  border-color: #a5cebd;
  color: #004d2f;
}
.rd-lp--vydane .rd-vd__groups {
  margin-top: 32px;
  border-top: 2px solid #cfd8d3;
}
.rd-lp--vydane .rd-vd__group {
  padding: 28px 0;
  border-bottom: 2px solid #cfd8d3;
}
.rd-lp--vydane .rd-vd__group-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 16px;
  margin-bottom: 16px;
}
.rd-lp--vydane .rd-vd__group-title {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0;
  font-size: 22px;
  color: #1d2b24;
}
.rd-lp--vydane .rd-vd__group-title a {
  color: inherit;
  text-decoration: none;
}
.rd-lp--vydane .rd-vd__group-title a:hover, .rd-lp--vydane .rd-vd__group-title a:focus-visible {
  color: #004d2f;
  text-decoration: underline;
}
.rd-lp--vydane .rd-vd__count {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5a6863;
}
.rd-lp--vydane .rd-vd__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rd-lp--vydane .rd-vd__list--rest {
  margin-top: 0;
}
.rd-lp--vydane .rd-vd__item {
  margin: 0;
  padding: 0;
  border-top: 1px solid #cfd8d3;
  font-size: 16px;
}
.rd-lp--vydane .rd-vd__item a,
.rd-lp--vydane .rd-vd__item span {
  display: block;
  padding: 9px 0;
  line-height: 1.35;
}
.rd-lp--vydane .rd-vd__item a {
  color: #004d2f;
  text-decoration: none;
}
.rd-lp--vydane .rd-vd__item a:hover, .rd-lp--vydane .rd-vd__item a:focus-visible {
  color: #006840;
  text-decoration: underline;
}
.rd-lp--vydane .rd-vd__item span {
  color: #5a6863;
}
.rd-lp--vydane .rd-vd__more {
  margin-top: 16px;
}
.rd-lp--vydane .rd-vd__more > summary {
  display: block;
  list-style: none;
  cursor: pointer;
}
.rd-lp--vydane .rd-vd__more > summary::-webkit-details-marker {
  display: none;
}
.rd-lp--vydane .rd-vd__more[open] > summary {
  margin-bottom: 16px;
}
.rd-lp--vydane .rd-vd__more .rd-vd__more-hide {
  display: none;
}
.rd-lp--vydane .rd-vd__more[open] .rd-vd__more-show {
  display: none;
}
.rd-lp--vydane .rd-vd__more[open] .rd-vd__more-hide {
  display: inline;
}
.rd-lp--vydane .rd-vd__more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  background: transparent;
  border: 2px solid #cfd8d3;
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  color: #1d2b24;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.rd-lp--vydane .rd-vd__more-btn::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.15s ease, margin-top 0.15s ease;
}
.rd-lp--vydane .rd-vd__summary:hover .rd-vd__more-btn,
.rd-lp--vydane .rd-vd__summary:focus-visible .rd-vd__more-btn {
  background: #eaf3ee;
  border-color: #a5cebd;
  color: #004d2f;
}
.rd-lp--vydane .rd-vd__summary:focus-visible {
  outline: 2px solid #006840;
  outline-offset: 2px;
}
.rd-lp--vydane .rd-vd__more[open] .rd-vd__more-btn::after {
  margin-top: 4px;
  transform: rotate(-135deg);
}

/*# sourceMappingURL=redesign.css.map*/