@charset "UTF-8";
/* ==========================================================================
   #GENERIC- BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=3181090a-d079-4308-81c4-a26d856b022e");
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

a {
  text-decoration: none;
  font-style: normal;
  font-variant: inherit;
  color: inherit;
}

li {
  list-style: none;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   #GENERIC
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, select {
  background-color: transparent;
  outline: none;
}

button {
  border: none;
}

h1 {
  font-size: 54px;
  text-decoration: none;
  font-family: Helvetica Neue;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.62px;
  line-height: 64.8px;
  text-indent: 0;
  word-spacing: 0px;
  text-transform: none;
}

h2 {
  font-size: 34px;
  text-decoration: none;
  font-family: Helvetica Neue;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 40.8px;
  text-indent: 0;
  word-spacing: 0px;
  text-transform: none;
}

h3 {
  font-size: 28px;
  text-decoration: none;
  font-family: Helvetica Neue;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 36px;
  text-indent: 0;
  word-spacing: 0px;
  text-transform: none;
}

h4 {
  font-size: 22px;
  text-decoration: none;
  font-family: Helvetica Neue;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 26.4px;
  text-indent: 0;
  word-spacing: 0px;
  text-transform: none;
}

h5 {
  font-size: 26px;
  text-decoration: none;
  font-family: Helvetica Neue;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 31.2px;
  text-indent: 0;
  word-spacing: 0px;
  text-transform: none;
}

.subheading-1 {
  font-size: 24px;
  text-decoration: none;
  font-family: Helvetica Neue;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.48px;
  line-height: 28.8px;
  text-indent: 0;
  word-spacing: 0px;
  text-transform: none;
}

.subheading-2 {
  font-size: 22px;
  text-decoration: none;
  font-family: Helvetica Neue;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  text-indent: 0;
  word-spacing: 0px;
  text-transform: none;
}

.subheading-3 {
  font-size: 20px;
  text-decoration: none;
  font-family: Helvetica Neue;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 28px;
  text-indent: 0;
  word-spacing: 0px;
  text-transform: none;
}

body {
  font-size: 15px;
  text-decoration: none;
  font-family: Helvetica Neue;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.45px;
  line-height: 18px;
  text-indent: 0;
  word-spacing: 0px;
  text-transform: none;
}

.body-large {
  font-size: 18px;
  text-decoration: none;
  font-family: Helvetica Neue;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 26px;
  text-indent: 0;
  word-spacing: 0px;
  text-transform: none;
}

.tag {
  font-size: 15px;
  text-decoration: none;
  font-family: Helvetica Neue;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.05px;
  line-height: 22px;
  text-indent: 0;
  word-spacing: 0px;
  text-transform: uppercase;
}

/* ==========================================================================
   ELEMENTS- TYPOGRAPHY
   ========================================================================== */
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/f9c5199e-a996-4c08-9042-1eb845bb7495.woff2") format("woff2"), url("/assets/fonts/2a34f1f8-d701-4949-b12d-133c1c2636eb.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2") format("woff2"), url("/assets/fonts/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/240c57a0-fdce-440d-9ce3-85e0cb56f470.woff2") format("woff2"), url("/assets/fonts/7802e576-2ffa-4f22-a409-534355fbea79.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/800da3b0-675f-465f-892d-d76cecbdd5b1.woff2") format("woff2"), url("/assets/fonts/7b415a05-784a-4a4c-8c94-67e9288312f5.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  word-break: normal;
}

h1 {
  color: #202020ff;
  line-height: 66px;
  letter-spacing: 0.03em;
  max-width: 62rem;
}

h2 {
  color: #313131ff;
}

h4 {
  margin-bottom: 16px;
}

p, td {
  font-size: 18px;
  line-height: 24px;
}

ul li {
  color: #313131ff;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
}

input {
  font-size: 15px;
}

address {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

footer address,
a {
  font-size: 15px;
  line-height: 24px;
}

.c-sidebar h2, .hb-c-sidebar h2 {
  color: #878a8dff;
}

/* ========================================================================== */
/* ELEMENTS- PAGE */
header,
main,
footer {
  display: flex;
  flex-direction: column;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 100%;
  width: 100vw;
  max-width: 100vw;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
  scroll-behavior: smooth;
}

body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #C4C4C4;
  word-break: normal;
  position: relative;
  min-width: 100vw;
  width: 100vw;
  max-width: 100vw;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #fff;
}

.c-header {
  display: flex;
  width: 100%;
  padding-left: 40px;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
}

article {
  max-width: 100%;
}

.categoryPage {
  display: none;
}

.pageActive {
  display: block;
}

iframe {
  max-width: 100%;
}

.cp_embed_iframe {
  margin-bottom: 32px;
  height: 450px;
}

p {
  width: 100%;
  max-width: 739px;
}

b {
  font-weight: 500;
}

.page-header__description, .page-header__info__description {
  max-width: 100%;
}

#overview-introduction-subpage-code-cookbook li {
  display: flex;
}
#overview-introduction-subpage-code-cookbook li span {
  color: #67c8f2ff;
  margin-right: 24px;
}
#overview-introduction-subpage-code-cookbook .code-cookbook-waar li {
  font-weight: 500;
}

#overview-progress-subpage-current-milestones .grid-3 {
  grid-template-columns: 1fr 1fr;
}

input {
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
  border: 0.2px solid #ebecf0;
  background-color: rgba(235, 236, 240, 0.2);
  border-radius: 5px;
}

/* ==========================================================================
   #IMAGES
   ========================================================================== */
img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

figure {
  max-width: 100%;
  max-height: fit-content;
}
figure figcaption {
  color: #202020ff;
  text-align: center;
}

.btn--primary {
  box-shadow: 0 0 0 2px rgba(8, 43, 75, 0.45);
  background-image: linear-gradient(to right, #8ebafc -10%, #8eb4fc 60%, #e0eaec 99%, #8294b5 155%);
  color: white;
  border-radius: 5px;
  letter-spacing: 0.25px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  transition: 0.5s;
  background-size: 200% auto;
  padding: 0.6rem 1rem;
  margin: 0.2rem;
  min-width: min-content;
}
.about-link {
  background-color: #67c8f2ff;
  background: linear-gradient(90deg, #6ecbf3 0%, rgba(110, 203, 243, 0.8925945378) 13%, #6ecbf3 34%, rgba(108, 196, 233, 0.7721463585) 67%, rgba(103, 200, 242, 0.5284488796) 89%, rgba(255, 255, 255, 0.7329306723) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: white;
  border-radius: 5px;
  letter-spacing: 0.25px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  transition: 0.5s;
  background-size: 200% auto;
  padding: 0.6rem 1rem;
  margin: 0.2rem;
  min-width: min-content;
  max-width: fit-content;
  font-variant: small-caps;
}
.about-link:hover {
  background-position: 100% 0;
}

.link-arrow:after {
  content: "⭢";
  vertical-align: middle;
}

.about-link-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  width: fit-content;
  margin-left: -8px;
  border-radius: 5px;
  box-shadow: inset 0px 0 1px 1px rgba(31, 38, 135, 0.1);
  backdrop-filter: blur(4px);
  margin-bottom: 24px;
  padding: 16px;
  margin-top: 16px;
}

.categoryPage .about-link-row > p, .AboutPage .about-link-row > p {
  margin-bottom: 0;
}

.step__number {
  color: #67c8f2ff;
}

.About .contentSummary {
  background-color: #202020ff;
  color: #ffffffff;
  border-radius: 5px;
  width: fit-content;
  max-width: 100%;
  padding: 40px 32px;
  border-left: 1px solid #202020ff;
  margin-bottom: 56px;
}
.About .contentSummary h2, .About .contentSummary h3, .About .contentSummary h4, .About .contentSummary h5, .About .contentSummary li, .About .contentSummary p, .About .contentSummary a {
  color: #ffffffff;
}
.About .contentSummary .step__number {
  color: #67c8f2ff;
  font-weight: bold;
}

table {
  border-collapse: collapse;
  height: fit-content;
  width: fit-content;
}
table th:first-of-type, table td:first-of-type, table tr:first-of-type {
  text-align: right;
}
table th:last-of-type, table td:last-of-type, table tr:last-of-type {
  text-align: left;
}
table th {
  color: #67c8f2ff;
  padding-bottom: 8px;
  border-bottom: 1px solid #C4C4C4;
  padding: 8px 16px;
}
table tr {
  border-bottom: 0.1px solid #f6f6f6ff;
  border-left: 0.1px solid #C4C4C4;
  border-right: 0.1px solid #C4C4C4;
}
table tr:first-of-type {
  border: 0;
}
table tr:last-of-type {
  border-bottom: 2px solid #313131ff;
}
table td {
  padding: 16px 24px;
  color: #202020ff;
}
table td:first-of-type {
  padding: 20px;
}

.c-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #69c9f21a;
}
.c-header .header__title {
  font-size: 22px;
  text-decoration: none;
  font-family: Helvetica Neue;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.48;
  text-indent: 0;
  word-spacing: 0;
  text-transform: none;
  line-height: unset;
  margin-right: 20px;
  color: #313131ff;
}
.c-header .header__title a {
  font-size: inherit;
  line-height: inherit;
}
.c-header .header__description {
  font-size: 22px;
  line-height: unset;
}

.c-sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 24px 0 40px;
  margin-top: 24px;
  border-right: 1px solid #f6f6f6ff;
}

.c-sidebar section {
  margin-bottom: 24px;
}
.c-sidebar h3,
.c-sidebar h4,
.c-sidebar li {
  font-size: 15px;
  font-weight: normal;
}
.c-sidebar .subtoggle label {
  margin-left: 8px;
}
.c-sidebar .subtoggle ul {
  margin-left: 16px;
}
.c-sidebar .subtoggle ul li {
  font-weight: 300;
}
.hb-c-sidebar {
  display: flex;
  flex-direction: column;
  padding: 24px 24px 0 50px;
  margin-top: 24px;
  width: 100%;
  overflow: auto;
}

.hb-c-sidebar section {
  margin-bottom: 24px;
  border-bottom: 1px solid #313131ff;
}
.hb-c-sidebar h2,
.hb-c-sidebar h3,
.hb-c-sidebar h4,
.hb-c-sidebar li,
.hb-c-sidebar p,
.hb-c-sidebar label {
  color: #ffffffff;
}
.hb-c-sidebar h2 {
  color: #878a8dff;
}
.hb-c-sidebar h3,
.hb-c-sidebar h4,
.hb-c-sidebar li {
  font-size: 15px;
  font-weight: normal;
}
.hb-c-sidebar section {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.hb-c-sidebar section ul {
  display: flex;
  flex-direction: column;
}
.hb-c-sidebar section ul li {
  height: auto;
  margin: 0;
}
.hb-c-sidebar section ul li a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
.hb-c-sidebar .subtoggle label {
  font-weight: normal;
  font-size: 15px;
  margin-left: 8px;
}
.hb-c-sidebar .subtoggle ul {
  margin-left: 16px;
}
.hb-c-sidebar .subtoggle ul li {
  font-weight: 300;
}
.hb-c-search-bar {
  margin-bottom: 34px;
  display: flex;
  flex-direction: row;
}
.hb-c-search-bar .hb-c-search-bar__button {
  margin-left: 20px;
  width: 28px;
  height: 100%;
  background-image: url("assets/img/icons/search-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.hb-c-search-bar__input {
  background-color: #f6f6f6ff;
  color: #202020ff;
  padding: 8px 16px;
}

.c-page-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  max-width: 1075px;
  margin-top: 24px;
  margin-bottom: 64px;
}
.c-page-header .header__title {
  margin-bottom: 20px;
}
.c-page-header .page-header__info {
  color: #313131ff;
}

.c-header-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 100%;
  max-width: 1075px;
}
.c-header-nav ul {
  display: flex;
  flex-direction: row;
}
.c-header-nav ul li {
  margin: 0 1rem;
}

.menu-btn {
  visibility: hidden;
}

.header-nav__logoColorSwitch__img {
  display: none;
}

body.Home a.home:link,
body.services a.services:link,
body.industries a.industries:link,
body.cases a.cases:link,
body.about a.about:link,
body.careers a.careers:link,
body.contact a.contact:link {
  text-decoration: underline;
}

.c-header-nav a {
  color: #878a8dff;
  font-weight: 300;
  line-height: 24px;
}

@media screen and (max-width: 800px) {
  .Home .c-header-nav .menu-icon .navicon {
    background: #ffffffff;
    color: #202020ff;
  }
  .Home .c-header-nav .menu-icon .navicon:before, .Home .c-header-nav .menu-icon .navicon:after {
    background: #ffffffff;
  }

  .c-header-nav {
    z-index: 3;
  }
  .c-header-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
  }
  .c-header-nav ul li {
    height: 48px;
  }
  .c-header-nav li a:hover,
.c-header-nav .menu-btn:hover {
    background-color: #f4f4f4;
    color: #202020ff;
  }
  .c-header-nav .menu {
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    flex-direction: row;
    justify-content: flex-end;
    display: none;
  }
  .c-header-nav .menu-icon {
    cursor: pointer;
    padding: 28px 20px;
    position: relative;
    user-select: none;
    z-index: 5;
  }
  .c-header-nav .menu-icon .navicon {
    background: #202020ff;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 18px;
  }

  .c-header-nav .menu-icon .navicon:before, .c-header-nav .menu-icon .navicon:after {
    background: #202020ff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }

  .c-header-nav .menu-icon .navicon:before {
    top: 5px;
  }

  .c-header-nav .menu-icon .navicon:after {
    top: -5px;
  }

  .c-header-nav .menu-btn {
    display: none;
  }
  .c-header-nav .menu-btn:checked ~ .menu {
    display: flex;
    max-height: 5rem;
    max-height: fit-content;
    width: 100%;
    min-width: 100%;
    align-content: flex-start;
    align-items: flex-end;
  }
  .c-header-nav .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
    position: fixed;
  }
  .c-header-nav .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  .c-header-nav .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }

  .c-header-nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.c-header-nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
    background: #ffffffff;
  }
}
@media (min-width: 900px) {
  .c-header-nav {
    flex-direction: row;
  }
  .c-header-nav .menu {
    flex-direction: row;
    clear: none;
    float: right;
    max-height: none;
  }
  .c-header-nav li {
    float: left;
  }
  .c-header-nav li .menu-icon {
    display: none;
  }
}
.c-search-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 100%;
  align-items: center;
  align-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.c-search-bar label {
  max-width: 100%;
}
.c-search-bar__input {
  max-width: 85%;
  padding: 4px 16px;
}
.c-search-bar__button {
  width: 100%;
  min-width: 15px;
  max-width: 20px;
  height: 100%;
  margin-left: 10px;
  background-image: url("https://cdn2.iconfinder.com/data/icons/font-awesome/1792/search-512.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-search-bar__input {
  max-width: calc(100% - 40px);
  padding: 4px 16px;
}

.c-toggle-1-1 .dropdown-options-1-1 {
  display: none;
}
.c-toggle-1-1 .dropdown-toggle-button-1-1 {
  display: none;
}
.c-toggle-1-1 .dropdown-toggle-button-1-1:checked ~ .dropdown-options-1-1 {
  display: block;
}
.c-toggle-1-1 .dropdown-toggle-button-1-1:checked ~ .dropdown-toggle-label-1-1 {
  font-weight: bold;
}
.c-toggle-1-1 .dropdown-toggle-button-1-1:checked ~ .dropdown-toggle-label-1-1 h3 {
  font-weight: bold;
}

.c-toggle-1-1-1 .dropdown-options-1-1-1 {
  display: none;
}
.c-toggle-1-1-1 .dropdown-toggle-button-1-1-1 {
  display: none;
}
.c-toggle-1-1-1 .dropdown-toggle-button-1-1-1:checked ~ .dropdown-options-1-1-1 {
  display: block;
}
.c-toggle-1-1-1 .dropdown-toggle-button-1-1-1:checked ~ .dropdown-toggle-label-1-1-1 {
  font-weight: 500;
}

.c-toggle-1-1-2 .dropdown-options-1-1-2 {
  display: none;
}
.c-toggle-1-1-2 .dropdown-toggle-button-1-1-2 {
  display: none;
}
.c-toggle-1-1-2 .dropdown-toggle-button-1-1-2:checked ~ .dropdown-options-1-1-2 {
  display: block;
}
.c-toggle-1-1-2 .dropdown-toggle-button-1-1-2:checked ~ .dropdown-toggle-label-1-1-2 {
  font-weight: 500;
}

.c-toggle-1-1-3 .dropdown-options-1-1-3 {
  display: none;
}
.c-toggle-1-1-3 .dropdown-toggle-button-1-1-3 {
  display: none;
}
.c-toggle-1-1-3 .dropdown-toggle-button-1-1-3:checked ~ .dropdown-options-1-1-3 {
  display: block;
}
.c-toggle-1-1-3 .dropdown-toggle-button-1-1-3:checked ~ .dropdown-toggle-label-1-1-3 {
  font-weight: 500;
}

.c-toggle-1-1-4 .dropdown-options-1-1-4 {
  display: none;
}
.c-toggle-1-1-4 .dropdown-toggle-button-1-1-4 {
  display: none;
}
.c-toggle-1-1-4 .dropdown-toggle-button-1-1-4:checked ~ .dropdown-options-1-1-4 {
  display: block;
}
.c-toggle-1-1-4 .dropdown-toggle-button-1-1-4:checked ~ .dropdown-toggle-label-1-1-4 {
  font-weight: 500;
}

.c-toggle-1-1-5 .dropdown-options-1-1-5 {
  display: none;
}
.c-toggle-1-1-5 .dropdown-toggle-button-1-1-5 {
  display: none;
}
.c-toggle-1-1-5 .dropdown-toggle-button-1-1-5:checked ~ .dropdown-options-1-1-5 {
  display: block;
}
.c-toggle-1-1-5 .dropdown-toggle-button-1-1-5:checked ~ .dropdown-toggle-label-1-1-5 {
  font-weight: 500;
}

.c-toggle-1-1-6 .dropdown-options-1-1-6 {
  display: none;
}
.c-toggle-1-1-6 .dropdown-toggle-button-1-1-6 {
  display: none;
}
.c-toggle-1-1-6 .dropdown-toggle-button-1-1-6:checked ~ .dropdown-options-1-1-6 {
  display: block;
}
.c-toggle-1-1-6 .dropdown-toggle-button-1-1-6:checked ~ .dropdown-toggle-label-1-1-6 {
  font-weight: 500;
}

.c-toggle-1-1-7 .dropdown-options-1-1-7 {
  display: none;
}
.c-toggle-1-1-7 .dropdown-toggle-button-1-1-7 {
  display: none;
}
.c-toggle-1-1-7 .dropdown-toggle-button-1-1-7:checked ~ .dropdown-options-1-1-7 {
  display: block;
}
.c-toggle-1-1-7 .dropdown-toggle-button-1-1-7:checked ~ .dropdown-toggle-label-1-1-7 {
  font-weight: 500;
}

.c-toggle-1-1-8 .dropdown-options-1-1-8 {
  display: none;
}
.c-toggle-1-1-8 .dropdown-toggle-button-1-1-8 {
  display: none;
}
.c-toggle-1-1-8 .dropdown-toggle-button-1-1-8:checked ~ .dropdown-options-1-1-8 {
  display: block;
}
.c-toggle-1-1-8 .dropdown-toggle-button-1-1-8:checked ~ .dropdown-toggle-label-1-1-8 {
  font-weight: 500;
}

.c-toggle-1-1-9 .dropdown-options-1-1-9 {
  display: none;
}
.c-toggle-1-1-9 .dropdown-toggle-button-1-1-9 {
  display: none;
}
.c-toggle-1-1-9 .dropdown-toggle-button-1-1-9:checked ~ .dropdown-options-1-1-9 {
  display: block;
}
.c-toggle-1-1-9 .dropdown-toggle-button-1-1-9:checked ~ .dropdown-toggle-label-1-1-9 {
  font-weight: 500;
}

.c-toggle-1-1-10 .dropdown-options-1-1-10 {
  display: none;
}
.c-toggle-1-1-10 .dropdown-toggle-button-1-1-10 {
  display: none;
}
.c-toggle-1-1-10 .dropdown-toggle-button-1-1-10:checked ~ .dropdown-options-1-1-10 {
  display: block;
}
.c-toggle-1-1-10 .dropdown-toggle-button-1-1-10:checked ~ .dropdown-toggle-label-1-1-10 {
  font-weight: 500;
}

.c-toggle-1-2 .dropdown-options-1-2 {
  display: none;
}
.c-toggle-1-2 .dropdown-toggle-button-1-2 {
  display: none;
}
.c-toggle-1-2 .dropdown-toggle-button-1-2:checked ~ .dropdown-options-1-2 {
  display: block;
}
.c-toggle-1-2 .dropdown-toggle-button-1-2:checked ~ .dropdown-toggle-label-1-2 {
  font-weight: bold;
}
.c-toggle-1-2 .dropdown-toggle-button-1-2:checked ~ .dropdown-toggle-label-1-2 h3 {
  font-weight: bold;
}

.c-toggle-1-2-1 .dropdown-options-1-2-1 {
  display: none;
}
.c-toggle-1-2-1 .dropdown-toggle-button-1-2-1 {
  display: none;
}
.c-toggle-1-2-1 .dropdown-toggle-button-1-2-1:checked ~ .dropdown-options-1-2-1 {
  display: block;
}
.c-toggle-1-2-1 .dropdown-toggle-button-1-2-1:checked ~ .dropdown-toggle-label-1-2-1 {
  font-weight: 500;
}

.c-toggle-1-2-2 .dropdown-options-1-2-2 {
  display: none;
}
.c-toggle-1-2-2 .dropdown-toggle-button-1-2-2 {
  display: none;
}
.c-toggle-1-2-2 .dropdown-toggle-button-1-2-2:checked ~ .dropdown-options-1-2-2 {
  display: block;
}
.c-toggle-1-2-2 .dropdown-toggle-button-1-2-2:checked ~ .dropdown-toggle-label-1-2-2 {
  font-weight: 500;
}

.c-toggle-1-2-3 .dropdown-options-1-2-3 {
  display: none;
}
.c-toggle-1-2-3 .dropdown-toggle-button-1-2-3 {
  display: none;
}
.c-toggle-1-2-3 .dropdown-toggle-button-1-2-3:checked ~ .dropdown-options-1-2-3 {
  display: block;
}
.c-toggle-1-2-3 .dropdown-toggle-button-1-2-3:checked ~ .dropdown-toggle-label-1-2-3 {
  font-weight: 500;
}

.c-toggle-1-2-4 .dropdown-options-1-2-4 {
  display: none;
}
.c-toggle-1-2-4 .dropdown-toggle-button-1-2-4 {
  display: none;
}
.c-toggle-1-2-4 .dropdown-toggle-button-1-2-4:checked ~ .dropdown-options-1-2-4 {
  display: block;
}
.c-toggle-1-2-4 .dropdown-toggle-button-1-2-4:checked ~ .dropdown-toggle-label-1-2-4 {
  font-weight: 500;
}

.c-toggle-1-2-5 .dropdown-options-1-2-5 {
  display: none;
}
.c-toggle-1-2-5 .dropdown-toggle-button-1-2-5 {
  display: none;
}
.c-toggle-1-2-5 .dropdown-toggle-button-1-2-5:checked ~ .dropdown-options-1-2-5 {
  display: block;
}
.c-toggle-1-2-5 .dropdown-toggle-button-1-2-5:checked ~ .dropdown-toggle-label-1-2-5 {
  font-weight: 500;
}

.c-toggle-1-2-6 .dropdown-options-1-2-6 {
  display: none;
}
.c-toggle-1-2-6 .dropdown-toggle-button-1-2-6 {
  display: none;
}
.c-toggle-1-2-6 .dropdown-toggle-button-1-2-6:checked ~ .dropdown-options-1-2-6 {
  display: block;
}
.c-toggle-1-2-6 .dropdown-toggle-button-1-2-6:checked ~ .dropdown-toggle-label-1-2-6 {
  font-weight: 500;
}

.c-toggle-1-2-7 .dropdown-options-1-2-7 {
  display: none;
}
.c-toggle-1-2-7 .dropdown-toggle-button-1-2-7 {
  display: none;
}
.c-toggle-1-2-7 .dropdown-toggle-button-1-2-7:checked ~ .dropdown-options-1-2-7 {
  display: block;
}
.c-toggle-1-2-7 .dropdown-toggle-button-1-2-7:checked ~ .dropdown-toggle-label-1-2-7 {
  font-weight: 500;
}

.c-toggle-1-2-8 .dropdown-options-1-2-8 {
  display: none;
}
.c-toggle-1-2-8 .dropdown-toggle-button-1-2-8 {
  display: none;
}
.c-toggle-1-2-8 .dropdown-toggle-button-1-2-8:checked ~ .dropdown-options-1-2-8 {
  display: block;
}
.c-toggle-1-2-8 .dropdown-toggle-button-1-2-8:checked ~ .dropdown-toggle-label-1-2-8 {
  font-weight: 500;
}

.c-toggle-1-2-9 .dropdown-options-1-2-9 {
  display: none;
}
.c-toggle-1-2-9 .dropdown-toggle-button-1-2-9 {
  display: none;
}
.c-toggle-1-2-9 .dropdown-toggle-button-1-2-9:checked ~ .dropdown-options-1-2-9 {
  display: block;
}
.c-toggle-1-2-9 .dropdown-toggle-button-1-2-9:checked ~ .dropdown-toggle-label-1-2-9 {
  font-weight: 500;
}

.c-toggle-1-2-10 .dropdown-options-1-2-10 {
  display: none;
}
.c-toggle-1-2-10 .dropdown-toggle-button-1-2-10 {
  display: none;
}
.c-toggle-1-2-10 .dropdown-toggle-button-1-2-10:checked ~ .dropdown-options-1-2-10 {
  display: block;
}
.c-toggle-1-2-10 .dropdown-toggle-button-1-2-10:checked ~ .dropdown-toggle-label-1-2-10 {
  font-weight: 500;
}

.c-toggle-1-3 .dropdown-options-1-3 {
  display: none;
}
.c-toggle-1-3 .dropdown-toggle-button-1-3 {
  display: none;
}
.c-toggle-1-3 .dropdown-toggle-button-1-3:checked ~ .dropdown-options-1-3 {
  display: block;
}
.c-toggle-1-3 .dropdown-toggle-button-1-3:checked ~ .dropdown-toggle-label-1-3 {
  font-weight: bold;
}
.c-toggle-1-3 .dropdown-toggle-button-1-3:checked ~ .dropdown-toggle-label-1-3 h3 {
  font-weight: bold;
}

.c-toggle-1-3-1 .dropdown-options-1-3-1 {
  display: none;
}
.c-toggle-1-3-1 .dropdown-toggle-button-1-3-1 {
  display: none;
}
.c-toggle-1-3-1 .dropdown-toggle-button-1-3-1:checked ~ .dropdown-options-1-3-1 {
  display: block;
}
.c-toggle-1-3-1 .dropdown-toggle-button-1-3-1:checked ~ .dropdown-toggle-label-1-3-1 {
  font-weight: 500;
}

.c-toggle-1-3-2 .dropdown-options-1-3-2 {
  display: none;
}
.c-toggle-1-3-2 .dropdown-toggle-button-1-3-2 {
  display: none;
}
.c-toggle-1-3-2 .dropdown-toggle-button-1-3-2:checked ~ .dropdown-options-1-3-2 {
  display: block;
}
.c-toggle-1-3-2 .dropdown-toggle-button-1-3-2:checked ~ .dropdown-toggle-label-1-3-2 {
  font-weight: 500;
}

.c-toggle-1-3-3 .dropdown-options-1-3-3 {
  display: none;
}
.c-toggle-1-3-3 .dropdown-toggle-button-1-3-3 {
  display: none;
}
.c-toggle-1-3-3 .dropdown-toggle-button-1-3-3:checked ~ .dropdown-options-1-3-3 {
  display: block;
}
.c-toggle-1-3-3 .dropdown-toggle-button-1-3-3:checked ~ .dropdown-toggle-label-1-3-3 {
  font-weight: 500;
}

.c-toggle-1-3-4 .dropdown-options-1-3-4 {
  display: none;
}
.c-toggle-1-3-4 .dropdown-toggle-button-1-3-4 {
  display: none;
}
.c-toggle-1-3-4 .dropdown-toggle-button-1-3-4:checked ~ .dropdown-options-1-3-4 {
  display: block;
}
.c-toggle-1-3-4 .dropdown-toggle-button-1-3-4:checked ~ .dropdown-toggle-label-1-3-4 {
  font-weight: 500;
}

.c-toggle-1-3-5 .dropdown-options-1-3-5 {
  display: none;
}
.c-toggle-1-3-5 .dropdown-toggle-button-1-3-5 {
  display: none;
}
.c-toggle-1-3-5 .dropdown-toggle-button-1-3-5:checked ~ .dropdown-options-1-3-5 {
  display: block;
}
.c-toggle-1-3-5 .dropdown-toggle-button-1-3-5:checked ~ .dropdown-toggle-label-1-3-5 {
  font-weight: 500;
}

.c-toggle-1-3-6 .dropdown-options-1-3-6 {
  display: none;
}
.c-toggle-1-3-6 .dropdown-toggle-button-1-3-6 {
  display: none;
}
.c-toggle-1-3-6 .dropdown-toggle-button-1-3-6:checked ~ .dropdown-options-1-3-6 {
  display: block;
}
.c-toggle-1-3-6 .dropdown-toggle-button-1-3-6:checked ~ .dropdown-toggle-label-1-3-6 {
  font-weight: 500;
}

.c-toggle-1-3-7 .dropdown-options-1-3-7 {
  display: none;
}
.c-toggle-1-3-7 .dropdown-toggle-button-1-3-7 {
  display: none;
}
.c-toggle-1-3-7 .dropdown-toggle-button-1-3-7:checked ~ .dropdown-options-1-3-7 {
  display: block;
}
.c-toggle-1-3-7 .dropdown-toggle-button-1-3-7:checked ~ .dropdown-toggle-label-1-3-7 {
  font-weight: 500;
}

.c-toggle-1-3-8 .dropdown-options-1-3-8 {
  display: none;
}
.c-toggle-1-3-8 .dropdown-toggle-button-1-3-8 {
  display: none;
}
.c-toggle-1-3-8 .dropdown-toggle-button-1-3-8:checked ~ .dropdown-options-1-3-8 {
  display: block;
}
.c-toggle-1-3-8 .dropdown-toggle-button-1-3-8:checked ~ .dropdown-toggle-label-1-3-8 {
  font-weight: 500;
}

.c-toggle-1-3-9 .dropdown-options-1-3-9 {
  display: none;
}
.c-toggle-1-3-9 .dropdown-toggle-button-1-3-9 {
  display: none;
}
.c-toggle-1-3-9 .dropdown-toggle-button-1-3-9:checked ~ .dropdown-options-1-3-9 {
  display: block;
}
.c-toggle-1-3-9 .dropdown-toggle-button-1-3-9:checked ~ .dropdown-toggle-label-1-3-9 {
  font-weight: 500;
}

.c-toggle-1-3-10 .dropdown-options-1-3-10 {
  display: none;
}
.c-toggle-1-3-10 .dropdown-toggle-button-1-3-10 {
  display: none;
}
.c-toggle-1-3-10 .dropdown-toggle-button-1-3-10:checked ~ .dropdown-options-1-3-10 {
  display: block;
}
.c-toggle-1-3-10 .dropdown-toggle-button-1-3-10:checked ~ .dropdown-toggle-label-1-3-10 {
  font-weight: 500;
}

.c-toggle-1-4 .dropdown-options-1-4 {
  display: none;
}
.c-toggle-1-4 .dropdown-toggle-button-1-4 {
  display: none;
}
.c-toggle-1-4 .dropdown-toggle-button-1-4:checked ~ .dropdown-options-1-4 {
  display: block;
}
.c-toggle-1-4 .dropdown-toggle-button-1-4:checked ~ .dropdown-toggle-label-1-4 {
  font-weight: bold;
}
.c-toggle-1-4 .dropdown-toggle-button-1-4:checked ~ .dropdown-toggle-label-1-4 h3 {
  font-weight: bold;
}

.c-toggle-1-4-1 .dropdown-options-1-4-1 {
  display: none;
}
.c-toggle-1-4-1 .dropdown-toggle-button-1-4-1 {
  display: none;
}
.c-toggle-1-4-1 .dropdown-toggle-button-1-4-1:checked ~ .dropdown-options-1-4-1 {
  display: block;
}
.c-toggle-1-4-1 .dropdown-toggle-button-1-4-1:checked ~ .dropdown-toggle-label-1-4-1 {
  font-weight: 500;
}

.c-toggle-1-4-2 .dropdown-options-1-4-2 {
  display: none;
}
.c-toggle-1-4-2 .dropdown-toggle-button-1-4-2 {
  display: none;
}
.c-toggle-1-4-2 .dropdown-toggle-button-1-4-2:checked ~ .dropdown-options-1-4-2 {
  display: block;
}
.c-toggle-1-4-2 .dropdown-toggle-button-1-4-2:checked ~ .dropdown-toggle-label-1-4-2 {
  font-weight: 500;
}

.c-toggle-1-4-3 .dropdown-options-1-4-3 {
  display: none;
}
.c-toggle-1-4-3 .dropdown-toggle-button-1-4-3 {
  display: none;
}
.c-toggle-1-4-3 .dropdown-toggle-button-1-4-3:checked ~ .dropdown-options-1-4-3 {
  display: block;
}
.c-toggle-1-4-3 .dropdown-toggle-button-1-4-3:checked ~ .dropdown-toggle-label-1-4-3 {
  font-weight: 500;
}

.c-toggle-1-4-4 .dropdown-options-1-4-4 {
  display: none;
}
.c-toggle-1-4-4 .dropdown-toggle-button-1-4-4 {
  display: none;
}
.c-toggle-1-4-4 .dropdown-toggle-button-1-4-4:checked ~ .dropdown-options-1-4-4 {
  display: block;
}
.c-toggle-1-4-4 .dropdown-toggle-button-1-4-4:checked ~ .dropdown-toggle-label-1-4-4 {
  font-weight: 500;
}

.c-toggle-1-4-5 .dropdown-options-1-4-5 {
  display: none;
}
.c-toggle-1-4-5 .dropdown-toggle-button-1-4-5 {
  display: none;
}
.c-toggle-1-4-5 .dropdown-toggle-button-1-4-5:checked ~ .dropdown-options-1-4-5 {
  display: block;
}
.c-toggle-1-4-5 .dropdown-toggle-button-1-4-5:checked ~ .dropdown-toggle-label-1-4-5 {
  font-weight: 500;
}

.c-toggle-1-4-6 .dropdown-options-1-4-6 {
  display: none;
}
.c-toggle-1-4-6 .dropdown-toggle-button-1-4-6 {
  display: none;
}
.c-toggle-1-4-6 .dropdown-toggle-button-1-4-6:checked ~ .dropdown-options-1-4-6 {
  display: block;
}
.c-toggle-1-4-6 .dropdown-toggle-button-1-4-6:checked ~ .dropdown-toggle-label-1-4-6 {
  font-weight: 500;
}

.c-toggle-1-4-7 .dropdown-options-1-4-7 {
  display: none;
}
.c-toggle-1-4-7 .dropdown-toggle-button-1-4-7 {
  display: none;
}
.c-toggle-1-4-7 .dropdown-toggle-button-1-4-7:checked ~ .dropdown-options-1-4-7 {
  display: block;
}
.c-toggle-1-4-7 .dropdown-toggle-button-1-4-7:checked ~ .dropdown-toggle-label-1-4-7 {
  font-weight: 500;
}

.c-toggle-1-4-8 .dropdown-options-1-4-8 {
  display: none;
}
.c-toggle-1-4-8 .dropdown-toggle-button-1-4-8 {
  display: none;
}
.c-toggle-1-4-8 .dropdown-toggle-button-1-4-8:checked ~ .dropdown-options-1-4-8 {
  display: block;
}
.c-toggle-1-4-8 .dropdown-toggle-button-1-4-8:checked ~ .dropdown-toggle-label-1-4-8 {
  font-weight: 500;
}

.c-toggle-1-4-9 .dropdown-options-1-4-9 {
  display: none;
}
.c-toggle-1-4-9 .dropdown-toggle-button-1-4-9 {
  display: none;
}
.c-toggle-1-4-9 .dropdown-toggle-button-1-4-9:checked ~ .dropdown-options-1-4-9 {
  display: block;
}
.c-toggle-1-4-9 .dropdown-toggle-button-1-4-9:checked ~ .dropdown-toggle-label-1-4-9 {
  font-weight: 500;
}

.c-toggle-1-4-10 .dropdown-options-1-4-10 {
  display: none;
}
.c-toggle-1-4-10 .dropdown-toggle-button-1-4-10 {
  display: none;
}
.c-toggle-1-4-10 .dropdown-toggle-button-1-4-10:checked ~ .dropdown-options-1-4-10 {
  display: block;
}
.c-toggle-1-4-10 .dropdown-toggle-button-1-4-10:checked ~ .dropdown-toggle-label-1-4-10 {
  font-weight: 500;
}

.c-toggle-1-5 .dropdown-options-1-5 {
  display: none;
}
.c-toggle-1-5 .dropdown-toggle-button-1-5 {
  display: none;
}
.c-toggle-1-5 .dropdown-toggle-button-1-5:checked ~ .dropdown-options-1-5 {
  display: block;
}
.c-toggle-1-5 .dropdown-toggle-button-1-5:checked ~ .dropdown-toggle-label-1-5 {
  font-weight: bold;
}
.c-toggle-1-5 .dropdown-toggle-button-1-5:checked ~ .dropdown-toggle-label-1-5 h3 {
  font-weight: bold;
}

.c-toggle-1-5-1 .dropdown-options-1-5-1 {
  display: none;
}
.c-toggle-1-5-1 .dropdown-toggle-button-1-5-1 {
  display: none;
}
.c-toggle-1-5-1 .dropdown-toggle-button-1-5-1:checked ~ .dropdown-options-1-5-1 {
  display: block;
}
.c-toggle-1-5-1 .dropdown-toggle-button-1-5-1:checked ~ .dropdown-toggle-label-1-5-1 {
  font-weight: 500;
}

.c-toggle-1-5-2 .dropdown-options-1-5-2 {
  display: none;
}
.c-toggle-1-5-2 .dropdown-toggle-button-1-5-2 {
  display: none;
}
.c-toggle-1-5-2 .dropdown-toggle-button-1-5-2:checked ~ .dropdown-options-1-5-2 {
  display: block;
}
.c-toggle-1-5-2 .dropdown-toggle-button-1-5-2:checked ~ .dropdown-toggle-label-1-5-2 {
  font-weight: 500;
}

.c-toggle-1-5-3 .dropdown-options-1-5-3 {
  display: none;
}
.c-toggle-1-5-3 .dropdown-toggle-button-1-5-3 {
  display: none;
}
.c-toggle-1-5-3 .dropdown-toggle-button-1-5-3:checked ~ .dropdown-options-1-5-3 {
  display: block;
}
.c-toggle-1-5-3 .dropdown-toggle-button-1-5-3:checked ~ .dropdown-toggle-label-1-5-3 {
  font-weight: 500;
}

.c-toggle-1-5-4 .dropdown-options-1-5-4 {
  display: none;
}
.c-toggle-1-5-4 .dropdown-toggle-button-1-5-4 {
  display: none;
}
.c-toggle-1-5-4 .dropdown-toggle-button-1-5-4:checked ~ .dropdown-options-1-5-4 {
  display: block;
}
.c-toggle-1-5-4 .dropdown-toggle-button-1-5-4:checked ~ .dropdown-toggle-label-1-5-4 {
  font-weight: 500;
}

.c-toggle-1-5-5 .dropdown-options-1-5-5 {
  display: none;
}
.c-toggle-1-5-5 .dropdown-toggle-button-1-5-5 {
  display: none;
}
.c-toggle-1-5-5 .dropdown-toggle-button-1-5-5:checked ~ .dropdown-options-1-5-5 {
  display: block;
}
.c-toggle-1-5-5 .dropdown-toggle-button-1-5-5:checked ~ .dropdown-toggle-label-1-5-5 {
  font-weight: 500;
}

.c-toggle-1-5-6 .dropdown-options-1-5-6 {
  display: none;
}
.c-toggle-1-5-6 .dropdown-toggle-button-1-5-6 {
  display: none;
}
.c-toggle-1-5-6 .dropdown-toggle-button-1-5-6:checked ~ .dropdown-options-1-5-6 {
  display: block;
}
.c-toggle-1-5-6 .dropdown-toggle-button-1-5-6:checked ~ .dropdown-toggle-label-1-5-6 {
  font-weight: 500;
}

.c-toggle-1-5-7 .dropdown-options-1-5-7 {
  display: none;
}
.c-toggle-1-5-7 .dropdown-toggle-button-1-5-7 {
  display: none;
}
.c-toggle-1-5-7 .dropdown-toggle-button-1-5-7:checked ~ .dropdown-options-1-5-7 {
  display: block;
}
.c-toggle-1-5-7 .dropdown-toggle-button-1-5-7:checked ~ .dropdown-toggle-label-1-5-7 {
  font-weight: 500;
}

.c-toggle-1-5-8 .dropdown-options-1-5-8 {
  display: none;
}
.c-toggle-1-5-8 .dropdown-toggle-button-1-5-8 {
  display: none;
}
.c-toggle-1-5-8 .dropdown-toggle-button-1-5-8:checked ~ .dropdown-options-1-5-8 {
  display: block;
}
.c-toggle-1-5-8 .dropdown-toggle-button-1-5-8:checked ~ .dropdown-toggle-label-1-5-8 {
  font-weight: 500;
}

.c-toggle-1-5-9 .dropdown-options-1-5-9 {
  display: none;
}
.c-toggle-1-5-9 .dropdown-toggle-button-1-5-9 {
  display: none;
}
.c-toggle-1-5-9 .dropdown-toggle-button-1-5-9:checked ~ .dropdown-options-1-5-9 {
  display: block;
}
.c-toggle-1-5-9 .dropdown-toggle-button-1-5-9:checked ~ .dropdown-toggle-label-1-5-9 {
  font-weight: 500;
}

.c-toggle-1-5-10 .dropdown-options-1-5-10 {
  display: none;
}
.c-toggle-1-5-10 .dropdown-toggle-button-1-5-10 {
  display: none;
}
.c-toggle-1-5-10 .dropdown-toggle-button-1-5-10:checked ~ .dropdown-options-1-5-10 {
  display: block;
}
.c-toggle-1-5-10 .dropdown-toggle-button-1-5-10:checked ~ .dropdown-toggle-label-1-5-10 {
  font-weight: 500;
}

.c-toggle-1-6 .dropdown-options-1-6 {
  display: none;
}
.c-toggle-1-6 .dropdown-toggle-button-1-6 {
  display: none;
}
.c-toggle-1-6 .dropdown-toggle-button-1-6:checked ~ .dropdown-options-1-6 {
  display: block;
}
.c-toggle-1-6 .dropdown-toggle-button-1-6:checked ~ .dropdown-toggle-label-1-6 {
  font-weight: bold;
}
.c-toggle-1-6 .dropdown-toggle-button-1-6:checked ~ .dropdown-toggle-label-1-6 h3 {
  font-weight: bold;
}

.c-toggle-1-6-1 .dropdown-options-1-6-1 {
  display: none;
}
.c-toggle-1-6-1 .dropdown-toggle-button-1-6-1 {
  display: none;
}
.c-toggle-1-6-1 .dropdown-toggle-button-1-6-1:checked ~ .dropdown-options-1-6-1 {
  display: block;
}
.c-toggle-1-6-1 .dropdown-toggle-button-1-6-1:checked ~ .dropdown-toggle-label-1-6-1 {
  font-weight: 500;
}

.c-toggle-1-6-2 .dropdown-options-1-6-2 {
  display: none;
}
.c-toggle-1-6-2 .dropdown-toggle-button-1-6-2 {
  display: none;
}
.c-toggle-1-6-2 .dropdown-toggle-button-1-6-2:checked ~ .dropdown-options-1-6-2 {
  display: block;
}
.c-toggle-1-6-2 .dropdown-toggle-button-1-6-2:checked ~ .dropdown-toggle-label-1-6-2 {
  font-weight: 500;
}

.c-toggle-1-6-3 .dropdown-options-1-6-3 {
  display: none;
}
.c-toggle-1-6-3 .dropdown-toggle-button-1-6-3 {
  display: none;
}
.c-toggle-1-6-3 .dropdown-toggle-button-1-6-3:checked ~ .dropdown-options-1-6-3 {
  display: block;
}
.c-toggle-1-6-3 .dropdown-toggle-button-1-6-3:checked ~ .dropdown-toggle-label-1-6-3 {
  font-weight: 500;
}

.c-toggle-1-6-4 .dropdown-options-1-6-4 {
  display: none;
}
.c-toggle-1-6-4 .dropdown-toggle-button-1-6-4 {
  display: none;
}
.c-toggle-1-6-4 .dropdown-toggle-button-1-6-4:checked ~ .dropdown-options-1-6-4 {
  display: block;
}
.c-toggle-1-6-4 .dropdown-toggle-button-1-6-4:checked ~ .dropdown-toggle-label-1-6-4 {
  font-weight: 500;
}

.c-toggle-1-6-5 .dropdown-options-1-6-5 {
  display: none;
}
.c-toggle-1-6-5 .dropdown-toggle-button-1-6-5 {
  display: none;
}
.c-toggle-1-6-5 .dropdown-toggle-button-1-6-5:checked ~ .dropdown-options-1-6-5 {
  display: block;
}
.c-toggle-1-6-5 .dropdown-toggle-button-1-6-5:checked ~ .dropdown-toggle-label-1-6-5 {
  font-weight: 500;
}

.c-toggle-1-6-6 .dropdown-options-1-6-6 {
  display: none;
}
.c-toggle-1-6-6 .dropdown-toggle-button-1-6-6 {
  display: none;
}
.c-toggle-1-6-6 .dropdown-toggle-button-1-6-6:checked ~ .dropdown-options-1-6-6 {
  display: block;
}
.c-toggle-1-6-6 .dropdown-toggle-button-1-6-6:checked ~ .dropdown-toggle-label-1-6-6 {
  font-weight: 500;
}

.c-toggle-1-6-7 .dropdown-options-1-6-7 {
  display: none;
}
.c-toggle-1-6-7 .dropdown-toggle-button-1-6-7 {
  display: none;
}
.c-toggle-1-6-7 .dropdown-toggle-button-1-6-7:checked ~ .dropdown-options-1-6-7 {
  display: block;
}
.c-toggle-1-6-7 .dropdown-toggle-button-1-6-7:checked ~ .dropdown-toggle-label-1-6-7 {
  font-weight: 500;
}

.c-toggle-1-6-8 .dropdown-options-1-6-8 {
  display: none;
}
.c-toggle-1-6-8 .dropdown-toggle-button-1-6-8 {
  display: none;
}
.c-toggle-1-6-8 .dropdown-toggle-button-1-6-8:checked ~ .dropdown-options-1-6-8 {
  display: block;
}
.c-toggle-1-6-8 .dropdown-toggle-button-1-6-8:checked ~ .dropdown-toggle-label-1-6-8 {
  font-weight: 500;
}

.c-toggle-1-6-9 .dropdown-options-1-6-9 {
  display: none;
}
.c-toggle-1-6-9 .dropdown-toggle-button-1-6-9 {
  display: none;
}
.c-toggle-1-6-9 .dropdown-toggle-button-1-6-9:checked ~ .dropdown-options-1-6-9 {
  display: block;
}
.c-toggle-1-6-9 .dropdown-toggle-button-1-6-9:checked ~ .dropdown-toggle-label-1-6-9 {
  font-weight: 500;
}

.c-toggle-1-6-10 .dropdown-options-1-6-10 {
  display: none;
}
.c-toggle-1-6-10 .dropdown-toggle-button-1-6-10 {
  display: none;
}
.c-toggle-1-6-10 .dropdown-toggle-button-1-6-10:checked ~ .dropdown-options-1-6-10 {
  display: block;
}
.c-toggle-1-6-10 .dropdown-toggle-button-1-6-10:checked ~ .dropdown-toggle-label-1-6-10 {
  font-weight: 500;
}

.c-toggle-1-7 .dropdown-options-1-7 {
  display: none;
}
.c-toggle-1-7 .dropdown-toggle-button-1-7 {
  display: none;
}
.c-toggle-1-7 .dropdown-toggle-button-1-7:checked ~ .dropdown-options-1-7 {
  display: block;
}
.c-toggle-1-7 .dropdown-toggle-button-1-7:checked ~ .dropdown-toggle-label-1-7 {
  font-weight: bold;
}
.c-toggle-1-7 .dropdown-toggle-button-1-7:checked ~ .dropdown-toggle-label-1-7 h3 {
  font-weight: bold;
}

.c-toggle-1-7-1 .dropdown-options-1-7-1 {
  display: none;
}
.c-toggle-1-7-1 .dropdown-toggle-button-1-7-1 {
  display: none;
}
.c-toggle-1-7-1 .dropdown-toggle-button-1-7-1:checked ~ .dropdown-options-1-7-1 {
  display: block;
}
.c-toggle-1-7-1 .dropdown-toggle-button-1-7-1:checked ~ .dropdown-toggle-label-1-7-1 {
  font-weight: 500;
}

.c-toggle-1-7-2 .dropdown-options-1-7-2 {
  display: none;
}
.c-toggle-1-7-2 .dropdown-toggle-button-1-7-2 {
  display: none;
}
.c-toggle-1-7-2 .dropdown-toggle-button-1-7-2:checked ~ .dropdown-options-1-7-2 {
  display: block;
}
.c-toggle-1-7-2 .dropdown-toggle-button-1-7-2:checked ~ .dropdown-toggle-label-1-7-2 {
  font-weight: 500;
}

.c-toggle-1-7-3 .dropdown-options-1-7-3 {
  display: none;
}
.c-toggle-1-7-3 .dropdown-toggle-button-1-7-3 {
  display: none;
}
.c-toggle-1-7-3 .dropdown-toggle-button-1-7-3:checked ~ .dropdown-options-1-7-3 {
  display: block;
}
.c-toggle-1-7-3 .dropdown-toggle-button-1-7-3:checked ~ .dropdown-toggle-label-1-7-3 {
  font-weight: 500;
}

.c-toggle-1-7-4 .dropdown-options-1-7-4 {
  display: none;
}
.c-toggle-1-7-4 .dropdown-toggle-button-1-7-4 {
  display: none;
}
.c-toggle-1-7-4 .dropdown-toggle-button-1-7-4:checked ~ .dropdown-options-1-7-4 {
  display: block;
}
.c-toggle-1-7-4 .dropdown-toggle-button-1-7-4:checked ~ .dropdown-toggle-label-1-7-4 {
  font-weight: 500;
}

.c-toggle-1-7-5 .dropdown-options-1-7-5 {
  display: none;
}
.c-toggle-1-7-5 .dropdown-toggle-button-1-7-5 {
  display: none;
}
.c-toggle-1-7-5 .dropdown-toggle-button-1-7-5:checked ~ .dropdown-options-1-7-5 {
  display: block;
}
.c-toggle-1-7-5 .dropdown-toggle-button-1-7-5:checked ~ .dropdown-toggle-label-1-7-5 {
  font-weight: 500;
}

.c-toggle-1-7-6 .dropdown-options-1-7-6 {
  display: none;
}
.c-toggle-1-7-6 .dropdown-toggle-button-1-7-6 {
  display: none;
}
.c-toggle-1-7-6 .dropdown-toggle-button-1-7-6:checked ~ .dropdown-options-1-7-6 {
  display: block;
}
.c-toggle-1-7-6 .dropdown-toggle-button-1-7-6:checked ~ .dropdown-toggle-label-1-7-6 {
  font-weight: 500;
}

.c-toggle-1-7-7 .dropdown-options-1-7-7 {
  display: none;
}
.c-toggle-1-7-7 .dropdown-toggle-button-1-7-7 {
  display: none;
}
.c-toggle-1-7-7 .dropdown-toggle-button-1-7-7:checked ~ .dropdown-options-1-7-7 {
  display: block;
}
.c-toggle-1-7-7 .dropdown-toggle-button-1-7-7:checked ~ .dropdown-toggle-label-1-7-7 {
  font-weight: 500;
}

.c-toggle-1-7-8 .dropdown-options-1-7-8 {
  display: none;
}
.c-toggle-1-7-8 .dropdown-toggle-button-1-7-8 {
  display: none;
}
.c-toggle-1-7-8 .dropdown-toggle-button-1-7-8:checked ~ .dropdown-options-1-7-8 {
  display: block;
}
.c-toggle-1-7-8 .dropdown-toggle-button-1-7-8:checked ~ .dropdown-toggle-label-1-7-8 {
  font-weight: 500;
}

.c-toggle-1-7-9 .dropdown-options-1-7-9 {
  display: none;
}
.c-toggle-1-7-9 .dropdown-toggle-button-1-7-9 {
  display: none;
}
.c-toggle-1-7-9 .dropdown-toggle-button-1-7-9:checked ~ .dropdown-options-1-7-9 {
  display: block;
}
.c-toggle-1-7-9 .dropdown-toggle-button-1-7-9:checked ~ .dropdown-toggle-label-1-7-9 {
  font-weight: 500;
}

.c-toggle-1-7-10 .dropdown-options-1-7-10 {
  display: none;
}
.c-toggle-1-7-10 .dropdown-toggle-button-1-7-10 {
  display: none;
}
.c-toggle-1-7-10 .dropdown-toggle-button-1-7-10:checked ~ .dropdown-options-1-7-10 {
  display: block;
}
.c-toggle-1-7-10 .dropdown-toggle-button-1-7-10:checked ~ .dropdown-toggle-label-1-7-10 {
  font-weight: 500;
}

.c-toggle-1-8 .dropdown-options-1-8 {
  display: none;
}
.c-toggle-1-8 .dropdown-toggle-button-1-8 {
  display: none;
}
.c-toggle-1-8 .dropdown-toggle-button-1-8:checked ~ .dropdown-options-1-8 {
  display: block;
}
.c-toggle-1-8 .dropdown-toggle-button-1-8:checked ~ .dropdown-toggle-label-1-8 {
  font-weight: bold;
}
.c-toggle-1-8 .dropdown-toggle-button-1-8:checked ~ .dropdown-toggle-label-1-8 h3 {
  font-weight: bold;
}

.c-toggle-1-8-1 .dropdown-options-1-8-1 {
  display: none;
}
.c-toggle-1-8-1 .dropdown-toggle-button-1-8-1 {
  display: none;
}
.c-toggle-1-8-1 .dropdown-toggle-button-1-8-1:checked ~ .dropdown-options-1-8-1 {
  display: block;
}
.c-toggle-1-8-1 .dropdown-toggle-button-1-8-1:checked ~ .dropdown-toggle-label-1-8-1 {
  font-weight: 500;
}

.c-toggle-1-8-2 .dropdown-options-1-8-2 {
  display: none;
}
.c-toggle-1-8-2 .dropdown-toggle-button-1-8-2 {
  display: none;
}
.c-toggle-1-8-2 .dropdown-toggle-button-1-8-2:checked ~ .dropdown-options-1-8-2 {
  display: block;
}
.c-toggle-1-8-2 .dropdown-toggle-button-1-8-2:checked ~ .dropdown-toggle-label-1-8-2 {
  font-weight: 500;
}

.c-toggle-1-8-3 .dropdown-options-1-8-3 {
  display: none;
}
.c-toggle-1-8-3 .dropdown-toggle-button-1-8-3 {
  display: none;
}
.c-toggle-1-8-3 .dropdown-toggle-button-1-8-3:checked ~ .dropdown-options-1-8-3 {
  display: block;
}
.c-toggle-1-8-3 .dropdown-toggle-button-1-8-3:checked ~ .dropdown-toggle-label-1-8-3 {
  font-weight: 500;
}

.c-toggle-1-8-4 .dropdown-options-1-8-4 {
  display: none;
}
.c-toggle-1-8-4 .dropdown-toggle-button-1-8-4 {
  display: none;
}
.c-toggle-1-8-4 .dropdown-toggle-button-1-8-4:checked ~ .dropdown-options-1-8-4 {
  display: block;
}
.c-toggle-1-8-4 .dropdown-toggle-button-1-8-4:checked ~ .dropdown-toggle-label-1-8-4 {
  font-weight: 500;
}

.c-toggle-1-8-5 .dropdown-options-1-8-5 {
  display: none;
}
.c-toggle-1-8-5 .dropdown-toggle-button-1-8-5 {
  display: none;
}
.c-toggle-1-8-5 .dropdown-toggle-button-1-8-5:checked ~ .dropdown-options-1-8-5 {
  display: block;
}
.c-toggle-1-8-5 .dropdown-toggle-button-1-8-5:checked ~ .dropdown-toggle-label-1-8-5 {
  font-weight: 500;
}

.c-toggle-1-8-6 .dropdown-options-1-8-6 {
  display: none;
}
.c-toggle-1-8-6 .dropdown-toggle-button-1-8-6 {
  display: none;
}
.c-toggle-1-8-6 .dropdown-toggle-button-1-8-6:checked ~ .dropdown-options-1-8-6 {
  display: block;
}
.c-toggle-1-8-6 .dropdown-toggle-button-1-8-6:checked ~ .dropdown-toggle-label-1-8-6 {
  font-weight: 500;
}

.c-toggle-1-8-7 .dropdown-options-1-8-7 {
  display: none;
}
.c-toggle-1-8-7 .dropdown-toggle-button-1-8-7 {
  display: none;
}
.c-toggle-1-8-7 .dropdown-toggle-button-1-8-7:checked ~ .dropdown-options-1-8-7 {
  display: block;
}
.c-toggle-1-8-7 .dropdown-toggle-button-1-8-7:checked ~ .dropdown-toggle-label-1-8-7 {
  font-weight: 500;
}

.c-toggle-1-8-8 .dropdown-options-1-8-8 {
  display: none;
}
.c-toggle-1-8-8 .dropdown-toggle-button-1-8-8 {
  display: none;
}
.c-toggle-1-8-8 .dropdown-toggle-button-1-8-8:checked ~ .dropdown-options-1-8-8 {
  display: block;
}
.c-toggle-1-8-8 .dropdown-toggle-button-1-8-8:checked ~ .dropdown-toggle-label-1-8-8 {
  font-weight: 500;
}

.c-toggle-1-8-9 .dropdown-options-1-8-9 {
  display: none;
}
.c-toggle-1-8-9 .dropdown-toggle-button-1-8-9 {
  display: none;
}
.c-toggle-1-8-9 .dropdown-toggle-button-1-8-9:checked ~ .dropdown-options-1-8-9 {
  display: block;
}
.c-toggle-1-8-9 .dropdown-toggle-button-1-8-9:checked ~ .dropdown-toggle-label-1-8-9 {
  font-weight: 500;
}

.c-toggle-1-8-10 .dropdown-options-1-8-10 {
  display: none;
}
.c-toggle-1-8-10 .dropdown-toggle-button-1-8-10 {
  display: none;
}
.c-toggle-1-8-10 .dropdown-toggle-button-1-8-10:checked ~ .dropdown-options-1-8-10 {
  display: block;
}
.c-toggle-1-8-10 .dropdown-toggle-button-1-8-10:checked ~ .dropdown-toggle-label-1-8-10 {
  font-weight: 500;
}

.c-toggle-1-9 .dropdown-options-1-9 {
  display: none;
}
.c-toggle-1-9 .dropdown-toggle-button-1-9 {
  display: none;
}
.c-toggle-1-9 .dropdown-toggle-button-1-9:checked ~ .dropdown-options-1-9 {
  display: block;
}
.c-toggle-1-9 .dropdown-toggle-button-1-9:checked ~ .dropdown-toggle-label-1-9 {
  font-weight: bold;
}
.c-toggle-1-9 .dropdown-toggle-button-1-9:checked ~ .dropdown-toggle-label-1-9 h3 {
  font-weight: bold;
}

.c-toggle-1-9-1 .dropdown-options-1-9-1 {
  display: none;
}
.c-toggle-1-9-1 .dropdown-toggle-button-1-9-1 {
  display: none;
}
.c-toggle-1-9-1 .dropdown-toggle-button-1-9-1:checked ~ .dropdown-options-1-9-1 {
  display: block;
}
.c-toggle-1-9-1 .dropdown-toggle-button-1-9-1:checked ~ .dropdown-toggle-label-1-9-1 {
  font-weight: 500;
}

.c-toggle-1-9-2 .dropdown-options-1-9-2 {
  display: none;
}
.c-toggle-1-9-2 .dropdown-toggle-button-1-9-2 {
  display: none;
}
.c-toggle-1-9-2 .dropdown-toggle-button-1-9-2:checked ~ .dropdown-options-1-9-2 {
  display: block;
}
.c-toggle-1-9-2 .dropdown-toggle-button-1-9-2:checked ~ .dropdown-toggle-label-1-9-2 {
  font-weight: 500;
}

.c-toggle-1-9-3 .dropdown-options-1-9-3 {
  display: none;
}
.c-toggle-1-9-3 .dropdown-toggle-button-1-9-3 {
  display: none;
}
.c-toggle-1-9-3 .dropdown-toggle-button-1-9-3:checked ~ .dropdown-options-1-9-3 {
  display: block;
}
.c-toggle-1-9-3 .dropdown-toggle-button-1-9-3:checked ~ .dropdown-toggle-label-1-9-3 {
  font-weight: 500;
}

.c-toggle-1-9-4 .dropdown-options-1-9-4 {
  display: none;
}
.c-toggle-1-9-4 .dropdown-toggle-button-1-9-4 {
  display: none;
}
.c-toggle-1-9-4 .dropdown-toggle-button-1-9-4:checked ~ .dropdown-options-1-9-4 {
  display: block;
}
.c-toggle-1-9-4 .dropdown-toggle-button-1-9-4:checked ~ .dropdown-toggle-label-1-9-4 {
  font-weight: 500;
}

.c-toggle-1-9-5 .dropdown-options-1-9-5 {
  display: none;
}
.c-toggle-1-9-5 .dropdown-toggle-button-1-9-5 {
  display: none;
}
.c-toggle-1-9-5 .dropdown-toggle-button-1-9-5:checked ~ .dropdown-options-1-9-5 {
  display: block;
}
.c-toggle-1-9-5 .dropdown-toggle-button-1-9-5:checked ~ .dropdown-toggle-label-1-9-5 {
  font-weight: 500;
}

.c-toggle-1-9-6 .dropdown-options-1-9-6 {
  display: none;
}
.c-toggle-1-9-6 .dropdown-toggle-button-1-9-6 {
  display: none;
}
.c-toggle-1-9-6 .dropdown-toggle-button-1-9-6:checked ~ .dropdown-options-1-9-6 {
  display: block;
}
.c-toggle-1-9-6 .dropdown-toggle-button-1-9-6:checked ~ .dropdown-toggle-label-1-9-6 {
  font-weight: 500;
}

.c-toggle-1-9-7 .dropdown-options-1-9-7 {
  display: none;
}
.c-toggle-1-9-7 .dropdown-toggle-button-1-9-7 {
  display: none;
}
.c-toggle-1-9-7 .dropdown-toggle-button-1-9-7:checked ~ .dropdown-options-1-9-7 {
  display: block;
}
.c-toggle-1-9-7 .dropdown-toggle-button-1-9-7:checked ~ .dropdown-toggle-label-1-9-7 {
  font-weight: 500;
}

.c-toggle-1-9-8 .dropdown-options-1-9-8 {
  display: none;
}
.c-toggle-1-9-8 .dropdown-toggle-button-1-9-8 {
  display: none;
}
.c-toggle-1-9-8 .dropdown-toggle-button-1-9-8:checked ~ .dropdown-options-1-9-8 {
  display: block;
}
.c-toggle-1-9-8 .dropdown-toggle-button-1-9-8:checked ~ .dropdown-toggle-label-1-9-8 {
  font-weight: 500;
}

.c-toggle-1-9-9 .dropdown-options-1-9-9 {
  display: none;
}
.c-toggle-1-9-9 .dropdown-toggle-button-1-9-9 {
  display: none;
}
.c-toggle-1-9-9 .dropdown-toggle-button-1-9-9:checked ~ .dropdown-options-1-9-9 {
  display: block;
}
.c-toggle-1-9-9 .dropdown-toggle-button-1-9-9:checked ~ .dropdown-toggle-label-1-9-9 {
  font-weight: 500;
}

.c-toggle-1-9-10 .dropdown-options-1-9-10 {
  display: none;
}
.c-toggle-1-9-10 .dropdown-toggle-button-1-9-10 {
  display: none;
}
.c-toggle-1-9-10 .dropdown-toggle-button-1-9-10:checked ~ .dropdown-options-1-9-10 {
  display: block;
}
.c-toggle-1-9-10 .dropdown-toggle-button-1-9-10:checked ~ .dropdown-toggle-label-1-9-10 {
  font-weight: 500;
}

.c-toggle-1-10 .dropdown-options-1-10 {
  display: none;
}
.c-toggle-1-10 .dropdown-toggle-button-1-10 {
  display: none;
}
.c-toggle-1-10 .dropdown-toggle-button-1-10:checked ~ .dropdown-options-1-10 {
  display: block;
}
.c-toggle-1-10 .dropdown-toggle-button-1-10:checked ~ .dropdown-toggle-label-1-10 {
  font-weight: bold;
}
.c-toggle-1-10 .dropdown-toggle-button-1-10:checked ~ .dropdown-toggle-label-1-10 h3 {
  font-weight: bold;
}

.c-toggle-1-10-1 .dropdown-options-1-10-1 {
  display: none;
}
.c-toggle-1-10-1 .dropdown-toggle-button-1-10-1 {
  display: none;
}
.c-toggle-1-10-1 .dropdown-toggle-button-1-10-1:checked ~ .dropdown-options-1-10-1 {
  display: block;
}
.c-toggle-1-10-1 .dropdown-toggle-button-1-10-1:checked ~ .dropdown-toggle-label-1-10-1 {
  font-weight: 500;
}

.c-toggle-1-10-2 .dropdown-options-1-10-2 {
  display: none;
}
.c-toggle-1-10-2 .dropdown-toggle-button-1-10-2 {
  display: none;
}
.c-toggle-1-10-2 .dropdown-toggle-button-1-10-2:checked ~ .dropdown-options-1-10-2 {
  display: block;
}
.c-toggle-1-10-2 .dropdown-toggle-button-1-10-2:checked ~ .dropdown-toggle-label-1-10-2 {
  font-weight: 500;
}

.c-toggle-1-10-3 .dropdown-options-1-10-3 {
  display: none;
}
.c-toggle-1-10-3 .dropdown-toggle-button-1-10-3 {
  display: none;
}
.c-toggle-1-10-3 .dropdown-toggle-button-1-10-3:checked ~ .dropdown-options-1-10-3 {
  display: block;
}
.c-toggle-1-10-3 .dropdown-toggle-button-1-10-3:checked ~ .dropdown-toggle-label-1-10-3 {
  font-weight: 500;
}

.c-toggle-1-10-4 .dropdown-options-1-10-4 {
  display: none;
}
.c-toggle-1-10-4 .dropdown-toggle-button-1-10-4 {
  display: none;
}
.c-toggle-1-10-4 .dropdown-toggle-button-1-10-4:checked ~ .dropdown-options-1-10-4 {
  display: block;
}
.c-toggle-1-10-4 .dropdown-toggle-button-1-10-4:checked ~ .dropdown-toggle-label-1-10-4 {
  font-weight: 500;
}

.c-toggle-1-10-5 .dropdown-options-1-10-5 {
  display: none;
}
.c-toggle-1-10-5 .dropdown-toggle-button-1-10-5 {
  display: none;
}
.c-toggle-1-10-5 .dropdown-toggle-button-1-10-5:checked ~ .dropdown-options-1-10-5 {
  display: block;
}
.c-toggle-1-10-5 .dropdown-toggle-button-1-10-5:checked ~ .dropdown-toggle-label-1-10-5 {
  font-weight: 500;
}

.c-toggle-1-10-6 .dropdown-options-1-10-6 {
  display: none;
}
.c-toggle-1-10-6 .dropdown-toggle-button-1-10-6 {
  display: none;
}
.c-toggle-1-10-6 .dropdown-toggle-button-1-10-6:checked ~ .dropdown-options-1-10-6 {
  display: block;
}
.c-toggle-1-10-6 .dropdown-toggle-button-1-10-6:checked ~ .dropdown-toggle-label-1-10-6 {
  font-weight: 500;
}

.c-toggle-1-10-7 .dropdown-options-1-10-7 {
  display: none;
}
.c-toggle-1-10-7 .dropdown-toggle-button-1-10-7 {
  display: none;
}
.c-toggle-1-10-7 .dropdown-toggle-button-1-10-7:checked ~ .dropdown-options-1-10-7 {
  display: block;
}
.c-toggle-1-10-7 .dropdown-toggle-button-1-10-7:checked ~ .dropdown-toggle-label-1-10-7 {
  font-weight: 500;
}

.c-toggle-1-10-8 .dropdown-options-1-10-8 {
  display: none;
}
.c-toggle-1-10-8 .dropdown-toggle-button-1-10-8 {
  display: none;
}
.c-toggle-1-10-8 .dropdown-toggle-button-1-10-8:checked ~ .dropdown-options-1-10-8 {
  display: block;
}
.c-toggle-1-10-8 .dropdown-toggle-button-1-10-8:checked ~ .dropdown-toggle-label-1-10-8 {
  font-weight: 500;
}

.c-toggle-1-10-9 .dropdown-options-1-10-9 {
  display: none;
}
.c-toggle-1-10-9 .dropdown-toggle-button-1-10-9 {
  display: none;
}
.c-toggle-1-10-9 .dropdown-toggle-button-1-10-9:checked ~ .dropdown-options-1-10-9 {
  display: block;
}
.c-toggle-1-10-9 .dropdown-toggle-button-1-10-9:checked ~ .dropdown-toggle-label-1-10-9 {
  font-weight: 500;
}

.c-toggle-1-10-10 .dropdown-options-1-10-10 {
  display: none;
}
.c-toggle-1-10-10 .dropdown-toggle-button-1-10-10 {
  display: none;
}
.c-toggle-1-10-10 .dropdown-toggle-button-1-10-10:checked ~ .dropdown-options-1-10-10 {
  display: block;
}
.c-toggle-1-10-10 .dropdown-toggle-button-1-10-10:checked ~ .dropdown-toggle-label-1-10-10 {
  font-weight: 500;
}

.c-toggle-2-1 .dropdown-options-2-1 {
  display: none;
}
.c-toggle-2-1 .dropdown-toggle-button-2-1 {
  display: none;
}
.c-toggle-2-1 .dropdown-toggle-button-2-1:checked ~ .dropdown-options-2-1 {
  display: block;
}
.c-toggle-2-1 .dropdown-toggle-button-2-1:checked ~ .dropdown-toggle-label-2-1 {
  font-weight: bold;
}
.c-toggle-2-1 .dropdown-toggle-button-2-1:checked ~ .dropdown-toggle-label-2-1 h3 {
  font-weight: bold;
}

.c-toggle-2-1-1 .dropdown-options-2-1-1 {
  display: none;
}
.c-toggle-2-1-1 .dropdown-toggle-button-2-1-1 {
  display: none;
}
.c-toggle-2-1-1 .dropdown-toggle-button-2-1-1:checked ~ .dropdown-options-2-1-1 {
  display: block;
}
.c-toggle-2-1-1 .dropdown-toggle-button-2-1-1:checked ~ .dropdown-toggle-label-2-1-1 {
  font-weight: 500;
}

.c-toggle-2-1-2 .dropdown-options-2-1-2 {
  display: none;
}
.c-toggle-2-1-2 .dropdown-toggle-button-2-1-2 {
  display: none;
}
.c-toggle-2-1-2 .dropdown-toggle-button-2-1-2:checked ~ .dropdown-options-2-1-2 {
  display: block;
}
.c-toggle-2-1-2 .dropdown-toggle-button-2-1-2:checked ~ .dropdown-toggle-label-2-1-2 {
  font-weight: 500;
}

.c-toggle-2-1-3 .dropdown-options-2-1-3 {
  display: none;
}
.c-toggle-2-1-3 .dropdown-toggle-button-2-1-3 {
  display: none;
}
.c-toggle-2-1-3 .dropdown-toggle-button-2-1-3:checked ~ .dropdown-options-2-1-3 {
  display: block;
}
.c-toggle-2-1-3 .dropdown-toggle-button-2-1-3:checked ~ .dropdown-toggle-label-2-1-3 {
  font-weight: 500;
}

.c-toggle-2-1-4 .dropdown-options-2-1-4 {
  display: none;
}
.c-toggle-2-1-4 .dropdown-toggle-button-2-1-4 {
  display: none;
}
.c-toggle-2-1-4 .dropdown-toggle-button-2-1-4:checked ~ .dropdown-options-2-1-4 {
  display: block;
}
.c-toggle-2-1-4 .dropdown-toggle-button-2-1-4:checked ~ .dropdown-toggle-label-2-1-4 {
  font-weight: 500;
}

.c-toggle-2-1-5 .dropdown-options-2-1-5 {
  display: none;
}
.c-toggle-2-1-5 .dropdown-toggle-button-2-1-5 {
  display: none;
}
.c-toggle-2-1-5 .dropdown-toggle-button-2-1-5:checked ~ .dropdown-options-2-1-5 {
  display: block;
}
.c-toggle-2-1-5 .dropdown-toggle-button-2-1-5:checked ~ .dropdown-toggle-label-2-1-5 {
  font-weight: 500;
}

.c-toggle-2-1-6 .dropdown-options-2-1-6 {
  display: none;
}
.c-toggle-2-1-6 .dropdown-toggle-button-2-1-6 {
  display: none;
}
.c-toggle-2-1-6 .dropdown-toggle-button-2-1-6:checked ~ .dropdown-options-2-1-6 {
  display: block;
}
.c-toggle-2-1-6 .dropdown-toggle-button-2-1-6:checked ~ .dropdown-toggle-label-2-1-6 {
  font-weight: 500;
}

.c-toggle-2-1-7 .dropdown-options-2-1-7 {
  display: none;
}
.c-toggle-2-1-7 .dropdown-toggle-button-2-1-7 {
  display: none;
}
.c-toggle-2-1-7 .dropdown-toggle-button-2-1-7:checked ~ .dropdown-options-2-1-7 {
  display: block;
}
.c-toggle-2-1-7 .dropdown-toggle-button-2-1-7:checked ~ .dropdown-toggle-label-2-1-7 {
  font-weight: 500;
}

.c-toggle-2-1-8 .dropdown-options-2-1-8 {
  display: none;
}
.c-toggle-2-1-8 .dropdown-toggle-button-2-1-8 {
  display: none;
}
.c-toggle-2-1-8 .dropdown-toggle-button-2-1-8:checked ~ .dropdown-options-2-1-8 {
  display: block;
}
.c-toggle-2-1-8 .dropdown-toggle-button-2-1-8:checked ~ .dropdown-toggle-label-2-1-8 {
  font-weight: 500;
}

.c-toggle-2-1-9 .dropdown-options-2-1-9 {
  display: none;
}
.c-toggle-2-1-9 .dropdown-toggle-button-2-1-9 {
  display: none;
}
.c-toggle-2-1-9 .dropdown-toggle-button-2-1-9:checked ~ .dropdown-options-2-1-9 {
  display: block;
}
.c-toggle-2-1-9 .dropdown-toggle-button-2-1-9:checked ~ .dropdown-toggle-label-2-1-9 {
  font-weight: 500;
}

.c-toggle-2-1-10 .dropdown-options-2-1-10 {
  display: none;
}
.c-toggle-2-1-10 .dropdown-toggle-button-2-1-10 {
  display: none;
}
.c-toggle-2-1-10 .dropdown-toggle-button-2-1-10:checked ~ .dropdown-options-2-1-10 {
  display: block;
}
.c-toggle-2-1-10 .dropdown-toggle-button-2-1-10:checked ~ .dropdown-toggle-label-2-1-10 {
  font-weight: 500;
}

.c-toggle-2-2 .dropdown-options-2-2 {
  display: none;
}
.c-toggle-2-2 .dropdown-toggle-button-2-2 {
  display: none;
}
.c-toggle-2-2 .dropdown-toggle-button-2-2:checked ~ .dropdown-options-2-2 {
  display: block;
}
.c-toggle-2-2 .dropdown-toggle-button-2-2:checked ~ .dropdown-toggle-label-2-2 {
  font-weight: bold;
}
.c-toggle-2-2 .dropdown-toggle-button-2-2:checked ~ .dropdown-toggle-label-2-2 h3 {
  font-weight: bold;
}

.c-toggle-2-2-1 .dropdown-options-2-2-1 {
  display: none;
}
.c-toggle-2-2-1 .dropdown-toggle-button-2-2-1 {
  display: none;
}
.c-toggle-2-2-1 .dropdown-toggle-button-2-2-1:checked ~ .dropdown-options-2-2-1 {
  display: block;
}
.c-toggle-2-2-1 .dropdown-toggle-button-2-2-1:checked ~ .dropdown-toggle-label-2-2-1 {
  font-weight: 500;
}

.c-toggle-2-2-2 .dropdown-options-2-2-2 {
  display: none;
}
.c-toggle-2-2-2 .dropdown-toggle-button-2-2-2 {
  display: none;
}
.c-toggle-2-2-2 .dropdown-toggle-button-2-2-2:checked ~ .dropdown-options-2-2-2 {
  display: block;
}
.c-toggle-2-2-2 .dropdown-toggle-button-2-2-2:checked ~ .dropdown-toggle-label-2-2-2 {
  font-weight: 500;
}

.c-toggle-2-2-3 .dropdown-options-2-2-3 {
  display: none;
}
.c-toggle-2-2-3 .dropdown-toggle-button-2-2-3 {
  display: none;
}
.c-toggle-2-2-3 .dropdown-toggle-button-2-2-3:checked ~ .dropdown-options-2-2-3 {
  display: block;
}
.c-toggle-2-2-3 .dropdown-toggle-button-2-2-3:checked ~ .dropdown-toggle-label-2-2-3 {
  font-weight: 500;
}

.c-toggle-2-2-4 .dropdown-options-2-2-4 {
  display: none;
}
.c-toggle-2-2-4 .dropdown-toggle-button-2-2-4 {
  display: none;
}
.c-toggle-2-2-4 .dropdown-toggle-button-2-2-4:checked ~ .dropdown-options-2-2-4 {
  display: block;
}
.c-toggle-2-2-4 .dropdown-toggle-button-2-2-4:checked ~ .dropdown-toggle-label-2-2-4 {
  font-weight: 500;
}

.c-toggle-2-2-5 .dropdown-options-2-2-5 {
  display: none;
}
.c-toggle-2-2-5 .dropdown-toggle-button-2-2-5 {
  display: none;
}
.c-toggle-2-2-5 .dropdown-toggle-button-2-2-5:checked ~ .dropdown-options-2-2-5 {
  display: block;
}
.c-toggle-2-2-5 .dropdown-toggle-button-2-2-5:checked ~ .dropdown-toggle-label-2-2-5 {
  font-weight: 500;
}

.c-toggle-2-2-6 .dropdown-options-2-2-6 {
  display: none;
}
.c-toggle-2-2-6 .dropdown-toggle-button-2-2-6 {
  display: none;
}
.c-toggle-2-2-6 .dropdown-toggle-button-2-2-6:checked ~ .dropdown-options-2-2-6 {
  display: block;
}
.c-toggle-2-2-6 .dropdown-toggle-button-2-2-6:checked ~ .dropdown-toggle-label-2-2-6 {
  font-weight: 500;
}

.c-toggle-2-2-7 .dropdown-options-2-2-7 {
  display: none;
}
.c-toggle-2-2-7 .dropdown-toggle-button-2-2-7 {
  display: none;
}
.c-toggle-2-2-7 .dropdown-toggle-button-2-2-7:checked ~ .dropdown-options-2-2-7 {
  display: block;
}
.c-toggle-2-2-7 .dropdown-toggle-button-2-2-7:checked ~ .dropdown-toggle-label-2-2-7 {
  font-weight: 500;
}

.c-toggle-2-2-8 .dropdown-options-2-2-8 {
  display: none;
}
.c-toggle-2-2-8 .dropdown-toggle-button-2-2-8 {
  display: none;
}
.c-toggle-2-2-8 .dropdown-toggle-button-2-2-8:checked ~ .dropdown-options-2-2-8 {
  display: block;
}
.c-toggle-2-2-8 .dropdown-toggle-button-2-2-8:checked ~ .dropdown-toggle-label-2-2-8 {
  font-weight: 500;
}

.c-toggle-2-2-9 .dropdown-options-2-2-9 {
  display: none;
}
.c-toggle-2-2-9 .dropdown-toggle-button-2-2-9 {
  display: none;
}
.c-toggle-2-2-9 .dropdown-toggle-button-2-2-9:checked ~ .dropdown-options-2-2-9 {
  display: block;
}
.c-toggle-2-2-9 .dropdown-toggle-button-2-2-9:checked ~ .dropdown-toggle-label-2-2-9 {
  font-weight: 500;
}

.c-toggle-2-2-10 .dropdown-options-2-2-10 {
  display: none;
}
.c-toggle-2-2-10 .dropdown-toggle-button-2-2-10 {
  display: none;
}
.c-toggle-2-2-10 .dropdown-toggle-button-2-2-10:checked ~ .dropdown-options-2-2-10 {
  display: block;
}
.c-toggle-2-2-10 .dropdown-toggle-button-2-2-10:checked ~ .dropdown-toggle-label-2-2-10 {
  font-weight: 500;
}

.c-toggle-2-3 .dropdown-options-2-3 {
  display: none;
}
.c-toggle-2-3 .dropdown-toggle-button-2-3 {
  display: none;
}
.c-toggle-2-3 .dropdown-toggle-button-2-3:checked ~ .dropdown-options-2-3 {
  display: block;
}
.c-toggle-2-3 .dropdown-toggle-button-2-3:checked ~ .dropdown-toggle-label-2-3 {
  font-weight: bold;
}
.c-toggle-2-3 .dropdown-toggle-button-2-3:checked ~ .dropdown-toggle-label-2-3 h3 {
  font-weight: bold;
}

.c-toggle-2-3-1 .dropdown-options-2-3-1 {
  display: none;
}
.c-toggle-2-3-1 .dropdown-toggle-button-2-3-1 {
  display: none;
}
.c-toggle-2-3-1 .dropdown-toggle-button-2-3-1:checked ~ .dropdown-options-2-3-1 {
  display: block;
}
.c-toggle-2-3-1 .dropdown-toggle-button-2-3-1:checked ~ .dropdown-toggle-label-2-3-1 {
  font-weight: 500;
}

.c-toggle-2-3-2 .dropdown-options-2-3-2 {
  display: none;
}
.c-toggle-2-3-2 .dropdown-toggle-button-2-3-2 {
  display: none;
}
.c-toggle-2-3-2 .dropdown-toggle-button-2-3-2:checked ~ .dropdown-options-2-3-2 {
  display: block;
}
.c-toggle-2-3-2 .dropdown-toggle-button-2-3-2:checked ~ .dropdown-toggle-label-2-3-2 {
  font-weight: 500;
}

.c-toggle-2-3-3 .dropdown-options-2-3-3 {
  display: none;
}
.c-toggle-2-3-3 .dropdown-toggle-button-2-3-3 {
  display: none;
}
.c-toggle-2-3-3 .dropdown-toggle-button-2-3-3:checked ~ .dropdown-options-2-3-3 {
  display: block;
}
.c-toggle-2-3-3 .dropdown-toggle-button-2-3-3:checked ~ .dropdown-toggle-label-2-3-3 {
  font-weight: 500;
}

.c-toggle-2-3-4 .dropdown-options-2-3-4 {
  display: none;
}
.c-toggle-2-3-4 .dropdown-toggle-button-2-3-4 {
  display: none;
}
.c-toggle-2-3-4 .dropdown-toggle-button-2-3-4:checked ~ .dropdown-options-2-3-4 {
  display: block;
}
.c-toggle-2-3-4 .dropdown-toggle-button-2-3-4:checked ~ .dropdown-toggle-label-2-3-4 {
  font-weight: 500;
}

.c-toggle-2-3-5 .dropdown-options-2-3-5 {
  display: none;
}
.c-toggle-2-3-5 .dropdown-toggle-button-2-3-5 {
  display: none;
}
.c-toggle-2-3-5 .dropdown-toggle-button-2-3-5:checked ~ .dropdown-options-2-3-5 {
  display: block;
}
.c-toggle-2-3-5 .dropdown-toggle-button-2-3-5:checked ~ .dropdown-toggle-label-2-3-5 {
  font-weight: 500;
}

.c-toggle-2-3-6 .dropdown-options-2-3-6 {
  display: none;
}
.c-toggle-2-3-6 .dropdown-toggle-button-2-3-6 {
  display: none;
}
.c-toggle-2-3-6 .dropdown-toggle-button-2-3-6:checked ~ .dropdown-options-2-3-6 {
  display: block;
}
.c-toggle-2-3-6 .dropdown-toggle-button-2-3-6:checked ~ .dropdown-toggle-label-2-3-6 {
  font-weight: 500;
}

.c-toggle-2-3-7 .dropdown-options-2-3-7 {
  display: none;
}
.c-toggle-2-3-7 .dropdown-toggle-button-2-3-7 {
  display: none;
}
.c-toggle-2-3-7 .dropdown-toggle-button-2-3-7:checked ~ .dropdown-options-2-3-7 {
  display: block;
}
.c-toggle-2-3-7 .dropdown-toggle-button-2-3-7:checked ~ .dropdown-toggle-label-2-3-7 {
  font-weight: 500;
}

.c-toggle-2-3-8 .dropdown-options-2-3-8 {
  display: none;
}
.c-toggle-2-3-8 .dropdown-toggle-button-2-3-8 {
  display: none;
}
.c-toggle-2-3-8 .dropdown-toggle-button-2-3-8:checked ~ .dropdown-options-2-3-8 {
  display: block;
}
.c-toggle-2-3-8 .dropdown-toggle-button-2-3-8:checked ~ .dropdown-toggle-label-2-3-8 {
  font-weight: 500;
}

.c-toggle-2-3-9 .dropdown-options-2-3-9 {
  display: none;
}
.c-toggle-2-3-9 .dropdown-toggle-button-2-3-9 {
  display: none;
}
.c-toggle-2-3-9 .dropdown-toggle-button-2-3-9:checked ~ .dropdown-options-2-3-9 {
  display: block;
}
.c-toggle-2-3-9 .dropdown-toggle-button-2-3-9:checked ~ .dropdown-toggle-label-2-3-9 {
  font-weight: 500;
}

.c-toggle-2-3-10 .dropdown-options-2-3-10 {
  display: none;
}
.c-toggle-2-3-10 .dropdown-toggle-button-2-3-10 {
  display: none;
}
.c-toggle-2-3-10 .dropdown-toggle-button-2-3-10:checked ~ .dropdown-options-2-3-10 {
  display: block;
}
.c-toggle-2-3-10 .dropdown-toggle-button-2-3-10:checked ~ .dropdown-toggle-label-2-3-10 {
  font-weight: 500;
}

.c-toggle-2-4 .dropdown-options-2-4 {
  display: none;
}
.c-toggle-2-4 .dropdown-toggle-button-2-4 {
  display: none;
}
.c-toggle-2-4 .dropdown-toggle-button-2-4:checked ~ .dropdown-options-2-4 {
  display: block;
}
.c-toggle-2-4 .dropdown-toggle-button-2-4:checked ~ .dropdown-toggle-label-2-4 {
  font-weight: bold;
}
.c-toggle-2-4 .dropdown-toggle-button-2-4:checked ~ .dropdown-toggle-label-2-4 h3 {
  font-weight: bold;
}

.c-toggle-2-4-1 .dropdown-options-2-4-1 {
  display: none;
}
.c-toggle-2-4-1 .dropdown-toggle-button-2-4-1 {
  display: none;
}
.c-toggle-2-4-1 .dropdown-toggle-button-2-4-1:checked ~ .dropdown-options-2-4-1 {
  display: block;
}
.c-toggle-2-4-1 .dropdown-toggle-button-2-4-1:checked ~ .dropdown-toggle-label-2-4-1 {
  font-weight: 500;
}

.c-toggle-2-4-2 .dropdown-options-2-4-2 {
  display: none;
}
.c-toggle-2-4-2 .dropdown-toggle-button-2-4-2 {
  display: none;
}
.c-toggle-2-4-2 .dropdown-toggle-button-2-4-2:checked ~ .dropdown-options-2-4-2 {
  display: block;
}
.c-toggle-2-4-2 .dropdown-toggle-button-2-4-2:checked ~ .dropdown-toggle-label-2-4-2 {
  font-weight: 500;
}

.c-toggle-2-4-3 .dropdown-options-2-4-3 {
  display: none;
}
.c-toggle-2-4-3 .dropdown-toggle-button-2-4-3 {
  display: none;
}
.c-toggle-2-4-3 .dropdown-toggle-button-2-4-3:checked ~ .dropdown-options-2-4-3 {
  display: block;
}
.c-toggle-2-4-3 .dropdown-toggle-button-2-4-3:checked ~ .dropdown-toggle-label-2-4-3 {
  font-weight: 500;
}

.c-toggle-2-4-4 .dropdown-options-2-4-4 {
  display: none;
}
.c-toggle-2-4-4 .dropdown-toggle-button-2-4-4 {
  display: none;
}
.c-toggle-2-4-4 .dropdown-toggle-button-2-4-4:checked ~ .dropdown-options-2-4-4 {
  display: block;
}
.c-toggle-2-4-4 .dropdown-toggle-button-2-4-4:checked ~ .dropdown-toggle-label-2-4-4 {
  font-weight: 500;
}

.c-toggle-2-4-5 .dropdown-options-2-4-5 {
  display: none;
}
.c-toggle-2-4-5 .dropdown-toggle-button-2-4-5 {
  display: none;
}
.c-toggle-2-4-5 .dropdown-toggle-button-2-4-5:checked ~ .dropdown-options-2-4-5 {
  display: block;
}
.c-toggle-2-4-5 .dropdown-toggle-button-2-4-5:checked ~ .dropdown-toggle-label-2-4-5 {
  font-weight: 500;
}

.c-toggle-2-4-6 .dropdown-options-2-4-6 {
  display: none;
}
.c-toggle-2-4-6 .dropdown-toggle-button-2-4-6 {
  display: none;
}
.c-toggle-2-4-6 .dropdown-toggle-button-2-4-6:checked ~ .dropdown-options-2-4-6 {
  display: block;
}
.c-toggle-2-4-6 .dropdown-toggle-button-2-4-6:checked ~ .dropdown-toggle-label-2-4-6 {
  font-weight: 500;
}

.c-toggle-2-4-7 .dropdown-options-2-4-7 {
  display: none;
}
.c-toggle-2-4-7 .dropdown-toggle-button-2-4-7 {
  display: none;
}
.c-toggle-2-4-7 .dropdown-toggle-button-2-4-7:checked ~ .dropdown-options-2-4-7 {
  display: block;
}
.c-toggle-2-4-7 .dropdown-toggle-button-2-4-7:checked ~ .dropdown-toggle-label-2-4-7 {
  font-weight: 500;
}

.c-toggle-2-4-8 .dropdown-options-2-4-8 {
  display: none;
}
.c-toggle-2-4-8 .dropdown-toggle-button-2-4-8 {
  display: none;
}
.c-toggle-2-4-8 .dropdown-toggle-button-2-4-8:checked ~ .dropdown-options-2-4-8 {
  display: block;
}
.c-toggle-2-4-8 .dropdown-toggle-button-2-4-8:checked ~ .dropdown-toggle-label-2-4-8 {
  font-weight: 500;
}

.c-toggle-2-4-9 .dropdown-options-2-4-9 {
  display: none;
}
.c-toggle-2-4-9 .dropdown-toggle-button-2-4-9 {
  display: none;
}
.c-toggle-2-4-9 .dropdown-toggle-button-2-4-9:checked ~ .dropdown-options-2-4-9 {
  display: block;
}
.c-toggle-2-4-9 .dropdown-toggle-button-2-4-9:checked ~ .dropdown-toggle-label-2-4-9 {
  font-weight: 500;
}

.c-toggle-2-4-10 .dropdown-options-2-4-10 {
  display: none;
}
.c-toggle-2-4-10 .dropdown-toggle-button-2-4-10 {
  display: none;
}
.c-toggle-2-4-10 .dropdown-toggle-button-2-4-10:checked ~ .dropdown-options-2-4-10 {
  display: block;
}
.c-toggle-2-4-10 .dropdown-toggle-button-2-4-10:checked ~ .dropdown-toggle-label-2-4-10 {
  font-weight: 500;
}

.c-toggle-2-5 .dropdown-options-2-5 {
  display: none;
}
.c-toggle-2-5 .dropdown-toggle-button-2-5 {
  display: none;
}
.c-toggle-2-5 .dropdown-toggle-button-2-5:checked ~ .dropdown-options-2-5 {
  display: block;
}
.c-toggle-2-5 .dropdown-toggle-button-2-5:checked ~ .dropdown-toggle-label-2-5 {
  font-weight: bold;
}
.c-toggle-2-5 .dropdown-toggle-button-2-5:checked ~ .dropdown-toggle-label-2-5 h3 {
  font-weight: bold;
}

.c-toggle-2-5-1 .dropdown-options-2-5-1 {
  display: none;
}
.c-toggle-2-5-1 .dropdown-toggle-button-2-5-1 {
  display: none;
}
.c-toggle-2-5-1 .dropdown-toggle-button-2-5-1:checked ~ .dropdown-options-2-5-1 {
  display: block;
}
.c-toggle-2-5-1 .dropdown-toggle-button-2-5-1:checked ~ .dropdown-toggle-label-2-5-1 {
  font-weight: 500;
}

.c-toggle-2-5-2 .dropdown-options-2-5-2 {
  display: none;
}
.c-toggle-2-5-2 .dropdown-toggle-button-2-5-2 {
  display: none;
}
.c-toggle-2-5-2 .dropdown-toggle-button-2-5-2:checked ~ .dropdown-options-2-5-2 {
  display: block;
}
.c-toggle-2-5-2 .dropdown-toggle-button-2-5-2:checked ~ .dropdown-toggle-label-2-5-2 {
  font-weight: 500;
}

.c-toggle-2-5-3 .dropdown-options-2-5-3 {
  display: none;
}
.c-toggle-2-5-3 .dropdown-toggle-button-2-5-3 {
  display: none;
}
.c-toggle-2-5-3 .dropdown-toggle-button-2-5-3:checked ~ .dropdown-options-2-5-3 {
  display: block;
}
.c-toggle-2-5-3 .dropdown-toggle-button-2-5-3:checked ~ .dropdown-toggle-label-2-5-3 {
  font-weight: 500;
}

.c-toggle-2-5-4 .dropdown-options-2-5-4 {
  display: none;
}
.c-toggle-2-5-4 .dropdown-toggle-button-2-5-4 {
  display: none;
}
.c-toggle-2-5-4 .dropdown-toggle-button-2-5-4:checked ~ .dropdown-options-2-5-4 {
  display: block;
}
.c-toggle-2-5-4 .dropdown-toggle-button-2-5-4:checked ~ .dropdown-toggle-label-2-5-4 {
  font-weight: 500;
}

.c-toggle-2-5-5 .dropdown-options-2-5-5 {
  display: none;
}
.c-toggle-2-5-5 .dropdown-toggle-button-2-5-5 {
  display: none;
}
.c-toggle-2-5-5 .dropdown-toggle-button-2-5-5:checked ~ .dropdown-options-2-5-5 {
  display: block;
}
.c-toggle-2-5-5 .dropdown-toggle-button-2-5-5:checked ~ .dropdown-toggle-label-2-5-5 {
  font-weight: 500;
}

.c-toggle-2-5-6 .dropdown-options-2-5-6 {
  display: none;
}
.c-toggle-2-5-6 .dropdown-toggle-button-2-5-6 {
  display: none;
}
.c-toggle-2-5-6 .dropdown-toggle-button-2-5-6:checked ~ .dropdown-options-2-5-6 {
  display: block;
}
.c-toggle-2-5-6 .dropdown-toggle-button-2-5-6:checked ~ .dropdown-toggle-label-2-5-6 {
  font-weight: 500;
}

.c-toggle-2-5-7 .dropdown-options-2-5-7 {
  display: none;
}
.c-toggle-2-5-7 .dropdown-toggle-button-2-5-7 {
  display: none;
}
.c-toggle-2-5-7 .dropdown-toggle-button-2-5-7:checked ~ .dropdown-options-2-5-7 {
  display: block;
}
.c-toggle-2-5-7 .dropdown-toggle-button-2-5-7:checked ~ .dropdown-toggle-label-2-5-7 {
  font-weight: 500;
}

.c-toggle-2-5-8 .dropdown-options-2-5-8 {
  display: none;
}
.c-toggle-2-5-8 .dropdown-toggle-button-2-5-8 {
  display: none;
}
.c-toggle-2-5-8 .dropdown-toggle-button-2-5-8:checked ~ .dropdown-options-2-5-8 {
  display: block;
}
.c-toggle-2-5-8 .dropdown-toggle-button-2-5-8:checked ~ .dropdown-toggle-label-2-5-8 {
  font-weight: 500;
}

.c-toggle-2-5-9 .dropdown-options-2-5-9 {
  display: none;
}
.c-toggle-2-5-9 .dropdown-toggle-button-2-5-9 {
  display: none;
}
.c-toggle-2-5-9 .dropdown-toggle-button-2-5-9:checked ~ .dropdown-options-2-5-9 {
  display: block;
}
.c-toggle-2-5-9 .dropdown-toggle-button-2-5-9:checked ~ .dropdown-toggle-label-2-5-9 {
  font-weight: 500;
}

.c-toggle-2-5-10 .dropdown-options-2-5-10 {
  display: none;
}
.c-toggle-2-5-10 .dropdown-toggle-button-2-5-10 {
  display: none;
}
.c-toggle-2-5-10 .dropdown-toggle-button-2-5-10:checked ~ .dropdown-options-2-5-10 {
  display: block;
}
.c-toggle-2-5-10 .dropdown-toggle-button-2-5-10:checked ~ .dropdown-toggle-label-2-5-10 {
  font-weight: 500;
}

.c-toggle-2-6 .dropdown-options-2-6 {
  display: none;
}
.c-toggle-2-6 .dropdown-toggle-button-2-6 {
  display: none;
}
.c-toggle-2-6 .dropdown-toggle-button-2-6:checked ~ .dropdown-options-2-6 {
  display: block;
}
.c-toggle-2-6 .dropdown-toggle-button-2-6:checked ~ .dropdown-toggle-label-2-6 {
  font-weight: bold;
}
.c-toggle-2-6 .dropdown-toggle-button-2-6:checked ~ .dropdown-toggle-label-2-6 h3 {
  font-weight: bold;
}

.c-toggle-2-6-1 .dropdown-options-2-6-1 {
  display: none;
}
.c-toggle-2-6-1 .dropdown-toggle-button-2-6-1 {
  display: none;
}
.c-toggle-2-6-1 .dropdown-toggle-button-2-6-1:checked ~ .dropdown-options-2-6-1 {
  display: block;
}
.c-toggle-2-6-1 .dropdown-toggle-button-2-6-1:checked ~ .dropdown-toggle-label-2-6-1 {
  font-weight: 500;
}

.c-toggle-2-6-2 .dropdown-options-2-6-2 {
  display: none;
}
.c-toggle-2-6-2 .dropdown-toggle-button-2-6-2 {
  display: none;
}
.c-toggle-2-6-2 .dropdown-toggle-button-2-6-2:checked ~ .dropdown-options-2-6-2 {
  display: block;
}
.c-toggle-2-6-2 .dropdown-toggle-button-2-6-2:checked ~ .dropdown-toggle-label-2-6-2 {
  font-weight: 500;
}

.c-toggle-2-6-3 .dropdown-options-2-6-3 {
  display: none;
}
.c-toggle-2-6-3 .dropdown-toggle-button-2-6-3 {
  display: none;
}
.c-toggle-2-6-3 .dropdown-toggle-button-2-6-3:checked ~ .dropdown-options-2-6-3 {
  display: block;
}
.c-toggle-2-6-3 .dropdown-toggle-button-2-6-3:checked ~ .dropdown-toggle-label-2-6-3 {
  font-weight: 500;
}

.c-toggle-2-6-4 .dropdown-options-2-6-4 {
  display: none;
}
.c-toggle-2-6-4 .dropdown-toggle-button-2-6-4 {
  display: none;
}
.c-toggle-2-6-4 .dropdown-toggle-button-2-6-4:checked ~ .dropdown-options-2-6-4 {
  display: block;
}
.c-toggle-2-6-4 .dropdown-toggle-button-2-6-4:checked ~ .dropdown-toggle-label-2-6-4 {
  font-weight: 500;
}

.c-toggle-2-6-5 .dropdown-options-2-6-5 {
  display: none;
}
.c-toggle-2-6-5 .dropdown-toggle-button-2-6-5 {
  display: none;
}
.c-toggle-2-6-5 .dropdown-toggle-button-2-6-5:checked ~ .dropdown-options-2-6-5 {
  display: block;
}
.c-toggle-2-6-5 .dropdown-toggle-button-2-6-5:checked ~ .dropdown-toggle-label-2-6-5 {
  font-weight: 500;
}

.c-toggle-2-6-6 .dropdown-options-2-6-6 {
  display: none;
}
.c-toggle-2-6-6 .dropdown-toggle-button-2-6-6 {
  display: none;
}
.c-toggle-2-6-6 .dropdown-toggle-button-2-6-6:checked ~ .dropdown-options-2-6-6 {
  display: block;
}
.c-toggle-2-6-6 .dropdown-toggle-button-2-6-6:checked ~ .dropdown-toggle-label-2-6-6 {
  font-weight: 500;
}

.c-toggle-2-6-7 .dropdown-options-2-6-7 {
  display: none;
}
.c-toggle-2-6-7 .dropdown-toggle-button-2-6-7 {
  display: none;
}
.c-toggle-2-6-7 .dropdown-toggle-button-2-6-7:checked ~ .dropdown-options-2-6-7 {
  display: block;
}
.c-toggle-2-6-7 .dropdown-toggle-button-2-6-7:checked ~ .dropdown-toggle-label-2-6-7 {
  font-weight: 500;
}

.c-toggle-2-6-8 .dropdown-options-2-6-8 {
  display: none;
}
.c-toggle-2-6-8 .dropdown-toggle-button-2-6-8 {
  display: none;
}
.c-toggle-2-6-8 .dropdown-toggle-button-2-6-8:checked ~ .dropdown-options-2-6-8 {
  display: block;
}
.c-toggle-2-6-8 .dropdown-toggle-button-2-6-8:checked ~ .dropdown-toggle-label-2-6-8 {
  font-weight: 500;
}

.c-toggle-2-6-9 .dropdown-options-2-6-9 {
  display: none;
}
.c-toggle-2-6-9 .dropdown-toggle-button-2-6-9 {
  display: none;
}
.c-toggle-2-6-9 .dropdown-toggle-button-2-6-9:checked ~ .dropdown-options-2-6-9 {
  display: block;
}
.c-toggle-2-6-9 .dropdown-toggle-button-2-6-9:checked ~ .dropdown-toggle-label-2-6-9 {
  font-weight: 500;
}

.c-toggle-2-6-10 .dropdown-options-2-6-10 {
  display: none;
}
.c-toggle-2-6-10 .dropdown-toggle-button-2-6-10 {
  display: none;
}
.c-toggle-2-6-10 .dropdown-toggle-button-2-6-10:checked ~ .dropdown-options-2-6-10 {
  display: block;
}
.c-toggle-2-6-10 .dropdown-toggle-button-2-6-10:checked ~ .dropdown-toggle-label-2-6-10 {
  font-weight: 500;
}

.c-toggle-2-7 .dropdown-options-2-7 {
  display: none;
}
.c-toggle-2-7 .dropdown-toggle-button-2-7 {
  display: none;
}
.c-toggle-2-7 .dropdown-toggle-button-2-7:checked ~ .dropdown-options-2-7 {
  display: block;
}
.c-toggle-2-7 .dropdown-toggle-button-2-7:checked ~ .dropdown-toggle-label-2-7 {
  font-weight: bold;
}
.c-toggle-2-7 .dropdown-toggle-button-2-7:checked ~ .dropdown-toggle-label-2-7 h3 {
  font-weight: bold;
}

.c-toggle-2-7-1 .dropdown-options-2-7-1 {
  display: none;
}
.c-toggle-2-7-1 .dropdown-toggle-button-2-7-1 {
  display: none;
}
.c-toggle-2-7-1 .dropdown-toggle-button-2-7-1:checked ~ .dropdown-options-2-7-1 {
  display: block;
}
.c-toggle-2-7-1 .dropdown-toggle-button-2-7-1:checked ~ .dropdown-toggle-label-2-7-1 {
  font-weight: 500;
}

.c-toggle-2-7-2 .dropdown-options-2-7-2 {
  display: none;
}
.c-toggle-2-7-2 .dropdown-toggle-button-2-7-2 {
  display: none;
}
.c-toggle-2-7-2 .dropdown-toggle-button-2-7-2:checked ~ .dropdown-options-2-7-2 {
  display: block;
}
.c-toggle-2-7-2 .dropdown-toggle-button-2-7-2:checked ~ .dropdown-toggle-label-2-7-2 {
  font-weight: 500;
}

.c-toggle-2-7-3 .dropdown-options-2-7-3 {
  display: none;
}
.c-toggle-2-7-3 .dropdown-toggle-button-2-7-3 {
  display: none;
}
.c-toggle-2-7-3 .dropdown-toggle-button-2-7-3:checked ~ .dropdown-options-2-7-3 {
  display: block;
}
.c-toggle-2-7-3 .dropdown-toggle-button-2-7-3:checked ~ .dropdown-toggle-label-2-7-3 {
  font-weight: 500;
}

.c-toggle-2-7-4 .dropdown-options-2-7-4 {
  display: none;
}
.c-toggle-2-7-4 .dropdown-toggle-button-2-7-4 {
  display: none;
}
.c-toggle-2-7-4 .dropdown-toggle-button-2-7-4:checked ~ .dropdown-options-2-7-4 {
  display: block;
}
.c-toggle-2-7-4 .dropdown-toggle-button-2-7-4:checked ~ .dropdown-toggle-label-2-7-4 {
  font-weight: 500;
}

.c-toggle-2-7-5 .dropdown-options-2-7-5 {
  display: none;
}
.c-toggle-2-7-5 .dropdown-toggle-button-2-7-5 {
  display: none;
}
.c-toggle-2-7-5 .dropdown-toggle-button-2-7-5:checked ~ .dropdown-options-2-7-5 {
  display: block;
}
.c-toggle-2-7-5 .dropdown-toggle-button-2-7-5:checked ~ .dropdown-toggle-label-2-7-5 {
  font-weight: 500;
}

.c-toggle-2-7-6 .dropdown-options-2-7-6 {
  display: none;
}
.c-toggle-2-7-6 .dropdown-toggle-button-2-7-6 {
  display: none;
}
.c-toggle-2-7-6 .dropdown-toggle-button-2-7-6:checked ~ .dropdown-options-2-7-6 {
  display: block;
}
.c-toggle-2-7-6 .dropdown-toggle-button-2-7-6:checked ~ .dropdown-toggle-label-2-7-6 {
  font-weight: 500;
}

.c-toggle-2-7-7 .dropdown-options-2-7-7 {
  display: none;
}
.c-toggle-2-7-7 .dropdown-toggle-button-2-7-7 {
  display: none;
}
.c-toggle-2-7-7 .dropdown-toggle-button-2-7-7:checked ~ .dropdown-options-2-7-7 {
  display: block;
}
.c-toggle-2-7-7 .dropdown-toggle-button-2-7-7:checked ~ .dropdown-toggle-label-2-7-7 {
  font-weight: 500;
}

.c-toggle-2-7-8 .dropdown-options-2-7-8 {
  display: none;
}
.c-toggle-2-7-8 .dropdown-toggle-button-2-7-8 {
  display: none;
}
.c-toggle-2-7-8 .dropdown-toggle-button-2-7-8:checked ~ .dropdown-options-2-7-8 {
  display: block;
}
.c-toggle-2-7-8 .dropdown-toggle-button-2-7-8:checked ~ .dropdown-toggle-label-2-7-8 {
  font-weight: 500;
}

.c-toggle-2-7-9 .dropdown-options-2-7-9 {
  display: none;
}
.c-toggle-2-7-9 .dropdown-toggle-button-2-7-9 {
  display: none;
}
.c-toggle-2-7-9 .dropdown-toggle-button-2-7-9:checked ~ .dropdown-options-2-7-9 {
  display: block;
}
.c-toggle-2-7-9 .dropdown-toggle-button-2-7-9:checked ~ .dropdown-toggle-label-2-7-9 {
  font-weight: 500;
}

.c-toggle-2-7-10 .dropdown-options-2-7-10 {
  display: none;
}
.c-toggle-2-7-10 .dropdown-toggle-button-2-7-10 {
  display: none;
}
.c-toggle-2-7-10 .dropdown-toggle-button-2-7-10:checked ~ .dropdown-options-2-7-10 {
  display: block;
}
.c-toggle-2-7-10 .dropdown-toggle-button-2-7-10:checked ~ .dropdown-toggle-label-2-7-10 {
  font-weight: 500;
}

.c-toggle-2-8 .dropdown-options-2-8 {
  display: none;
}
.c-toggle-2-8 .dropdown-toggle-button-2-8 {
  display: none;
}
.c-toggle-2-8 .dropdown-toggle-button-2-8:checked ~ .dropdown-options-2-8 {
  display: block;
}
.c-toggle-2-8 .dropdown-toggle-button-2-8:checked ~ .dropdown-toggle-label-2-8 {
  font-weight: bold;
}
.c-toggle-2-8 .dropdown-toggle-button-2-8:checked ~ .dropdown-toggle-label-2-8 h3 {
  font-weight: bold;
}

.c-toggle-2-8-1 .dropdown-options-2-8-1 {
  display: none;
}
.c-toggle-2-8-1 .dropdown-toggle-button-2-8-1 {
  display: none;
}
.c-toggle-2-8-1 .dropdown-toggle-button-2-8-1:checked ~ .dropdown-options-2-8-1 {
  display: block;
}
.c-toggle-2-8-1 .dropdown-toggle-button-2-8-1:checked ~ .dropdown-toggle-label-2-8-1 {
  font-weight: 500;
}

.c-toggle-2-8-2 .dropdown-options-2-8-2 {
  display: none;
}
.c-toggle-2-8-2 .dropdown-toggle-button-2-8-2 {
  display: none;
}
.c-toggle-2-8-2 .dropdown-toggle-button-2-8-2:checked ~ .dropdown-options-2-8-2 {
  display: block;
}
.c-toggle-2-8-2 .dropdown-toggle-button-2-8-2:checked ~ .dropdown-toggle-label-2-8-2 {
  font-weight: 500;
}

.c-toggle-2-8-3 .dropdown-options-2-8-3 {
  display: none;
}
.c-toggle-2-8-3 .dropdown-toggle-button-2-8-3 {
  display: none;
}
.c-toggle-2-8-3 .dropdown-toggle-button-2-8-3:checked ~ .dropdown-options-2-8-3 {
  display: block;
}
.c-toggle-2-8-3 .dropdown-toggle-button-2-8-3:checked ~ .dropdown-toggle-label-2-8-3 {
  font-weight: 500;
}

.c-toggle-2-8-4 .dropdown-options-2-8-4 {
  display: none;
}
.c-toggle-2-8-4 .dropdown-toggle-button-2-8-4 {
  display: none;
}
.c-toggle-2-8-4 .dropdown-toggle-button-2-8-4:checked ~ .dropdown-options-2-8-4 {
  display: block;
}
.c-toggle-2-8-4 .dropdown-toggle-button-2-8-4:checked ~ .dropdown-toggle-label-2-8-4 {
  font-weight: 500;
}

.c-toggle-2-8-5 .dropdown-options-2-8-5 {
  display: none;
}
.c-toggle-2-8-5 .dropdown-toggle-button-2-8-5 {
  display: none;
}
.c-toggle-2-8-5 .dropdown-toggle-button-2-8-5:checked ~ .dropdown-options-2-8-5 {
  display: block;
}
.c-toggle-2-8-5 .dropdown-toggle-button-2-8-5:checked ~ .dropdown-toggle-label-2-8-5 {
  font-weight: 500;
}

.c-toggle-2-8-6 .dropdown-options-2-8-6 {
  display: none;
}
.c-toggle-2-8-6 .dropdown-toggle-button-2-8-6 {
  display: none;
}
.c-toggle-2-8-6 .dropdown-toggle-button-2-8-6:checked ~ .dropdown-options-2-8-6 {
  display: block;
}
.c-toggle-2-8-6 .dropdown-toggle-button-2-8-6:checked ~ .dropdown-toggle-label-2-8-6 {
  font-weight: 500;
}

.c-toggle-2-8-7 .dropdown-options-2-8-7 {
  display: none;
}
.c-toggle-2-8-7 .dropdown-toggle-button-2-8-7 {
  display: none;
}
.c-toggle-2-8-7 .dropdown-toggle-button-2-8-7:checked ~ .dropdown-options-2-8-7 {
  display: block;
}
.c-toggle-2-8-7 .dropdown-toggle-button-2-8-7:checked ~ .dropdown-toggle-label-2-8-7 {
  font-weight: 500;
}

.c-toggle-2-8-8 .dropdown-options-2-8-8 {
  display: none;
}
.c-toggle-2-8-8 .dropdown-toggle-button-2-8-8 {
  display: none;
}
.c-toggle-2-8-8 .dropdown-toggle-button-2-8-8:checked ~ .dropdown-options-2-8-8 {
  display: block;
}
.c-toggle-2-8-8 .dropdown-toggle-button-2-8-8:checked ~ .dropdown-toggle-label-2-8-8 {
  font-weight: 500;
}

.c-toggle-2-8-9 .dropdown-options-2-8-9 {
  display: none;
}
.c-toggle-2-8-9 .dropdown-toggle-button-2-8-9 {
  display: none;
}
.c-toggle-2-8-9 .dropdown-toggle-button-2-8-9:checked ~ .dropdown-options-2-8-9 {
  display: block;
}
.c-toggle-2-8-9 .dropdown-toggle-button-2-8-9:checked ~ .dropdown-toggle-label-2-8-9 {
  font-weight: 500;
}

.c-toggle-2-8-10 .dropdown-options-2-8-10 {
  display: none;
}
.c-toggle-2-8-10 .dropdown-toggle-button-2-8-10 {
  display: none;
}
.c-toggle-2-8-10 .dropdown-toggle-button-2-8-10:checked ~ .dropdown-options-2-8-10 {
  display: block;
}
.c-toggle-2-8-10 .dropdown-toggle-button-2-8-10:checked ~ .dropdown-toggle-label-2-8-10 {
  font-weight: 500;
}

.c-toggle-2-9 .dropdown-options-2-9 {
  display: none;
}
.c-toggle-2-9 .dropdown-toggle-button-2-9 {
  display: none;
}
.c-toggle-2-9 .dropdown-toggle-button-2-9:checked ~ .dropdown-options-2-9 {
  display: block;
}
.c-toggle-2-9 .dropdown-toggle-button-2-9:checked ~ .dropdown-toggle-label-2-9 {
  font-weight: bold;
}
.c-toggle-2-9 .dropdown-toggle-button-2-9:checked ~ .dropdown-toggle-label-2-9 h3 {
  font-weight: bold;
}

.c-toggle-2-9-1 .dropdown-options-2-9-1 {
  display: none;
}
.c-toggle-2-9-1 .dropdown-toggle-button-2-9-1 {
  display: none;
}
.c-toggle-2-9-1 .dropdown-toggle-button-2-9-1:checked ~ .dropdown-options-2-9-1 {
  display: block;
}
.c-toggle-2-9-1 .dropdown-toggle-button-2-9-1:checked ~ .dropdown-toggle-label-2-9-1 {
  font-weight: 500;
}

.c-toggle-2-9-2 .dropdown-options-2-9-2 {
  display: none;
}
.c-toggle-2-9-2 .dropdown-toggle-button-2-9-2 {
  display: none;
}
.c-toggle-2-9-2 .dropdown-toggle-button-2-9-2:checked ~ .dropdown-options-2-9-2 {
  display: block;
}
.c-toggle-2-9-2 .dropdown-toggle-button-2-9-2:checked ~ .dropdown-toggle-label-2-9-2 {
  font-weight: 500;
}

.c-toggle-2-9-3 .dropdown-options-2-9-3 {
  display: none;
}
.c-toggle-2-9-3 .dropdown-toggle-button-2-9-3 {
  display: none;
}
.c-toggle-2-9-3 .dropdown-toggle-button-2-9-3:checked ~ .dropdown-options-2-9-3 {
  display: block;
}
.c-toggle-2-9-3 .dropdown-toggle-button-2-9-3:checked ~ .dropdown-toggle-label-2-9-3 {
  font-weight: 500;
}

.c-toggle-2-9-4 .dropdown-options-2-9-4 {
  display: none;
}
.c-toggle-2-9-4 .dropdown-toggle-button-2-9-4 {
  display: none;
}
.c-toggle-2-9-4 .dropdown-toggle-button-2-9-4:checked ~ .dropdown-options-2-9-4 {
  display: block;
}
.c-toggle-2-9-4 .dropdown-toggle-button-2-9-4:checked ~ .dropdown-toggle-label-2-9-4 {
  font-weight: 500;
}

.c-toggle-2-9-5 .dropdown-options-2-9-5 {
  display: none;
}
.c-toggle-2-9-5 .dropdown-toggle-button-2-9-5 {
  display: none;
}
.c-toggle-2-9-5 .dropdown-toggle-button-2-9-5:checked ~ .dropdown-options-2-9-5 {
  display: block;
}
.c-toggle-2-9-5 .dropdown-toggle-button-2-9-5:checked ~ .dropdown-toggle-label-2-9-5 {
  font-weight: 500;
}

.c-toggle-2-9-6 .dropdown-options-2-9-6 {
  display: none;
}
.c-toggle-2-9-6 .dropdown-toggle-button-2-9-6 {
  display: none;
}
.c-toggle-2-9-6 .dropdown-toggle-button-2-9-6:checked ~ .dropdown-options-2-9-6 {
  display: block;
}
.c-toggle-2-9-6 .dropdown-toggle-button-2-9-6:checked ~ .dropdown-toggle-label-2-9-6 {
  font-weight: 500;
}

.c-toggle-2-9-7 .dropdown-options-2-9-7 {
  display: none;
}
.c-toggle-2-9-7 .dropdown-toggle-button-2-9-7 {
  display: none;
}
.c-toggle-2-9-7 .dropdown-toggle-button-2-9-7:checked ~ .dropdown-options-2-9-7 {
  display: block;
}
.c-toggle-2-9-7 .dropdown-toggle-button-2-9-7:checked ~ .dropdown-toggle-label-2-9-7 {
  font-weight: 500;
}

.c-toggle-2-9-8 .dropdown-options-2-9-8 {
  display: none;
}
.c-toggle-2-9-8 .dropdown-toggle-button-2-9-8 {
  display: none;
}
.c-toggle-2-9-8 .dropdown-toggle-button-2-9-8:checked ~ .dropdown-options-2-9-8 {
  display: block;
}
.c-toggle-2-9-8 .dropdown-toggle-button-2-9-8:checked ~ .dropdown-toggle-label-2-9-8 {
  font-weight: 500;
}

.c-toggle-2-9-9 .dropdown-options-2-9-9 {
  display: none;
}
.c-toggle-2-9-9 .dropdown-toggle-button-2-9-9 {
  display: none;
}
.c-toggle-2-9-9 .dropdown-toggle-button-2-9-9:checked ~ .dropdown-options-2-9-9 {
  display: block;
}
.c-toggle-2-9-9 .dropdown-toggle-button-2-9-9:checked ~ .dropdown-toggle-label-2-9-9 {
  font-weight: 500;
}

.c-toggle-2-9-10 .dropdown-options-2-9-10 {
  display: none;
}
.c-toggle-2-9-10 .dropdown-toggle-button-2-9-10 {
  display: none;
}
.c-toggle-2-9-10 .dropdown-toggle-button-2-9-10:checked ~ .dropdown-options-2-9-10 {
  display: block;
}
.c-toggle-2-9-10 .dropdown-toggle-button-2-9-10:checked ~ .dropdown-toggle-label-2-9-10 {
  font-weight: 500;
}

.c-toggle-2-10 .dropdown-options-2-10 {
  display: none;
}
.c-toggle-2-10 .dropdown-toggle-button-2-10 {
  display: none;
}
.c-toggle-2-10 .dropdown-toggle-button-2-10:checked ~ .dropdown-options-2-10 {
  display: block;
}
.c-toggle-2-10 .dropdown-toggle-button-2-10:checked ~ .dropdown-toggle-label-2-10 {
  font-weight: bold;
}
.c-toggle-2-10 .dropdown-toggle-button-2-10:checked ~ .dropdown-toggle-label-2-10 h3 {
  font-weight: bold;
}

.c-toggle-2-10-1 .dropdown-options-2-10-1 {
  display: none;
}
.c-toggle-2-10-1 .dropdown-toggle-button-2-10-1 {
  display: none;
}
.c-toggle-2-10-1 .dropdown-toggle-button-2-10-1:checked ~ .dropdown-options-2-10-1 {
  display: block;
}
.c-toggle-2-10-1 .dropdown-toggle-button-2-10-1:checked ~ .dropdown-toggle-label-2-10-1 {
  font-weight: 500;
}

.c-toggle-2-10-2 .dropdown-options-2-10-2 {
  display: none;
}
.c-toggle-2-10-2 .dropdown-toggle-button-2-10-2 {
  display: none;
}
.c-toggle-2-10-2 .dropdown-toggle-button-2-10-2:checked ~ .dropdown-options-2-10-2 {
  display: block;
}
.c-toggle-2-10-2 .dropdown-toggle-button-2-10-2:checked ~ .dropdown-toggle-label-2-10-2 {
  font-weight: 500;
}

.c-toggle-2-10-3 .dropdown-options-2-10-3 {
  display: none;
}
.c-toggle-2-10-3 .dropdown-toggle-button-2-10-3 {
  display: none;
}
.c-toggle-2-10-3 .dropdown-toggle-button-2-10-3:checked ~ .dropdown-options-2-10-3 {
  display: block;
}
.c-toggle-2-10-3 .dropdown-toggle-button-2-10-3:checked ~ .dropdown-toggle-label-2-10-3 {
  font-weight: 500;
}

.c-toggle-2-10-4 .dropdown-options-2-10-4 {
  display: none;
}
.c-toggle-2-10-4 .dropdown-toggle-button-2-10-4 {
  display: none;
}
.c-toggle-2-10-4 .dropdown-toggle-button-2-10-4:checked ~ .dropdown-options-2-10-4 {
  display: block;
}
.c-toggle-2-10-4 .dropdown-toggle-button-2-10-4:checked ~ .dropdown-toggle-label-2-10-4 {
  font-weight: 500;
}

.c-toggle-2-10-5 .dropdown-options-2-10-5 {
  display: none;
}
.c-toggle-2-10-5 .dropdown-toggle-button-2-10-5 {
  display: none;
}
.c-toggle-2-10-5 .dropdown-toggle-button-2-10-5:checked ~ .dropdown-options-2-10-5 {
  display: block;
}
.c-toggle-2-10-5 .dropdown-toggle-button-2-10-5:checked ~ .dropdown-toggle-label-2-10-5 {
  font-weight: 500;
}

.c-toggle-2-10-6 .dropdown-options-2-10-6 {
  display: none;
}
.c-toggle-2-10-6 .dropdown-toggle-button-2-10-6 {
  display: none;
}
.c-toggle-2-10-6 .dropdown-toggle-button-2-10-6:checked ~ .dropdown-options-2-10-6 {
  display: block;
}
.c-toggle-2-10-6 .dropdown-toggle-button-2-10-6:checked ~ .dropdown-toggle-label-2-10-6 {
  font-weight: 500;
}

.c-toggle-2-10-7 .dropdown-options-2-10-7 {
  display: none;
}
.c-toggle-2-10-7 .dropdown-toggle-button-2-10-7 {
  display: none;
}
.c-toggle-2-10-7 .dropdown-toggle-button-2-10-7:checked ~ .dropdown-options-2-10-7 {
  display: block;
}
.c-toggle-2-10-7 .dropdown-toggle-button-2-10-7:checked ~ .dropdown-toggle-label-2-10-7 {
  font-weight: 500;
}

.c-toggle-2-10-8 .dropdown-options-2-10-8 {
  display: none;
}
.c-toggle-2-10-8 .dropdown-toggle-button-2-10-8 {
  display: none;
}
.c-toggle-2-10-8 .dropdown-toggle-button-2-10-8:checked ~ .dropdown-options-2-10-8 {
  display: block;
}
.c-toggle-2-10-8 .dropdown-toggle-button-2-10-8:checked ~ .dropdown-toggle-label-2-10-8 {
  font-weight: 500;
}

.c-toggle-2-10-9 .dropdown-options-2-10-9 {
  display: none;
}
.c-toggle-2-10-9 .dropdown-toggle-button-2-10-9 {
  display: none;
}
.c-toggle-2-10-9 .dropdown-toggle-button-2-10-9:checked ~ .dropdown-options-2-10-9 {
  display: block;
}
.c-toggle-2-10-9 .dropdown-toggle-button-2-10-9:checked ~ .dropdown-toggle-label-2-10-9 {
  font-weight: 500;
}

.c-toggle-2-10-10 .dropdown-options-2-10-10 {
  display: none;
}
.c-toggle-2-10-10 .dropdown-toggle-button-2-10-10 {
  display: none;
}
.c-toggle-2-10-10 .dropdown-toggle-button-2-10-10:checked ~ .dropdown-options-2-10-10 {
  display: block;
}
.c-toggle-2-10-10 .dropdown-toggle-button-2-10-10:checked ~ .dropdown-toggle-label-2-10-10 {
  font-weight: 500;
}

.c-toggle-3-1 .dropdown-options-3-1 {
  display: none;
}
.c-toggle-3-1 .dropdown-toggle-button-3-1 {
  display: none;
}
.c-toggle-3-1 .dropdown-toggle-button-3-1:checked ~ .dropdown-options-3-1 {
  display: block;
}
.c-toggle-3-1 .dropdown-toggle-button-3-1:checked ~ .dropdown-toggle-label-3-1 {
  font-weight: bold;
}
.c-toggle-3-1 .dropdown-toggle-button-3-1:checked ~ .dropdown-toggle-label-3-1 h3 {
  font-weight: bold;
}

.c-toggle-3-1-1 .dropdown-options-3-1-1 {
  display: none;
}
.c-toggle-3-1-1 .dropdown-toggle-button-3-1-1 {
  display: none;
}
.c-toggle-3-1-1 .dropdown-toggle-button-3-1-1:checked ~ .dropdown-options-3-1-1 {
  display: block;
}
.c-toggle-3-1-1 .dropdown-toggle-button-3-1-1:checked ~ .dropdown-toggle-label-3-1-1 {
  font-weight: 500;
}

.c-toggle-3-1-2 .dropdown-options-3-1-2 {
  display: none;
}
.c-toggle-3-1-2 .dropdown-toggle-button-3-1-2 {
  display: none;
}
.c-toggle-3-1-2 .dropdown-toggle-button-3-1-2:checked ~ .dropdown-options-3-1-2 {
  display: block;
}
.c-toggle-3-1-2 .dropdown-toggle-button-3-1-2:checked ~ .dropdown-toggle-label-3-1-2 {
  font-weight: 500;
}

.c-toggle-3-1-3 .dropdown-options-3-1-3 {
  display: none;
}
.c-toggle-3-1-3 .dropdown-toggle-button-3-1-3 {
  display: none;
}
.c-toggle-3-1-3 .dropdown-toggle-button-3-1-3:checked ~ .dropdown-options-3-1-3 {
  display: block;
}
.c-toggle-3-1-3 .dropdown-toggle-button-3-1-3:checked ~ .dropdown-toggle-label-3-1-3 {
  font-weight: 500;
}

.c-toggle-3-1-4 .dropdown-options-3-1-4 {
  display: none;
}
.c-toggle-3-1-4 .dropdown-toggle-button-3-1-4 {
  display: none;
}
.c-toggle-3-1-4 .dropdown-toggle-button-3-1-4:checked ~ .dropdown-options-3-1-4 {
  display: block;
}
.c-toggle-3-1-4 .dropdown-toggle-button-3-1-4:checked ~ .dropdown-toggle-label-3-1-4 {
  font-weight: 500;
}

.c-toggle-3-1-5 .dropdown-options-3-1-5 {
  display: none;
}
.c-toggle-3-1-5 .dropdown-toggle-button-3-1-5 {
  display: none;
}
.c-toggle-3-1-5 .dropdown-toggle-button-3-1-5:checked ~ .dropdown-options-3-1-5 {
  display: block;
}
.c-toggle-3-1-5 .dropdown-toggle-button-3-1-5:checked ~ .dropdown-toggle-label-3-1-5 {
  font-weight: 500;
}

.c-toggle-3-1-6 .dropdown-options-3-1-6 {
  display: none;
}
.c-toggle-3-1-6 .dropdown-toggle-button-3-1-6 {
  display: none;
}
.c-toggle-3-1-6 .dropdown-toggle-button-3-1-6:checked ~ .dropdown-options-3-1-6 {
  display: block;
}
.c-toggle-3-1-6 .dropdown-toggle-button-3-1-6:checked ~ .dropdown-toggle-label-3-1-6 {
  font-weight: 500;
}

.c-toggle-3-1-7 .dropdown-options-3-1-7 {
  display: none;
}
.c-toggle-3-1-7 .dropdown-toggle-button-3-1-7 {
  display: none;
}
.c-toggle-3-1-7 .dropdown-toggle-button-3-1-7:checked ~ .dropdown-options-3-1-7 {
  display: block;
}
.c-toggle-3-1-7 .dropdown-toggle-button-3-1-7:checked ~ .dropdown-toggle-label-3-1-7 {
  font-weight: 500;
}

.c-toggle-3-1-8 .dropdown-options-3-1-8 {
  display: none;
}
.c-toggle-3-1-8 .dropdown-toggle-button-3-1-8 {
  display: none;
}
.c-toggle-3-1-8 .dropdown-toggle-button-3-1-8:checked ~ .dropdown-options-3-1-8 {
  display: block;
}
.c-toggle-3-1-8 .dropdown-toggle-button-3-1-8:checked ~ .dropdown-toggle-label-3-1-8 {
  font-weight: 500;
}

.c-toggle-3-1-9 .dropdown-options-3-1-9 {
  display: none;
}
.c-toggle-3-1-9 .dropdown-toggle-button-3-1-9 {
  display: none;
}
.c-toggle-3-1-9 .dropdown-toggle-button-3-1-9:checked ~ .dropdown-options-3-1-9 {
  display: block;
}
.c-toggle-3-1-9 .dropdown-toggle-button-3-1-9:checked ~ .dropdown-toggle-label-3-1-9 {
  font-weight: 500;
}

.c-toggle-3-1-10 .dropdown-options-3-1-10 {
  display: none;
}
.c-toggle-3-1-10 .dropdown-toggle-button-3-1-10 {
  display: none;
}
.c-toggle-3-1-10 .dropdown-toggle-button-3-1-10:checked ~ .dropdown-options-3-1-10 {
  display: block;
}
.c-toggle-3-1-10 .dropdown-toggle-button-3-1-10:checked ~ .dropdown-toggle-label-3-1-10 {
  font-weight: 500;
}

.c-toggle-3-2 .dropdown-options-3-2 {
  display: none;
}
.c-toggle-3-2 .dropdown-toggle-button-3-2 {
  display: none;
}
.c-toggle-3-2 .dropdown-toggle-button-3-2:checked ~ .dropdown-options-3-2 {
  display: block;
}
.c-toggle-3-2 .dropdown-toggle-button-3-2:checked ~ .dropdown-toggle-label-3-2 {
  font-weight: bold;
}
.c-toggle-3-2 .dropdown-toggle-button-3-2:checked ~ .dropdown-toggle-label-3-2 h3 {
  font-weight: bold;
}

.c-toggle-3-2-1 .dropdown-options-3-2-1 {
  display: none;
}
.c-toggle-3-2-1 .dropdown-toggle-button-3-2-1 {
  display: none;
}
.c-toggle-3-2-1 .dropdown-toggle-button-3-2-1:checked ~ .dropdown-options-3-2-1 {
  display: block;
}
.c-toggle-3-2-1 .dropdown-toggle-button-3-2-1:checked ~ .dropdown-toggle-label-3-2-1 {
  font-weight: 500;
}

.c-toggle-3-2-2 .dropdown-options-3-2-2 {
  display: none;
}
.c-toggle-3-2-2 .dropdown-toggle-button-3-2-2 {
  display: none;
}
.c-toggle-3-2-2 .dropdown-toggle-button-3-2-2:checked ~ .dropdown-options-3-2-2 {
  display: block;
}
.c-toggle-3-2-2 .dropdown-toggle-button-3-2-2:checked ~ .dropdown-toggle-label-3-2-2 {
  font-weight: 500;
}

.c-toggle-3-2-3 .dropdown-options-3-2-3 {
  display: none;
}
.c-toggle-3-2-3 .dropdown-toggle-button-3-2-3 {
  display: none;
}
.c-toggle-3-2-3 .dropdown-toggle-button-3-2-3:checked ~ .dropdown-options-3-2-3 {
  display: block;
}
.c-toggle-3-2-3 .dropdown-toggle-button-3-2-3:checked ~ .dropdown-toggle-label-3-2-3 {
  font-weight: 500;
}

.c-toggle-3-2-4 .dropdown-options-3-2-4 {
  display: none;
}
.c-toggle-3-2-4 .dropdown-toggle-button-3-2-4 {
  display: none;
}
.c-toggle-3-2-4 .dropdown-toggle-button-3-2-4:checked ~ .dropdown-options-3-2-4 {
  display: block;
}
.c-toggle-3-2-4 .dropdown-toggle-button-3-2-4:checked ~ .dropdown-toggle-label-3-2-4 {
  font-weight: 500;
}

.c-toggle-3-2-5 .dropdown-options-3-2-5 {
  display: none;
}
.c-toggle-3-2-5 .dropdown-toggle-button-3-2-5 {
  display: none;
}
.c-toggle-3-2-5 .dropdown-toggle-button-3-2-5:checked ~ .dropdown-options-3-2-5 {
  display: block;
}
.c-toggle-3-2-5 .dropdown-toggle-button-3-2-5:checked ~ .dropdown-toggle-label-3-2-5 {
  font-weight: 500;
}

.c-toggle-3-2-6 .dropdown-options-3-2-6 {
  display: none;
}
.c-toggle-3-2-6 .dropdown-toggle-button-3-2-6 {
  display: none;
}
.c-toggle-3-2-6 .dropdown-toggle-button-3-2-6:checked ~ .dropdown-options-3-2-6 {
  display: block;
}
.c-toggle-3-2-6 .dropdown-toggle-button-3-2-6:checked ~ .dropdown-toggle-label-3-2-6 {
  font-weight: 500;
}

.c-toggle-3-2-7 .dropdown-options-3-2-7 {
  display: none;
}
.c-toggle-3-2-7 .dropdown-toggle-button-3-2-7 {
  display: none;
}
.c-toggle-3-2-7 .dropdown-toggle-button-3-2-7:checked ~ .dropdown-options-3-2-7 {
  display: block;
}
.c-toggle-3-2-7 .dropdown-toggle-button-3-2-7:checked ~ .dropdown-toggle-label-3-2-7 {
  font-weight: 500;
}

.c-toggle-3-2-8 .dropdown-options-3-2-8 {
  display: none;
}
.c-toggle-3-2-8 .dropdown-toggle-button-3-2-8 {
  display: none;
}
.c-toggle-3-2-8 .dropdown-toggle-button-3-2-8:checked ~ .dropdown-options-3-2-8 {
  display: block;
}
.c-toggle-3-2-8 .dropdown-toggle-button-3-2-8:checked ~ .dropdown-toggle-label-3-2-8 {
  font-weight: 500;
}

.c-toggle-3-2-9 .dropdown-options-3-2-9 {
  display: none;
}
.c-toggle-3-2-9 .dropdown-toggle-button-3-2-9 {
  display: none;
}
.c-toggle-3-2-9 .dropdown-toggle-button-3-2-9:checked ~ .dropdown-options-3-2-9 {
  display: block;
}
.c-toggle-3-2-9 .dropdown-toggle-button-3-2-9:checked ~ .dropdown-toggle-label-3-2-9 {
  font-weight: 500;
}

.c-toggle-3-2-10 .dropdown-options-3-2-10 {
  display: none;
}
.c-toggle-3-2-10 .dropdown-toggle-button-3-2-10 {
  display: none;
}
.c-toggle-3-2-10 .dropdown-toggle-button-3-2-10:checked ~ .dropdown-options-3-2-10 {
  display: block;
}
.c-toggle-3-2-10 .dropdown-toggle-button-3-2-10:checked ~ .dropdown-toggle-label-3-2-10 {
  font-weight: 500;
}

.c-toggle-3-3 .dropdown-options-3-3 {
  display: none;
}
.c-toggle-3-3 .dropdown-toggle-button-3-3 {
  display: none;
}
.c-toggle-3-3 .dropdown-toggle-button-3-3:checked ~ .dropdown-options-3-3 {
  display: block;
}
.c-toggle-3-3 .dropdown-toggle-button-3-3:checked ~ .dropdown-toggle-label-3-3 {
  font-weight: bold;
}
.c-toggle-3-3 .dropdown-toggle-button-3-3:checked ~ .dropdown-toggle-label-3-3 h3 {
  font-weight: bold;
}

.c-toggle-3-3-1 .dropdown-options-3-3-1 {
  display: none;
}
.c-toggle-3-3-1 .dropdown-toggle-button-3-3-1 {
  display: none;
}
.c-toggle-3-3-1 .dropdown-toggle-button-3-3-1:checked ~ .dropdown-options-3-3-1 {
  display: block;
}
.c-toggle-3-3-1 .dropdown-toggle-button-3-3-1:checked ~ .dropdown-toggle-label-3-3-1 {
  font-weight: 500;
}

.c-toggle-3-3-2 .dropdown-options-3-3-2 {
  display: none;
}
.c-toggle-3-3-2 .dropdown-toggle-button-3-3-2 {
  display: none;
}
.c-toggle-3-3-2 .dropdown-toggle-button-3-3-2:checked ~ .dropdown-options-3-3-2 {
  display: block;
}
.c-toggle-3-3-2 .dropdown-toggle-button-3-3-2:checked ~ .dropdown-toggle-label-3-3-2 {
  font-weight: 500;
}

.c-toggle-3-3-3 .dropdown-options-3-3-3 {
  display: none;
}
.c-toggle-3-3-3 .dropdown-toggle-button-3-3-3 {
  display: none;
}
.c-toggle-3-3-3 .dropdown-toggle-button-3-3-3:checked ~ .dropdown-options-3-3-3 {
  display: block;
}
.c-toggle-3-3-3 .dropdown-toggle-button-3-3-3:checked ~ .dropdown-toggle-label-3-3-3 {
  font-weight: 500;
}

.c-toggle-3-3-4 .dropdown-options-3-3-4 {
  display: none;
}
.c-toggle-3-3-4 .dropdown-toggle-button-3-3-4 {
  display: none;
}
.c-toggle-3-3-4 .dropdown-toggle-button-3-3-4:checked ~ .dropdown-options-3-3-4 {
  display: block;
}
.c-toggle-3-3-4 .dropdown-toggle-button-3-3-4:checked ~ .dropdown-toggle-label-3-3-4 {
  font-weight: 500;
}

.c-toggle-3-3-5 .dropdown-options-3-3-5 {
  display: none;
}
.c-toggle-3-3-5 .dropdown-toggle-button-3-3-5 {
  display: none;
}
.c-toggle-3-3-5 .dropdown-toggle-button-3-3-5:checked ~ .dropdown-options-3-3-5 {
  display: block;
}
.c-toggle-3-3-5 .dropdown-toggle-button-3-3-5:checked ~ .dropdown-toggle-label-3-3-5 {
  font-weight: 500;
}

.c-toggle-3-3-6 .dropdown-options-3-3-6 {
  display: none;
}
.c-toggle-3-3-6 .dropdown-toggle-button-3-3-6 {
  display: none;
}
.c-toggle-3-3-6 .dropdown-toggle-button-3-3-6:checked ~ .dropdown-options-3-3-6 {
  display: block;
}
.c-toggle-3-3-6 .dropdown-toggle-button-3-3-6:checked ~ .dropdown-toggle-label-3-3-6 {
  font-weight: 500;
}

.c-toggle-3-3-7 .dropdown-options-3-3-7 {
  display: none;
}
.c-toggle-3-3-7 .dropdown-toggle-button-3-3-7 {
  display: none;
}
.c-toggle-3-3-7 .dropdown-toggle-button-3-3-7:checked ~ .dropdown-options-3-3-7 {
  display: block;
}
.c-toggle-3-3-7 .dropdown-toggle-button-3-3-7:checked ~ .dropdown-toggle-label-3-3-7 {
  font-weight: 500;
}

.c-toggle-3-3-8 .dropdown-options-3-3-8 {
  display: none;
}
.c-toggle-3-3-8 .dropdown-toggle-button-3-3-8 {
  display: none;
}
.c-toggle-3-3-8 .dropdown-toggle-button-3-3-8:checked ~ .dropdown-options-3-3-8 {
  display: block;
}
.c-toggle-3-3-8 .dropdown-toggle-button-3-3-8:checked ~ .dropdown-toggle-label-3-3-8 {
  font-weight: 500;
}

.c-toggle-3-3-9 .dropdown-options-3-3-9 {
  display: none;
}
.c-toggle-3-3-9 .dropdown-toggle-button-3-3-9 {
  display: none;
}
.c-toggle-3-3-9 .dropdown-toggle-button-3-3-9:checked ~ .dropdown-options-3-3-9 {
  display: block;
}
.c-toggle-3-3-9 .dropdown-toggle-button-3-3-9:checked ~ .dropdown-toggle-label-3-3-9 {
  font-weight: 500;
}

.c-toggle-3-3-10 .dropdown-options-3-3-10 {
  display: none;
}
.c-toggle-3-3-10 .dropdown-toggle-button-3-3-10 {
  display: none;
}
.c-toggle-3-3-10 .dropdown-toggle-button-3-3-10:checked ~ .dropdown-options-3-3-10 {
  display: block;
}
.c-toggle-3-3-10 .dropdown-toggle-button-3-3-10:checked ~ .dropdown-toggle-label-3-3-10 {
  font-weight: 500;
}

.c-toggle-3-4 .dropdown-options-3-4 {
  display: none;
}
.c-toggle-3-4 .dropdown-toggle-button-3-4 {
  display: none;
}
.c-toggle-3-4 .dropdown-toggle-button-3-4:checked ~ .dropdown-options-3-4 {
  display: block;
}
.c-toggle-3-4 .dropdown-toggle-button-3-4:checked ~ .dropdown-toggle-label-3-4 {
  font-weight: bold;
}
.c-toggle-3-4 .dropdown-toggle-button-3-4:checked ~ .dropdown-toggle-label-3-4 h3 {
  font-weight: bold;
}

.c-toggle-3-4-1 .dropdown-options-3-4-1 {
  display: none;
}
.c-toggle-3-4-1 .dropdown-toggle-button-3-4-1 {
  display: none;
}
.c-toggle-3-4-1 .dropdown-toggle-button-3-4-1:checked ~ .dropdown-options-3-4-1 {
  display: block;
}
.c-toggle-3-4-1 .dropdown-toggle-button-3-4-1:checked ~ .dropdown-toggle-label-3-4-1 {
  font-weight: 500;
}

.c-toggle-3-4-2 .dropdown-options-3-4-2 {
  display: none;
}
.c-toggle-3-4-2 .dropdown-toggle-button-3-4-2 {
  display: none;
}
.c-toggle-3-4-2 .dropdown-toggle-button-3-4-2:checked ~ .dropdown-options-3-4-2 {
  display: block;
}
.c-toggle-3-4-2 .dropdown-toggle-button-3-4-2:checked ~ .dropdown-toggle-label-3-4-2 {
  font-weight: 500;
}

.c-toggle-3-4-3 .dropdown-options-3-4-3 {
  display: none;
}
.c-toggle-3-4-3 .dropdown-toggle-button-3-4-3 {
  display: none;
}
.c-toggle-3-4-3 .dropdown-toggle-button-3-4-3:checked ~ .dropdown-options-3-4-3 {
  display: block;
}
.c-toggle-3-4-3 .dropdown-toggle-button-3-4-3:checked ~ .dropdown-toggle-label-3-4-3 {
  font-weight: 500;
}

.c-toggle-3-4-4 .dropdown-options-3-4-4 {
  display: none;
}
.c-toggle-3-4-4 .dropdown-toggle-button-3-4-4 {
  display: none;
}
.c-toggle-3-4-4 .dropdown-toggle-button-3-4-4:checked ~ .dropdown-options-3-4-4 {
  display: block;
}
.c-toggle-3-4-4 .dropdown-toggle-button-3-4-4:checked ~ .dropdown-toggle-label-3-4-4 {
  font-weight: 500;
}

.c-toggle-3-4-5 .dropdown-options-3-4-5 {
  display: none;
}
.c-toggle-3-4-5 .dropdown-toggle-button-3-4-5 {
  display: none;
}
.c-toggle-3-4-5 .dropdown-toggle-button-3-4-5:checked ~ .dropdown-options-3-4-5 {
  display: block;
}
.c-toggle-3-4-5 .dropdown-toggle-button-3-4-5:checked ~ .dropdown-toggle-label-3-4-5 {
  font-weight: 500;
}

.c-toggle-3-4-6 .dropdown-options-3-4-6 {
  display: none;
}
.c-toggle-3-4-6 .dropdown-toggle-button-3-4-6 {
  display: none;
}
.c-toggle-3-4-6 .dropdown-toggle-button-3-4-6:checked ~ .dropdown-options-3-4-6 {
  display: block;
}
.c-toggle-3-4-6 .dropdown-toggle-button-3-4-6:checked ~ .dropdown-toggle-label-3-4-6 {
  font-weight: 500;
}

.c-toggle-3-4-7 .dropdown-options-3-4-7 {
  display: none;
}
.c-toggle-3-4-7 .dropdown-toggle-button-3-4-7 {
  display: none;
}
.c-toggle-3-4-7 .dropdown-toggle-button-3-4-7:checked ~ .dropdown-options-3-4-7 {
  display: block;
}
.c-toggle-3-4-7 .dropdown-toggle-button-3-4-7:checked ~ .dropdown-toggle-label-3-4-7 {
  font-weight: 500;
}

.c-toggle-3-4-8 .dropdown-options-3-4-8 {
  display: none;
}
.c-toggle-3-4-8 .dropdown-toggle-button-3-4-8 {
  display: none;
}
.c-toggle-3-4-8 .dropdown-toggle-button-3-4-8:checked ~ .dropdown-options-3-4-8 {
  display: block;
}
.c-toggle-3-4-8 .dropdown-toggle-button-3-4-8:checked ~ .dropdown-toggle-label-3-4-8 {
  font-weight: 500;
}

.c-toggle-3-4-9 .dropdown-options-3-4-9 {
  display: none;
}
.c-toggle-3-4-9 .dropdown-toggle-button-3-4-9 {
  display: none;
}
.c-toggle-3-4-9 .dropdown-toggle-button-3-4-9:checked ~ .dropdown-options-3-4-9 {
  display: block;
}
.c-toggle-3-4-9 .dropdown-toggle-button-3-4-9:checked ~ .dropdown-toggle-label-3-4-9 {
  font-weight: 500;
}

.c-toggle-3-4-10 .dropdown-options-3-4-10 {
  display: none;
}
.c-toggle-3-4-10 .dropdown-toggle-button-3-4-10 {
  display: none;
}
.c-toggle-3-4-10 .dropdown-toggle-button-3-4-10:checked ~ .dropdown-options-3-4-10 {
  display: block;
}
.c-toggle-3-4-10 .dropdown-toggle-button-3-4-10:checked ~ .dropdown-toggle-label-3-4-10 {
  font-weight: 500;
}

.c-toggle-3-5 .dropdown-options-3-5 {
  display: none;
}
.c-toggle-3-5 .dropdown-toggle-button-3-5 {
  display: none;
}
.c-toggle-3-5 .dropdown-toggle-button-3-5:checked ~ .dropdown-options-3-5 {
  display: block;
}
.c-toggle-3-5 .dropdown-toggle-button-3-5:checked ~ .dropdown-toggle-label-3-5 {
  font-weight: bold;
}
.c-toggle-3-5 .dropdown-toggle-button-3-5:checked ~ .dropdown-toggle-label-3-5 h3 {
  font-weight: bold;
}

.c-toggle-3-5-1 .dropdown-options-3-5-1 {
  display: none;
}
.c-toggle-3-5-1 .dropdown-toggle-button-3-5-1 {
  display: none;
}
.c-toggle-3-5-1 .dropdown-toggle-button-3-5-1:checked ~ .dropdown-options-3-5-1 {
  display: block;
}
.c-toggle-3-5-1 .dropdown-toggle-button-3-5-1:checked ~ .dropdown-toggle-label-3-5-1 {
  font-weight: 500;
}

.c-toggle-3-5-2 .dropdown-options-3-5-2 {
  display: none;
}
.c-toggle-3-5-2 .dropdown-toggle-button-3-5-2 {
  display: none;
}
.c-toggle-3-5-2 .dropdown-toggle-button-3-5-2:checked ~ .dropdown-options-3-5-2 {
  display: block;
}
.c-toggle-3-5-2 .dropdown-toggle-button-3-5-2:checked ~ .dropdown-toggle-label-3-5-2 {
  font-weight: 500;
}

.c-toggle-3-5-3 .dropdown-options-3-5-3 {
  display: none;
}
.c-toggle-3-5-3 .dropdown-toggle-button-3-5-3 {
  display: none;
}
.c-toggle-3-5-3 .dropdown-toggle-button-3-5-3:checked ~ .dropdown-options-3-5-3 {
  display: block;
}
.c-toggle-3-5-3 .dropdown-toggle-button-3-5-3:checked ~ .dropdown-toggle-label-3-5-3 {
  font-weight: 500;
}

.c-toggle-3-5-4 .dropdown-options-3-5-4 {
  display: none;
}
.c-toggle-3-5-4 .dropdown-toggle-button-3-5-4 {
  display: none;
}
.c-toggle-3-5-4 .dropdown-toggle-button-3-5-4:checked ~ .dropdown-options-3-5-4 {
  display: block;
}
.c-toggle-3-5-4 .dropdown-toggle-button-3-5-4:checked ~ .dropdown-toggle-label-3-5-4 {
  font-weight: 500;
}

.c-toggle-3-5-5 .dropdown-options-3-5-5 {
  display: none;
}
.c-toggle-3-5-5 .dropdown-toggle-button-3-5-5 {
  display: none;
}
.c-toggle-3-5-5 .dropdown-toggle-button-3-5-5:checked ~ .dropdown-options-3-5-5 {
  display: block;
}
.c-toggle-3-5-5 .dropdown-toggle-button-3-5-5:checked ~ .dropdown-toggle-label-3-5-5 {
  font-weight: 500;
}

.c-toggle-3-5-6 .dropdown-options-3-5-6 {
  display: none;
}
.c-toggle-3-5-6 .dropdown-toggle-button-3-5-6 {
  display: none;
}
.c-toggle-3-5-6 .dropdown-toggle-button-3-5-6:checked ~ .dropdown-options-3-5-6 {
  display: block;
}
.c-toggle-3-5-6 .dropdown-toggle-button-3-5-6:checked ~ .dropdown-toggle-label-3-5-6 {
  font-weight: 500;
}

.c-toggle-3-5-7 .dropdown-options-3-5-7 {
  display: none;
}
.c-toggle-3-5-7 .dropdown-toggle-button-3-5-7 {
  display: none;
}
.c-toggle-3-5-7 .dropdown-toggle-button-3-5-7:checked ~ .dropdown-options-3-5-7 {
  display: block;
}
.c-toggle-3-5-7 .dropdown-toggle-button-3-5-7:checked ~ .dropdown-toggle-label-3-5-7 {
  font-weight: 500;
}

.c-toggle-3-5-8 .dropdown-options-3-5-8 {
  display: none;
}
.c-toggle-3-5-8 .dropdown-toggle-button-3-5-8 {
  display: none;
}
.c-toggle-3-5-8 .dropdown-toggle-button-3-5-8:checked ~ .dropdown-options-3-5-8 {
  display: block;
}
.c-toggle-3-5-8 .dropdown-toggle-button-3-5-8:checked ~ .dropdown-toggle-label-3-5-8 {
  font-weight: 500;
}

.c-toggle-3-5-9 .dropdown-options-3-5-9 {
  display: none;
}
.c-toggle-3-5-9 .dropdown-toggle-button-3-5-9 {
  display: none;
}
.c-toggle-3-5-9 .dropdown-toggle-button-3-5-9:checked ~ .dropdown-options-3-5-9 {
  display: block;
}
.c-toggle-3-5-9 .dropdown-toggle-button-3-5-9:checked ~ .dropdown-toggle-label-3-5-9 {
  font-weight: 500;
}

.c-toggle-3-5-10 .dropdown-options-3-5-10 {
  display: none;
}
.c-toggle-3-5-10 .dropdown-toggle-button-3-5-10 {
  display: none;
}
.c-toggle-3-5-10 .dropdown-toggle-button-3-5-10:checked ~ .dropdown-options-3-5-10 {
  display: block;
}
.c-toggle-3-5-10 .dropdown-toggle-button-3-5-10:checked ~ .dropdown-toggle-label-3-5-10 {
  font-weight: 500;
}

.c-toggle-3-6 .dropdown-options-3-6 {
  display: none;
}
.c-toggle-3-6 .dropdown-toggle-button-3-6 {
  display: none;
}
.c-toggle-3-6 .dropdown-toggle-button-3-6:checked ~ .dropdown-options-3-6 {
  display: block;
}
.c-toggle-3-6 .dropdown-toggle-button-3-6:checked ~ .dropdown-toggle-label-3-6 {
  font-weight: bold;
}
.c-toggle-3-6 .dropdown-toggle-button-3-6:checked ~ .dropdown-toggle-label-3-6 h3 {
  font-weight: bold;
}

.c-toggle-3-6-1 .dropdown-options-3-6-1 {
  display: none;
}
.c-toggle-3-6-1 .dropdown-toggle-button-3-6-1 {
  display: none;
}
.c-toggle-3-6-1 .dropdown-toggle-button-3-6-1:checked ~ .dropdown-options-3-6-1 {
  display: block;
}
.c-toggle-3-6-1 .dropdown-toggle-button-3-6-1:checked ~ .dropdown-toggle-label-3-6-1 {
  font-weight: 500;
}

.c-toggle-3-6-2 .dropdown-options-3-6-2 {
  display: none;
}
.c-toggle-3-6-2 .dropdown-toggle-button-3-6-2 {
  display: none;
}
.c-toggle-3-6-2 .dropdown-toggle-button-3-6-2:checked ~ .dropdown-options-3-6-2 {
  display: block;
}
.c-toggle-3-6-2 .dropdown-toggle-button-3-6-2:checked ~ .dropdown-toggle-label-3-6-2 {
  font-weight: 500;
}

.c-toggle-3-6-3 .dropdown-options-3-6-3 {
  display: none;
}
.c-toggle-3-6-3 .dropdown-toggle-button-3-6-3 {
  display: none;
}
.c-toggle-3-6-3 .dropdown-toggle-button-3-6-3:checked ~ .dropdown-options-3-6-3 {
  display: block;
}
.c-toggle-3-6-3 .dropdown-toggle-button-3-6-3:checked ~ .dropdown-toggle-label-3-6-3 {
  font-weight: 500;
}

.c-toggle-3-6-4 .dropdown-options-3-6-4 {
  display: none;
}
.c-toggle-3-6-4 .dropdown-toggle-button-3-6-4 {
  display: none;
}
.c-toggle-3-6-4 .dropdown-toggle-button-3-6-4:checked ~ .dropdown-options-3-6-4 {
  display: block;
}
.c-toggle-3-6-4 .dropdown-toggle-button-3-6-4:checked ~ .dropdown-toggle-label-3-6-4 {
  font-weight: 500;
}

.c-toggle-3-6-5 .dropdown-options-3-6-5 {
  display: none;
}
.c-toggle-3-6-5 .dropdown-toggle-button-3-6-5 {
  display: none;
}
.c-toggle-3-6-5 .dropdown-toggle-button-3-6-5:checked ~ .dropdown-options-3-6-5 {
  display: block;
}
.c-toggle-3-6-5 .dropdown-toggle-button-3-6-5:checked ~ .dropdown-toggle-label-3-6-5 {
  font-weight: 500;
}

.c-toggle-3-6-6 .dropdown-options-3-6-6 {
  display: none;
}
.c-toggle-3-6-6 .dropdown-toggle-button-3-6-6 {
  display: none;
}
.c-toggle-3-6-6 .dropdown-toggle-button-3-6-6:checked ~ .dropdown-options-3-6-6 {
  display: block;
}
.c-toggle-3-6-6 .dropdown-toggle-button-3-6-6:checked ~ .dropdown-toggle-label-3-6-6 {
  font-weight: 500;
}

.c-toggle-3-6-7 .dropdown-options-3-6-7 {
  display: none;
}
.c-toggle-3-6-7 .dropdown-toggle-button-3-6-7 {
  display: none;
}
.c-toggle-3-6-7 .dropdown-toggle-button-3-6-7:checked ~ .dropdown-options-3-6-7 {
  display: block;
}
.c-toggle-3-6-7 .dropdown-toggle-button-3-6-7:checked ~ .dropdown-toggle-label-3-6-7 {
  font-weight: 500;
}

.c-toggle-3-6-8 .dropdown-options-3-6-8 {
  display: none;
}
.c-toggle-3-6-8 .dropdown-toggle-button-3-6-8 {
  display: none;
}
.c-toggle-3-6-8 .dropdown-toggle-button-3-6-8:checked ~ .dropdown-options-3-6-8 {
  display: block;
}
.c-toggle-3-6-8 .dropdown-toggle-button-3-6-8:checked ~ .dropdown-toggle-label-3-6-8 {
  font-weight: 500;
}

.c-toggle-3-6-9 .dropdown-options-3-6-9 {
  display: none;
}
.c-toggle-3-6-9 .dropdown-toggle-button-3-6-9 {
  display: none;
}
.c-toggle-3-6-9 .dropdown-toggle-button-3-6-9:checked ~ .dropdown-options-3-6-9 {
  display: block;
}
.c-toggle-3-6-9 .dropdown-toggle-button-3-6-9:checked ~ .dropdown-toggle-label-3-6-9 {
  font-weight: 500;
}

.c-toggle-3-6-10 .dropdown-options-3-6-10 {
  display: none;
}
.c-toggle-3-6-10 .dropdown-toggle-button-3-6-10 {
  display: none;
}
.c-toggle-3-6-10 .dropdown-toggle-button-3-6-10:checked ~ .dropdown-options-3-6-10 {
  display: block;
}
.c-toggle-3-6-10 .dropdown-toggle-button-3-6-10:checked ~ .dropdown-toggle-label-3-6-10 {
  font-weight: 500;
}

.c-toggle-3-7 .dropdown-options-3-7 {
  display: none;
}
.c-toggle-3-7 .dropdown-toggle-button-3-7 {
  display: none;
}
.c-toggle-3-7 .dropdown-toggle-button-3-7:checked ~ .dropdown-options-3-7 {
  display: block;
}
.c-toggle-3-7 .dropdown-toggle-button-3-7:checked ~ .dropdown-toggle-label-3-7 {
  font-weight: bold;
}
.c-toggle-3-7 .dropdown-toggle-button-3-7:checked ~ .dropdown-toggle-label-3-7 h3 {
  font-weight: bold;
}

.c-toggle-3-7-1 .dropdown-options-3-7-1 {
  display: none;
}
.c-toggle-3-7-1 .dropdown-toggle-button-3-7-1 {
  display: none;
}
.c-toggle-3-7-1 .dropdown-toggle-button-3-7-1:checked ~ .dropdown-options-3-7-1 {
  display: block;
}
.c-toggle-3-7-1 .dropdown-toggle-button-3-7-1:checked ~ .dropdown-toggle-label-3-7-1 {
  font-weight: 500;
}

.c-toggle-3-7-2 .dropdown-options-3-7-2 {
  display: none;
}
.c-toggle-3-7-2 .dropdown-toggle-button-3-7-2 {
  display: none;
}
.c-toggle-3-7-2 .dropdown-toggle-button-3-7-2:checked ~ .dropdown-options-3-7-2 {
  display: block;
}
.c-toggle-3-7-2 .dropdown-toggle-button-3-7-2:checked ~ .dropdown-toggle-label-3-7-2 {
  font-weight: 500;
}

.c-toggle-3-7-3 .dropdown-options-3-7-3 {
  display: none;
}
.c-toggle-3-7-3 .dropdown-toggle-button-3-7-3 {
  display: none;
}
.c-toggle-3-7-3 .dropdown-toggle-button-3-7-3:checked ~ .dropdown-options-3-7-3 {
  display: block;
}
.c-toggle-3-7-3 .dropdown-toggle-button-3-7-3:checked ~ .dropdown-toggle-label-3-7-3 {
  font-weight: 500;
}

.c-toggle-3-7-4 .dropdown-options-3-7-4 {
  display: none;
}
.c-toggle-3-7-4 .dropdown-toggle-button-3-7-4 {
  display: none;
}
.c-toggle-3-7-4 .dropdown-toggle-button-3-7-4:checked ~ .dropdown-options-3-7-4 {
  display: block;
}
.c-toggle-3-7-4 .dropdown-toggle-button-3-7-4:checked ~ .dropdown-toggle-label-3-7-4 {
  font-weight: 500;
}

.c-toggle-3-7-5 .dropdown-options-3-7-5 {
  display: none;
}
.c-toggle-3-7-5 .dropdown-toggle-button-3-7-5 {
  display: none;
}
.c-toggle-3-7-5 .dropdown-toggle-button-3-7-5:checked ~ .dropdown-options-3-7-5 {
  display: block;
}
.c-toggle-3-7-5 .dropdown-toggle-button-3-7-5:checked ~ .dropdown-toggle-label-3-7-5 {
  font-weight: 500;
}

.c-toggle-3-7-6 .dropdown-options-3-7-6 {
  display: none;
}
.c-toggle-3-7-6 .dropdown-toggle-button-3-7-6 {
  display: none;
}
.c-toggle-3-7-6 .dropdown-toggle-button-3-7-6:checked ~ .dropdown-options-3-7-6 {
  display: block;
}
.c-toggle-3-7-6 .dropdown-toggle-button-3-7-6:checked ~ .dropdown-toggle-label-3-7-6 {
  font-weight: 500;
}

.c-toggle-3-7-7 .dropdown-options-3-7-7 {
  display: none;
}
.c-toggle-3-7-7 .dropdown-toggle-button-3-7-7 {
  display: none;
}
.c-toggle-3-7-7 .dropdown-toggle-button-3-7-7:checked ~ .dropdown-options-3-7-7 {
  display: block;
}
.c-toggle-3-7-7 .dropdown-toggle-button-3-7-7:checked ~ .dropdown-toggle-label-3-7-7 {
  font-weight: 500;
}

.c-toggle-3-7-8 .dropdown-options-3-7-8 {
  display: none;
}
.c-toggle-3-7-8 .dropdown-toggle-button-3-7-8 {
  display: none;
}
.c-toggle-3-7-8 .dropdown-toggle-button-3-7-8:checked ~ .dropdown-options-3-7-8 {
  display: block;
}
.c-toggle-3-7-8 .dropdown-toggle-button-3-7-8:checked ~ .dropdown-toggle-label-3-7-8 {
  font-weight: 500;
}

.c-toggle-3-7-9 .dropdown-options-3-7-9 {
  display: none;
}
.c-toggle-3-7-9 .dropdown-toggle-button-3-7-9 {
  display: none;
}
.c-toggle-3-7-9 .dropdown-toggle-button-3-7-9:checked ~ .dropdown-options-3-7-9 {
  display: block;
}
.c-toggle-3-7-9 .dropdown-toggle-button-3-7-9:checked ~ .dropdown-toggle-label-3-7-9 {
  font-weight: 500;
}

.c-toggle-3-7-10 .dropdown-options-3-7-10 {
  display: none;
}
.c-toggle-3-7-10 .dropdown-toggle-button-3-7-10 {
  display: none;
}
.c-toggle-3-7-10 .dropdown-toggle-button-3-7-10:checked ~ .dropdown-options-3-7-10 {
  display: block;
}
.c-toggle-3-7-10 .dropdown-toggle-button-3-7-10:checked ~ .dropdown-toggle-label-3-7-10 {
  font-weight: 500;
}

.c-toggle-3-8 .dropdown-options-3-8 {
  display: none;
}
.c-toggle-3-8 .dropdown-toggle-button-3-8 {
  display: none;
}
.c-toggle-3-8 .dropdown-toggle-button-3-8:checked ~ .dropdown-options-3-8 {
  display: block;
}
.c-toggle-3-8 .dropdown-toggle-button-3-8:checked ~ .dropdown-toggle-label-3-8 {
  font-weight: bold;
}
.c-toggle-3-8 .dropdown-toggle-button-3-8:checked ~ .dropdown-toggle-label-3-8 h3 {
  font-weight: bold;
}

.c-toggle-3-8-1 .dropdown-options-3-8-1 {
  display: none;
}
.c-toggle-3-8-1 .dropdown-toggle-button-3-8-1 {
  display: none;
}
.c-toggle-3-8-1 .dropdown-toggle-button-3-8-1:checked ~ .dropdown-options-3-8-1 {
  display: block;
}
.c-toggle-3-8-1 .dropdown-toggle-button-3-8-1:checked ~ .dropdown-toggle-label-3-8-1 {
  font-weight: 500;
}

.c-toggle-3-8-2 .dropdown-options-3-8-2 {
  display: none;
}
.c-toggle-3-8-2 .dropdown-toggle-button-3-8-2 {
  display: none;
}
.c-toggle-3-8-2 .dropdown-toggle-button-3-8-2:checked ~ .dropdown-options-3-8-2 {
  display: block;
}
.c-toggle-3-8-2 .dropdown-toggle-button-3-8-2:checked ~ .dropdown-toggle-label-3-8-2 {
  font-weight: 500;
}

.c-toggle-3-8-3 .dropdown-options-3-8-3 {
  display: none;
}
.c-toggle-3-8-3 .dropdown-toggle-button-3-8-3 {
  display: none;
}
.c-toggle-3-8-3 .dropdown-toggle-button-3-8-3:checked ~ .dropdown-options-3-8-3 {
  display: block;
}
.c-toggle-3-8-3 .dropdown-toggle-button-3-8-3:checked ~ .dropdown-toggle-label-3-8-3 {
  font-weight: 500;
}

.c-toggle-3-8-4 .dropdown-options-3-8-4 {
  display: none;
}
.c-toggle-3-8-4 .dropdown-toggle-button-3-8-4 {
  display: none;
}
.c-toggle-3-8-4 .dropdown-toggle-button-3-8-4:checked ~ .dropdown-options-3-8-4 {
  display: block;
}
.c-toggle-3-8-4 .dropdown-toggle-button-3-8-4:checked ~ .dropdown-toggle-label-3-8-4 {
  font-weight: 500;
}

.c-toggle-3-8-5 .dropdown-options-3-8-5 {
  display: none;
}
.c-toggle-3-8-5 .dropdown-toggle-button-3-8-5 {
  display: none;
}
.c-toggle-3-8-5 .dropdown-toggle-button-3-8-5:checked ~ .dropdown-options-3-8-5 {
  display: block;
}
.c-toggle-3-8-5 .dropdown-toggle-button-3-8-5:checked ~ .dropdown-toggle-label-3-8-5 {
  font-weight: 500;
}

.c-toggle-3-8-6 .dropdown-options-3-8-6 {
  display: none;
}
.c-toggle-3-8-6 .dropdown-toggle-button-3-8-6 {
  display: none;
}
.c-toggle-3-8-6 .dropdown-toggle-button-3-8-6:checked ~ .dropdown-options-3-8-6 {
  display: block;
}
.c-toggle-3-8-6 .dropdown-toggle-button-3-8-6:checked ~ .dropdown-toggle-label-3-8-6 {
  font-weight: 500;
}

.c-toggle-3-8-7 .dropdown-options-3-8-7 {
  display: none;
}
.c-toggle-3-8-7 .dropdown-toggle-button-3-8-7 {
  display: none;
}
.c-toggle-3-8-7 .dropdown-toggle-button-3-8-7:checked ~ .dropdown-options-3-8-7 {
  display: block;
}
.c-toggle-3-8-7 .dropdown-toggle-button-3-8-7:checked ~ .dropdown-toggle-label-3-8-7 {
  font-weight: 500;
}

.c-toggle-3-8-8 .dropdown-options-3-8-8 {
  display: none;
}
.c-toggle-3-8-8 .dropdown-toggle-button-3-8-8 {
  display: none;
}
.c-toggle-3-8-8 .dropdown-toggle-button-3-8-8:checked ~ .dropdown-options-3-8-8 {
  display: block;
}
.c-toggle-3-8-8 .dropdown-toggle-button-3-8-8:checked ~ .dropdown-toggle-label-3-8-8 {
  font-weight: 500;
}

.c-toggle-3-8-9 .dropdown-options-3-8-9 {
  display: none;
}
.c-toggle-3-8-9 .dropdown-toggle-button-3-8-9 {
  display: none;
}
.c-toggle-3-8-9 .dropdown-toggle-button-3-8-9:checked ~ .dropdown-options-3-8-9 {
  display: block;
}
.c-toggle-3-8-9 .dropdown-toggle-button-3-8-9:checked ~ .dropdown-toggle-label-3-8-9 {
  font-weight: 500;
}

.c-toggle-3-8-10 .dropdown-options-3-8-10 {
  display: none;
}
.c-toggle-3-8-10 .dropdown-toggle-button-3-8-10 {
  display: none;
}
.c-toggle-3-8-10 .dropdown-toggle-button-3-8-10:checked ~ .dropdown-options-3-8-10 {
  display: block;
}
.c-toggle-3-8-10 .dropdown-toggle-button-3-8-10:checked ~ .dropdown-toggle-label-3-8-10 {
  font-weight: 500;
}

.c-toggle-3-9 .dropdown-options-3-9 {
  display: none;
}
.c-toggle-3-9 .dropdown-toggle-button-3-9 {
  display: none;
}
.c-toggle-3-9 .dropdown-toggle-button-3-9:checked ~ .dropdown-options-3-9 {
  display: block;
}
.c-toggle-3-9 .dropdown-toggle-button-3-9:checked ~ .dropdown-toggle-label-3-9 {
  font-weight: bold;
}
.c-toggle-3-9 .dropdown-toggle-button-3-9:checked ~ .dropdown-toggle-label-3-9 h3 {
  font-weight: bold;
}

.c-toggle-3-9-1 .dropdown-options-3-9-1 {
  display: none;
}
.c-toggle-3-9-1 .dropdown-toggle-button-3-9-1 {
  display: none;
}
.c-toggle-3-9-1 .dropdown-toggle-button-3-9-1:checked ~ .dropdown-options-3-9-1 {
  display: block;
}
.c-toggle-3-9-1 .dropdown-toggle-button-3-9-1:checked ~ .dropdown-toggle-label-3-9-1 {
  font-weight: 500;
}

.c-toggle-3-9-2 .dropdown-options-3-9-2 {
  display: none;
}
.c-toggle-3-9-2 .dropdown-toggle-button-3-9-2 {
  display: none;
}
.c-toggle-3-9-2 .dropdown-toggle-button-3-9-2:checked ~ .dropdown-options-3-9-2 {
  display: block;
}
.c-toggle-3-9-2 .dropdown-toggle-button-3-9-2:checked ~ .dropdown-toggle-label-3-9-2 {
  font-weight: 500;
}

.c-toggle-3-9-3 .dropdown-options-3-9-3 {
  display: none;
}
.c-toggle-3-9-3 .dropdown-toggle-button-3-9-3 {
  display: none;
}
.c-toggle-3-9-3 .dropdown-toggle-button-3-9-3:checked ~ .dropdown-options-3-9-3 {
  display: block;
}
.c-toggle-3-9-3 .dropdown-toggle-button-3-9-3:checked ~ .dropdown-toggle-label-3-9-3 {
  font-weight: 500;
}

.c-toggle-3-9-4 .dropdown-options-3-9-4 {
  display: none;
}
.c-toggle-3-9-4 .dropdown-toggle-button-3-9-4 {
  display: none;
}
.c-toggle-3-9-4 .dropdown-toggle-button-3-9-4:checked ~ .dropdown-options-3-9-4 {
  display: block;
}
.c-toggle-3-9-4 .dropdown-toggle-button-3-9-4:checked ~ .dropdown-toggle-label-3-9-4 {
  font-weight: 500;
}

.c-toggle-3-9-5 .dropdown-options-3-9-5 {
  display: none;
}
.c-toggle-3-9-5 .dropdown-toggle-button-3-9-5 {
  display: none;
}
.c-toggle-3-9-5 .dropdown-toggle-button-3-9-5:checked ~ .dropdown-options-3-9-5 {
  display: block;
}
.c-toggle-3-9-5 .dropdown-toggle-button-3-9-5:checked ~ .dropdown-toggle-label-3-9-5 {
  font-weight: 500;
}

.c-toggle-3-9-6 .dropdown-options-3-9-6 {
  display: none;
}
.c-toggle-3-9-6 .dropdown-toggle-button-3-9-6 {
  display: none;
}
.c-toggle-3-9-6 .dropdown-toggle-button-3-9-6:checked ~ .dropdown-options-3-9-6 {
  display: block;
}
.c-toggle-3-9-6 .dropdown-toggle-button-3-9-6:checked ~ .dropdown-toggle-label-3-9-6 {
  font-weight: 500;
}

.c-toggle-3-9-7 .dropdown-options-3-9-7 {
  display: none;
}
.c-toggle-3-9-7 .dropdown-toggle-button-3-9-7 {
  display: none;
}
.c-toggle-3-9-7 .dropdown-toggle-button-3-9-7:checked ~ .dropdown-options-3-9-7 {
  display: block;
}
.c-toggle-3-9-7 .dropdown-toggle-button-3-9-7:checked ~ .dropdown-toggle-label-3-9-7 {
  font-weight: 500;
}

.c-toggle-3-9-8 .dropdown-options-3-9-8 {
  display: none;
}
.c-toggle-3-9-8 .dropdown-toggle-button-3-9-8 {
  display: none;
}
.c-toggle-3-9-8 .dropdown-toggle-button-3-9-8:checked ~ .dropdown-options-3-9-8 {
  display: block;
}
.c-toggle-3-9-8 .dropdown-toggle-button-3-9-8:checked ~ .dropdown-toggle-label-3-9-8 {
  font-weight: 500;
}

.c-toggle-3-9-9 .dropdown-options-3-9-9 {
  display: none;
}
.c-toggle-3-9-9 .dropdown-toggle-button-3-9-9 {
  display: none;
}
.c-toggle-3-9-9 .dropdown-toggle-button-3-9-9:checked ~ .dropdown-options-3-9-9 {
  display: block;
}
.c-toggle-3-9-9 .dropdown-toggle-button-3-9-9:checked ~ .dropdown-toggle-label-3-9-9 {
  font-weight: 500;
}

.c-toggle-3-9-10 .dropdown-options-3-9-10 {
  display: none;
}
.c-toggle-3-9-10 .dropdown-toggle-button-3-9-10 {
  display: none;
}
.c-toggle-3-9-10 .dropdown-toggle-button-3-9-10:checked ~ .dropdown-options-3-9-10 {
  display: block;
}
.c-toggle-3-9-10 .dropdown-toggle-button-3-9-10:checked ~ .dropdown-toggle-label-3-9-10 {
  font-weight: 500;
}

.c-toggle-3-10 .dropdown-options-3-10 {
  display: none;
}
.c-toggle-3-10 .dropdown-toggle-button-3-10 {
  display: none;
}
.c-toggle-3-10 .dropdown-toggle-button-3-10:checked ~ .dropdown-options-3-10 {
  display: block;
}
.c-toggle-3-10 .dropdown-toggle-button-3-10:checked ~ .dropdown-toggle-label-3-10 {
  font-weight: bold;
}
.c-toggle-3-10 .dropdown-toggle-button-3-10:checked ~ .dropdown-toggle-label-3-10 h3 {
  font-weight: bold;
}

.c-toggle-3-10-1 .dropdown-options-3-10-1 {
  display: none;
}
.c-toggle-3-10-1 .dropdown-toggle-button-3-10-1 {
  display: none;
}
.c-toggle-3-10-1 .dropdown-toggle-button-3-10-1:checked ~ .dropdown-options-3-10-1 {
  display: block;
}
.c-toggle-3-10-1 .dropdown-toggle-button-3-10-1:checked ~ .dropdown-toggle-label-3-10-1 {
  font-weight: 500;
}

.c-toggle-3-10-2 .dropdown-options-3-10-2 {
  display: none;
}
.c-toggle-3-10-2 .dropdown-toggle-button-3-10-2 {
  display: none;
}
.c-toggle-3-10-2 .dropdown-toggle-button-3-10-2:checked ~ .dropdown-options-3-10-2 {
  display: block;
}
.c-toggle-3-10-2 .dropdown-toggle-button-3-10-2:checked ~ .dropdown-toggle-label-3-10-2 {
  font-weight: 500;
}

.c-toggle-3-10-3 .dropdown-options-3-10-3 {
  display: none;
}
.c-toggle-3-10-3 .dropdown-toggle-button-3-10-3 {
  display: none;
}
.c-toggle-3-10-3 .dropdown-toggle-button-3-10-3:checked ~ .dropdown-options-3-10-3 {
  display: block;
}
.c-toggle-3-10-3 .dropdown-toggle-button-3-10-3:checked ~ .dropdown-toggle-label-3-10-3 {
  font-weight: 500;
}

.c-toggle-3-10-4 .dropdown-options-3-10-4 {
  display: none;
}
.c-toggle-3-10-4 .dropdown-toggle-button-3-10-4 {
  display: none;
}
.c-toggle-3-10-4 .dropdown-toggle-button-3-10-4:checked ~ .dropdown-options-3-10-4 {
  display: block;
}
.c-toggle-3-10-4 .dropdown-toggle-button-3-10-4:checked ~ .dropdown-toggle-label-3-10-4 {
  font-weight: 500;
}

.c-toggle-3-10-5 .dropdown-options-3-10-5 {
  display: none;
}
.c-toggle-3-10-5 .dropdown-toggle-button-3-10-5 {
  display: none;
}
.c-toggle-3-10-5 .dropdown-toggle-button-3-10-5:checked ~ .dropdown-options-3-10-5 {
  display: block;
}
.c-toggle-3-10-5 .dropdown-toggle-button-3-10-5:checked ~ .dropdown-toggle-label-3-10-5 {
  font-weight: 500;
}

.c-toggle-3-10-6 .dropdown-options-3-10-6 {
  display: none;
}
.c-toggle-3-10-6 .dropdown-toggle-button-3-10-6 {
  display: none;
}
.c-toggle-3-10-6 .dropdown-toggle-button-3-10-6:checked ~ .dropdown-options-3-10-6 {
  display: block;
}
.c-toggle-3-10-6 .dropdown-toggle-button-3-10-6:checked ~ .dropdown-toggle-label-3-10-6 {
  font-weight: 500;
}

.c-toggle-3-10-7 .dropdown-options-3-10-7 {
  display: none;
}
.c-toggle-3-10-7 .dropdown-toggle-button-3-10-7 {
  display: none;
}
.c-toggle-3-10-7 .dropdown-toggle-button-3-10-7:checked ~ .dropdown-options-3-10-7 {
  display: block;
}
.c-toggle-3-10-7 .dropdown-toggle-button-3-10-7:checked ~ .dropdown-toggle-label-3-10-7 {
  font-weight: 500;
}

.c-toggle-3-10-8 .dropdown-options-3-10-8 {
  display: none;
}
.c-toggle-3-10-8 .dropdown-toggle-button-3-10-8 {
  display: none;
}
.c-toggle-3-10-8 .dropdown-toggle-button-3-10-8:checked ~ .dropdown-options-3-10-8 {
  display: block;
}
.c-toggle-3-10-8 .dropdown-toggle-button-3-10-8:checked ~ .dropdown-toggle-label-3-10-8 {
  font-weight: 500;
}

.c-toggle-3-10-9 .dropdown-options-3-10-9 {
  display: none;
}
.c-toggle-3-10-9 .dropdown-toggle-button-3-10-9 {
  display: none;
}
.c-toggle-3-10-9 .dropdown-toggle-button-3-10-9:checked ~ .dropdown-options-3-10-9 {
  display: block;
}
.c-toggle-3-10-9 .dropdown-toggle-button-3-10-9:checked ~ .dropdown-toggle-label-3-10-9 {
  font-weight: 500;
}

.c-toggle-3-10-10 .dropdown-options-3-10-10 {
  display: none;
}
.c-toggle-3-10-10 .dropdown-toggle-button-3-10-10 {
  display: none;
}
.c-toggle-3-10-10 .dropdown-toggle-button-3-10-10:checked ~ .dropdown-options-3-10-10 {
  display: block;
}
.c-toggle-3-10-10 .dropdown-toggle-button-3-10-10:checked ~ .dropdown-toggle-label-3-10-10 {
  font-weight: 500;
}

.c-toggle-4-1 .dropdown-options-4-1 {
  display: none;
}
.c-toggle-4-1 .dropdown-toggle-button-4-1 {
  display: none;
}
.c-toggle-4-1 .dropdown-toggle-button-4-1:checked ~ .dropdown-options-4-1 {
  display: block;
}
.c-toggle-4-1 .dropdown-toggle-button-4-1:checked ~ .dropdown-toggle-label-4-1 {
  font-weight: bold;
}
.c-toggle-4-1 .dropdown-toggle-button-4-1:checked ~ .dropdown-toggle-label-4-1 h3 {
  font-weight: bold;
}

.c-toggle-4-1-1 .dropdown-options-4-1-1 {
  display: none;
}
.c-toggle-4-1-1 .dropdown-toggle-button-4-1-1 {
  display: none;
}
.c-toggle-4-1-1 .dropdown-toggle-button-4-1-1:checked ~ .dropdown-options-4-1-1 {
  display: block;
}
.c-toggle-4-1-1 .dropdown-toggle-button-4-1-1:checked ~ .dropdown-toggle-label-4-1-1 {
  font-weight: 500;
}

.c-toggle-4-1-2 .dropdown-options-4-1-2 {
  display: none;
}
.c-toggle-4-1-2 .dropdown-toggle-button-4-1-2 {
  display: none;
}
.c-toggle-4-1-2 .dropdown-toggle-button-4-1-2:checked ~ .dropdown-options-4-1-2 {
  display: block;
}
.c-toggle-4-1-2 .dropdown-toggle-button-4-1-2:checked ~ .dropdown-toggle-label-4-1-2 {
  font-weight: 500;
}

.c-toggle-4-1-3 .dropdown-options-4-1-3 {
  display: none;
}
.c-toggle-4-1-3 .dropdown-toggle-button-4-1-3 {
  display: none;
}
.c-toggle-4-1-3 .dropdown-toggle-button-4-1-3:checked ~ .dropdown-options-4-1-3 {
  display: block;
}
.c-toggle-4-1-3 .dropdown-toggle-button-4-1-3:checked ~ .dropdown-toggle-label-4-1-3 {
  font-weight: 500;
}

.c-toggle-4-1-4 .dropdown-options-4-1-4 {
  display: none;
}
.c-toggle-4-1-4 .dropdown-toggle-button-4-1-4 {
  display: none;
}
.c-toggle-4-1-4 .dropdown-toggle-button-4-1-4:checked ~ .dropdown-options-4-1-4 {
  display: block;
}
.c-toggle-4-1-4 .dropdown-toggle-button-4-1-4:checked ~ .dropdown-toggle-label-4-1-4 {
  font-weight: 500;
}

.c-toggle-4-1-5 .dropdown-options-4-1-5 {
  display: none;
}
.c-toggle-4-1-5 .dropdown-toggle-button-4-1-5 {
  display: none;
}
.c-toggle-4-1-5 .dropdown-toggle-button-4-1-5:checked ~ .dropdown-options-4-1-5 {
  display: block;
}
.c-toggle-4-1-5 .dropdown-toggle-button-4-1-5:checked ~ .dropdown-toggle-label-4-1-5 {
  font-weight: 500;
}

.c-toggle-4-1-6 .dropdown-options-4-1-6 {
  display: none;
}
.c-toggle-4-1-6 .dropdown-toggle-button-4-1-6 {
  display: none;
}
.c-toggle-4-1-6 .dropdown-toggle-button-4-1-6:checked ~ .dropdown-options-4-1-6 {
  display: block;
}
.c-toggle-4-1-6 .dropdown-toggle-button-4-1-6:checked ~ .dropdown-toggle-label-4-1-6 {
  font-weight: 500;
}

.c-toggle-4-1-7 .dropdown-options-4-1-7 {
  display: none;
}
.c-toggle-4-1-7 .dropdown-toggle-button-4-1-7 {
  display: none;
}
.c-toggle-4-1-7 .dropdown-toggle-button-4-1-7:checked ~ .dropdown-options-4-1-7 {
  display: block;
}
.c-toggle-4-1-7 .dropdown-toggle-button-4-1-7:checked ~ .dropdown-toggle-label-4-1-7 {
  font-weight: 500;
}

.c-toggle-4-1-8 .dropdown-options-4-1-8 {
  display: none;
}
.c-toggle-4-1-8 .dropdown-toggle-button-4-1-8 {
  display: none;
}
.c-toggle-4-1-8 .dropdown-toggle-button-4-1-8:checked ~ .dropdown-options-4-1-8 {
  display: block;
}
.c-toggle-4-1-8 .dropdown-toggle-button-4-1-8:checked ~ .dropdown-toggle-label-4-1-8 {
  font-weight: 500;
}

.c-toggle-4-1-9 .dropdown-options-4-1-9 {
  display: none;
}
.c-toggle-4-1-9 .dropdown-toggle-button-4-1-9 {
  display: none;
}
.c-toggle-4-1-9 .dropdown-toggle-button-4-1-9:checked ~ .dropdown-options-4-1-9 {
  display: block;
}
.c-toggle-4-1-9 .dropdown-toggle-button-4-1-9:checked ~ .dropdown-toggle-label-4-1-9 {
  font-weight: 500;
}

.c-toggle-4-1-10 .dropdown-options-4-1-10 {
  display: none;
}
.c-toggle-4-1-10 .dropdown-toggle-button-4-1-10 {
  display: none;
}
.c-toggle-4-1-10 .dropdown-toggle-button-4-1-10:checked ~ .dropdown-options-4-1-10 {
  display: block;
}
.c-toggle-4-1-10 .dropdown-toggle-button-4-1-10:checked ~ .dropdown-toggle-label-4-1-10 {
  font-weight: 500;
}

.c-toggle-4-2 .dropdown-options-4-2 {
  display: none;
}
.c-toggle-4-2 .dropdown-toggle-button-4-2 {
  display: none;
}
.c-toggle-4-2 .dropdown-toggle-button-4-2:checked ~ .dropdown-options-4-2 {
  display: block;
}
.c-toggle-4-2 .dropdown-toggle-button-4-2:checked ~ .dropdown-toggle-label-4-2 {
  font-weight: bold;
}
.c-toggle-4-2 .dropdown-toggle-button-4-2:checked ~ .dropdown-toggle-label-4-2 h3 {
  font-weight: bold;
}

.c-toggle-4-2-1 .dropdown-options-4-2-1 {
  display: none;
}
.c-toggle-4-2-1 .dropdown-toggle-button-4-2-1 {
  display: none;
}
.c-toggle-4-2-1 .dropdown-toggle-button-4-2-1:checked ~ .dropdown-options-4-2-1 {
  display: block;
}
.c-toggle-4-2-1 .dropdown-toggle-button-4-2-1:checked ~ .dropdown-toggle-label-4-2-1 {
  font-weight: 500;
}

.c-toggle-4-2-2 .dropdown-options-4-2-2 {
  display: none;
}
.c-toggle-4-2-2 .dropdown-toggle-button-4-2-2 {
  display: none;
}
.c-toggle-4-2-2 .dropdown-toggle-button-4-2-2:checked ~ .dropdown-options-4-2-2 {
  display: block;
}
.c-toggle-4-2-2 .dropdown-toggle-button-4-2-2:checked ~ .dropdown-toggle-label-4-2-2 {
  font-weight: 500;
}

.c-toggle-4-2-3 .dropdown-options-4-2-3 {
  display: none;
}
.c-toggle-4-2-3 .dropdown-toggle-button-4-2-3 {
  display: none;
}
.c-toggle-4-2-3 .dropdown-toggle-button-4-2-3:checked ~ .dropdown-options-4-2-3 {
  display: block;
}
.c-toggle-4-2-3 .dropdown-toggle-button-4-2-3:checked ~ .dropdown-toggle-label-4-2-3 {
  font-weight: 500;
}

.c-toggle-4-2-4 .dropdown-options-4-2-4 {
  display: none;
}
.c-toggle-4-2-4 .dropdown-toggle-button-4-2-4 {
  display: none;
}
.c-toggle-4-2-4 .dropdown-toggle-button-4-2-4:checked ~ .dropdown-options-4-2-4 {
  display: block;
}
.c-toggle-4-2-4 .dropdown-toggle-button-4-2-4:checked ~ .dropdown-toggle-label-4-2-4 {
  font-weight: 500;
}

.c-toggle-4-2-5 .dropdown-options-4-2-5 {
  display: none;
}
.c-toggle-4-2-5 .dropdown-toggle-button-4-2-5 {
  display: none;
}
.c-toggle-4-2-5 .dropdown-toggle-button-4-2-5:checked ~ .dropdown-options-4-2-5 {
  display: block;
}
.c-toggle-4-2-5 .dropdown-toggle-button-4-2-5:checked ~ .dropdown-toggle-label-4-2-5 {
  font-weight: 500;
}

.c-toggle-4-2-6 .dropdown-options-4-2-6 {
  display: none;
}
.c-toggle-4-2-6 .dropdown-toggle-button-4-2-6 {
  display: none;
}
.c-toggle-4-2-6 .dropdown-toggle-button-4-2-6:checked ~ .dropdown-options-4-2-6 {
  display: block;
}
.c-toggle-4-2-6 .dropdown-toggle-button-4-2-6:checked ~ .dropdown-toggle-label-4-2-6 {
  font-weight: 500;
}

.c-toggle-4-2-7 .dropdown-options-4-2-7 {
  display: none;
}
.c-toggle-4-2-7 .dropdown-toggle-button-4-2-7 {
  display: none;
}
.c-toggle-4-2-7 .dropdown-toggle-button-4-2-7:checked ~ .dropdown-options-4-2-7 {
  display: block;
}
.c-toggle-4-2-7 .dropdown-toggle-button-4-2-7:checked ~ .dropdown-toggle-label-4-2-7 {
  font-weight: 500;
}

.c-toggle-4-2-8 .dropdown-options-4-2-8 {
  display: none;
}
.c-toggle-4-2-8 .dropdown-toggle-button-4-2-8 {
  display: none;
}
.c-toggle-4-2-8 .dropdown-toggle-button-4-2-8:checked ~ .dropdown-options-4-2-8 {
  display: block;
}
.c-toggle-4-2-8 .dropdown-toggle-button-4-2-8:checked ~ .dropdown-toggle-label-4-2-8 {
  font-weight: 500;
}

.c-toggle-4-2-9 .dropdown-options-4-2-9 {
  display: none;
}
.c-toggle-4-2-9 .dropdown-toggle-button-4-2-9 {
  display: none;
}
.c-toggle-4-2-9 .dropdown-toggle-button-4-2-9:checked ~ .dropdown-options-4-2-9 {
  display: block;
}
.c-toggle-4-2-9 .dropdown-toggle-button-4-2-9:checked ~ .dropdown-toggle-label-4-2-9 {
  font-weight: 500;
}

.c-toggle-4-2-10 .dropdown-options-4-2-10 {
  display: none;
}
.c-toggle-4-2-10 .dropdown-toggle-button-4-2-10 {
  display: none;
}
.c-toggle-4-2-10 .dropdown-toggle-button-4-2-10:checked ~ .dropdown-options-4-2-10 {
  display: block;
}
.c-toggle-4-2-10 .dropdown-toggle-button-4-2-10:checked ~ .dropdown-toggle-label-4-2-10 {
  font-weight: 500;
}

.c-toggle-4-3 .dropdown-options-4-3 {
  display: none;
}
.c-toggle-4-3 .dropdown-toggle-button-4-3 {
  display: none;
}
.c-toggle-4-3 .dropdown-toggle-button-4-3:checked ~ .dropdown-options-4-3 {
  display: block;
}
.c-toggle-4-3 .dropdown-toggle-button-4-3:checked ~ .dropdown-toggle-label-4-3 {
  font-weight: bold;
}
.c-toggle-4-3 .dropdown-toggle-button-4-3:checked ~ .dropdown-toggle-label-4-3 h3 {
  font-weight: bold;
}

.c-toggle-4-3-1 .dropdown-options-4-3-1 {
  display: none;
}
.c-toggle-4-3-1 .dropdown-toggle-button-4-3-1 {
  display: none;
}
.c-toggle-4-3-1 .dropdown-toggle-button-4-3-1:checked ~ .dropdown-options-4-3-1 {
  display: block;
}
.c-toggle-4-3-1 .dropdown-toggle-button-4-3-1:checked ~ .dropdown-toggle-label-4-3-1 {
  font-weight: 500;
}

.c-toggle-4-3-2 .dropdown-options-4-3-2 {
  display: none;
}
.c-toggle-4-3-2 .dropdown-toggle-button-4-3-2 {
  display: none;
}
.c-toggle-4-3-2 .dropdown-toggle-button-4-3-2:checked ~ .dropdown-options-4-3-2 {
  display: block;
}
.c-toggle-4-3-2 .dropdown-toggle-button-4-3-2:checked ~ .dropdown-toggle-label-4-3-2 {
  font-weight: 500;
}

.c-toggle-4-3-3 .dropdown-options-4-3-3 {
  display: none;
}
.c-toggle-4-3-3 .dropdown-toggle-button-4-3-3 {
  display: none;
}
.c-toggle-4-3-3 .dropdown-toggle-button-4-3-3:checked ~ .dropdown-options-4-3-3 {
  display: block;
}
.c-toggle-4-3-3 .dropdown-toggle-button-4-3-3:checked ~ .dropdown-toggle-label-4-3-3 {
  font-weight: 500;
}

.c-toggle-4-3-4 .dropdown-options-4-3-4 {
  display: none;
}
.c-toggle-4-3-4 .dropdown-toggle-button-4-3-4 {
  display: none;
}
.c-toggle-4-3-4 .dropdown-toggle-button-4-3-4:checked ~ .dropdown-options-4-3-4 {
  display: block;
}
.c-toggle-4-3-4 .dropdown-toggle-button-4-3-4:checked ~ .dropdown-toggle-label-4-3-4 {
  font-weight: 500;
}

.c-toggle-4-3-5 .dropdown-options-4-3-5 {
  display: none;
}
.c-toggle-4-3-5 .dropdown-toggle-button-4-3-5 {
  display: none;
}
.c-toggle-4-3-5 .dropdown-toggle-button-4-3-5:checked ~ .dropdown-options-4-3-5 {
  display: block;
}
.c-toggle-4-3-5 .dropdown-toggle-button-4-3-5:checked ~ .dropdown-toggle-label-4-3-5 {
  font-weight: 500;
}

.c-toggle-4-3-6 .dropdown-options-4-3-6 {
  display: none;
}
.c-toggle-4-3-6 .dropdown-toggle-button-4-3-6 {
  display: none;
}
.c-toggle-4-3-6 .dropdown-toggle-button-4-3-6:checked ~ .dropdown-options-4-3-6 {
  display: block;
}
.c-toggle-4-3-6 .dropdown-toggle-button-4-3-6:checked ~ .dropdown-toggle-label-4-3-6 {
  font-weight: 500;
}

.c-toggle-4-3-7 .dropdown-options-4-3-7 {
  display: none;
}
.c-toggle-4-3-7 .dropdown-toggle-button-4-3-7 {
  display: none;
}
.c-toggle-4-3-7 .dropdown-toggle-button-4-3-7:checked ~ .dropdown-options-4-3-7 {
  display: block;
}
.c-toggle-4-3-7 .dropdown-toggle-button-4-3-7:checked ~ .dropdown-toggle-label-4-3-7 {
  font-weight: 500;
}

.c-toggle-4-3-8 .dropdown-options-4-3-8 {
  display: none;
}
.c-toggle-4-3-8 .dropdown-toggle-button-4-3-8 {
  display: none;
}
.c-toggle-4-3-8 .dropdown-toggle-button-4-3-8:checked ~ .dropdown-options-4-3-8 {
  display: block;
}
.c-toggle-4-3-8 .dropdown-toggle-button-4-3-8:checked ~ .dropdown-toggle-label-4-3-8 {
  font-weight: 500;
}

.c-toggle-4-3-9 .dropdown-options-4-3-9 {
  display: none;
}
.c-toggle-4-3-9 .dropdown-toggle-button-4-3-9 {
  display: none;
}
.c-toggle-4-3-9 .dropdown-toggle-button-4-3-9:checked ~ .dropdown-options-4-3-9 {
  display: block;
}
.c-toggle-4-3-9 .dropdown-toggle-button-4-3-9:checked ~ .dropdown-toggle-label-4-3-9 {
  font-weight: 500;
}

.c-toggle-4-3-10 .dropdown-options-4-3-10 {
  display: none;
}
.c-toggle-4-3-10 .dropdown-toggle-button-4-3-10 {
  display: none;
}
.c-toggle-4-3-10 .dropdown-toggle-button-4-3-10:checked ~ .dropdown-options-4-3-10 {
  display: block;
}
.c-toggle-4-3-10 .dropdown-toggle-button-4-3-10:checked ~ .dropdown-toggle-label-4-3-10 {
  font-weight: 500;
}

.c-toggle-4-4 .dropdown-options-4-4 {
  display: none;
}
.c-toggle-4-4 .dropdown-toggle-button-4-4 {
  display: none;
}
.c-toggle-4-4 .dropdown-toggle-button-4-4:checked ~ .dropdown-options-4-4 {
  display: block;
}
.c-toggle-4-4 .dropdown-toggle-button-4-4:checked ~ .dropdown-toggle-label-4-4 {
  font-weight: bold;
}
.c-toggle-4-4 .dropdown-toggle-button-4-4:checked ~ .dropdown-toggle-label-4-4 h3 {
  font-weight: bold;
}

.c-toggle-4-4-1 .dropdown-options-4-4-1 {
  display: none;
}
.c-toggle-4-4-1 .dropdown-toggle-button-4-4-1 {
  display: none;
}
.c-toggle-4-4-1 .dropdown-toggle-button-4-4-1:checked ~ .dropdown-options-4-4-1 {
  display: block;
}
.c-toggle-4-4-1 .dropdown-toggle-button-4-4-1:checked ~ .dropdown-toggle-label-4-4-1 {
  font-weight: 500;
}

.c-toggle-4-4-2 .dropdown-options-4-4-2 {
  display: none;
}
.c-toggle-4-4-2 .dropdown-toggle-button-4-4-2 {
  display: none;
}
.c-toggle-4-4-2 .dropdown-toggle-button-4-4-2:checked ~ .dropdown-options-4-4-2 {
  display: block;
}
.c-toggle-4-4-2 .dropdown-toggle-button-4-4-2:checked ~ .dropdown-toggle-label-4-4-2 {
  font-weight: 500;
}

.c-toggle-4-4-3 .dropdown-options-4-4-3 {
  display: none;
}
.c-toggle-4-4-3 .dropdown-toggle-button-4-4-3 {
  display: none;
}
.c-toggle-4-4-3 .dropdown-toggle-button-4-4-3:checked ~ .dropdown-options-4-4-3 {
  display: block;
}
.c-toggle-4-4-3 .dropdown-toggle-button-4-4-3:checked ~ .dropdown-toggle-label-4-4-3 {
  font-weight: 500;
}

.c-toggle-4-4-4 .dropdown-options-4-4-4 {
  display: none;
}
.c-toggle-4-4-4 .dropdown-toggle-button-4-4-4 {
  display: none;
}
.c-toggle-4-4-4 .dropdown-toggle-button-4-4-4:checked ~ .dropdown-options-4-4-4 {
  display: block;
}
.c-toggle-4-4-4 .dropdown-toggle-button-4-4-4:checked ~ .dropdown-toggle-label-4-4-4 {
  font-weight: 500;
}

.c-toggle-4-4-5 .dropdown-options-4-4-5 {
  display: none;
}
.c-toggle-4-4-5 .dropdown-toggle-button-4-4-5 {
  display: none;
}
.c-toggle-4-4-5 .dropdown-toggle-button-4-4-5:checked ~ .dropdown-options-4-4-5 {
  display: block;
}
.c-toggle-4-4-5 .dropdown-toggle-button-4-4-5:checked ~ .dropdown-toggle-label-4-4-5 {
  font-weight: 500;
}

.c-toggle-4-4-6 .dropdown-options-4-4-6 {
  display: none;
}
.c-toggle-4-4-6 .dropdown-toggle-button-4-4-6 {
  display: none;
}
.c-toggle-4-4-6 .dropdown-toggle-button-4-4-6:checked ~ .dropdown-options-4-4-6 {
  display: block;
}
.c-toggle-4-4-6 .dropdown-toggle-button-4-4-6:checked ~ .dropdown-toggle-label-4-4-6 {
  font-weight: 500;
}

.c-toggle-4-4-7 .dropdown-options-4-4-7 {
  display: none;
}
.c-toggle-4-4-7 .dropdown-toggle-button-4-4-7 {
  display: none;
}
.c-toggle-4-4-7 .dropdown-toggle-button-4-4-7:checked ~ .dropdown-options-4-4-7 {
  display: block;
}
.c-toggle-4-4-7 .dropdown-toggle-button-4-4-7:checked ~ .dropdown-toggle-label-4-4-7 {
  font-weight: 500;
}

.c-toggle-4-4-8 .dropdown-options-4-4-8 {
  display: none;
}
.c-toggle-4-4-8 .dropdown-toggle-button-4-4-8 {
  display: none;
}
.c-toggle-4-4-8 .dropdown-toggle-button-4-4-8:checked ~ .dropdown-options-4-4-8 {
  display: block;
}
.c-toggle-4-4-8 .dropdown-toggle-button-4-4-8:checked ~ .dropdown-toggle-label-4-4-8 {
  font-weight: 500;
}

.c-toggle-4-4-9 .dropdown-options-4-4-9 {
  display: none;
}
.c-toggle-4-4-9 .dropdown-toggle-button-4-4-9 {
  display: none;
}
.c-toggle-4-4-9 .dropdown-toggle-button-4-4-9:checked ~ .dropdown-options-4-4-9 {
  display: block;
}
.c-toggle-4-4-9 .dropdown-toggle-button-4-4-9:checked ~ .dropdown-toggle-label-4-4-9 {
  font-weight: 500;
}

.c-toggle-4-4-10 .dropdown-options-4-4-10 {
  display: none;
}
.c-toggle-4-4-10 .dropdown-toggle-button-4-4-10 {
  display: none;
}
.c-toggle-4-4-10 .dropdown-toggle-button-4-4-10:checked ~ .dropdown-options-4-4-10 {
  display: block;
}
.c-toggle-4-4-10 .dropdown-toggle-button-4-4-10:checked ~ .dropdown-toggle-label-4-4-10 {
  font-weight: 500;
}

.c-toggle-4-5 .dropdown-options-4-5 {
  display: none;
}
.c-toggle-4-5 .dropdown-toggle-button-4-5 {
  display: none;
}
.c-toggle-4-5 .dropdown-toggle-button-4-5:checked ~ .dropdown-options-4-5 {
  display: block;
}
.c-toggle-4-5 .dropdown-toggle-button-4-5:checked ~ .dropdown-toggle-label-4-5 {
  font-weight: bold;
}
.c-toggle-4-5 .dropdown-toggle-button-4-5:checked ~ .dropdown-toggle-label-4-5 h3 {
  font-weight: bold;
}

.c-toggle-4-5-1 .dropdown-options-4-5-1 {
  display: none;
}
.c-toggle-4-5-1 .dropdown-toggle-button-4-5-1 {
  display: none;
}
.c-toggle-4-5-1 .dropdown-toggle-button-4-5-1:checked ~ .dropdown-options-4-5-1 {
  display: block;
}
.c-toggle-4-5-1 .dropdown-toggle-button-4-5-1:checked ~ .dropdown-toggle-label-4-5-1 {
  font-weight: 500;
}

.c-toggle-4-5-2 .dropdown-options-4-5-2 {
  display: none;
}
.c-toggle-4-5-2 .dropdown-toggle-button-4-5-2 {
  display: none;
}
.c-toggle-4-5-2 .dropdown-toggle-button-4-5-2:checked ~ .dropdown-options-4-5-2 {
  display: block;
}
.c-toggle-4-5-2 .dropdown-toggle-button-4-5-2:checked ~ .dropdown-toggle-label-4-5-2 {
  font-weight: 500;
}

.c-toggle-4-5-3 .dropdown-options-4-5-3 {
  display: none;
}
.c-toggle-4-5-3 .dropdown-toggle-button-4-5-3 {
  display: none;
}
.c-toggle-4-5-3 .dropdown-toggle-button-4-5-3:checked ~ .dropdown-options-4-5-3 {
  display: block;
}
.c-toggle-4-5-3 .dropdown-toggle-button-4-5-3:checked ~ .dropdown-toggle-label-4-5-3 {
  font-weight: 500;
}

.c-toggle-4-5-4 .dropdown-options-4-5-4 {
  display: none;
}
.c-toggle-4-5-4 .dropdown-toggle-button-4-5-4 {
  display: none;
}
.c-toggle-4-5-4 .dropdown-toggle-button-4-5-4:checked ~ .dropdown-options-4-5-4 {
  display: block;
}
.c-toggle-4-5-4 .dropdown-toggle-button-4-5-4:checked ~ .dropdown-toggle-label-4-5-4 {
  font-weight: 500;
}

.c-toggle-4-5-5 .dropdown-options-4-5-5 {
  display: none;
}
.c-toggle-4-5-5 .dropdown-toggle-button-4-5-5 {
  display: none;
}
.c-toggle-4-5-5 .dropdown-toggle-button-4-5-5:checked ~ .dropdown-options-4-5-5 {
  display: block;
}
.c-toggle-4-5-5 .dropdown-toggle-button-4-5-5:checked ~ .dropdown-toggle-label-4-5-5 {
  font-weight: 500;
}

.c-toggle-4-5-6 .dropdown-options-4-5-6 {
  display: none;
}
.c-toggle-4-5-6 .dropdown-toggle-button-4-5-6 {
  display: none;
}
.c-toggle-4-5-6 .dropdown-toggle-button-4-5-6:checked ~ .dropdown-options-4-5-6 {
  display: block;
}
.c-toggle-4-5-6 .dropdown-toggle-button-4-5-6:checked ~ .dropdown-toggle-label-4-5-6 {
  font-weight: 500;
}

.c-toggle-4-5-7 .dropdown-options-4-5-7 {
  display: none;
}
.c-toggle-4-5-7 .dropdown-toggle-button-4-5-7 {
  display: none;
}
.c-toggle-4-5-7 .dropdown-toggle-button-4-5-7:checked ~ .dropdown-options-4-5-7 {
  display: block;
}
.c-toggle-4-5-7 .dropdown-toggle-button-4-5-7:checked ~ .dropdown-toggle-label-4-5-7 {
  font-weight: 500;
}

.c-toggle-4-5-8 .dropdown-options-4-5-8 {
  display: none;
}
.c-toggle-4-5-8 .dropdown-toggle-button-4-5-8 {
  display: none;
}
.c-toggle-4-5-8 .dropdown-toggle-button-4-5-8:checked ~ .dropdown-options-4-5-8 {
  display: block;
}
.c-toggle-4-5-8 .dropdown-toggle-button-4-5-8:checked ~ .dropdown-toggle-label-4-5-8 {
  font-weight: 500;
}

.c-toggle-4-5-9 .dropdown-options-4-5-9 {
  display: none;
}
.c-toggle-4-5-9 .dropdown-toggle-button-4-5-9 {
  display: none;
}
.c-toggle-4-5-9 .dropdown-toggle-button-4-5-9:checked ~ .dropdown-options-4-5-9 {
  display: block;
}
.c-toggle-4-5-9 .dropdown-toggle-button-4-5-9:checked ~ .dropdown-toggle-label-4-5-9 {
  font-weight: 500;
}

.c-toggle-4-5-10 .dropdown-options-4-5-10 {
  display: none;
}
.c-toggle-4-5-10 .dropdown-toggle-button-4-5-10 {
  display: none;
}
.c-toggle-4-5-10 .dropdown-toggle-button-4-5-10:checked ~ .dropdown-options-4-5-10 {
  display: block;
}
.c-toggle-4-5-10 .dropdown-toggle-button-4-5-10:checked ~ .dropdown-toggle-label-4-5-10 {
  font-weight: 500;
}

.c-toggle-4-6 .dropdown-options-4-6 {
  display: none;
}
.c-toggle-4-6 .dropdown-toggle-button-4-6 {
  display: none;
}
.c-toggle-4-6 .dropdown-toggle-button-4-6:checked ~ .dropdown-options-4-6 {
  display: block;
}
.c-toggle-4-6 .dropdown-toggle-button-4-6:checked ~ .dropdown-toggle-label-4-6 {
  font-weight: bold;
}
.c-toggle-4-6 .dropdown-toggle-button-4-6:checked ~ .dropdown-toggle-label-4-6 h3 {
  font-weight: bold;
}

.c-toggle-4-6-1 .dropdown-options-4-6-1 {
  display: none;
}
.c-toggle-4-6-1 .dropdown-toggle-button-4-6-1 {
  display: none;
}
.c-toggle-4-6-1 .dropdown-toggle-button-4-6-1:checked ~ .dropdown-options-4-6-1 {
  display: block;
}
.c-toggle-4-6-1 .dropdown-toggle-button-4-6-1:checked ~ .dropdown-toggle-label-4-6-1 {
  font-weight: 500;
}

.c-toggle-4-6-2 .dropdown-options-4-6-2 {
  display: none;
}
.c-toggle-4-6-2 .dropdown-toggle-button-4-6-2 {
  display: none;
}
.c-toggle-4-6-2 .dropdown-toggle-button-4-6-2:checked ~ .dropdown-options-4-6-2 {
  display: block;
}
.c-toggle-4-6-2 .dropdown-toggle-button-4-6-2:checked ~ .dropdown-toggle-label-4-6-2 {
  font-weight: 500;
}

.c-toggle-4-6-3 .dropdown-options-4-6-3 {
  display: none;
}
.c-toggle-4-6-3 .dropdown-toggle-button-4-6-3 {
  display: none;
}
.c-toggle-4-6-3 .dropdown-toggle-button-4-6-3:checked ~ .dropdown-options-4-6-3 {
  display: block;
}
.c-toggle-4-6-3 .dropdown-toggle-button-4-6-3:checked ~ .dropdown-toggle-label-4-6-3 {
  font-weight: 500;
}

.c-toggle-4-6-4 .dropdown-options-4-6-4 {
  display: none;
}
.c-toggle-4-6-4 .dropdown-toggle-button-4-6-4 {
  display: none;
}
.c-toggle-4-6-4 .dropdown-toggle-button-4-6-4:checked ~ .dropdown-options-4-6-4 {
  display: block;
}
.c-toggle-4-6-4 .dropdown-toggle-button-4-6-4:checked ~ .dropdown-toggle-label-4-6-4 {
  font-weight: 500;
}

.c-toggle-4-6-5 .dropdown-options-4-6-5 {
  display: none;
}
.c-toggle-4-6-5 .dropdown-toggle-button-4-6-5 {
  display: none;
}
.c-toggle-4-6-5 .dropdown-toggle-button-4-6-5:checked ~ .dropdown-options-4-6-5 {
  display: block;
}
.c-toggle-4-6-5 .dropdown-toggle-button-4-6-5:checked ~ .dropdown-toggle-label-4-6-5 {
  font-weight: 500;
}

.c-toggle-4-6-6 .dropdown-options-4-6-6 {
  display: none;
}
.c-toggle-4-6-6 .dropdown-toggle-button-4-6-6 {
  display: none;
}
.c-toggle-4-6-6 .dropdown-toggle-button-4-6-6:checked ~ .dropdown-options-4-6-6 {
  display: block;
}
.c-toggle-4-6-6 .dropdown-toggle-button-4-6-6:checked ~ .dropdown-toggle-label-4-6-6 {
  font-weight: 500;
}

.c-toggle-4-6-7 .dropdown-options-4-6-7 {
  display: none;
}
.c-toggle-4-6-7 .dropdown-toggle-button-4-6-7 {
  display: none;
}
.c-toggle-4-6-7 .dropdown-toggle-button-4-6-7:checked ~ .dropdown-options-4-6-7 {
  display: block;
}
.c-toggle-4-6-7 .dropdown-toggle-button-4-6-7:checked ~ .dropdown-toggle-label-4-6-7 {
  font-weight: 500;
}

.c-toggle-4-6-8 .dropdown-options-4-6-8 {
  display: none;
}
.c-toggle-4-6-8 .dropdown-toggle-button-4-6-8 {
  display: none;
}
.c-toggle-4-6-8 .dropdown-toggle-button-4-6-8:checked ~ .dropdown-options-4-6-8 {
  display: block;
}
.c-toggle-4-6-8 .dropdown-toggle-button-4-6-8:checked ~ .dropdown-toggle-label-4-6-8 {
  font-weight: 500;
}

.c-toggle-4-6-9 .dropdown-options-4-6-9 {
  display: none;
}
.c-toggle-4-6-9 .dropdown-toggle-button-4-6-9 {
  display: none;
}
.c-toggle-4-6-9 .dropdown-toggle-button-4-6-9:checked ~ .dropdown-options-4-6-9 {
  display: block;
}
.c-toggle-4-6-9 .dropdown-toggle-button-4-6-9:checked ~ .dropdown-toggle-label-4-6-9 {
  font-weight: 500;
}

.c-toggle-4-6-10 .dropdown-options-4-6-10 {
  display: none;
}
.c-toggle-4-6-10 .dropdown-toggle-button-4-6-10 {
  display: none;
}
.c-toggle-4-6-10 .dropdown-toggle-button-4-6-10:checked ~ .dropdown-options-4-6-10 {
  display: block;
}
.c-toggle-4-6-10 .dropdown-toggle-button-4-6-10:checked ~ .dropdown-toggle-label-4-6-10 {
  font-weight: 500;
}

.c-toggle-4-7 .dropdown-options-4-7 {
  display: none;
}
.c-toggle-4-7 .dropdown-toggle-button-4-7 {
  display: none;
}
.c-toggle-4-7 .dropdown-toggle-button-4-7:checked ~ .dropdown-options-4-7 {
  display: block;
}
.c-toggle-4-7 .dropdown-toggle-button-4-7:checked ~ .dropdown-toggle-label-4-7 {
  font-weight: bold;
}
.c-toggle-4-7 .dropdown-toggle-button-4-7:checked ~ .dropdown-toggle-label-4-7 h3 {
  font-weight: bold;
}

.c-toggle-4-7-1 .dropdown-options-4-7-1 {
  display: none;
}
.c-toggle-4-7-1 .dropdown-toggle-button-4-7-1 {
  display: none;
}
.c-toggle-4-7-1 .dropdown-toggle-button-4-7-1:checked ~ .dropdown-options-4-7-1 {
  display: block;
}
.c-toggle-4-7-1 .dropdown-toggle-button-4-7-1:checked ~ .dropdown-toggle-label-4-7-1 {
  font-weight: 500;
}

.c-toggle-4-7-2 .dropdown-options-4-7-2 {
  display: none;
}
.c-toggle-4-7-2 .dropdown-toggle-button-4-7-2 {
  display: none;
}
.c-toggle-4-7-2 .dropdown-toggle-button-4-7-2:checked ~ .dropdown-options-4-7-2 {
  display: block;
}
.c-toggle-4-7-2 .dropdown-toggle-button-4-7-2:checked ~ .dropdown-toggle-label-4-7-2 {
  font-weight: 500;
}

.c-toggle-4-7-3 .dropdown-options-4-7-3 {
  display: none;
}
.c-toggle-4-7-3 .dropdown-toggle-button-4-7-3 {
  display: none;
}
.c-toggle-4-7-3 .dropdown-toggle-button-4-7-3:checked ~ .dropdown-options-4-7-3 {
  display: block;
}
.c-toggle-4-7-3 .dropdown-toggle-button-4-7-3:checked ~ .dropdown-toggle-label-4-7-3 {
  font-weight: 500;
}

.c-toggle-4-7-4 .dropdown-options-4-7-4 {
  display: none;
}
.c-toggle-4-7-4 .dropdown-toggle-button-4-7-4 {
  display: none;
}
.c-toggle-4-7-4 .dropdown-toggle-button-4-7-4:checked ~ .dropdown-options-4-7-4 {
  display: block;
}
.c-toggle-4-7-4 .dropdown-toggle-button-4-7-4:checked ~ .dropdown-toggle-label-4-7-4 {
  font-weight: 500;
}

.c-toggle-4-7-5 .dropdown-options-4-7-5 {
  display: none;
}
.c-toggle-4-7-5 .dropdown-toggle-button-4-7-5 {
  display: none;
}
.c-toggle-4-7-5 .dropdown-toggle-button-4-7-5:checked ~ .dropdown-options-4-7-5 {
  display: block;
}
.c-toggle-4-7-5 .dropdown-toggle-button-4-7-5:checked ~ .dropdown-toggle-label-4-7-5 {
  font-weight: 500;
}

.c-toggle-4-7-6 .dropdown-options-4-7-6 {
  display: none;
}
.c-toggle-4-7-6 .dropdown-toggle-button-4-7-6 {
  display: none;
}
.c-toggle-4-7-6 .dropdown-toggle-button-4-7-6:checked ~ .dropdown-options-4-7-6 {
  display: block;
}
.c-toggle-4-7-6 .dropdown-toggle-button-4-7-6:checked ~ .dropdown-toggle-label-4-7-6 {
  font-weight: 500;
}

.c-toggle-4-7-7 .dropdown-options-4-7-7 {
  display: none;
}
.c-toggle-4-7-7 .dropdown-toggle-button-4-7-7 {
  display: none;
}
.c-toggle-4-7-7 .dropdown-toggle-button-4-7-7:checked ~ .dropdown-options-4-7-7 {
  display: block;
}
.c-toggle-4-7-7 .dropdown-toggle-button-4-7-7:checked ~ .dropdown-toggle-label-4-7-7 {
  font-weight: 500;
}

.c-toggle-4-7-8 .dropdown-options-4-7-8 {
  display: none;
}
.c-toggle-4-7-8 .dropdown-toggle-button-4-7-8 {
  display: none;
}
.c-toggle-4-7-8 .dropdown-toggle-button-4-7-8:checked ~ .dropdown-options-4-7-8 {
  display: block;
}
.c-toggle-4-7-8 .dropdown-toggle-button-4-7-8:checked ~ .dropdown-toggle-label-4-7-8 {
  font-weight: 500;
}

.c-toggle-4-7-9 .dropdown-options-4-7-9 {
  display: none;
}
.c-toggle-4-7-9 .dropdown-toggle-button-4-7-9 {
  display: none;
}
.c-toggle-4-7-9 .dropdown-toggle-button-4-7-9:checked ~ .dropdown-options-4-7-9 {
  display: block;
}
.c-toggle-4-7-9 .dropdown-toggle-button-4-7-9:checked ~ .dropdown-toggle-label-4-7-9 {
  font-weight: 500;
}

.c-toggle-4-7-10 .dropdown-options-4-7-10 {
  display: none;
}
.c-toggle-4-7-10 .dropdown-toggle-button-4-7-10 {
  display: none;
}
.c-toggle-4-7-10 .dropdown-toggle-button-4-7-10:checked ~ .dropdown-options-4-7-10 {
  display: block;
}
.c-toggle-4-7-10 .dropdown-toggle-button-4-7-10:checked ~ .dropdown-toggle-label-4-7-10 {
  font-weight: 500;
}

.c-toggle-4-8 .dropdown-options-4-8 {
  display: none;
}
.c-toggle-4-8 .dropdown-toggle-button-4-8 {
  display: none;
}
.c-toggle-4-8 .dropdown-toggle-button-4-8:checked ~ .dropdown-options-4-8 {
  display: block;
}
.c-toggle-4-8 .dropdown-toggle-button-4-8:checked ~ .dropdown-toggle-label-4-8 {
  font-weight: bold;
}
.c-toggle-4-8 .dropdown-toggle-button-4-8:checked ~ .dropdown-toggle-label-4-8 h3 {
  font-weight: bold;
}

.c-toggle-4-8-1 .dropdown-options-4-8-1 {
  display: none;
}
.c-toggle-4-8-1 .dropdown-toggle-button-4-8-1 {
  display: none;
}
.c-toggle-4-8-1 .dropdown-toggle-button-4-8-1:checked ~ .dropdown-options-4-8-1 {
  display: block;
}
.c-toggle-4-8-1 .dropdown-toggle-button-4-8-1:checked ~ .dropdown-toggle-label-4-8-1 {
  font-weight: 500;
}

.c-toggle-4-8-2 .dropdown-options-4-8-2 {
  display: none;
}
.c-toggle-4-8-2 .dropdown-toggle-button-4-8-2 {
  display: none;
}
.c-toggle-4-8-2 .dropdown-toggle-button-4-8-2:checked ~ .dropdown-options-4-8-2 {
  display: block;
}
.c-toggle-4-8-2 .dropdown-toggle-button-4-8-2:checked ~ .dropdown-toggle-label-4-8-2 {
  font-weight: 500;
}

.c-toggle-4-8-3 .dropdown-options-4-8-3 {
  display: none;
}
.c-toggle-4-8-3 .dropdown-toggle-button-4-8-3 {
  display: none;
}
.c-toggle-4-8-3 .dropdown-toggle-button-4-8-3:checked ~ .dropdown-options-4-8-3 {
  display: block;
}
.c-toggle-4-8-3 .dropdown-toggle-button-4-8-3:checked ~ .dropdown-toggle-label-4-8-3 {
  font-weight: 500;
}

.c-toggle-4-8-4 .dropdown-options-4-8-4 {
  display: none;
}
.c-toggle-4-8-4 .dropdown-toggle-button-4-8-4 {
  display: none;
}
.c-toggle-4-8-4 .dropdown-toggle-button-4-8-4:checked ~ .dropdown-options-4-8-4 {
  display: block;
}
.c-toggle-4-8-4 .dropdown-toggle-button-4-8-4:checked ~ .dropdown-toggle-label-4-8-4 {
  font-weight: 500;
}

.c-toggle-4-8-5 .dropdown-options-4-8-5 {
  display: none;
}
.c-toggle-4-8-5 .dropdown-toggle-button-4-8-5 {
  display: none;
}
.c-toggle-4-8-5 .dropdown-toggle-button-4-8-5:checked ~ .dropdown-options-4-8-5 {
  display: block;
}
.c-toggle-4-8-5 .dropdown-toggle-button-4-8-5:checked ~ .dropdown-toggle-label-4-8-5 {
  font-weight: 500;
}

.c-toggle-4-8-6 .dropdown-options-4-8-6 {
  display: none;
}
.c-toggle-4-8-6 .dropdown-toggle-button-4-8-6 {
  display: none;
}
.c-toggle-4-8-6 .dropdown-toggle-button-4-8-6:checked ~ .dropdown-options-4-8-6 {
  display: block;
}
.c-toggle-4-8-6 .dropdown-toggle-button-4-8-6:checked ~ .dropdown-toggle-label-4-8-6 {
  font-weight: 500;
}

.c-toggle-4-8-7 .dropdown-options-4-8-7 {
  display: none;
}
.c-toggle-4-8-7 .dropdown-toggle-button-4-8-7 {
  display: none;
}
.c-toggle-4-8-7 .dropdown-toggle-button-4-8-7:checked ~ .dropdown-options-4-8-7 {
  display: block;
}
.c-toggle-4-8-7 .dropdown-toggle-button-4-8-7:checked ~ .dropdown-toggle-label-4-8-7 {
  font-weight: 500;
}

.c-toggle-4-8-8 .dropdown-options-4-8-8 {
  display: none;
}
.c-toggle-4-8-8 .dropdown-toggle-button-4-8-8 {
  display: none;
}
.c-toggle-4-8-8 .dropdown-toggle-button-4-8-8:checked ~ .dropdown-options-4-8-8 {
  display: block;
}
.c-toggle-4-8-8 .dropdown-toggle-button-4-8-8:checked ~ .dropdown-toggle-label-4-8-8 {
  font-weight: 500;
}

.c-toggle-4-8-9 .dropdown-options-4-8-9 {
  display: none;
}
.c-toggle-4-8-9 .dropdown-toggle-button-4-8-9 {
  display: none;
}
.c-toggle-4-8-9 .dropdown-toggle-button-4-8-9:checked ~ .dropdown-options-4-8-9 {
  display: block;
}
.c-toggle-4-8-9 .dropdown-toggle-button-4-8-9:checked ~ .dropdown-toggle-label-4-8-9 {
  font-weight: 500;
}

.c-toggle-4-8-10 .dropdown-options-4-8-10 {
  display: none;
}
.c-toggle-4-8-10 .dropdown-toggle-button-4-8-10 {
  display: none;
}
.c-toggle-4-8-10 .dropdown-toggle-button-4-8-10:checked ~ .dropdown-options-4-8-10 {
  display: block;
}
.c-toggle-4-8-10 .dropdown-toggle-button-4-8-10:checked ~ .dropdown-toggle-label-4-8-10 {
  font-weight: 500;
}

.c-toggle-4-9 .dropdown-options-4-9 {
  display: none;
}
.c-toggle-4-9 .dropdown-toggle-button-4-9 {
  display: none;
}
.c-toggle-4-9 .dropdown-toggle-button-4-9:checked ~ .dropdown-options-4-9 {
  display: block;
}
.c-toggle-4-9 .dropdown-toggle-button-4-9:checked ~ .dropdown-toggle-label-4-9 {
  font-weight: bold;
}
.c-toggle-4-9 .dropdown-toggle-button-4-9:checked ~ .dropdown-toggle-label-4-9 h3 {
  font-weight: bold;
}

.c-toggle-4-9-1 .dropdown-options-4-9-1 {
  display: none;
}
.c-toggle-4-9-1 .dropdown-toggle-button-4-9-1 {
  display: none;
}
.c-toggle-4-9-1 .dropdown-toggle-button-4-9-1:checked ~ .dropdown-options-4-9-1 {
  display: block;
}
.c-toggle-4-9-1 .dropdown-toggle-button-4-9-1:checked ~ .dropdown-toggle-label-4-9-1 {
  font-weight: 500;
}

.c-toggle-4-9-2 .dropdown-options-4-9-2 {
  display: none;
}
.c-toggle-4-9-2 .dropdown-toggle-button-4-9-2 {
  display: none;
}
.c-toggle-4-9-2 .dropdown-toggle-button-4-9-2:checked ~ .dropdown-options-4-9-2 {
  display: block;
}
.c-toggle-4-9-2 .dropdown-toggle-button-4-9-2:checked ~ .dropdown-toggle-label-4-9-2 {
  font-weight: 500;
}

.c-toggle-4-9-3 .dropdown-options-4-9-3 {
  display: none;
}
.c-toggle-4-9-3 .dropdown-toggle-button-4-9-3 {
  display: none;
}
.c-toggle-4-9-3 .dropdown-toggle-button-4-9-3:checked ~ .dropdown-options-4-9-3 {
  display: block;
}
.c-toggle-4-9-3 .dropdown-toggle-button-4-9-3:checked ~ .dropdown-toggle-label-4-9-3 {
  font-weight: 500;
}

.c-toggle-4-9-4 .dropdown-options-4-9-4 {
  display: none;
}
.c-toggle-4-9-4 .dropdown-toggle-button-4-9-4 {
  display: none;
}
.c-toggle-4-9-4 .dropdown-toggle-button-4-9-4:checked ~ .dropdown-options-4-9-4 {
  display: block;
}
.c-toggle-4-9-4 .dropdown-toggle-button-4-9-4:checked ~ .dropdown-toggle-label-4-9-4 {
  font-weight: 500;
}

.c-toggle-4-9-5 .dropdown-options-4-9-5 {
  display: none;
}
.c-toggle-4-9-5 .dropdown-toggle-button-4-9-5 {
  display: none;
}
.c-toggle-4-9-5 .dropdown-toggle-button-4-9-5:checked ~ .dropdown-options-4-9-5 {
  display: block;
}
.c-toggle-4-9-5 .dropdown-toggle-button-4-9-5:checked ~ .dropdown-toggle-label-4-9-5 {
  font-weight: 500;
}

.c-toggle-4-9-6 .dropdown-options-4-9-6 {
  display: none;
}
.c-toggle-4-9-6 .dropdown-toggle-button-4-9-6 {
  display: none;
}
.c-toggle-4-9-6 .dropdown-toggle-button-4-9-6:checked ~ .dropdown-options-4-9-6 {
  display: block;
}
.c-toggle-4-9-6 .dropdown-toggle-button-4-9-6:checked ~ .dropdown-toggle-label-4-9-6 {
  font-weight: 500;
}

.c-toggle-4-9-7 .dropdown-options-4-9-7 {
  display: none;
}
.c-toggle-4-9-7 .dropdown-toggle-button-4-9-7 {
  display: none;
}
.c-toggle-4-9-7 .dropdown-toggle-button-4-9-7:checked ~ .dropdown-options-4-9-7 {
  display: block;
}
.c-toggle-4-9-7 .dropdown-toggle-button-4-9-7:checked ~ .dropdown-toggle-label-4-9-7 {
  font-weight: 500;
}

.c-toggle-4-9-8 .dropdown-options-4-9-8 {
  display: none;
}
.c-toggle-4-9-8 .dropdown-toggle-button-4-9-8 {
  display: none;
}
.c-toggle-4-9-8 .dropdown-toggle-button-4-9-8:checked ~ .dropdown-options-4-9-8 {
  display: block;
}
.c-toggle-4-9-8 .dropdown-toggle-button-4-9-8:checked ~ .dropdown-toggle-label-4-9-8 {
  font-weight: 500;
}

.c-toggle-4-9-9 .dropdown-options-4-9-9 {
  display: none;
}
.c-toggle-4-9-9 .dropdown-toggle-button-4-9-9 {
  display: none;
}
.c-toggle-4-9-9 .dropdown-toggle-button-4-9-9:checked ~ .dropdown-options-4-9-9 {
  display: block;
}
.c-toggle-4-9-9 .dropdown-toggle-button-4-9-9:checked ~ .dropdown-toggle-label-4-9-9 {
  font-weight: 500;
}

.c-toggle-4-9-10 .dropdown-options-4-9-10 {
  display: none;
}
.c-toggle-4-9-10 .dropdown-toggle-button-4-9-10 {
  display: none;
}
.c-toggle-4-9-10 .dropdown-toggle-button-4-9-10:checked ~ .dropdown-options-4-9-10 {
  display: block;
}
.c-toggle-4-9-10 .dropdown-toggle-button-4-9-10:checked ~ .dropdown-toggle-label-4-9-10 {
  font-weight: 500;
}

.c-toggle-4-10 .dropdown-options-4-10 {
  display: none;
}
.c-toggle-4-10 .dropdown-toggle-button-4-10 {
  display: none;
}
.c-toggle-4-10 .dropdown-toggle-button-4-10:checked ~ .dropdown-options-4-10 {
  display: block;
}
.c-toggle-4-10 .dropdown-toggle-button-4-10:checked ~ .dropdown-toggle-label-4-10 {
  font-weight: bold;
}
.c-toggle-4-10 .dropdown-toggle-button-4-10:checked ~ .dropdown-toggle-label-4-10 h3 {
  font-weight: bold;
}

.c-toggle-4-10-1 .dropdown-options-4-10-1 {
  display: none;
}
.c-toggle-4-10-1 .dropdown-toggle-button-4-10-1 {
  display: none;
}
.c-toggle-4-10-1 .dropdown-toggle-button-4-10-1:checked ~ .dropdown-options-4-10-1 {
  display: block;
}
.c-toggle-4-10-1 .dropdown-toggle-button-4-10-1:checked ~ .dropdown-toggle-label-4-10-1 {
  font-weight: 500;
}

.c-toggle-4-10-2 .dropdown-options-4-10-2 {
  display: none;
}
.c-toggle-4-10-2 .dropdown-toggle-button-4-10-2 {
  display: none;
}
.c-toggle-4-10-2 .dropdown-toggle-button-4-10-2:checked ~ .dropdown-options-4-10-2 {
  display: block;
}
.c-toggle-4-10-2 .dropdown-toggle-button-4-10-2:checked ~ .dropdown-toggle-label-4-10-2 {
  font-weight: 500;
}

.c-toggle-4-10-3 .dropdown-options-4-10-3 {
  display: none;
}
.c-toggle-4-10-3 .dropdown-toggle-button-4-10-3 {
  display: none;
}
.c-toggle-4-10-3 .dropdown-toggle-button-4-10-3:checked ~ .dropdown-options-4-10-3 {
  display: block;
}
.c-toggle-4-10-3 .dropdown-toggle-button-4-10-3:checked ~ .dropdown-toggle-label-4-10-3 {
  font-weight: 500;
}

.c-toggle-4-10-4 .dropdown-options-4-10-4 {
  display: none;
}
.c-toggle-4-10-4 .dropdown-toggle-button-4-10-4 {
  display: none;
}
.c-toggle-4-10-4 .dropdown-toggle-button-4-10-4:checked ~ .dropdown-options-4-10-4 {
  display: block;
}
.c-toggle-4-10-4 .dropdown-toggle-button-4-10-4:checked ~ .dropdown-toggle-label-4-10-4 {
  font-weight: 500;
}

.c-toggle-4-10-5 .dropdown-options-4-10-5 {
  display: none;
}
.c-toggle-4-10-5 .dropdown-toggle-button-4-10-5 {
  display: none;
}
.c-toggle-4-10-5 .dropdown-toggle-button-4-10-5:checked ~ .dropdown-options-4-10-5 {
  display: block;
}
.c-toggle-4-10-5 .dropdown-toggle-button-4-10-5:checked ~ .dropdown-toggle-label-4-10-5 {
  font-weight: 500;
}

.c-toggle-4-10-6 .dropdown-options-4-10-6 {
  display: none;
}
.c-toggle-4-10-6 .dropdown-toggle-button-4-10-6 {
  display: none;
}
.c-toggle-4-10-6 .dropdown-toggle-button-4-10-6:checked ~ .dropdown-options-4-10-6 {
  display: block;
}
.c-toggle-4-10-6 .dropdown-toggle-button-4-10-6:checked ~ .dropdown-toggle-label-4-10-6 {
  font-weight: 500;
}

.c-toggle-4-10-7 .dropdown-options-4-10-7 {
  display: none;
}
.c-toggle-4-10-7 .dropdown-toggle-button-4-10-7 {
  display: none;
}
.c-toggle-4-10-7 .dropdown-toggle-button-4-10-7:checked ~ .dropdown-options-4-10-7 {
  display: block;
}
.c-toggle-4-10-7 .dropdown-toggle-button-4-10-7:checked ~ .dropdown-toggle-label-4-10-7 {
  font-weight: 500;
}

.c-toggle-4-10-8 .dropdown-options-4-10-8 {
  display: none;
}
.c-toggle-4-10-8 .dropdown-toggle-button-4-10-8 {
  display: none;
}
.c-toggle-4-10-8 .dropdown-toggle-button-4-10-8:checked ~ .dropdown-options-4-10-8 {
  display: block;
}
.c-toggle-4-10-8 .dropdown-toggle-button-4-10-8:checked ~ .dropdown-toggle-label-4-10-8 {
  font-weight: 500;
}

.c-toggle-4-10-9 .dropdown-options-4-10-9 {
  display: none;
}
.c-toggle-4-10-9 .dropdown-toggle-button-4-10-9 {
  display: none;
}
.c-toggle-4-10-9 .dropdown-toggle-button-4-10-9:checked ~ .dropdown-options-4-10-9 {
  display: block;
}
.c-toggle-4-10-9 .dropdown-toggle-button-4-10-9:checked ~ .dropdown-toggle-label-4-10-9 {
  font-weight: 500;
}

.c-toggle-4-10-10 .dropdown-options-4-10-10 {
  display: none;
}
.c-toggle-4-10-10 .dropdown-toggle-button-4-10-10 {
  display: none;
}
.c-toggle-4-10-10 .dropdown-toggle-button-4-10-10:checked ~ .dropdown-options-4-10-10 {
  display: block;
}
.c-toggle-4-10-10 .dropdown-toggle-button-4-10-10:checked ~ .dropdown-toggle-label-4-10-10 {
  font-weight: 500;
}

.c-toggle-5-1 .dropdown-options-5-1 {
  display: none;
}
.c-toggle-5-1 .dropdown-toggle-button-5-1 {
  display: none;
}
.c-toggle-5-1 .dropdown-toggle-button-5-1:checked ~ .dropdown-options-5-1 {
  display: block;
}
.c-toggle-5-1 .dropdown-toggle-button-5-1:checked ~ .dropdown-toggle-label-5-1 {
  font-weight: bold;
}
.c-toggle-5-1 .dropdown-toggle-button-5-1:checked ~ .dropdown-toggle-label-5-1 h3 {
  font-weight: bold;
}

.c-toggle-5-1-1 .dropdown-options-5-1-1 {
  display: none;
}
.c-toggle-5-1-1 .dropdown-toggle-button-5-1-1 {
  display: none;
}
.c-toggle-5-1-1 .dropdown-toggle-button-5-1-1:checked ~ .dropdown-options-5-1-1 {
  display: block;
}
.c-toggle-5-1-1 .dropdown-toggle-button-5-1-1:checked ~ .dropdown-toggle-label-5-1-1 {
  font-weight: 500;
}

.c-toggle-5-1-2 .dropdown-options-5-1-2 {
  display: none;
}
.c-toggle-5-1-2 .dropdown-toggle-button-5-1-2 {
  display: none;
}
.c-toggle-5-1-2 .dropdown-toggle-button-5-1-2:checked ~ .dropdown-options-5-1-2 {
  display: block;
}
.c-toggle-5-1-2 .dropdown-toggle-button-5-1-2:checked ~ .dropdown-toggle-label-5-1-2 {
  font-weight: 500;
}

.c-toggle-5-1-3 .dropdown-options-5-1-3 {
  display: none;
}
.c-toggle-5-1-3 .dropdown-toggle-button-5-1-3 {
  display: none;
}
.c-toggle-5-1-3 .dropdown-toggle-button-5-1-3:checked ~ .dropdown-options-5-1-3 {
  display: block;
}
.c-toggle-5-1-3 .dropdown-toggle-button-5-1-3:checked ~ .dropdown-toggle-label-5-1-3 {
  font-weight: 500;
}

.c-toggle-5-1-4 .dropdown-options-5-1-4 {
  display: none;
}
.c-toggle-5-1-4 .dropdown-toggle-button-5-1-4 {
  display: none;
}
.c-toggle-5-1-4 .dropdown-toggle-button-5-1-4:checked ~ .dropdown-options-5-1-4 {
  display: block;
}
.c-toggle-5-1-4 .dropdown-toggle-button-5-1-4:checked ~ .dropdown-toggle-label-5-1-4 {
  font-weight: 500;
}

.c-toggle-5-1-5 .dropdown-options-5-1-5 {
  display: none;
}
.c-toggle-5-1-5 .dropdown-toggle-button-5-1-5 {
  display: none;
}
.c-toggle-5-1-5 .dropdown-toggle-button-5-1-5:checked ~ .dropdown-options-5-1-5 {
  display: block;
}
.c-toggle-5-1-5 .dropdown-toggle-button-5-1-5:checked ~ .dropdown-toggle-label-5-1-5 {
  font-weight: 500;
}

.c-toggle-5-1-6 .dropdown-options-5-1-6 {
  display: none;
}
.c-toggle-5-1-6 .dropdown-toggle-button-5-1-6 {
  display: none;
}
.c-toggle-5-1-6 .dropdown-toggle-button-5-1-6:checked ~ .dropdown-options-5-1-6 {
  display: block;
}
.c-toggle-5-1-6 .dropdown-toggle-button-5-1-6:checked ~ .dropdown-toggle-label-5-1-6 {
  font-weight: 500;
}

.c-toggle-5-1-7 .dropdown-options-5-1-7 {
  display: none;
}
.c-toggle-5-1-7 .dropdown-toggle-button-5-1-7 {
  display: none;
}
.c-toggle-5-1-7 .dropdown-toggle-button-5-1-7:checked ~ .dropdown-options-5-1-7 {
  display: block;
}
.c-toggle-5-1-7 .dropdown-toggle-button-5-1-7:checked ~ .dropdown-toggle-label-5-1-7 {
  font-weight: 500;
}

.c-toggle-5-1-8 .dropdown-options-5-1-8 {
  display: none;
}
.c-toggle-5-1-8 .dropdown-toggle-button-5-1-8 {
  display: none;
}
.c-toggle-5-1-8 .dropdown-toggle-button-5-1-8:checked ~ .dropdown-options-5-1-8 {
  display: block;
}
.c-toggle-5-1-8 .dropdown-toggle-button-5-1-8:checked ~ .dropdown-toggle-label-5-1-8 {
  font-weight: 500;
}

.c-toggle-5-1-9 .dropdown-options-5-1-9 {
  display: none;
}
.c-toggle-5-1-9 .dropdown-toggle-button-5-1-9 {
  display: none;
}
.c-toggle-5-1-9 .dropdown-toggle-button-5-1-9:checked ~ .dropdown-options-5-1-9 {
  display: block;
}
.c-toggle-5-1-9 .dropdown-toggle-button-5-1-9:checked ~ .dropdown-toggle-label-5-1-9 {
  font-weight: 500;
}

.c-toggle-5-1-10 .dropdown-options-5-1-10 {
  display: none;
}
.c-toggle-5-1-10 .dropdown-toggle-button-5-1-10 {
  display: none;
}
.c-toggle-5-1-10 .dropdown-toggle-button-5-1-10:checked ~ .dropdown-options-5-1-10 {
  display: block;
}
.c-toggle-5-1-10 .dropdown-toggle-button-5-1-10:checked ~ .dropdown-toggle-label-5-1-10 {
  font-weight: 500;
}

.c-toggle-5-2 .dropdown-options-5-2 {
  display: none;
}
.c-toggle-5-2 .dropdown-toggle-button-5-2 {
  display: none;
}
.c-toggle-5-2 .dropdown-toggle-button-5-2:checked ~ .dropdown-options-5-2 {
  display: block;
}
.c-toggle-5-2 .dropdown-toggle-button-5-2:checked ~ .dropdown-toggle-label-5-2 {
  font-weight: bold;
}
.c-toggle-5-2 .dropdown-toggle-button-5-2:checked ~ .dropdown-toggle-label-5-2 h3 {
  font-weight: bold;
}

.c-toggle-5-2-1 .dropdown-options-5-2-1 {
  display: none;
}
.c-toggle-5-2-1 .dropdown-toggle-button-5-2-1 {
  display: none;
}
.c-toggle-5-2-1 .dropdown-toggle-button-5-2-1:checked ~ .dropdown-options-5-2-1 {
  display: block;
}
.c-toggle-5-2-1 .dropdown-toggle-button-5-2-1:checked ~ .dropdown-toggle-label-5-2-1 {
  font-weight: 500;
}

.c-toggle-5-2-2 .dropdown-options-5-2-2 {
  display: none;
}
.c-toggle-5-2-2 .dropdown-toggle-button-5-2-2 {
  display: none;
}
.c-toggle-5-2-2 .dropdown-toggle-button-5-2-2:checked ~ .dropdown-options-5-2-2 {
  display: block;
}
.c-toggle-5-2-2 .dropdown-toggle-button-5-2-2:checked ~ .dropdown-toggle-label-5-2-2 {
  font-weight: 500;
}

.c-toggle-5-2-3 .dropdown-options-5-2-3 {
  display: none;
}
.c-toggle-5-2-3 .dropdown-toggle-button-5-2-3 {
  display: none;
}
.c-toggle-5-2-3 .dropdown-toggle-button-5-2-3:checked ~ .dropdown-options-5-2-3 {
  display: block;
}
.c-toggle-5-2-3 .dropdown-toggle-button-5-2-3:checked ~ .dropdown-toggle-label-5-2-3 {
  font-weight: 500;
}

.c-toggle-5-2-4 .dropdown-options-5-2-4 {
  display: none;
}
.c-toggle-5-2-4 .dropdown-toggle-button-5-2-4 {
  display: none;
}
.c-toggle-5-2-4 .dropdown-toggle-button-5-2-4:checked ~ .dropdown-options-5-2-4 {
  display: block;
}
.c-toggle-5-2-4 .dropdown-toggle-button-5-2-4:checked ~ .dropdown-toggle-label-5-2-4 {
  font-weight: 500;
}

.c-toggle-5-2-5 .dropdown-options-5-2-5 {
  display: none;
}
.c-toggle-5-2-5 .dropdown-toggle-button-5-2-5 {
  display: none;
}
.c-toggle-5-2-5 .dropdown-toggle-button-5-2-5:checked ~ .dropdown-options-5-2-5 {
  display: block;
}
.c-toggle-5-2-5 .dropdown-toggle-button-5-2-5:checked ~ .dropdown-toggle-label-5-2-5 {
  font-weight: 500;
}

.c-toggle-5-2-6 .dropdown-options-5-2-6 {
  display: none;
}
.c-toggle-5-2-6 .dropdown-toggle-button-5-2-6 {
  display: none;
}
.c-toggle-5-2-6 .dropdown-toggle-button-5-2-6:checked ~ .dropdown-options-5-2-6 {
  display: block;
}
.c-toggle-5-2-6 .dropdown-toggle-button-5-2-6:checked ~ .dropdown-toggle-label-5-2-6 {
  font-weight: 500;
}

.c-toggle-5-2-7 .dropdown-options-5-2-7 {
  display: none;
}
.c-toggle-5-2-7 .dropdown-toggle-button-5-2-7 {
  display: none;
}
.c-toggle-5-2-7 .dropdown-toggle-button-5-2-7:checked ~ .dropdown-options-5-2-7 {
  display: block;
}
.c-toggle-5-2-7 .dropdown-toggle-button-5-2-7:checked ~ .dropdown-toggle-label-5-2-7 {
  font-weight: 500;
}

.c-toggle-5-2-8 .dropdown-options-5-2-8 {
  display: none;
}
.c-toggle-5-2-8 .dropdown-toggle-button-5-2-8 {
  display: none;
}
.c-toggle-5-2-8 .dropdown-toggle-button-5-2-8:checked ~ .dropdown-options-5-2-8 {
  display: block;
}
.c-toggle-5-2-8 .dropdown-toggle-button-5-2-8:checked ~ .dropdown-toggle-label-5-2-8 {
  font-weight: 500;
}

.c-toggle-5-2-9 .dropdown-options-5-2-9 {
  display: none;
}
.c-toggle-5-2-9 .dropdown-toggle-button-5-2-9 {
  display: none;
}
.c-toggle-5-2-9 .dropdown-toggle-button-5-2-9:checked ~ .dropdown-options-5-2-9 {
  display: block;
}
.c-toggle-5-2-9 .dropdown-toggle-button-5-2-9:checked ~ .dropdown-toggle-label-5-2-9 {
  font-weight: 500;
}

.c-toggle-5-2-10 .dropdown-options-5-2-10 {
  display: none;
}
.c-toggle-5-2-10 .dropdown-toggle-button-5-2-10 {
  display: none;
}
.c-toggle-5-2-10 .dropdown-toggle-button-5-2-10:checked ~ .dropdown-options-5-2-10 {
  display: block;
}
.c-toggle-5-2-10 .dropdown-toggle-button-5-2-10:checked ~ .dropdown-toggle-label-5-2-10 {
  font-weight: 500;
}

.c-toggle-5-3 .dropdown-options-5-3 {
  display: none;
}
.c-toggle-5-3 .dropdown-toggle-button-5-3 {
  display: none;
}
.c-toggle-5-3 .dropdown-toggle-button-5-3:checked ~ .dropdown-options-5-3 {
  display: block;
}
.c-toggle-5-3 .dropdown-toggle-button-5-3:checked ~ .dropdown-toggle-label-5-3 {
  font-weight: bold;
}
.c-toggle-5-3 .dropdown-toggle-button-5-3:checked ~ .dropdown-toggle-label-5-3 h3 {
  font-weight: bold;
}

.c-toggle-5-3-1 .dropdown-options-5-3-1 {
  display: none;
}
.c-toggle-5-3-1 .dropdown-toggle-button-5-3-1 {
  display: none;
}
.c-toggle-5-3-1 .dropdown-toggle-button-5-3-1:checked ~ .dropdown-options-5-3-1 {
  display: block;
}
.c-toggle-5-3-1 .dropdown-toggle-button-5-3-1:checked ~ .dropdown-toggle-label-5-3-1 {
  font-weight: 500;
}

.c-toggle-5-3-2 .dropdown-options-5-3-2 {
  display: none;
}
.c-toggle-5-3-2 .dropdown-toggle-button-5-3-2 {
  display: none;
}
.c-toggle-5-3-2 .dropdown-toggle-button-5-3-2:checked ~ .dropdown-options-5-3-2 {
  display: block;
}
.c-toggle-5-3-2 .dropdown-toggle-button-5-3-2:checked ~ .dropdown-toggle-label-5-3-2 {
  font-weight: 500;
}

.c-toggle-5-3-3 .dropdown-options-5-3-3 {
  display: none;
}
.c-toggle-5-3-3 .dropdown-toggle-button-5-3-3 {
  display: none;
}
.c-toggle-5-3-3 .dropdown-toggle-button-5-3-3:checked ~ .dropdown-options-5-3-3 {
  display: block;
}
.c-toggle-5-3-3 .dropdown-toggle-button-5-3-3:checked ~ .dropdown-toggle-label-5-3-3 {
  font-weight: 500;
}

.c-toggle-5-3-4 .dropdown-options-5-3-4 {
  display: none;
}
.c-toggle-5-3-4 .dropdown-toggle-button-5-3-4 {
  display: none;
}
.c-toggle-5-3-4 .dropdown-toggle-button-5-3-4:checked ~ .dropdown-options-5-3-4 {
  display: block;
}
.c-toggle-5-3-4 .dropdown-toggle-button-5-3-4:checked ~ .dropdown-toggle-label-5-3-4 {
  font-weight: 500;
}

.c-toggle-5-3-5 .dropdown-options-5-3-5 {
  display: none;
}
.c-toggle-5-3-5 .dropdown-toggle-button-5-3-5 {
  display: none;
}
.c-toggle-5-3-5 .dropdown-toggle-button-5-3-5:checked ~ .dropdown-options-5-3-5 {
  display: block;
}
.c-toggle-5-3-5 .dropdown-toggle-button-5-3-5:checked ~ .dropdown-toggle-label-5-3-5 {
  font-weight: 500;
}

.c-toggle-5-3-6 .dropdown-options-5-3-6 {
  display: none;
}
.c-toggle-5-3-6 .dropdown-toggle-button-5-3-6 {
  display: none;
}
.c-toggle-5-3-6 .dropdown-toggle-button-5-3-6:checked ~ .dropdown-options-5-3-6 {
  display: block;
}
.c-toggle-5-3-6 .dropdown-toggle-button-5-3-6:checked ~ .dropdown-toggle-label-5-3-6 {
  font-weight: 500;
}

.c-toggle-5-3-7 .dropdown-options-5-3-7 {
  display: none;
}
.c-toggle-5-3-7 .dropdown-toggle-button-5-3-7 {
  display: none;
}
.c-toggle-5-3-7 .dropdown-toggle-button-5-3-7:checked ~ .dropdown-options-5-3-7 {
  display: block;
}
.c-toggle-5-3-7 .dropdown-toggle-button-5-3-7:checked ~ .dropdown-toggle-label-5-3-7 {
  font-weight: 500;
}

.c-toggle-5-3-8 .dropdown-options-5-3-8 {
  display: none;
}
.c-toggle-5-3-8 .dropdown-toggle-button-5-3-8 {
  display: none;
}
.c-toggle-5-3-8 .dropdown-toggle-button-5-3-8:checked ~ .dropdown-options-5-3-8 {
  display: block;
}
.c-toggle-5-3-8 .dropdown-toggle-button-5-3-8:checked ~ .dropdown-toggle-label-5-3-8 {
  font-weight: 500;
}

.c-toggle-5-3-9 .dropdown-options-5-3-9 {
  display: none;
}
.c-toggle-5-3-9 .dropdown-toggle-button-5-3-9 {
  display: none;
}
.c-toggle-5-3-9 .dropdown-toggle-button-5-3-9:checked ~ .dropdown-options-5-3-9 {
  display: block;
}
.c-toggle-5-3-9 .dropdown-toggle-button-5-3-9:checked ~ .dropdown-toggle-label-5-3-9 {
  font-weight: 500;
}

.c-toggle-5-3-10 .dropdown-options-5-3-10 {
  display: none;
}
.c-toggle-5-3-10 .dropdown-toggle-button-5-3-10 {
  display: none;
}
.c-toggle-5-3-10 .dropdown-toggle-button-5-3-10:checked ~ .dropdown-options-5-3-10 {
  display: block;
}
.c-toggle-5-3-10 .dropdown-toggle-button-5-3-10:checked ~ .dropdown-toggle-label-5-3-10 {
  font-weight: 500;
}

.c-toggle-5-4 .dropdown-options-5-4 {
  display: none;
}
.c-toggle-5-4 .dropdown-toggle-button-5-4 {
  display: none;
}
.c-toggle-5-4 .dropdown-toggle-button-5-4:checked ~ .dropdown-options-5-4 {
  display: block;
}
.c-toggle-5-4 .dropdown-toggle-button-5-4:checked ~ .dropdown-toggle-label-5-4 {
  font-weight: bold;
}
.c-toggle-5-4 .dropdown-toggle-button-5-4:checked ~ .dropdown-toggle-label-5-4 h3 {
  font-weight: bold;
}

.c-toggle-5-4-1 .dropdown-options-5-4-1 {
  display: none;
}
.c-toggle-5-4-1 .dropdown-toggle-button-5-4-1 {
  display: none;
}
.c-toggle-5-4-1 .dropdown-toggle-button-5-4-1:checked ~ .dropdown-options-5-4-1 {
  display: block;
}
.c-toggle-5-4-1 .dropdown-toggle-button-5-4-1:checked ~ .dropdown-toggle-label-5-4-1 {
  font-weight: 500;
}

.c-toggle-5-4-2 .dropdown-options-5-4-2 {
  display: none;
}
.c-toggle-5-4-2 .dropdown-toggle-button-5-4-2 {
  display: none;
}
.c-toggle-5-4-2 .dropdown-toggle-button-5-4-2:checked ~ .dropdown-options-5-4-2 {
  display: block;
}
.c-toggle-5-4-2 .dropdown-toggle-button-5-4-2:checked ~ .dropdown-toggle-label-5-4-2 {
  font-weight: 500;
}

.c-toggle-5-4-3 .dropdown-options-5-4-3 {
  display: none;
}
.c-toggle-5-4-3 .dropdown-toggle-button-5-4-3 {
  display: none;
}
.c-toggle-5-4-3 .dropdown-toggle-button-5-4-3:checked ~ .dropdown-options-5-4-3 {
  display: block;
}
.c-toggle-5-4-3 .dropdown-toggle-button-5-4-3:checked ~ .dropdown-toggle-label-5-4-3 {
  font-weight: 500;
}

.c-toggle-5-4-4 .dropdown-options-5-4-4 {
  display: none;
}
.c-toggle-5-4-4 .dropdown-toggle-button-5-4-4 {
  display: none;
}
.c-toggle-5-4-4 .dropdown-toggle-button-5-4-4:checked ~ .dropdown-options-5-4-4 {
  display: block;
}
.c-toggle-5-4-4 .dropdown-toggle-button-5-4-4:checked ~ .dropdown-toggle-label-5-4-4 {
  font-weight: 500;
}

.c-toggle-5-4-5 .dropdown-options-5-4-5 {
  display: none;
}
.c-toggle-5-4-5 .dropdown-toggle-button-5-4-5 {
  display: none;
}
.c-toggle-5-4-5 .dropdown-toggle-button-5-4-5:checked ~ .dropdown-options-5-4-5 {
  display: block;
}
.c-toggle-5-4-5 .dropdown-toggle-button-5-4-5:checked ~ .dropdown-toggle-label-5-4-5 {
  font-weight: 500;
}

.c-toggle-5-4-6 .dropdown-options-5-4-6 {
  display: none;
}
.c-toggle-5-4-6 .dropdown-toggle-button-5-4-6 {
  display: none;
}
.c-toggle-5-4-6 .dropdown-toggle-button-5-4-6:checked ~ .dropdown-options-5-4-6 {
  display: block;
}
.c-toggle-5-4-6 .dropdown-toggle-button-5-4-6:checked ~ .dropdown-toggle-label-5-4-6 {
  font-weight: 500;
}

.c-toggle-5-4-7 .dropdown-options-5-4-7 {
  display: none;
}
.c-toggle-5-4-7 .dropdown-toggle-button-5-4-7 {
  display: none;
}
.c-toggle-5-4-7 .dropdown-toggle-button-5-4-7:checked ~ .dropdown-options-5-4-7 {
  display: block;
}
.c-toggle-5-4-7 .dropdown-toggle-button-5-4-7:checked ~ .dropdown-toggle-label-5-4-7 {
  font-weight: 500;
}

.c-toggle-5-4-8 .dropdown-options-5-4-8 {
  display: none;
}
.c-toggle-5-4-8 .dropdown-toggle-button-5-4-8 {
  display: none;
}
.c-toggle-5-4-8 .dropdown-toggle-button-5-4-8:checked ~ .dropdown-options-5-4-8 {
  display: block;
}
.c-toggle-5-4-8 .dropdown-toggle-button-5-4-8:checked ~ .dropdown-toggle-label-5-4-8 {
  font-weight: 500;
}

.c-toggle-5-4-9 .dropdown-options-5-4-9 {
  display: none;
}
.c-toggle-5-4-9 .dropdown-toggle-button-5-4-9 {
  display: none;
}
.c-toggle-5-4-9 .dropdown-toggle-button-5-4-9:checked ~ .dropdown-options-5-4-9 {
  display: block;
}
.c-toggle-5-4-9 .dropdown-toggle-button-5-4-9:checked ~ .dropdown-toggle-label-5-4-9 {
  font-weight: 500;
}

.c-toggle-5-4-10 .dropdown-options-5-4-10 {
  display: none;
}
.c-toggle-5-4-10 .dropdown-toggle-button-5-4-10 {
  display: none;
}
.c-toggle-5-4-10 .dropdown-toggle-button-5-4-10:checked ~ .dropdown-options-5-4-10 {
  display: block;
}
.c-toggle-5-4-10 .dropdown-toggle-button-5-4-10:checked ~ .dropdown-toggle-label-5-4-10 {
  font-weight: 500;
}

.c-toggle-5-5 .dropdown-options-5-5 {
  display: none;
}
.c-toggle-5-5 .dropdown-toggle-button-5-5 {
  display: none;
}
.c-toggle-5-5 .dropdown-toggle-button-5-5:checked ~ .dropdown-options-5-5 {
  display: block;
}
.c-toggle-5-5 .dropdown-toggle-button-5-5:checked ~ .dropdown-toggle-label-5-5 {
  font-weight: bold;
}
.c-toggle-5-5 .dropdown-toggle-button-5-5:checked ~ .dropdown-toggle-label-5-5 h3 {
  font-weight: bold;
}

.c-toggle-5-5-1 .dropdown-options-5-5-1 {
  display: none;
}
.c-toggle-5-5-1 .dropdown-toggle-button-5-5-1 {
  display: none;
}
.c-toggle-5-5-1 .dropdown-toggle-button-5-5-1:checked ~ .dropdown-options-5-5-1 {
  display: block;
}
.c-toggle-5-5-1 .dropdown-toggle-button-5-5-1:checked ~ .dropdown-toggle-label-5-5-1 {
  font-weight: 500;
}

.c-toggle-5-5-2 .dropdown-options-5-5-2 {
  display: none;
}
.c-toggle-5-5-2 .dropdown-toggle-button-5-5-2 {
  display: none;
}
.c-toggle-5-5-2 .dropdown-toggle-button-5-5-2:checked ~ .dropdown-options-5-5-2 {
  display: block;
}
.c-toggle-5-5-2 .dropdown-toggle-button-5-5-2:checked ~ .dropdown-toggle-label-5-5-2 {
  font-weight: 500;
}

.c-toggle-5-5-3 .dropdown-options-5-5-3 {
  display: none;
}
.c-toggle-5-5-3 .dropdown-toggle-button-5-5-3 {
  display: none;
}
.c-toggle-5-5-3 .dropdown-toggle-button-5-5-3:checked ~ .dropdown-options-5-5-3 {
  display: block;
}
.c-toggle-5-5-3 .dropdown-toggle-button-5-5-3:checked ~ .dropdown-toggle-label-5-5-3 {
  font-weight: 500;
}

.c-toggle-5-5-4 .dropdown-options-5-5-4 {
  display: none;
}
.c-toggle-5-5-4 .dropdown-toggle-button-5-5-4 {
  display: none;
}
.c-toggle-5-5-4 .dropdown-toggle-button-5-5-4:checked ~ .dropdown-options-5-5-4 {
  display: block;
}
.c-toggle-5-5-4 .dropdown-toggle-button-5-5-4:checked ~ .dropdown-toggle-label-5-5-4 {
  font-weight: 500;
}

.c-toggle-5-5-5 .dropdown-options-5-5-5 {
  display: none;
}
.c-toggle-5-5-5 .dropdown-toggle-button-5-5-5 {
  display: none;
}
.c-toggle-5-5-5 .dropdown-toggle-button-5-5-5:checked ~ .dropdown-options-5-5-5 {
  display: block;
}
.c-toggle-5-5-5 .dropdown-toggle-button-5-5-5:checked ~ .dropdown-toggle-label-5-5-5 {
  font-weight: 500;
}

.c-toggle-5-5-6 .dropdown-options-5-5-6 {
  display: none;
}
.c-toggle-5-5-6 .dropdown-toggle-button-5-5-6 {
  display: none;
}
.c-toggle-5-5-6 .dropdown-toggle-button-5-5-6:checked ~ .dropdown-options-5-5-6 {
  display: block;
}
.c-toggle-5-5-6 .dropdown-toggle-button-5-5-6:checked ~ .dropdown-toggle-label-5-5-6 {
  font-weight: 500;
}

.c-toggle-5-5-7 .dropdown-options-5-5-7 {
  display: none;
}
.c-toggle-5-5-7 .dropdown-toggle-button-5-5-7 {
  display: none;
}
.c-toggle-5-5-7 .dropdown-toggle-button-5-5-7:checked ~ .dropdown-options-5-5-7 {
  display: block;
}
.c-toggle-5-5-7 .dropdown-toggle-button-5-5-7:checked ~ .dropdown-toggle-label-5-5-7 {
  font-weight: 500;
}

.c-toggle-5-5-8 .dropdown-options-5-5-8 {
  display: none;
}
.c-toggle-5-5-8 .dropdown-toggle-button-5-5-8 {
  display: none;
}
.c-toggle-5-5-8 .dropdown-toggle-button-5-5-8:checked ~ .dropdown-options-5-5-8 {
  display: block;
}
.c-toggle-5-5-8 .dropdown-toggle-button-5-5-8:checked ~ .dropdown-toggle-label-5-5-8 {
  font-weight: 500;
}

.c-toggle-5-5-9 .dropdown-options-5-5-9 {
  display: none;
}
.c-toggle-5-5-9 .dropdown-toggle-button-5-5-9 {
  display: none;
}
.c-toggle-5-5-9 .dropdown-toggle-button-5-5-9:checked ~ .dropdown-options-5-5-9 {
  display: block;
}
.c-toggle-5-5-9 .dropdown-toggle-button-5-5-9:checked ~ .dropdown-toggle-label-5-5-9 {
  font-weight: 500;
}

.c-toggle-5-5-10 .dropdown-options-5-5-10 {
  display: none;
}
.c-toggle-5-5-10 .dropdown-toggle-button-5-5-10 {
  display: none;
}
.c-toggle-5-5-10 .dropdown-toggle-button-5-5-10:checked ~ .dropdown-options-5-5-10 {
  display: block;
}
.c-toggle-5-5-10 .dropdown-toggle-button-5-5-10:checked ~ .dropdown-toggle-label-5-5-10 {
  font-weight: 500;
}

.c-toggle-5-6 .dropdown-options-5-6 {
  display: none;
}
.c-toggle-5-6 .dropdown-toggle-button-5-6 {
  display: none;
}
.c-toggle-5-6 .dropdown-toggle-button-5-6:checked ~ .dropdown-options-5-6 {
  display: block;
}
.c-toggle-5-6 .dropdown-toggle-button-5-6:checked ~ .dropdown-toggle-label-5-6 {
  font-weight: bold;
}
.c-toggle-5-6 .dropdown-toggle-button-5-6:checked ~ .dropdown-toggle-label-5-6 h3 {
  font-weight: bold;
}

.c-toggle-5-6-1 .dropdown-options-5-6-1 {
  display: none;
}
.c-toggle-5-6-1 .dropdown-toggle-button-5-6-1 {
  display: none;
}
.c-toggle-5-6-1 .dropdown-toggle-button-5-6-1:checked ~ .dropdown-options-5-6-1 {
  display: block;
}
.c-toggle-5-6-1 .dropdown-toggle-button-5-6-1:checked ~ .dropdown-toggle-label-5-6-1 {
  font-weight: 500;
}

.c-toggle-5-6-2 .dropdown-options-5-6-2 {
  display: none;
}
.c-toggle-5-6-2 .dropdown-toggle-button-5-6-2 {
  display: none;
}
.c-toggle-5-6-2 .dropdown-toggle-button-5-6-2:checked ~ .dropdown-options-5-6-2 {
  display: block;
}
.c-toggle-5-6-2 .dropdown-toggle-button-5-6-2:checked ~ .dropdown-toggle-label-5-6-2 {
  font-weight: 500;
}

.c-toggle-5-6-3 .dropdown-options-5-6-3 {
  display: none;
}
.c-toggle-5-6-3 .dropdown-toggle-button-5-6-3 {
  display: none;
}
.c-toggle-5-6-3 .dropdown-toggle-button-5-6-3:checked ~ .dropdown-options-5-6-3 {
  display: block;
}
.c-toggle-5-6-3 .dropdown-toggle-button-5-6-3:checked ~ .dropdown-toggle-label-5-6-3 {
  font-weight: 500;
}

.c-toggle-5-6-4 .dropdown-options-5-6-4 {
  display: none;
}
.c-toggle-5-6-4 .dropdown-toggle-button-5-6-4 {
  display: none;
}
.c-toggle-5-6-4 .dropdown-toggle-button-5-6-4:checked ~ .dropdown-options-5-6-4 {
  display: block;
}
.c-toggle-5-6-4 .dropdown-toggle-button-5-6-4:checked ~ .dropdown-toggle-label-5-6-4 {
  font-weight: 500;
}

.c-toggle-5-6-5 .dropdown-options-5-6-5 {
  display: none;
}
.c-toggle-5-6-5 .dropdown-toggle-button-5-6-5 {
  display: none;
}
.c-toggle-5-6-5 .dropdown-toggle-button-5-6-5:checked ~ .dropdown-options-5-6-5 {
  display: block;
}
.c-toggle-5-6-5 .dropdown-toggle-button-5-6-5:checked ~ .dropdown-toggle-label-5-6-5 {
  font-weight: 500;
}

.c-toggle-5-6-6 .dropdown-options-5-6-6 {
  display: none;
}
.c-toggle-5-6-6 .dropdown-toggle-button-5-6-6 {
  display: none;
}
.c-toggle-5-6-6 .dropdown-toggle-button-5-6-6:checked ~ .dropdown-options-5-6-6 {
  display: block;
}
.c-toggle-5-6-6 .dropdown-toggle-button-5-6-6:checked ~ .dropdown-toggle-label-5-6-6 {
  font-weight: 500;
}

.c-toggle-5-6-7 .dropdown-options-5-6-7 {
  display: none;
}
.c-toggle-5-6-7 .dropdown-toggle-button-5-6-7 {
  display: none;
}
.c-toggle-5-6-7 .dropdown-toggle-button-5-6-7:checked ~ .dropdown-options-5-6-7 {
  display: block;
}
.c-toggle-5-6-7 .dropdown-toggle-button-5-6-7:checked ~ .dropdown-toggle-label-5-6-7 {
  font-weight: 500;
}

.c-toggle-5-6-8 .dropdown-options-5-6-8 {
  display: none;
}
.c-toggle-5-6-8 .dropdown-toggle-button-5-6-8 {
  display: none;
}
.c-toggle-5-6-8 .dropdown-toggle-button-5-6-8:checked ~ .dropdown-options-5-6-8 {
  display: block;
}
.c-toggle-5-6-8 .dropdown-toggle-button-5-6-8:checked ~ .dropdown-toggle-label-5-6-8 {
  font-weight: 500;
}

.c-toggle-5-6-9 .dropdown-options-5-6-9 {
  display: none;
}
.c-toggle-5-6-9 .dropdown-toggle-button-5-6-9 {
  display: none;
}
.c-toggle-5-6-9 .dropdown-toggle-button-5-6-9:checked ~ .dropdown-options-5-6-9 {
  display: block;
}
.c-toggle-5-6-9 .dropdown-toggle-button-5-6-9:checked ~ .dropdown-toggle-label-5-6-9 {
  font-weight: 500;
}

.c-toggle-5-6-10 .dropdown-options-5-6-10 {
  display: none;
}
.c-toggle-5-6-10 .dropdown-toggle-button-5-6-10 {
  display: none;
}
.c-toggle-5-6-10 .dropdown-toggle-button-5-6-10:checked ~ .dropdown-options-5-6-10 {
  display: block;
}
.c-toggle-5-6-10 .dropdown-toggle-button-5-6-10:checked ~ .dropdown-toggle-label-5-6-10 {
  font-weight: 500;
}

.c-toggle-5-7 .dropdown-options-5-7 {
  display: none;
}
.c-toggle-5-7 .dropdown-toggle-button-5-7 {
  display: none;
}
.c-toggle-5-7 .dropdown-toggle-button-5-7:checked ~ .dropdown-options-5-7 {
  display: block;
}
.c-toggle-5-7 .dropdown-toggle-button-5-7:checked ~ .dropdown-toggle-label-5-7 {
  font-weight: bold;
}
.c-toggle-5-7 .dropdown-toggle-button-5-7:checked ~ .dropdown-toggle-label-5-7 h3 {
  font-weight: bold;
}

.c-toggle-5-7-1 .dropdown-options-5-7-1 {
  display: none;
}
.c-toggle-5-7-1 .dropdown-toggle-button-5-7-1 {
  display: none;
}
.c-toggle-5-7-1 .dropdown-toggle-button-5-7-1:checked ~ .dropdown-options-5-7-1 {
  display: block;
}
.c-toggle-5-7-1 .dropdown-toggle-button-5-7-1:checked ~ .dropdown-toggle-label-5-7-1 {
  font-weight: 500;
}

.c-toggle-5-7-2 .dropdown-options-5-7-2 {
  display: none;
}
.c-toggle-5-7-2 .dropdown-toggle-button-5-7-2 {
  display: none;
}
.c-toggle-5-7-2 .dropdown-toggle-button-5-7-2:checked ~ .dropdown-options-5-7-2 {
  display: block;
}
.c-toggle-5-7-2 .dropdown-toggle-button-5-7-2:checked ~ .dropdown-toggle-label-5-7-2 {
  font-weight: 500;
}

.c-toggle-5-7-3 .dropdown-options-5-7-3 {
  display: none;
}
.c-toggle-5-7-3 .dropdown-toggle-button-5-7-3 {
  display: none;
}
.c-toggle-5-7-3 .dropdown-toggle-button-5-7-3:checked ~ .dropdown-options-5-7-3 {
  display: block;
}
.c-toggle-5-7-3 .dropdown-toggle-button-5-7-3:checked ~ .dropdown-toggle-label-5-7-3 {
  font-weight: 500;
}

.c-toggle-5-7-4 .dropdown-options-5-7-4 {
  display: none;
}
.c-toggle-5-7-4 .dropdown-toggle-button-5-7-4 {
  display: none;
}
.c-toggle-5-7-4 .dropdown-toggle-button-5-7-4:checked ~ .dropdown-options-5-7-4 {
  display: block;
}
.c-toggle-5-7-4 .dropdown-toggle-button-5-7-4:checked ~ .dropdown-toggle-label-5-7-4 {
  font-weight: 500;
}

.c-toggle-5-7-5 .dropdown-options-5-7-5 {
  display: none;
}
.c-toggle-5-7-5 .dropdown-toggle-button-5-7-5 {
  display: none;
}
.c-toggle-5-7-5 .dropdown-toggle-button-5-7-5:checked ~ .dropdown-options-5-7-5 {
  display: block;
}
.c-toggle-5-7-5 .dropdown-toggle-button-5-7-5:checked ~ .dropdown-toggle-label-5-7-5 {
  font-weight: 500;
}

.c-toggle-5-7-6 .dropdown-options-5-7-6 {
  display: none;
}
.c-toggle-5-7-6 .dropdown-toggle-button-5-7-6 {
  display: none;
}
.c-toggle-5-7-6 .dropdown-toggle-button-5-7-6:checked ~ .dropdown-options-5-7-6 {
  display: block;
}
.c-toggle-5-7-6 .dropdown-toggle-button-5-7-6:checked ~ .dropdown-toggle-label-5-7-6 {
  font-weight: 500;
}

.c-toggle-5-7-7 .dropdown-options-5-7-7 {
  display: none;
}
.c-toggle-5-7-7 .dropdown-toggle-button-5-7-7 {
  display: none;
}
.c-toggle-5-7-7 .dropdown-toggle-button-5-7-7:checked ~ .dropdown-options-5-7-7 {
  display: block;
}
.c-toggle-5-7-7 .dropdown-toggle-button-5-7-7:checked ~ .dropdown-toggle-label-5-7-7 {
  font-weight: 500;
}

.c-toggle-5-7-8 .dropdown-options-5-7-8 {
  display: none;
}
.c-toggle-5-7-8 .dropdown-toggle-button-5-7-8 {
  display: none;
}
.c-toggle-5-7-8 .dropdown-toggle-button-5-7-8:checked ~ .dropdown-options-5-7-8 {
  display: block;
}
.c-toggle-5-7-8 .dropdown-toggle-button-5-7-8:checked ~ .dropdown-toggle-label-5-7-8 {
  font-weight: 500;
}

.c-toggle-5-7-9 .dropdown-options-5-7-9 {
  display: none;
}
.c-toggle-5-7-9 .dropdown-toggle-button-5-7-9 {
  display: none;
}
.c-toggle-5-7-9 .dropdown-toggle-button-5-7-9:checked ~ .dropdown-options-5-7-9 {
  display: block;
}
.c-toggle-5-7-9 .dropdown-toggle-button-5-7-9:checked ~ .dropdown-toggle-label-5-7-9 {
  font-weight: 500;
}

.c-toggle-5-7-10 .dropdown-options-5-7-10 {
  display: none;
}
.c-toggle-5-7-10 .dropdown-toggle-button-5-7-10 {
  display: none;
}
.c-toggle-5-7-10 .dropdown-toggle-button-5-7-10:checked ~ .dropdown-options-5-7-10 {
  display: block;
}
.c-toggle-5-7-10 .dropdown-toggle-button-5-7-10:checked ~ .dropdown-toggle-label-5-7-10 {
  font-weight: 500;
}

.c-toggle-5-8 .dropdown-options-5-8 {
  display: none;
}
.c-toggle-5-8 .dropdown-toggle-button-5-8 {
  display: none;
}
.c-toggle-5-8 .dropdown-toggle-button-5-8:checked ~ .dropdown-options-5-8 {
  display: block;
}
.c-toggle-5-8 .dropdown-toggle-button-5-8:checked ~ .dropdown-toggle-label-5-8 {
  font-weight: bold;
}
.c-toggle-5-8 .dropdown-toggle-button-5-8:checked ~ .dropdown-toggle-label-5-8 h3 {
  font-weight: bold;
}

.c-toggle-5-8-1 .dropdown-options-5-8-1 {
  display: none;
}
.c-toggle-5-8-1 .dropdown-toggle-button-5-8-1 {
  display: none;
}
.c-toggle-5-8-1 .dropdown-toggle-button-5-8-1:checked ~ .dropdown-options-5-8-1 {
  display: block;
}
.c-toggle-5-8-1 .dropdown-toggle-button-5-8-1:checked ~ .dropdown-toggle-label-5-8-1 {
  font-weight: 500;
}

.c-toggle-5-8-2 .dropdown-options-5-8-2 {
  display: none;
}
.c-toggle-5-8-2 .dropdown-toggle-button-5-8-2 {
  display: none;
}
.c-toggle-5-8-2 .dropdown-toggle-button-5-8-2:checked ~ .dropdown-options-5-8-2 {
  display: block;
}
.c-toggle-5-8-2 .dropdown-toggle-button-5-8-2:checked ~ .dropdown-toggle-label-5-8-2 {
  font-weight: 500;
}

.c-toggle-5-8-3 .dropdown-options-5-8-3 {
  display: none;
}
.c-toggle-5-8-3 .dropdown-toggle-button-5-8-3 {
  display: none;
}
.c-toggle-5-8-3 .dropdown-toggle-button-5-8-3:checked ~ .dropdown-options-5-8-3 {
  display: block;
}
.c-toggle-5-8-3 .dropdown-toggle-button-5-8-3:checked ~ .dropdown-toggle-label-5-8-3 {
  font-weight: 500;
}

.c-toggle-5-8-4 .dropdown-options-5-8-4 {
  display: none;
}
.c-toggle-5-8-4 .dropdown-toggle-button-5-8-4 {
  display: none;
}
.c-toggle-5-8-4 .dropdown-toggle-button-5-8-4:checked ~ .dropdown-options-5-8-4 {
  display: block;
}
.c-toggle-5-8-4 .dropdown-toggle-button-5-8-4:checked ~ .dropdown-toggle-label-5-8-4 {
  font-weight: 500;
}

.c-toggle-5-8-5 .dropdown-options-5-8-5 {
  display: none;
}
.c-toggle-5-8-5 .dropdown-toggle-button-5-8-5 {
  display: none;
}
.c-toggle-5-8-5 .dropdown-toggle-button-5-8-5:checked ~ .dropdown-options-5-8-5 {
  display: block;
}
.c-toggle-5-8-5 .dropdown-toggle-button-5-8-5:checked ~ .dropdown-toggle-label-5-8-5 {
  font-weight: 500;
}

.c-toggle-5-8-6 .dropdown-options-5-8-6 {
  display: none;
}
.c-toggle-5-8-6 .dropdown-toggle-button-5-8-6 {
  display: none;
}
.c-toggle-5-8-6 .dropdown-toggle-button-5-8-6:checked ~ .dropdown-options-5-8-6 {
  display: block;
}
.c-toggle-5-8-6 .dropdown-toggle-button-5-8-6:checked ~ .dropdown-toggle-label-5-8-6 {
  font-weight: 500;
}

.c-toggle-5-8-7 .dropdown-options-5-8-7 {
  display: none;
}
.c-toggle-5-8-7 .dropdown-toggle-button-5-8-7 {
  display: none;
}
.c-toggle-5-8-7 .dropdown-toggle-button-5-8-7:checked ~ .dropdown-options-5-8-7 {
  display: block;
}
.c-toggle-5-8-7 .dropdown-toggle-button-5-8-7:checked ~ .dropdown-toggle-label-5-8-7 {
  font-weight: 500;
}

.c-toggle-5-8-8 .dropdown-options-5-8-8 {
  display: none;
}
.c-toggle-5-8-8 .dropdown-toggle-button-5-8-8 {
  display: none;
}
.c-toggle-5-8-8 .dropdown-toggle-button-5-8-8:checked ~ .dropdown-options-5-8-8 {
  display: block;
}
.c-toggle-5-8-8 .dropdown-toggle-button-5-8-8:checked ~ .dropdown-toggle-label-5-8-8 {
  font-weight: 500;
}

.c-toggle-5-8-9 .dropdown-options-5-8-9 {
  display: none;
}
.c-toggle-5-8-9 .dropdown-toggle-button-5-8-9 {
  display: none;
}
.c-toggle-5-8-9 .dropdown-toggle-button-5-8-9:checked ~ .dropdown-options-5-8-9 {
  display: block;
}
.c-toggle-5-8-9 .dropdown-toggle-button-5-8-9:checked ~ .dropdown-toggle-label-5-8-9 {
  font-weight: 500;
}

.c-toggle-5-8-10 .dropdown-options-5-8-10 {
  display: none;
}
.c-toggle-5-8-10 .dropdown-toggle-button-5-8-10 {
  display: none;
}
.c-toggle-5-8-10 .dropdown-toggle-button-5-8-10:checked ~ .dropdown-options-5-8-10 {
  display: block;
}
.c-toggle-5-8-10 .dropdown-toggle-button-5-8-10:checked ~ .dropdown-toggle-label-5-8-10 {
  font-weight: 500;
}

.c-toggle-5-9 .dropdown-options-5-9 {
  display: none;
}
.c-toggle-5-9 .dropdown-toggle-button-5-9 {
  display: none;
}
.c-toggle-5-9 .dropdown-toggle-button-5-9:checked ~ .dropdown-options-5-9 {
  display: block;
}
.c-toggle-5-9 .dropdown-toggle-button-5-9:checked ~ .dropdown-toggle-label-5-9 {
  font-weight: bold;
}
.c-toggle-5-9 .dropdown-toggle-button-5-9:checked ~ .dropdown-toggle-label-5-9 h3 {
  font-weight: bold;
}

.c-toggle-5-9-1 .dropdown-options-5-9-1 {
  display: none;
}
.c-toggle-5-9-1 .dropdown-toggle-button-5-9-1 {
  display: none;
}
.c-toggle-5-9-1 .dropdown-toggle-button-5-9-1:checked ~ .dropdown-options-5-9-1 {
  display: block;
}
.c-toggle-5-9-1 .dropdown-toggle-button-5-9-1:checked ~ .dropdown-toggle-label-5-9-1 {
  font-weight: 500;
}

.c-toggle-5-9-2 .dropdown-options-5-9-2 {
  display: none;
}
.c-toggle-5-9-2 .dropdown-toggle-button-5-9-2 {
  display: none;
}
.c-toggle-5-9-2 .dropdown-toggle-button-5-9-2:checked ~ .dropdown-options-5-9-2 {
  display: block;
}
.c-toggle-5-9-2 .dropdown-toggle-button-5-9-2:checked ~ .dropdown-toggle-label-5-9-2 {
  font-weight: 500;
}

.c-toggle-5-9-3 .dropdown-options-5-9-3 {
  display: none;
}
.c-toggle-5-9-3 .dropdown-toggle-button-5-9-3 {
  display: none;
}
.c-toggle-5-9-3 .dropdown-toggle-button-5-9-3:checked ~ .dropdown-options-5-9-3 {
  display: block;
}
.c-toggle-5-9-3 .dropdown-toggle-button-5-9-3:checked ~ .dropdown-toggle-label-5-9-3 {
  font-weight: 500;
}

.c-toggle-5-9-4 .dropdown-options-5-9-4 {
  display: none;
}
.c-toggle-5-9-4 .dropdown-toggle-button-5-9-4 {
  display: none;
}
.c-toggle-5-9-4 .dropdown-toggle-button-5-9-4:checked ~ .dropdown-options-5-9-4 {
  display: block;
}
.c-toggle-5-9-4 .dropdown-toggle-button-5-9-4:checked ~ .dropdown-toggle-label-5-9-4 {
  font-weight: 500;
}

.c-toggle-5-9-5 .dropdown-options-5-9-5 {
  display: none;
}
.c-toggle-5-9-5 .dropdown-toggle-button-5-9-5 {
  display: none;
}
.c-toggle-5-9-5 .dropdown-toggle-button-5-9-5:checked ~ .dropdown-options-5-9-5 {
  display: block;
}
.c-toggle-5-9-5 .dropdown-toggle-button-5-9-5:checked ~ .dropdown-toggle-label-5-9-5 {
  font-weight: 500;
}

.c-toggle-5-9-6 .dropdown-options-5-9-6 {
  display: none;
}
.c-toggle-5-9-6 .dropdown-toggle-button-5-9-6 {
  display: none;
}
.c-toggle-5-9-6 .dropdown-toggle-button-5-9-6:checked ~ .dropdown-options-5-9-6 {
  display: block;
}
.c-toggle-5-9-6 .dropdown-toggle-button-5-9-6:checked ~ .dropdown-toggle-label-5-9-6 {
  font-weight: 500;
}

.c-toggle-5-9-7 .dropdown-options-5-9-7 {
  display: none;
}
.c-toggle-5-9-7 .dropdown-toggle-button-5-9-7 {
  display: none;
}
.c-toggle-5-9-7 .dropdown-toggle-button-5-9-7:checked ~ .dropdown-options-5-9-7 {
  display: block;
}
.c-toggle-5-9-7 .dropdown-toggle-button-5-9-7:checked ~ .dropdown-toggle-label-5-9-7 {
  font-weight: 500;
}

.c-toggle-5-9-8 .dropdown-options-5-9-8 {
  display: none;
}
.c-toggle-5-9-8 .dropdown-toggle-button-5-9-8 {
  display: none;
}
.c-toggle-5-9-8 .dropdown-toggle-button-5-9-8:checked ~ .dropdown-options-5-9-8 {
  display: block;
}
.c-toggle-5-9-8 .dropdown-toggle-button-5-9-8:checked ~ .dropdown-toggle-label-5-9-8 {
  font-weight: 500;
}

.c-toggle-5-9-9 .dropdown-options-5-9-9 {
  display: none;
}
.c-toggle-5-9-9 .dropdown-toggle-button-5-9-9 {
  display: none;
}
.c-toggle-5-9-9 .dropdown-toggle-button-5-9-9:checked ~ .dropdown-options-5-9-9 {
  display: block;
}
.c-toggle-5-9-9 .dropdown-toggle-button-5-9-9:checked ~ .dropdown-toggle-label-5-9-9 {
  font-weight: 500;
}

.c-toggle-5-9-10 .dropdown-options-5-9-10 {
  display: none;
}
.c-toggle-5-9-10 .dropdown-toggle-button-5-9-10 {
  display: none;
}
.c-toggle-5-9-10 .dropdown-toggle-button-5-9-10:checked ~ .dropdown-options-5-9-10 {
  display: block;
}
.c-toggle-5-9-10 .dropdown-toggle-button-5-9-10:checked ~ .dropdown-toggle-label-5-9-10 {
  font-weight: 500;
}

.c-toggle-5-10 .dropdown-options-5-10 {
  display: none;
}
.c-toggle-5-10 .dropdown-toggle-button-5-10 {
  display: none;
}
.c-toggle-5-10 .dropdown-toggle-button-5-10:checked ~ .dropdown-options-5-10 {
  display: block;
}
.c-toggle-5-10 .dropdown-toggle-button-5-10:checked ~ .dropdown-toggle-label-5-10 {
  font-weight: bold;
}
.c-toggle-5-10 .dropdown-toggle-button-5-10:checked ~ .dropdown-toggle-label-5-10 h3 {
  font-weight: bold;
}

.c-toggle-5-10-1 .dropdown-options-5-10-1 {
  display: none;
}
.c-toggle-5-10-1 .dropdown-toggle-button-5-10-1 {
  display: none;
}
.c-toggle-5-10-1 .dropdown-toggle-button-5-10-1:checked ~ .dropdown-options-5-10-1 {
  display: block;
}
.c-toggle-5-10-1 .dropdown-toggle-button-5-10-1:checked ~ .dropdown-toggle-label-5-10-1 {
  font-weight: 500;
}

.c-toggle-5-10-2 .dropdown-options-5-10-2 {
  display: none;
}
.c-toggle-5-10-2 .dropdown-toggle-button-5-10-2 {
  display: none;
}
.c-toggle-5-10-2 .dropdown-toggle-button-5-10-2:checked ~ .dropdown-options-5-10-2 {
  display: block;
}
.c-toggle-5-10-2 .dropdown-toggle-button-5-10-2:checked ~ .dropdown-toggle-label-5-10-2 {
  font-weight: 500;
}

.c-toggle-5-10-3 .dropdown-options-5-10-3 {
  display: none;
}
.c-toggle-5-10-3 .dropdown-toggle-button-5-10-3 {
  display: none;
}
.c-toggle-5-10-3 .dropdown-toggle-button-5-10-3:checked ~ .dropdown-options-5-10-3 {
  display: block;
}
.c-toggle-5-10-3 .dropdown-toggle-button-5-10-3:checked ~ .dropdown-toggle-label-5-10-3 {
  font-weight: 500;
}

.c-toggle-5-10-4 .dropdown-options-5-10-4 {
  display: none;
}
.c-toggle-5-10-4 .dropdown-toggle-button-5-10-4 {
  display: none;
}
.c-toggle-5-10-4 .dropdown-toggle-button-5-10-4:checked ~ .dropdown-options-5-10-4 {
  display: block;
}
.c-toggle-5-10-4 .dropdown-toggle-button-5-10-4:checked ~ .dropdown-toggle-label-5-10-4 {
  font-weight: 500;
}

.c-toggle-5-10-5 .dropdown-options-5-10-5 {
  display: none;
}
.c-toggle-5-10-5 .dropdown-toggle-button-5-10-5 {
  display: none;
}
.c-toggle-5-10-5 .dropdown-toggle-button-5-10-5:checked ~ .dropdown-options-5-10-5 {
  display: block;
}
.c-toggle-5-10-5 .dropdown-toggle-button-5-10-5:checked ~ .dropdown-toggle-label-5-10-5 {
  font-weight: 500;
}

.c-toggle-5-10-6 .dropdown-options-5-10-6 {
  display: none;
}
.c-toggle-5-10-6 .dropdown-toggle-button-5-10-6 {
  display: none;
}
.c-toggle-5-10-6 .dropdown-toggle-button-5-10-6:checked ~ .dropdown-options-5-10-6 {
  display: block;
}
.c-toggle-5-10-6 .dropdown-toggle-button-5-10-6:checked ~ .dropdown-toggle-label-5-10-6 {
  font-weight: 500;
}

.c-toggle-5-10-7 .dropdown-options-5-10-7 {
  display: none;
}
.c-toggle-5-10-7 .dropdown-toggle-button-5-10-7 {
  display: none;
}
.c-toggle-5-10-7 .dropdown-toggle-button-5-10-7:checked ~ .dropdown-options-5-10-7 {
  display: block;
}
.c-toggle-5-10-7 .dropdown-toggle-button-5-10-7:checked ~ .dropdown-toggle-label-5-10-7 {
  font-weight: 500;
}

.c-toggle-5-10-8 .dropdown-options-5-10-8 {
  display: none;
}
.c-toggle-5-10-8 .dropdown-toggle-button-5-10-8 {
  display: none;
}
.c-toggle-5-10-8 .dropdown-toggle-button-5-10-8:checked ~ .dropdown-options-5-10-8 {
  display: block;
}
.c-toggle-5-10-8 .dropdown-toggle-button-5-10-8:checked ~ .dropdown-toggle-label-5-10-8 {
  font-weight: 500;
}

.c-toggle-5-10-9 .dropdown-options-5-10-9 {
  display: none;
}
.c-toggle-5-10-9 .dropdown-toggle-button-5-10-9 {
  display: none;
}
.c-toggle-5-10-9 .dropdown-toggle-button-5-10-9:checked ~ .dropdown-options-5-10-9 {
  display: block;
}
.c-toggle-5-10-9 .dropdown-toggle-button-5-10-9:checked ~ .dropdown-toggle-label-5-10-9 {
  font-weight: 500;
}

.c-toggle-5-10-10 .dropdown-options-5-10-10 {
  display: none;
}
.c-toggle-5-10-10 .dropdown-toggle-button-5-10-10 {
  display: none;
}
.c-toggle-5-10-10 .dropdown-toggle-button-5-10-10:checked ~ .dropdown-options-5-10-10 {
  display: block;
}
.c-toggle-5-10-10 .dropdown-toggle-button-5-10-10:checked ~ .dropdown-toggle-label-5-10-10 {
  font-weight: 500;
}

.hb-c-toggle-1-1 .hb-dropdown-options-1-1 {
  display: none;
}
.hb-c-toggle-1-1 .hb-dropdown-toggle-button-1-1 {
  display: none;
}
.hb-c-toggle-1-1 .hb-dropdown-toggle-button-1-1:checked ~ .hb-dropdown-options-1-1 {
  display: block;
}
.hb-c-toggle-1-1 .hb-dropdown-toggle-button-1-1:checked ~ .hb-dropdown-toggle-label-1-1 {
  font-weight: bold;
}
.hb-c-toggle-1-1 .hb-dropdown-toggle-button-1-1:checked ~ .hb-dropdown-toggle-label-1-1 h3 {
  font-weight: bold;
}

.hb-c-toggle-1-1-1 .hb-dropdown-options-1-1-1 {
  display: none;
}
.hb-c-toggle-1-1-1 .hb-dropdown-toggle-button-1-1-1 {
  display: none;
}
.hb-c-toggle-1-1-1 .hb-dropdown-toggle-button-1-1-1:checked ~ .hb-dropdown-options-1-1-1 {
  display: block;
}
.hb-c-toggle-1-1-1 .hb-dropdown-toggle-button-1-1-1:checked ~ .hb-dropdown-toggle-label-1-1-1 {
  font-weight: 500;
}

.hb-c-toggle-1-1-2 .hb-dropdown-options-1-1-2 {
  display: none;
}
.hb-c-toggle-1-1-2 .hb-dropdown-toggle-button-1-1-2 {
  display: none;
}
.hb-c-toggle-1-1-2 .hb-dropdown-toggle-button-1-1-2:checked ~ .hb-dropdown-options-1-1-2 {
  display: block;
}
.hb-c-toggle-1-1-2 .hb-dropdown-toggle-button-1-1-2:checked ~ .hb-dropdown-toggle-label-1-1-2 {
  font-weight: 500;
}

.hb-c-toggle-1-1-3 .hb-dropdown-options-1-1-3 {
  display: none;
}
.hb-c-toggle-1-1-3 .hb-dropdown-toggle-button-1-1-3 {
  display: none;
}
.hb-c-toggle-1-1-3 .hb-dropdown-toggle-button-1-1-3:checked ~ .hb-dropdown-options-1-1-3 {
  display: block;
}
.hb-c-toggle-1-1-3 .hb-dropdown-toggle-button-1-1-3:checked ~ .hb-dropdown-toggle-label-1-1-3 {
  font-weight: 500;
}

.hb-c-toggle-1-1-4 .hb-dropdown-options-1-1-4 {
  display: none;
}
.hb-c-toggle-1-1-4 .hb-dropdown-toggle-button-1-1-4 {
  display: none;
}
.hb-c-toggle-1-1-4 .hb-dropdown-toggle-button-1-1-4:checked ~ .hb-dropdown-options-1-1-4 {
  display: block;
}
.hb-c-toggle-1-1-4 .hb-dropdown-toggle-button-1-1-4:checked ~ .hb-dropdown-toggle-label-1-1-4 {
  font-weight: 500;
}

.hb-c-toggle-1-1-5 .hb-dropdown-options-1-1-5 {
  display: none;
}
.hb-c-toggle-1-1-5 .hb-dropdown-toggle-button-1-1-5 {
  display: none;
}
.hb-c-toggle-1-1-5 .hb-dropdown-toggle-button-1-1-5:checked ~ .hb-dropdown-options-1-1-5 {
  display: block;
}
.hb-c-toggle-1-1-5 .hb-dropdown-toggle-button-1-1-5:checked ~ .hb-dropdown-toggle-label-1-1-5 {
  font-weight: 500;
}

.hb-c-toggle-1-1-6 .hb-dropdown-options-1-1-6 {
  display: none;
}
.hb-c-toggle-1-1-6 .hb-dropdown-toggle-button-1-1-6 {
  display: none;
}
.hb-c-toggle-1-1-6 .hb-dropdown-toggle-button-1-1-6:checked ~ .hb-dropdown-options-1-1-6 {
  display: block;
}
.hb-c-toggle-1-1-6 .hb-dropdown-toggle-button-1-1-6:checked ~ .hb-dropdown-toggle-label-1-1-6 {
  font-weight: 500;
}

.hb-c-toggle-1-1-7 .hb-dropdown-options-1-1-7 {
  display: none;
}
.hb-c-toggle-1-1-7 .hb-dropdown-toggle-button-1-1-7 {
  display: none;
}
.hb-c-toggle-1-1-7 .hb-dropdown-toggle-button-1-1-7:checked ~ .hb-dropdown-options-1-1-7 {
  display: block;
}
.hb-c-toggle-1-1-7 .hb-dropdown-toggle-button-1-1-7:checked ~ .hb-dropdown-toggle-label-1-1-7 {
  font-weight: 500;
}

.hb-c-toggle-1-1-8 .hb-dropdown-options-1-1-8 {
  display: none;
}
.hb-c-toggle-1-1-8 .hb-dropdown-toggle-button-1-1-8 {
  display: none;
}
.hb-c-toggle-1-1-8 .hb-dropdown-toggle-button-1-1-8:checked ~ .hb-dropdown-options-1-1-8 {
  display: block;
}
.hb-c-toggle-1-1-8 .hb-dropdown-toggle-button-1-1-8:checked ~ .hb-dropdown-toggle-label-1-1-8 {
  font-weight: 500;
}

.hb-c-toggle-1-1-9 .hb-dropdown-options-1-1-9 {
  display: none;
}
.hb-c-toggle-1-1-9 .hb-dropdown-toggle-button-1-1-9 {
  display: none;
}
.hb-c-toggle-1-1-9 .hb-dropdown-toggle-button-1-1-9:checked ~ .hb-dropdown-options-1-1-9 {
  display: block;
}
.hb-c-toggle-1-1-9 .hb-dropdown-toggle-button-1-1-9:checked ~ .hb-dropdown-toggle-label-1-1-9 {
  font-weight: 500;
}

.hb-c-toggle-1-1-10 .hb-dropdown-options-1-1-10 {
  display: none;
}
.hb-c-toggle-1-1-10 .hb-dropdown-toggle-button-1-1-10 {
  display: none;
}
.hb-c-toggle-1-1-10 .hb-dropdown-toggle-button-1-1-10:checked ~ .hb-dropdown-options-1-1-10 {
  display: block;
}
.hb-c-toggle-1-1-10 .hb-dropdown-toggle-button-1-1-10:checked ~ .hb-dropdown-toggle-label-1-1-10 {
  font-weight: 500;
}

.hb-c-toggle-1-2 .hb-dropdown-options-1-2 {
  display: none;
}
.hb-c-toggle-1-2 .hb-dropdown-toggle-button-1-2 {
  display: none;
}
.hb-c-toggle-1-2 .hb-dropdown-toggle-button-1-2:checked ~ .hb-dropdown-options-1-2 {
  display: block;
}
.hb-c-toggle-1-2 .hb-dropdown-toggle-button-1-2:checked ~ .hb-dropdown-toggle-label-1-2 {
  font-weight: bold;
}
.hb-c-toggle-1-2 .hb-dropdown-toggle-button-1-2:checked ~ .hb-dropdown-toggle-label-1-2 h3 {
  font-weight: bold;
}

.hb-c-toggle-1-2-1 .hb-dropdown-options-1-2-1 {
  display: none;
}
.hb-c-toggle-1-2-1 .hb-dropdown-toggle-button-1-2-1 {
  display: none;
}
.hb-c-toggle-1-2-1 .hb-dropdown-toggle-button-1-2-1:checked ~ .hb-dropdown-options-1-2-1 {
  display: block;
}
.hb-c-toggle-1-2-1 .hb-dropdown-toggle-button-1-2-1:checked ~ .hb-dropdown-toggle-label-1-2-1 {
  font-weight: 500;
}

.hb-c-toggle-1-2-2 .hb-dropdown-options-1-2-2 {
  display: none;
}
.hb-c-toggle-1-2-2 .hb-dropdown-toggle-button-1-2-2 {
  display: none;
}
.hb-c-toggle-1-2-2 .hb-dropdown-toggle-button-1-2-2:checked ~ .hb-dropdown-options-1-2-2 {
  display: block;
}
.hb-c-toggle-1-2-2 .hb-dropdown-toggle-button-1-2-2:checked ~ .hb-dropdown-toggle-label-1-2-2 {
  font-weight: 500;
}

.hb-c-toggle-1-2-3 .hb-dropdown-options-1-2-3 {
  display: none;
}
.hb-c-toggle-1-2-3 .hb-dropdown-toggle-button-1-2-3 {
  display: none;
}
.hb-c-toggle-1-2-3 .hb-dropdown-toggle-button-1-2-3:checked ~ .hb-dropdown-options-1-2-3 {
  display: block;
}
.hb-c-toggle-1-2-3 .hb-dropdown-toggle-button-1-2-3:checked ~ .hb-dropdown-toggle-label-1-2-3 {
  font-weight: 500;
}

.hb-c-toggle-1-2-4 .hb-dropdown-options-1-2-4 {
  display: none;
}
.hb-c-toggle-1-2-4 .hb-dropdown-toggle-button-1-2-4 {
  display: none;
}
.hb-c-toggle-1-2-4 .hb-dropdown-toggle-button-1-2-4:checked ~ .hb-dropdown-options-1-2-4 {
  display: block;
}
.hb-c-toggle-1-2-4 .hb-dropdown-toggle-button-1-2-4:checked ~ .hb-dropdown-toggle-label-1-2-4 {
  font-weight: 500;
}

.hb-c-toggle-1-2-5 .hb-dropdown-options-1-2-5 {
  display: none;
}
.hb-c-toggle-1-2-5 .hb-dropdown-toggle-button-1-2-5 {
  display: none;
}
.hb-c-toggle-1-2-5 .hb-dropdown-toggle-button-1-2-5:checked ~ .hb-dropdown-options-1-2-5 {
  display: block;
}
.hb-c-toggle-1-2-5 .hb-dropdown-toggle-button-1-2-5:checked ~ .hb-dropdown-toggle-label-1-2-5 {
  font-weight: 500;
}

.hb-c-toggle-1-2-6 .hb-dropdown-options-1-2-6 {
  display: none;
}
.hb-c-toggle-1-2-6 .hb-dropdown-toggle-button-1-2-6 {
  display: none;
}
.hb-c-toggle-1-2-6 .hb-dropdown-toggle-button-1-2-6:checked ~ .hb-dropdown-options-1-2-6 {
  display: block;
}
.hb-c-toggle-1-2-6 .hb-dropdown-toggle-button-1-2-6:checked ~ .hb-dropdown-toggle-label-1-2-6 {
  font-weight: 500;
}

.hb-c-toggle-1-2-7 .hb-dropdown-options-1-2-7 {
  display: none;
}
.hb-c-toggle-1-2-7 .hb-dropdown-toggle-button-1-2-7 {
  display: none;
}
.hb-c-toggle-1-2-7 .hb-dropdown-toggle-button-1-2-7:checked ~ .hb-dropdown-options-1-2-7 {
  display: block;
}
.hb-c-toggle-1-2-7 .hb-dropdown-toggle-button-1-2-7:checked ~ .hb-dropdown-toggle-label-1-2-7 {
  font-weight: 500;
}

.hb-c-toggle-1-2-8 .hb-dropdown-options-1-2-8 {
  display: none;
}
.hb-c-toggle-1-2-8 .hb-dropdown-toggle-button-1-2-8 {
  display: none;
}
.hb-c-toggle-1-2-8 .hb-dropdown-toggle-button-1-2-8:checked ~ .hb-dropdown-options-1-2-8 {
  display: block;
}
.hb-c-toggle-1-2-8 .hb-dropdown-toggle-button-1-2-8:checked ~ .hb-dropdown-toggle-label-1-2-8 {
  font-weight: 500;
}

.hb-c-toggle-1-2-9 .hb-dropdown-options-1-2-9 {
  display: none;
}
.hb-c-toggle-1-2-9 .hb-dropdown-toggle-button-1-2-9 {
  display: none;
}
.hb-c-toggle-1-2-9 .hb-dropdown-toggle-button-1-2-9:checked ~ .hb-dropdown-options-1-2-9 {
  display: block;
}
.hb-c-toggle-1-2-9 .hb-dropdown-toggle-button-1-2-9:checked ~ .hb-dropdown-toggle-label-1-2-9 {
  font-weight: 500;
}

.hb-c-toggle-1-2-10 .hb-dropdown-options-1-2-10 {
  display: none;
}
.hb-c-toggle-1-2-10 .hb-dropdown-toggle-button-1-2-10 {
  display: none;
}
.hb-c-toggle-1-2-10 .hb-dropdown-toggle-button-1-2-10:checked ~ .hb-dropdown-options-1-2-10 {
  display: block;
}
.hb-c-toggle-1-2-10 .hb-dropdown-toggle-button-1-2-10:checked ~ .hb-dropdown-toggle-label-1-2-10 {
  font-weight: 500;
}

.hb-c-toggle-1-3 .hb-dropdown-options-1-3 {
  display: none;
}
.hb-c-toggle-1-3 .hb-dropdown-toggle-button-1-3 {
  display: none;
}
.hb-c-toggle-1-3 .hb-dropdown-toggle-button-1-3:checked ~ .hb-dropdown-options-1-3 {
  display: block;
}
.hb-c-toggle-1-3 .hb-dropdown-toggle-button-1-3:checked ~ .hb-dropdown-toggle-label-1-3 {
  font-weight: bold;
}
.hb-c-toggle-1-3 .hb-dropdown-toggle-button-1-3:checked ~ .hb-dropdown-toggle-label-1-3 h3 {
  font-weight: bold;
}

.hb-c-toggle-1-3-1 .hb-dropdown-options-1-3-1 {
  display: none;
}
.hb-c-toggle-1-3-1 .hb-dropdown-toggle-button-1-3-1 {
  display: none;
}
.hb-c-toggle-1-3-1 .hb-dropdown-toggle-button-1-3-1:checked ~ .hb-dropdown-options-1-3-1 {
  display: block;
}
.hb-c-toggle-1-3-1 .hb-dropdown-toggle-button-1-3-1:checked ~ .hb-dropdown-toggle-label-1-3-1 {
  font-weight: 500;
}

.hb-c-toggle-1-3-2 .hb-dropdown-options-1-3-2 {
  display: none;
}
.hb-c-toggle-1-3-2 .hb-dropdown-toggle-button-1-3-2 {
  display: none;
}
.hb-c-toggle-1-3-2 .hb-dropdown-toggle-button-1-3-2:checked ~ .hb-dropdown-options-1-3-2 {
  display: block;
}
.hb-c-toggle-1-3-2 .hb-dropdown-toggle-button-1-3-2:checked ~ .hb-dropdown-toggle-label-1-3-2 {
  font-weight: 500;
}

.hb-c-toggle-1-3-3 .hb-dropdown-options-1-3-3 {
  display: none;
}
.hb-c-toggle-1-3-3 .hb-dropdown-toggle-button-1-3-3 {
  display: none;
}
.hb-c-toggle-1-3-3 .hb-dropdown-toggle-button-1-3-3:checked ~ .hb-dropdown-options-1-3-3 {
  display: block;
}
.hb-c-toggle-1-3-3 .hb-dropdown-toggle-button-1-3-3:checked ~ .hb-dropdown-toggle-label-1-3-3 {
  font-weight: 500;
}

.hb-c-toggle-1-3-4 .hb-dropdown-options-1-3-4 {
  display: none;
}
.hb-c-toggle-1-3-4 .hb-dropdown-toggle-button-1-3-4 {
  display: none;
}
.hb-c-toggle-1-3-4 .hb-dropdown-toggle-button-1-3-4:checked ~ .hb-dropdown-options-1-3-4 {
  display: block;
}
.hb-c-toggle-1-3-4 .hb-dropdown-toggle-button-1-3-4:checked ~ .hb-dropdown-toggle-label-1-3-4 {
  font-weight: 500;
}

.hb-c-toggle-1-3-5 .hb-dropdown-options-1-3-5 {
  display: none;
}
.hb-c-toggle-1-3-5 .hb-dropdown-toggle-button-1-3-5 {
  display: none;
}
.hb-c-toggle-1-3-5 .hb-dropdown-toggle-button-1-3-5:checked ~ .hb-dropdown-options-1-3-5 {
  display: block;
}
.hb-c-toggle-1-3-5 .hb-dropdown-toggle-button-1-3-5:checked ~ .hb-dropdown-toggle-label-1-3-5 {
  font-weight: 500;
}

.hb-c-toggle-1-3-6 .hb-dropdown-options-1-3-6 {
  display: none;
}
.hb-c-toggle-1-3-6 .hb-dropdown-toggle-button-1-3-6 {
  display: none;
}
.hb-c-toggle-1-3-6 .hb-dropdown-toggle-button-1-3-6:checked ~ .hb-dropdown-options-1-3-6 {
  display: block;
}
.hb-c-toggle-1-3-6 .hb-dropdown-toggle-button-1-3-6:checked ~ .hb-dropdown-toggle-label-1-3-6 {
  font-weight: 500;
}

.hb-c-toggle-1-3-7 .hb-dropdown-options-1-3-7 {
  display: none;
}
.hb-c-toggle-1-3-7 .hb-dropdown-toggle-button-1-3-7 {
  display: none;
}
.hb-c-toggle-1-3-7 .hb-dropdown-toggle-button-1-3-7:checked ~ .hb-dropdown-options-1-3-7 {
  display: block;
}
.hb-c-toggle-1-3-7 .hb-dropdown-toggle-button-1-3-7:checked ~ .hb-dropdown-toggle-label-1-3-7 {
  font-weight: 500;
}

.hb-c-toggle-1-3-8 .hb-dropdown-options-1-3-8 {
  display: none;
}
.hb-c-toggle-1-3-8 .hb-dropdown-toggle-button-1-3-8 {
  display: none;
}
.hb-c-toggle-1-3-8 .hb-dropdown-toggle-button-1-3-8:checked ~ .hb-dropdown-options-1-3-8 {
  display: block;
}
.hb-c-toggle-1-3-8 .hb-dropdown-toggle-button-1-3-8:checked ~ .hb-dropdown-toggle-label-1-3-8 {
  font-weight: 500;
}

.hb-c-toggle-1-3-9 .hb-dropdown-options-1-3-9 {
  display: none;
}
.hb-c-toggle-1-3-9 .hb-dropdown-toggle-button-1-3-9 {
  display: none;
}
.hb-c-toggle-1-3-9 .hb-dropdown-toggle-button-1-3-9:checked ~ .hb-dropdown-options-1-3-9 {
  display: block;
}
.hb-c-toggle-1-3-9 .hb-dropdown-toggle-button-1-3-9:checked ~ .hb-dropdown-toggle-label-1-3-9 {
  font-weight: 500;
}

.hb-c-toggle-1-3-10 .hb-dropdown-options-1-3-10 {
  display: none;
}
.hb-c-toggle-1-3-10 .hb-dropdown-toggle-button-1-3-10 {
  display: none;
}
.hb-c-toggle-1-3-10 .hb-dropdown-toggle-button-1-3-10:checked ~ .hb-dropdown-options-1-3-10 {
  display: block;
}
.hb-c-toggle-1-3-10 .hb-dropdown-toggle-button-1-3-10:checked ~ .hb-dropdown-toggle-label-1-3-10 {
  font-weight: 500;
}

.hb-c-toggle-1-4 .hb-dropdown-options-1-4 {
  display: none;
}
.hb-c-toggle-1-4 .hb-dropdown-toggle-button-1-4 {
  display: none;
}
.hb-c-toggle-1-4 .hb-dropdown-toggle-button-1-4:checked ~ .hb-dropdown-options-1-4 {
  display: block;
}
.hb-c-toggle-1-4 .hb-dropdown-toggle-button-1-4:checked ~ .hb-dropdown-toggle-label-1-4 {
  font-weight: bold;
}
.hb-c-toggle-1-4 .hb-dropdown-toggle-button-1-4:checked ~ .hb-dropdown-toggle-label-1-4 h3 {
  font-weight: bold;
}

.hb-c-toggle-1-4-1 .hb-dropdown-options-1-4-1 {
  display: none;
}
.hb-c-toggle-1-4-1 .hb-dropdown-toggle-button-1-4-1 {
  display: none;
}
.hb-c-toggle-1-4-1 .hb-dropdown-toggle-button-1-4-1:checked ~ .hb-dropdown-options-1-4-1 {
  display: block;
}
.hb-c-toggle-1-4-1 .hb-dropdown-toggle-button-1-4-1:checked ~ .hb-dropdown-toggle-label-1-4-1 {
  font-weight: 500;
}

.hb-c-toggle-1-4-2 .hb-dropdown-options-1-4-2 {
  display: none;
}
.hb-c-toggle-1-4-2 .hb-dropdown-toggle-button-1-4-2 {
  display: none;
}
.hb-c-toggle-1-4-2 .hb-dropdown-toggle-button-1-4-2:checked ~ .hb-dropdown-options-1-4-2 {
  display: block;
}
.hb-c-toggle-1-4-2 .hb-dropdown-toggle-button-1-4-2:checked ~ .hb-dropdown-toggle-label-1-4-2 {
  font-weight: 500;
}

.hb-c-toggle-1-4-3 .hb-dropdown-options-1-4-3 {
  display: none;
}
.hb-c-toggle-1-4-3 .hb-dropdown-toggle-button-1-4-3 {
  display: none;
}
.hb-c-toggle-1-4-3 .hb-dropdown-toggle-button-1-4-3:checked ~ .hb-dropdown-options-1-4-3 {
  display: block;
}
.hb-c-toggle-1-4-3 .hb-dropdown-toggle-button-1-4-3:checked ~ .hb-dropdown-toggle-label-1-4-3 {
  font-weight: 500;
}

.hb-c-toggle-1-4-4 .hb-dropdown-options-1-4-4 {
  display: none;
}
.hb-c-toggle-1-4-4 .hb-dropdown-toggle-button-1-4-4 {
  display: none;
}
.hb-c-toggle-1-4-4 .hb-dropdown-toggle-button-1-4-4:checked ~ .hb-dropdown-options-1-4-4 {
  display: block;
}
.hb-c-toggle-1-4-4 .hb-dropdown-toggle-button-1-4-4:checked ~ .hb-dropdown-toggle-label-1-4-4 {
  font-weight: 500;
}

.hb-c-toggle-1-4-5 .hb-dropdown-options-1-4-5 {
  display: none;
}
.hb-c-toggle-1-4-5 .hb-dropdown-toggle-button-1-4-5 {
  display: none;
}
.hb-c-toggle-1-4-5 .hb-dropdown-toggle-button-1-4-5:checked ~ .hb-dropdown-options-1-4-5 {
  display: block;
}
.hb-c-toggle-1-4-5 .hb-dropdown-toggle-button-1-4-5:checked ~ .hb-dropdown-toggle-label-1-4-5 {
  font-weight: 500;
}

.hb-c-toggle-1-4-6 .hb-dropdown-options-1-4-6 {
  display: none;
}
.hb-c-toggle-1-4-6 .hb-dropdown-toggle-button-1-4-6 {
  display: none;
}
.hb-c-toggle-1-4-6 .hb-dropdown-toggle-button-1-4-6:checked ~ .hb-dropdown-options-1-4-6 {
  display: block;
}
.hb-c-toggle-1-4-6 .hb-dropdown-toggle-button-1-4-6:checked ~ .hb-dropdown-toggle-label-1-4-6 {
  font-weight: 500;
}

.hb-c-toggle-1-4-7 .hb-dropdown-options-1-4-7 {
  display: none;
}
.hb-c-toggle-1-4-7 .hb-dropdown-toggle-button-1-4-7 {
  display: none;
}
.hb-c-toggle-1-4-7 .hb-dropdown-toggle-button-1-4-7:checked ~ .hb-dropdown-options-1-4-7 {
  display: block;
}
.hb-c-toggle-1-4-7 .hb-dropdown-toggle-button-1-4-7:checked ~ .hb-dropdown-toggle-label-1-4-7 {
  font-weight: 500;
}

.hb-c-toggle-1-4-8 .hb-dropdown-options-1-4-8 {
  display: none;
}
.hb-c-toggle-1-4-8 .hb-dropdown-toggle-button-1-4-8 {
  display: none;
}
.hb-c-toggle-1-4-8 .hb-dropdown-toggle-button-1-4-8:checked ~ .hb-dropdown-options-1-4-8 {
  display: block;
}
.hb-c-toggle-1-4-8 .hb-dropdown-toggle-button-1-4-8:checked ~ .hb-dropdown-toggle-label-1-4-8 {
  font-weight: 500;
}

.hb-c-toggle-1-4-9 .hb-dropdown-options-1-4-9 {
  display: none;
}
.hb-c-toggle-1-4-9 .hb-dropdown-toggle-button-1-4-9 {
  display: none;
}
.hb-c-toggle-1-4-9 .hb-dropdown-toggle-button-1-4-9:checked ~ .hb-dropdown-options-1-4-9 {
  display: block;
}
.hb-c-toggle-1-4-9 .hb-dropdown-toggle-button-1-4-9:checked ~ .hb-dropdown-toggle-label-1-4-9 {
  font-weight: 500;
}

.hb-c-toggle-1-4-10 .hb-dropdown-options-1-4-10 {
  display: none;
}
.hb-c-toggle-1-4-10 .hb-dropdown-toggle-button-1-4-10 {
  display: none;
}
.hb-c-toggle-1-4-10 .hb-dropdown-toggle-button-1-4-10:checked ~ .hb-dropdown-options-1-4-10 {
  display: block;
}
.hb-c-toggle-1-4-10 .hb-dropdown-toggle-button-1-4-10:checked ~ .hb-dropdown-toggle-label-1-4-10 {
  font-weight: 500;
}

.hb-c-toggle-1-5 .hb-dropdown-options-1-5 {
  display: none;
}
.hb-c-toggle-1-5 .hb-dropdown-toggle-button-1-5 {
  display: none;
}
.hb-c-toggle-1-5 .hb-dropdown-toggle-button-1-5:checked ~ .hb-dropdown-options-1-5 {
  display: block;
}
.hb-c-toggle-1-5 .hb-dropdown-toggle-button-1-5:checked ~ .hb-dropdown-toggle-label-1-5 {
  font-weight: bold;
}
.hb-c-toggle-1-5 .hb-dropdown-toggle-button-1-5:checked ~ .hb-dropdown-toggle-label-1-5 h3 {
  font-weight: bold;
}

.hb-c-toggle-1-5-1 .hb-dropdown-options-1-5-1 {
  display: none;
}
.hb-c-toggle-1-5-1 .hb-dropdown-toggle-button-1-5-1 {
  display: none;
}
.hb-c-toggle-1-5-1 .hb-dropdown-toggle-button-1-5-1:checked ~ .hb-dropdown-options-1-5-1 {
  display: block;
}
.hb-c-toggle-1-5-1 .hb-dropdown-toggle-button-1-5-1:checked ~ .hb-dropdown-toggle-label-1-5-1 {
  font-weight: 500;
}

.hb-c-toggle-1-5-2 .hb-dropdown-options-1-5-2 {
  display: none;
}
.hb-c-toggle-1-5-2 .hb-dropdown-toggle-button-1-5-2 {
  display: none;
}
.hb-c-toggle-1-5-2 .hb-dropdown-toggle-button-1-5-2:checked ~ .hb-dropdown-options-1-5-2 {
  display: block;
}
.hb-c-toggle-1-5-2 .hb-dropdown-toggle-button-1-5-2:checked ~ .hb-dropdown-toggle-label-1-5-2 {
  font-weight: 500;
}

.hb-c-toggle-1-5-3 .hb-dropdown-options-1-5-3 {
  display: none;
}
.hb-c-toggle-1-5-3 .hb-dropdown-toggle-button-1-5-3 {
  display: none;
}
.hb-c-toggle-1-5-3 .hb-dropdown-toggle-button-1-5-3:checked ~ .hb-dropdown-options-1-5-3 {
  display: block;
}
.hb-c-toggle-1-5-3 .hb-dropdown-toggle-button-1-5-3:checked ~ .hb-dropdown-toggle-label-1-5-3 {
  font-weight: 500;
}

.hb-c-toggle-1-5-4 .hb-dropdown-options-1-5-4 {
  display: none;
}
.hb-c-toggle-1-5-4 .hb-dropdown-toggle-button-1-5-4 {
  display: none;
}
.hb-c-toggle-1-5-4 .hb-dropdown-toggle-button-1-5-4:checked ~ .hb-dropdown-options-1-5-4 {
  display: block;
}
.hb-c-toggle-1-5-4 .hb-dropdown-toggle-button-1-5-4:checked ~ .hb-dropdown-toggle-label-1-5-4 {
  font-weight: 500;
}

.hb-c-toggle-1-5-5 .hb-dropdown-options-1-5-5 {
  display: none;
}
.hb-c-toggle-1-5-5 .hb-dropdown-toggle-button-1-5-5 {
  display: none;
}
.hb-c-toggle-1-5-5 .hb-dropdown-toggle-button-1-5-5:checked ~ .hb-dropdown-options-1-5-5 {
  display: block;
}
.hb-c-toggle-1-5-5 .hb-dropdown-toggle-button-1-5-5:checked ~ .hb-dropdown-toggle-label-1-5-5 {
  font-weight: 500;
}

.hb-c-toggle-1-5-6 .hb-dropdown-options-1-5-6 {
  display: none;
}
.hb-c-toggle-1-5-6 .hb-dropdown-toggle-button-1-5-6 {
  display: none;
}
.hb-c-toggle-1-5-6 .hb-dropdown-toggle-button-1-5-6:checked ~ .hb-dropdown-options-1-5-6 {
  display: block;
}
.hb-c-toggle-1-5-6 .hb-dropdown-toggle-button-1-5-6:checked ~ .hb-dropdown-toggle-label-1-5-6 {
  font-weight: 500;
}

.hb-c-toggle-1-5-7 .hb-dropdown-options-1-5-7 {
  display: none;
}
.hb-c-toggle-1-5-7 .hb-dropdown-toggle-button-1-5-7 {
  display: none;
}
.hb-c-toggle-1-5-7 .hb-dropdown-toggle-button-1-5-7:checked ~ .hb-dropdown-options-1-5-7 {
  display: block;
}
.hb-c-toggle-1-5-7 .hb-dropdown-toggle-button-1-5-7:checked ~ .hb-dropdown-toggle-label-1-5-7 {
  font-weight: 500;
}

.hb-c-toggle-1-5-8 .hb-dropdown-options-1-5-8 {
  display: none;
}
.hb-c-toggle-1-5-8 .hb-dropdown-toggle-button-1-5-8 {
  display: none;
}
.hb-c-toggle-1-5-8 .hb-dropdown-toggle-button-1-5-8:checked ~ .hb-dropdown-options-1-5-8 {
  display: block;
}
.hb-c-toggle-1-5-8 .hb-dropdown-toggle-button-1-5-8:checked ~ .hb-dropdown-toggle-label-1-5-8 {
  font-weight: 500;
}

.hb-c-toggle-1-5-9 .hb-dropdown-options-1-5-9 {
  display: none;
}
.hb-c-toggle-1-5-9 .hb-dropdown-toggle-button-1-5-9 {
  display: none;
}
.hb-c-toggle-1-5-9 .hb-dropdown-toggle-button-1-5-9:checked ~ .hb-dropdown-options-1-5-9 {
  display: block;
}
.hb-c-toggle-1-5-9 .hb-dropdown-toggle-button-1-5-9:checked ~ .hb-dropdown-toggle-label-1-5-9 {
  font-weight: 500;
}

.hb-c-toggle-1-5-10 .hb-dropdown-options-1-5-10 {
  display: none;
}
.hb-c-toggle-1-5-10 .hb-dropdown-toggle-button-1-5-10 {
  display: none;
}
.hb-c-toggle-1-5-10 .hb-dropdown-toggle-button-1-5-10:checked ~ .hb-dropdown-options-1-5-10 {
  display: block;
}
.hb-c-toggle-1-5-10 .hb-dropdown-toggle-button-1-5-10:checked ~ .hb-dropdown-toggle-label-1-5-10 {
  font-weight: 500;
}

.hb-c-toggle-1-6 .hb-dropdown-options-1-6 {
  display: none;
}
.hb-c-toggle-1-6 .hb-dropdown-toggle-button-1-6 {
  display: none;
}
.hb-c-toggle-1-6 .hb-dropdown-toggle-button-1-6:checked ~ .hb-dropdown-options-1-6 {
  display: block;
}
.hb-c-toggle-1-6 .hb-dropdown-toggle-button-1-6:checked ~ .hb-dropdown-toggle-label-1-6 {
  font-weight: bold;
}
.hb-c-toggle-1-6 .hb-dropdown-toggle-button-1-6:checked ~ .hb-dropdown-toggle-label-1-6 h3 {
  font-weight: bold;
}

.hb-c-toggle-1-6-1 .hb-dropdown-options-1-6-1 {
  display: none;
}
.hb-c-toggle-1-6-1 .hb-dropdown-toggle-button-1-6-1 {
  display: none;
}
.hb-c-toggle-1-6-1 .hb-dropdown-toggle-button-1-6-1:checked ~ .hb-dropdown-options-1-6-1 {
  display: block;
}
.hb-c-toggle-1-6-1 .hb-dropdown-toggle-button-1-6-1:checked ~ .hb-dropdown-toggle-label-1-6-1 {
  font-weight: 500;
}

.hb-c-toggle-1-6-2 .hb-dropdown-options-1-6-2 {
  display: none;
}
.hb-c-toggle-1-6-2 .hb-dropdown-toggle-button-1-6-2 {
  display: none;
}
.hb-c-toggle-1-6-2 .hb-dropdown-toggle-button-1-6-2:checked ~ .hb-dropdown-options-1-6-2 {
  display: block;
}
.hb-c-toggle-1-6-2 .hb-dropdown-toggle-button-1-6-2:checked ~ .hb-dropdown-toggle-label-1-6-2 {
  font-weight: 500;
}

.hb-c-toggle-1-6-3 .hb-dropdown-options-1-6-3 {
  display: none;
}
.hb-c-toggle-1-6-3 .hb-dropdown-toggle-button-1-6-3 {
  display: none;
}
.hb-c-toggle-1-6-3 .hb-dropdown-toggle-button-1-6-3:checked ~ .hb-dropdown-options-1-6-3 {
  display: block;
}
.hb-c-toggle-1-6-3 .hb-dropdown-toggle-button-1-6-3:checked ~ .hb-dropdown-toggle-label-1-6-3 {
  font-weight: 500;
}

.hb-c-toggle-1-6-4 .hb-dropdown-options-1-6-4 {
  display: none;
}
.hb-c-toggle-1-6-4 .hb-dropdown-toggle-button-1-6-4 {
  display: none;
}
.hb-c-toggle-1-6-4 .hb-dropdown-toggle-button-1-6-4:checked ~ .hb-dropdown-options-1-6-4 {
  display: block;
}
.hb-c-toggle-1-6-4 .hb-dropdown-toggle-button-1-6-4:checked ~ .hb-dropdown-toggle-label-1-6-4 {
  font-weight: 500;
}

.hb-c-toggle-1-6-5 .hb-dropdown-options-1-6-5 {
  display: none;
}
.hb-c-toggle-1-6-5 .hb-dropdown-toggle-button-1-6-5 {
  display: none;
}
.hb-c-toggle-1-6-5 .hb-dropdown-toggle-button-1-6-5:checked ~ .hb-dropdown-options-1-6-5 {
  display: block;
}
.hb-c-toggle-1-6-5 .hb-dropdown-toggle-button-1-6-5:checked ~ .hb-dropdown-toggle-label-1-6-5 {
  font-weight: 500;
}

.hb-c-toggle-1-6-6 .hb-dropdown-options-1-6-6 {
  display: none;
}
.hb-c-toggle-1-6-6 .hb-dropdown-toggle-button-1-6-6 {
  display: none;
}
.hb-c-toggle-1-6-6 .hb-dropdown-toggle-button-1-6-6:checked ~ .hb-dropdown-options-1-6-6 {
  display: block;
}
.hb-c-toggle-1-6-6 .hb-dropdown-toggle-button-1-6-6:checked ~ .hb-dropdown-toggle-label-1-6-6 {
  font-weight: 500;
}

.hb-c-toggle-1-6-7 .hb-dropdown-options-1-6-7 {
  display: none;
}
.hb-c-toggle-1-6-7 .hb-dropdown-toggle-button-1-6-7 {
  display: none;
}
.hb-c-toggle-1-6-7 .hb-dropdown-toggle-button-1-6-7:checked ~ .hb-dropdown-options-1-6-7 {
  display: block;
}
.hb-c-toggle-1-6-7 .hb-dropdown-toggle-button-1-6-7:checked ~ .hb-dropdown-toggle-label-1-6-7 {
  font-weight: 500;
}

.hb-c-toggle-1-6-8 .hb-dropdown-options-1-6-8 {
  display: none;
}
.hb-c-toggle-1-6-8 .hb-dropdown-toggle-button-1-6-8 {
  display: none;
}
.hb-c-toggle-1-6-8 .hb-dropdown-toggle-button-1-6-8:checked ~ .hb-dropdown-options-1-6-8 {
  display: block;
}
.hb-c-toggle-1-6-8 .hb-dropdown-toggle-button-1-6-8:checked ~ .hb-dropdown-toggle-label-1-6-8 {
  font-weight: 500;
}

.hb-c-toggle-1-6-9 .hb-dropdown-options-1-6-9 {
  display: none;
}
.hb-c-toggle-1-6-9 .hb-dropdown-toggle-button-1-6-9 {
  display: none;
}
.hb-c-toggle-1-6-9 .hb-dropdown-toggle-button-1-6-9:checked ~ .hb-dropdown-options-1-6-9 {
  display: block;
}
.hb-c-toggle-1-6-9 .hb-dropdown-toggle-button-1-6-9:checked ~ .hb-dropdown-toggle-label-1-6-9 {
  font-weight: 500;
}

.hb-c-toggle-1-6-10 .hb-dropdown-options-1-6-10 {
  display: none;
}
.hb-c-toggle-1-6-10 .hb-dropdown-toggle-button-1-6-10 {
  display: none;
}
.hb-c-toggle-1-6-10 .hb-dropdown-toggle-button-1-6-10:checked ~ .hb-dropdown-options-1-6-10 {
  display: block;
}
.hb-c-toggle-1-6-10 .hb-dropdown-toggle-button-1-6-10:checked ~ .hb-dropdown-toggle-label-1-6-10 {
  font-weight: 500;
}

.hb-c-toggle-1-7 .hb-dropdown-options-1-7 {
  display: none;
}
.hb-c-toggle-1-7 .hb-dropdown-toggle-button-1-7 {
  display: none;
}
.hb-c-toggle-1-7 .hb-dropdown-toggle-button-1-7:checked ~ .hb-dropdown-options-1-7 {
  display: block;
}
.hb-c-toggle-1-7 .hb-dropdown-toggle-button-1-7:checked ~ .hb-dropdown-toggle-label-1-7 {
  font-weight: bold;
}
.hb-c-toggle-1-7 .hb-dropdown-toggle-button-1-7:checked ~ .hb-dropdown-toggle-label-1-7 h3 {
  font-weight: bold;
}

.hb-c-toggle-1-7-1 .hb-dropdown-options-1-7-1 {
  display: none;
}
.hb-c-toggle-1-7-1 .hb-dropdown-toggle-button-1-7-1 {
  display: none;
}
.hb-c-toggle-1-7-1 .hb-dropdown-toggle-button-1-7-1:checked ~ .hb-dropdown-options-1-7-1 {
  display: block;
}
.hb-c-toggle-1-7-1 .hb-dropdown-toggle-button-1-7-1:checked ~ .hb-dropdown-toggle-label-1-7-1 {
  font-weight: 500;
}

.hb-c-toggle-1-7-2 .hb-dropdown-options-1-7-2 {
  display: none;
}
.hb-c-toggle-1-7-2 .hb-dropdown-toggle-button-1-7-2 {
  display: none;
}
.hb-c-toggle-1-7-2 .hb-dropdown-toggle-button-1-7-2:checked ~ .hb-dropdown-options-1-7-2 {
  display: block;
}
.hb-c-toggle-1-7-2 .hb-dropdown-toggle-button-1-7-2:checked ~ .hb-dropdown-toggle-label-1-7-2 {
  font-weight: 500;
}

.hb-c-toggle-1-7-3 .hb-dropdown-options-1-7-3 {
  display: none;
}
.hb-c-toggle-1-7-3 .hb-dropdown-toggle-button-1-7-3 {
  display: none;
}
.hb-c-toggle-1-7-3 .hb-dropdown-toggle-button-1-7-3:checked ~ .hb-dropdown-options-1-7-3 {
  display: block;
}
.hb-c-toggle-1-7-3 .hb-dropdown-toggle-button-1-7-3:checked ~ .hb-dropdown-toggle-label-1-7-3 {
  font-weight: 500;
}

.hb-c-toggle-1-7-4 .hb-dropdown-options-1-7-4 {
  display: none;
}
.hb-c-toggle-1-7-4 .hb-dropdown-toggle-button-1-7-4 {
  display: none;
}
.hb-c-toggle-1-7-4 .hb-dropdown-toggle-button-1-7-4:checked ~ .hb-dropdown-options-1-7-4 {
  display: block;
}
.hb-c-toggle-1-7-4 .hb-dropdown-toggle-button-1-7-4:checked ~ .hb-dropdown-toggle-label-1-7-4 {
  font-weight: 500;
}

.hb-c-toggle-1-7-5 .hb-dropdown-options-1-7-5 {
  display: none;
}
.hb-c-toggle-1-7-5 .hb-dropdown-toggle-button-1-7-5 {
  display: none;
}
.hb-c-toggle-1-7-5 .hb-dropdown-toggle-button-1-7-5:checked ~ .hb-dropdown-options-1-7-5 {
  display: block;
}
.hb-c-toggle-1-7-5 .hb-dropdown-toggle-button-1-7-5:checked ~ .hb-dropdown-toggle-label-1-7-5 {
  font-weight: 500;
}

.hb-c-toggle-1-7-6 .hb-dropdown-options-1-7-6 {
  display: none;
}
.hb-c-toggle-1-7-6 .hb-dropdown-toggle-button-1-7-6 {
  display: none;
}
.hb-c-toggle-1-7-6 .hb-dropdown-toggle-button-1-7-6:checked ~ .hb-dropdown-options-1-7-6 {
  display: block;
}
.hb-c-toggle-1-7-6 .hb-dropdown-toggle-button-1-7-6:checked ~ .hb-dropdown-toggle-label-1-7-6 {
  font-weight: 500;
}

.hb-c-toggle-1-7-7 .hb-dropdown-options-1-7-7 {
  display: none;
}
.hb-c-toggle-1-7-7 .hb-dropdown-toggle-button-1-7-7 {
  display: none;
}
.hb-c-toggle-1-7-7 .hb-dropdown-toggle-button-1-7-7:checked ~ .hb-dropdown-options-1-7-7 {
  display: block;
}
.hb-c-toggle-1-7-7 .hb-dropdown-toggle-button-1-7-7:checked ~ .hb-dropdown-toggle-label-1-7-7 {
  font-weight: 500;
}

.hb-c-toggle-1-7-8 .hb-dropdown-options-1-7-8 {
  display: none;
}
.hb-c-toggle-1-7-8 .hb-dropdown-toggle-button-1-7-8 {
  display: none;
}
.hb-c-toggle-1-7-8 .hb-dropdown-toggle-button-1-7-8:checked ~ .hb-dropdown-options-1-7-8 {
  display: block;
}
.hb-c-toggle-1-7-8 .hb-dropdown-toggle-button-1-7-8:checked ~ .hb-dropdown-toggle-label-1-7-8 {
  font-weight: 500;
}

.hb-c-toggle-1-7-9 .hb-dropdown-options-1-7-9 {
  display: none;
}
.hb-c-toggle-1-7-9 .hb-dropdown-toggle-button-1-7-9 {
  display: none;
}
.hb-c-toggle-1-7-9 .hb-dropdown-toggle-button-1-7-9:checked ~ .hb-dropdown-options-1-7-9 {
  display: block;
}
.hb-c-toggle-1-7-9 .hb-dropdown-toggle-button-1-7-9:checked ~ .hb-dropdown-toggle-label-1-7-9 {
  font-weight: 500;
}

.hb-c-toggle-1-7-10 .hb-dropdown-options-1-7-10 {
  display: none;
}
.hb-c-toggle-1-7-10 .hb-dropdown-toggle-button-1-7-10 {
  display: none;
}
.hb-c-toggle-1-7-10 .hb-dropdown-toggle-button-1-7-10:checked ~ .hb-dropdown-options-1-7-10 {
  display: block;
}
.hb-c-toggle-1-7-10 .hb-dropdown-toggle-button-1-7-10:checked ~ .hb-dropdown-toggle-label-1-7-10 {
  font-weight: 500;
}

.hb-c-toggle-1-8 .hb-dropdown-options-1-8 {
  display: none;
}
.hb-c-toggle-1-8 .hb-dropdown-toggle-button-1-8 {
  display: none;
}
.hb-c-toggle-1-8 .hb-dropdown-toggle-button-1-8:checked ~ .hb-dropdown-options-1-8 {
  display: block;
}
.hb-c-toggle-1-8 .hb-dropdown-toggle-button-1-8:checked ~ .hb-dropdown-toggle-label-1-8 {
  font-weight: bold;
}
.hb-c-toggle-1-8 .hb-dropdown-toggle-button-1-8:checked ~ .hb-dropdown-toggle-label-1-8 h3 {
  font-weight: bold;
}

.hb-c-toggle-1-8-1 .hb-dropdown-options-1-8-1 {
  display: none;
}
.hb-c-toggle-1-8-1 .hb-dropdown-toggle-button-1-8-1 {
  display: none;
}
.hb-c-toggle-1-8-1 .hb-dropdown-toggle-button-1-8-1:checked ~ .hb-dropdown-options-1-8-1 {
  display: block;
}
.hb-c-toggle-1-8-1 .hb-dropdown-toggle-button-1-8-1:checked ~ .hb-dropdown-toggle-label-1-8-1 {
  font-weight: 500;
}

.hb-c-toggle-1-8-2 .hb-dropdown-options-1-8-2 {
  display: none;
}
.hb-c-toggle-1-8-2 .hb-dropdown-toggle-button-1-8-2 {
  display: none;
}
.hb-c-toggle-1-8-2 .hb-dropdown-toggle-button-1-8-2:checked ~ .hb-dropdown-options-1-8-2 {
  display: block;
}
.hb-c-toggle-1-8-2 .hb-dropdown-toggle-button-1-8-2:checked ~ .hb-dropdown-toggle-label-1-8-2 {
  font-weight: 500;
}

.hb-c-toggle-1-8-3 .hb-dropdown-options-1-8-3 {
  display: none;
}
.hb-c-toggle-1-8-3 .hb-dropdown-toggle-button-1-8-3 {
  display: none;
}
.hb-c-toggle-1-8-3 .hb-dropdown-toggle-button-1-8-3:checked ~ .hb-dropdown-options-1-8-3 {
  display: block;
}
.hb-c-toggle-1-8-3 .hb-dropdown-toggle-button-1-8-3:checked ~ .hb-dropdown-toggle-label-1-8-3 {
  font-weight: 500;
}

.hb-c-toggle-1-8-4 .hb-dropdown-options-1-8-4 {
  display: none;
}
.hb-c-toggle-1-8-4 .hb-dropdown-toggle-button-1-8-4 {
  display: none;
}
.hb-c-toggle-1-8-4 .hb-dropdown-toggle-button-1-8-4:checked ~ .hb-dropdown-options-1-8-4 {
  display: block;
}
.hb-c-toggle-1-8-4 .hb-dropdown-toggle-button-1-8-4:checked ~ .hb-dropdown-toggle-label-1-8-4 {
  font-weight: 500;
}

.hb-c-toggle-1-8-5 .hb-dropdown-options-1-8-5 {
  display: none;
}
.hb-c-toggle-1-8-5 .hb-dropdown-toggle-button-1-8-5 {
  display: none;
}
.hb-c-toggle-1-8-5 .hb-dropdown-toggle-button-1-8-5:checked ~ .hb-dropdown-options-1-8-5 {
  display: block;
}
.hb-c-toggle-1-8-5 .hb-dropdown-toggle-button-1-8-5:checked ~ .hb-dropdown-toggle-label-1-8-5 {
  font-weight: 500;
}

.hb-c-toggle-1-8-6 .hb-dropdown-options-1-8-6 {
  display: none;
}
.hb-c-toggle-1-8-6 .hb-dropdown-toggle-button-1-8-6 {
  display: none;
}
.hb-c-toggle-1-8-6 .hb-dropdown-toggle-button-1-8-6:checked ~ .hb-dropdown-options-1-8-6 {
  display: block;
}
.hb-c-toggle-1-8-6 .hb-dropdown-toggle-button-1-8-6:checked ~ .hb-dropdown-toggle-label-1-8-6 {
  font-weight: 500;
}

.hb-c-toggle-1-8-7 .hb-dropdown-options-1-8-7 {
  display: none;
}
.hb-c-toggle-1-8-7 .hb-dropdown-toggle-button-1-8-7 {
  display: none;
}
.hb-c-toggle-1-8-7 .hb-dropdown-toggle-button-1-8-7:checked ~ .hb-dropdown-options-1-8-7 {
  display: block;
}
.hb-c-toggle-1-8-7 .hb-dropdown-toggle-button-1-8-7:checked ~ .hb-dropdown-toggle-label-1-8-7 {
  font-weight: 500;
}

.hb-c-toggle-1-8-8 .hb-dropdown-options-1-8-8 {
  display: none;
}
.hb-c-toggle-1-8-8 .hb-dropdown-toggle-button-1-8-8 {
  display: none;
}
.hb-c-toggle-1-8-8 .hb-dropdown-toggle-button-1-8-8:checked ~ .hb-dropdown-options-1-8-8 {
  display: block;
}
.hb-c-toggle-1-8-8 .hb-dropdown-toggle-button-1-8-8:checked ~ .hb-dropdown-toggle-label-1-8-8 {
  font-weight: 500;
}

.hb-c-toggle-1-8-9 .hb-dropdown-options-1-8-9 {
  display: none;
}
.hb-c-toggle-1-8-9 .hb-dropdown-toggle-button-1-8-9 {
  display: none;
}
.hb-c-toggle-1-8-9 .hb-dropdown-toggle-button-1-8-9:checked ~ .hb-dropdown-options-1-8-9 {
  display: block;
}
.hb-c-toggle-1-8-9 .hb-dropdown-toggle-button-1-8-9:checked ~ .hb-dropdown-toggle-label-1-8-9 {
  font-weight: 500;
}

.hb-c-toggle-1-8-10 .hb-dropdown-options-1-8-10 {
  display: none;
}
.hb-c-toggle-1-8-10 .hb-dropdown-toggle-button-1-8-10 {
  display: none;
}
.hb-c-toggle-1-8-10 .hb-dropdown-toggle-button-1-8-10:checked ~ .hb-dropdown-options-1-8-10 {
  display: block;
}
.hb-c-toggle-1-8-10 .hb-dropdown-toggle-button-1-8-10:checked ~ .hb-dropdown-toggle-label-1-8-10 {
  font-weight: 500;
}

.hb-c-toggle-1-9 .hb-dropdown-options-1-9 {
  display: none;
}
.hb-c-toggle-1-9 .hb-dropdown-toggle-button-1-9 {
  display: none;
}
.hb-c-toggle-1-9 .hb-dropdown-toggle-button-1-9:checked ~ .hb-dropdown-options-1-9 {
  display: block;
}
.hb-c-toggle-1-9 .hb-dropdown-toggle-button-1-9:checked ~ .hb-dropdown-toggle-label-1-9 {
  font-weight: bold;
}
.hb-c-toggle-1-9 .hb-dropdown-toggle-button-1-9:checked ~ .hb-dropdown-toggle-label-1-9 h3 {
  font-weight: bold;
}

.hb-c-toggle-1-9-1 .hb-dropdown-options-1-9-1 {
  display: none;
}
.hb-c-toggle-1-9-1 .hb-dropdown-toggle-button-1-9-1 {
  display: none;
}
.hb-c-toggle-1-9-1 .hb-dropdown-toggle-button-1-9-1:checked ~ .hb-dropdown-options-1-9-1 {
  display: block;
}
.hb-c-toggle-1-9-1 .hb-dropdown-toggle-button-1-9-1:checked ~ .hb-dropdown-toggle-label-1-9-1 {
  font-weight: 500;
}

.hb-c-toggle-1-9-2 .hb-dropdown-options-1-9-2 {
  display: none;
}
.hb-c-toggle-1-9-2 .hb-dropdown-toggle-button-1-9-2 {
  display: none;
}
.hb-c-toggle-1-9-2 .hb-dropdown-toggle-button-1-9-2:checked ~ .hb-dropdown-options-1-9-2 {
  display: block;
}
.hb-c-toggle-1-9-2 .hb-dropdown-toggle-button-1-9-2:checked ~ .hb-dropdown-toggle-label-1-9-2 {
  font-weight: 500;
}

.hb-c-toggle-1-9-3 .hb-dropdown-options-1-9-3 {
  display: none;
}
.hb-c-toggle-1-9-3 .hb-dropdown-toggle-button-1-9-3 {
  display: none;
}
.hb-c-toggle-1-9-3 .hb-dropdown-toggle-button-1-9-3:checked ~ .hb-dropdown-options-1-9-3 {
  display: block;
}
.hb-c-toggle-1-9-3 .hb-dropdown-toggle-button-1-9-3:checked ~ .hb-dropdown-toggle-label-1-9-3 {
  font-weight: 500;
}

.hb-c-toggle-1-9-4 .hb-dropdown-options-1-9-4 {
  display: none;
}
.hb-c-toggle-1-9-4 .hb-dropdown-toggle-button-1-9-4 {
  display: none;
}
.hb-c-toggle-1-9-4 .hb-dropdown-toggle-button-1-9-4:checked ~ .hb-dropdown-options-1-9-4 {
  display: block;
}
.hb-c-toggle-1-9-4 .hb-dropdown-toggle-button-1-9-4:checked ~ .hb-dropdown-toggle-label-1-9-4 {
  font-weight: 500;
}

.hb-c-toggle-1-9-5 .hb-dropdown-options-1-9-5 {
  display: none;
}
.hb-c-toggle-1-9-5 .hb-dropdown-toggle-button-1-9-5 {
  display: none;
}
.hb-c-toggle-1-9-5 .hb-dropdown-toggle-button-1-9-5:checked ~ .hb-dropdown-options-1-9-5 {
  display: block;
}
.hb-c-toggle-1-9-5 .hb-dropdown-toggle-button-1-9-5:checked ~ .hb-dropdown-toggle-label-1-9-5 {
  font-weight: 500;
}

.hb-c-toggle-1-9-6 .hb-dropdown-options-1-9-6 {
  display: none;
}
.hb-c-toggle-1-9-6 .hb-dropdown-toggle-button-1-9-6 {
  display: none;
}
.hb-c-toggle-1-9-6 .hb-dropdown-toggle-button-1-9-6:checked ~ .hb-dropdown-options-1-9-6 {
  display: block;
}
.hb-c-toggle-1-9-6 .hb-dropdown-toggle-button-1-9-6:checked ~ .hb-dropdown-toggle-label-1-9-6 {
  font-weight: 500;
}

.hb-c-toggle-1-9-7 .hb-dropdown-options-1-9-7 {
  display: none;
}
.hb-c-toggle-1-9-7 .hb-dropdown-toggle-button-1-9-7 {
  display: none;
}
.hb-c-toggle-1-9-7 .hb-dropdown-toggle-button-1-9-7:checked ~ .hb-dropdown-options-1-9-7 {
  display: block;
}
.hb-c-toggle-1-9-7 .hb-dropdown-toggle-button-1-9-7:checked ~ .hb-dropdown-toggle-label-1-9-7 {
  font-weight: 500;
}

.hb-c-toggle-1-9-8 .hb-dropdown-options-1-9-8 {
  display: none;
}
.hb-c-toggle-1-9-8 .hb-dropdown-toggle-button-1-9-8 {
  display: none;
}
.hb-c-toggle-1-9-8 .hb-dropdown-toggle-button-1-9-8:checked ~ .hb-dropdown-options-1-9-8 {
  display: block;
}
.hb-c-toggle-1-9-8 .hb-dropdown-toggle-button-1-9-8:checked ~ .hb-dropdown-toggle-label-1-9-8 {
  font-weight: 500;
}

.hb-c-toggle-1-9-9 .hb-dropdown-options-1-9-9 {
  display: none;
}
.hb-c-toggle-1-9-9 .hb-dropdown-toggle-button-1-9-9 {
  display: none;
}
.hb-c-toggle-1-9-9 .hb-dropdown-toggle-button-1-9-9:checked ~ .hb-dropdown-options-1-9-9 {
  display: block;
}
.hb-c-toggle-1-9-9 .hb-dropdown-toggle-button-1-9-9:checked ~ .hb-dropdown-toggle-label-1-9-9 {
  font-weight: 500;
}

.hb-c-toggle-1-9-10 .hb-dropdown-options-1-9-10 {
  display: none;
}
.hb-c-toggle-1-9-10 .hb-dropdown-toggle-button-1-9-10 {
  display: none;
}
.hb-c-toggle-1-9-10 .hb-dropdown-toggle-button-1-9-10:checked ~ .hb-dropdown-options-1-9-10 {
  display: block;
}
.hb-c-toggle-1-9-10 .hb-dropdown-toggle-button-1-9-10:checked ~ .hb-dropdown-toggle-label-1-9-10 {
  font-weight: 500;
}

.hb-c-toggle-1-10 .hb-dropdown-options-1-10 {
  display: none;
}
.hb-c-toggle-1-10 .hb-dropdown-toggle-button-1-10 {
  display: none;
}
.hb-c-toggle-1-10 .hb-dropdown-toggle-button-1-10:checked ~ .hb-dropdown-options-1-10 {
  display: block;
}
.hb-c-toggle-1-10 .hb-dropdown-toggle-button-1-10:checked ~ .hb-dropdown-toggle-label-1-10 {
  font-weight: bold;
}
.hb-c-toggle-1-10 .hb-dropdown-toggle-button-1-10:checked ~ .hb-dropdown-toggle-label-1-10 h3 {
  font-weight: bold;
}

.hb-c-toggle-1-10-1 .hb-dropdown-options-1-10-1 {
  display: none;
}
.hb-c-toggle-1-10-1 .hb-dropdown-toggle-button-1-10-1 {
  display: none;
}
.hb-c-toggle-1-10-1 .hb-dropdown-toggle-button-1-10-1:checked ~ .hb-dropdown-options-1-10-1 {
  display: block;
}
.hb-c-toggle-1-10-1 .hb-dropdown-toggle-button-1-10-1:checked ~ .hb-dropdown-toggle-label-1-10-1 {
  font-weight: 500;
}

.hb-c-toggle-1-10-2 .hb-dropdown-options-1-10-2 {
  display: none;
}
.hb-c-toggle-1-10-2 .hb-dropdown-toggle-button-1-10-2 {
  display: none;
}
.hb-c-toggle-1-10-2 .hb-dropdown-toggle-button-1-10-2:checked ~ .hb-dropdown-options-1-10-2 {
  display: block;
}
.hb-c-toggle-1-10-2 .hb-dropdown-toggle-button-1-10-2:checked ~ .hb-dropdown-toggle-label-1-10-2 {
  font-weight: 500;
}

.hb-c-toggle-1-10-3 .hb-dropdown-options-1-10-3 {
  display: none;
}
.hb-c-toggle-1-10-3 .hb-dropdown-toggle-button-1-10-3 {
  display: none;
}
.hb-c-toggle-1-10-3 .hb-dropdown-toggle-button-1-10-3:checked ~ .hb-dropdown-options-1-10-3 {
  display: block;
}
.hb-c-toggle-1-10-3 .hb-dropdown-toggle-button-1-10-3:checked ~ .hb-dropdown-toggle-label-1-10-3 {
  font-weight: 500;
}

.hb-c-toggle-1-10-4 .hb-dropdown-options-1-10-4 {
  display: none;
}
.hb-c-toggle-1-10-4 .hb-dropdown-toggle-button-1-10-4 {
  display: none;
}
.hb-c-toggle-1-10-4 .hb-dropdown-toggle-button-1-10-4:checked ~ .hb-dropdown-options-1-10-4 {
  display: block;
}
.hb-c-toggle-1-10-4 .hb-dropdown-toggle-button-1-10-4:checked ~ .hb-dropdown-toggle-label-1-10-4 {
  font-weight: 500;
}

.hb-c-toggle-1-10-5 .hb-dropdown-options-1-10-5 {
  display: none;
}
.hb-c-toggle-1-10-5 .hb-dropdown-toggle-button-1-10-5 {
  display: none;
}
.hb-c-toggle-1-10-5 .hb-dropdown-toggle-button-1-10-5:checked ~ .hb-dropdown-options-1-10-5 {
  display: block;
}
.hb-c-toggle-1-10-5 .hb-dropdown-toggle-button-1-10-5:checked ~ .hb-dropdown-toggle-label-1-10-5 {
  font-weight: 500;
}

.hb-c-toggle-1-10-6 .hb-dropdown-options-1-10-6 {
  display: none;
}
.hb-c-toggle-1-10-6 .hb-dropdown-toggle-button-1-10-6 {
  display: none;
}
.hb-c-toggle-1-10-6 .hb-dropdown-toggle-button-1-10-6:checked ~ .hb-dropdown-options-1-10-6 {
  display: block;
}
.hb-c-toggle-1-10-6 .hb-dropdown-toggle-button-1-10-6:checked ~ .hb-dropdown-toggle-label-1-10-6 {
  font-weight: 500;
}

.hb-c-toggle-1-10-7 .hb-dropdown-options-1-10-7 {
  display: none;
}
.hb-c-toggle-1-10-7 .hb-dropdown-toggle-button-1-10-7 {
  display: none;
}
.hb-c-toggle-1-10-7 .hb-dropdown-toggle-button-1-10-7:checked ~ .hb-dropdown-options-1-10-7 {
  display: block;
}
.hb-c-toggle-1-10-7 .hb-dropdown-toggle-button-1-10-7:checked ~ .hb-dropdown-toggle-label-1-10-7 {
  font-weight: 500;
}

.hb-c-toggle-1-10-8 .hb-dropdown-options-1-10-8 {
  display: none;
}
.hb-c-toggle-1-10-8 .hb-dropdown-toggle-button-1-10-8 {
  display: none;
}
.hb-c-toggle-1-10-8 .hb-dropdown-toggle-button-1-10-8:checked ~ .hb-dropdown-options-1-10-8 {
  display: block;
}
.hb-c-toggle-1-10-8 .hb-dropdown-toggle-button-1-10-8:checked ~ .hb-dropdown-toggle-label-1-10-8 {
  font-weight: 500;
}

.hb-c-toggle-1-10-9 .hb-dropdown-options-1-10-9 {
  display: none;
}
.hb-c-toggle-1-10-9 .hb-dropdown-toggle-button-1-10-9 {
  display: none;
}
.hb-c-toggle-1-10-9 .hb-dropdown-toggle-button-1-10-9:checked ~ .hb-dropdown-options-1-10-9 {
  display: block;
}
.hb-c-toggle-1-10-9 .hb-dropdown-toggle-button-1-10-9:checked ~ .hb-dropdown-toggle-label-1-10-9 {
  font-weight: 500;
}

.hb-c-toggle-1-10-10 .hb-dropdown-options-1-10-10 {
  display: none;
}
.hb-c-toggle-1-10-10 .hb-dropdown-toggle-button-1-10-10 {
  display: none;
}
.hb-c-toggle-1-10-10 .hb-dropdown-toggle-button-1-10-10:checked ~ .hb-dropdown-options-1-10-10 {
  display: block;
}
.hb-c-toggle-1-10-10 .hb-dropdown-toggle-button-1-10-10:checked ~ .hb-dropdown-toggle-label-1-10-10 {
  font-weight: 500;
}

.hb-c-toggle-2-1 .hb-dropdown-options-2-1 {
  display: none;
}
.hb-c-toggle-2-1 .hb-dropdown-toggle-button-2-1 {
  display: none;
}
.hb-c-toggle-2-1 .hb-dropdown-toggle-button-2-1:checked ~ .hb-dropdown-options-2-1 {
  display: block;
}
.hb-c-toggle-2-1 .hb-dropdown-toggle-button-2-1:checked ~ .hb-dropdown-toggle-label-2-1 {
  font-weight: bold;
}
.hb-c-toggle-2-1 .hb-dropdown-toggle-button-2-1:checked ~ .hb-dropdown-toggle-label-2-1 h3 {
  font-weight: bold;
}

.hb-c-toggle-2-1-1 .hb-dropdown-options-2-1-1 {
  display: none;
}
.hb-c-toggle-2-1-1 .hb-dropdown-toggle-button-2-1-1 {
  display: none;
}
.hb-c-toggle-2-1-1 .hb-dropdown-toggle-button-2-1-1:checked ~ .hb-dropdown-options-2-1-1 {
  display: block;
}
.hb-c-toggle-2-1-1 .hb-dropdown-toggle-button-2-1-1:checked ~ .hb-dropdown-toggle-label-2-1-1 {
  font-weight: 500;
}

.hb-c-toggle-2-1-2 .hb-dropdown-options-2-1-2 {
  display: none;
}
.hb-c-toggle-2-1-2 .hb-dropdown-toggle-button-2-1-2 {
  display: none;
}
.hb-c-toggle-2-1-2 .hb-dropdown-toggle-button-2-1-2:checked ~ .hb-dropdown-options-2-1-2 {
  display: block;
}
.hb-c-toggle-2-1-2 .hb-dropdown-toggle-button-2-1-2:checked ~ .hb-dropdown-toggle-label-2-1-2 {
  font-weight: 500;
}

.hb-c-toggle-2-1-3 .hb-dropdown-options-2-1-3 {
  display: none;
}
.hb-c-toggle-2-1-3 .hb-dropdown-toggle-button-2-1-3 {
  display: none;
}
.hb-c-toggle-2-1-3 .hb-dropdown-toggle-button-2-1-3:checked ~ .hb-dropdown-options-2-1-3 {
  display: block;
}
.hb-c-toggle-2-1-3 .hb-dropdown-toggle-button-2-1-3:checked ~ .hb-dropdown-toggle-label-2-1-3 {
  font-weight: 500;
}

.hb-c-toggle-2-1-4 .hb-dropdown-options-2-1-4 {
  display: none;
}
.hb-c-toggle-2-1-4 .hb-dropdown-toggle-button-2-1-4 {
  display: none;
}
.hb-c-toggle-2-1-4 .hb-dropdown-toggle-button-2-1-4:checked ~ .hb-dropdown-options-2-1-4 {
  display: block;
}
.hb-c-toggle-2-1-4 .hb-dropdown-toggle-button-2-1-4:checked ~ .hb-dropdown-toggle-label-2-1-4 {
  font-weight: 500;
}

.hb-c-toggle-2-1-5 .hb-dropdown-options-2-1-5 {
  display: none;
}
.hb-c-toggle-2-1-5 .hb-dropdown-toggle-button-2-1-5 {
  display: none;
}
.hb-c-toggle-2-1-5 .hb-dropdown-toggle-button-2-1-5:checked ~ .hb-dropdown-options-2-1-5 {
  display: block;
}
.hb-c-toggle-2-1-5 .hb-dropdown-toggle-button-2-1-5:checked ~ .hb-dropdown-toggle-label-2-1-5 {
  font-weight: 500;
}

.hb-c-toggle-2-1-6 .hb-dropdown-options-2-1-6 {
  display: none;
}
.hb-c-toggle-2-1-6 .hb-dropdown-toggle-button-2-1-6 {
  display: none;
}
.hb-c-toggle-2-1-6 .hb-dropdown-toggle-button-2-1-6:checked ~ .hb-dropdown-options-2-1-6 {
  display: block;
}
.hb-c-toggle-2-1-6 .hb-dropdown-toggle-button-2-1-6:checked ~ .hb-dropdown-toggle-label-2-1-6 {
  font-weight: 500;
}

.hb-c-toggle-2-1-7 .hb-dropdown-options-2-1-7 {
  display: none;
}
.hb-c-toggle-2-1-7 .hb-dropdown-toggle-button-2-1-7 {
  display: none;
}
.hb-c-toggle-2-1-7 .hb-dropdown-toggle-button-2-1-7:checked ~ .hb-dropdown-options-2-1-7 {
  display: block;
}
.hb-c-toggle-2-1-7 .hb-dropdown-toggle-button-2-1-7:checked ~ .hb-dropdown-toggle-label-2-1-7 {
  font-weight: 500;
}

.hb-c-toggle-2-1-8 .hb-dropdown-options-2-1-8 {
  display: none;
}
.hb-c-toggle-2-1-8 .hb-dropdown-toggle-button-2-1-8 {
  display: none;
}
.hb-c-toggle-2-1-8 .hb-dropdown-toggle-button-2-1-8:checked ~ .hb-dropdown-options-2-1-8 {
  display: block;
}
.hb-c-toggle-2-1-8 .hb-dropdown-toggle-button-2-1-8:checked ~ .hb-dropdown-toggle-label-2-1-8 {
  font-weight: 500;
}

.hb-c-toggle-2-1-9 .hb-dropdown-options-2-1-9 {
  display: none;
}
.hb-c-toggle-2-1-9 .hb-dropdown-toggle-button-2-1-9 {
  display: none;
}
.hb-c-toggle-2-1-9 .hb-dropdown-toggle-button-2-1-9:checked ~ .hb-dropdown-options-2-1-9 {
  display: block;
}
.hb-c-toggle-2-1-9 .hb-dropdown-toggle-button-2-1-9:checked ~ .hb-dropdown-toggle-label-2-1-9 {
  font-weight: 500;
}

.hb-c-toggle-2-1-10 .hb-dropdown-options-2-1-10 {
  display: none;
}
.hb-c-toggle-2-1-10 .hb-dropdown-toggle-button-2-1-10 {
  display: none;
}
.hb-c-toggle-2-1-10 .hb-dropdown-toggle-button-2-1-10:checked ~ .hb-dropdown-options-2-1-10 {
  display: block;
}
.hb-c-toggle-2-1-10 .hb-dropdown-toggle-button-2-1-10:checked ~ .hb-dropdown-toggle-label-2-1-10 {
  font-weight: 500;
}

.hb-c-toggle-2-2 .hb-dropdown-options-2-2 {
  display: none;
}
.hb-c-toggle-2-2 .hb-dropdown-toggle-button-2-2 {
  display: none;
}
.hb-c-toggle-2-2 .hb-dropdown-toggle-button-2-2:checked ~ .hb-dropdown-options-2-2 {
  display: block;
}
.hb-c-toggle-2-2 .hb-dropdown-toggle-button-2-2:checked ~ .hb-dropdown-toggle-label-2-2 {
  font-weight: bold;
}
.hb-c-toggle-2-2 .hb-dropdown-toggle-button-2-2:checked ~ .hb-dropdown-toggle-label-2-2 h3 {
  font-weight: bold;
}

.hb-c-toggle-2-2-1 .hb-dropdown-options-2-2-1 {
  display: none;
}
.hb-c-toggle-2-2-1 .hb-dropdown-toggle-button-2-2-1 {
  display: none;
}
.hb-c-toggle-2-2-1 .hb-dropdown-toggle-button-2-2-1:checked ~ .hb-dropdown-options-2-2-1 {
  display: block;
}
.hb-c-toggle-2-2-1 .hb-dropdown-toggle-button-2-2-1:checked ~ .hb-dropdown-toggle-label-2-2-1 {
  font-weight: 500;
}

.hb-c-toggle-2-2-2 .hb-dropdown-options-2-2-2 {
  display: none;
}
.hb-c-toggle-2-2-2 .hb-dropdown-toggle-button-2-2-2 {
  display: none;
}
.hb-c-toggle-2-2-2 .hb-dropdown-toggle-button-2-2-2:checked ~ .hb-dropdown-options-2-2-2 {
  display: block;
}
.hb-c-toggle-2-2-2 .hb-dropdown-toggle-button-2-2-2:checked ~ .hb-dropdown-toggle-label-2-2-2 {
  font-weight: 500;
}

.hb-c-toggle-2-2-3 .hb-dropdown-options-2-2-3 {
  display: none;
}
.hb-c-toggle-2-2-3 .hb-dropdown-toggle-button-2-2-3 {
  display: none;
}
.hb-c-toggle-2-2-3 .hb-dropdown-toggle-button-2-2-3:checked ~ .hb-dropdown-options-2-2-3 {
  display: block;
}
.hb-c-toggle-2-2-3 .hb-dropdown-toggle-button-2-2-3:checked ~ .hb-dropdown-toggle-label-2-2-3 {
  font-weight: 500;
}

.hb-c-toggle-2-2-4 .hb-dropdown-options-2-2-4 {
  display: none;
}
.hb-c-toggle-2-2-4 .hb-dropdown-toggle-button-2-2-4 {
  display: none;
}
.hb-c-toggle-2-2-4 .hb-dropdown-toggle-button-2-2-4:checked ~ .hb-dropdown-options-2-2-4 {
  display: block;
}
.hb-c-toggle-2-2-4 .hb-dropdown-toggle-button-2-2-4:checked ~ .hb-dropdown-toggle-label-2-2-4 {
  font-weight: 500;
}

.hb-c-toggle-2-2-5 .hb-dropdown-options-2-2-5 {
  display: none;
}
.hb-c-toggle-2-2-5 .hb-dropdown-toggle-button-2-2-5 {
  display: none;
}
.hb-c-toggle-2-2-5 .hb-dropdown-toggle-button-2-2-5:checked ~ .hb-dropdown-options-2-2-5 {
  display: block;
}
.hb-c-toggle-2-2-5 .hb-dropdown-toggle-button-2-2-5:checked ~ .hb-dropdown-toggle-label-2-2-5 {
  font-weight: 500;
}

.hb-c-toggle-2-2-6 .hb-dropdown-options-2-2-6 {
  display: none;
}
.hb-c-toggle-2-2-6 .hb-dropdown-toggle-button-2-2-6 {
  display: none;
}
.hb-c-toggle-2-2-6 .hb-dropdown-toggle-button-2-2-6:checked ~ .hb-dropdown-options-2-2-6 {
  display: block;
}
.hb-c-toggle-2-2-6 .hb-dropdown-toggle-button-2-2-6:checked ~ .hb-dropdown-toggle-label-2-2-6 {
  font-weight: 500;
}

.hb-c-toggle-2-2-7 .hb-dropdown-options-2-2-7 {
  display: none;
}
.hb-c-toggle-2-2-7 .hb-dropdown-toggle-button-2-2-7 {
  display: none;
}
.hb-c-toggle-2-2-7 .hb-dropdown-toggle-button-2-2-7:checked ~ .hb-dropdown-options-2-2-7 {
  display: block;
}
.hb-c-toggle-2-2-7 .hb-dropdown-toggle-button-2-2-7:checked ~ .hb-dropdown-toggle-label-2-2-7 {
  font-weight: 500;
}

.hb-c-toggle-2-2-8 .hb-dropdown-options-2-2-8 {
  display: none;
}
.hb-c-toggle-2-2-8 .hb-dropdown-toggle-button-2-2-8 {
  display: none;
}
.hb-c-toggle-2-2-8 .hb-dropdown-toggle-button-2-2-8:checked ~ .hb-dropdown-options-2-2-8 {
  display: block;
}
.hb-c-toggle-2-2-8 .hb-dropdown-toggle-button-2-2-8:checked ~ .hb-dropdown-toggle-label-2-2-8 {
  font-weight: 500;
}

.hb-c-toggle-2-2-9 .hb-dropdown-options-2-2-9 {
  display: none;
}
.hb-c-toggle-2-2-9 .hb-dropdown-toggle-button-2-2-9 {
  display: none;
}
.hb-c-toggle-2-2-9 .hb-dropdown-toggle-button-2-2-9:checked ~ .hb-dropdown-options-2-2-9 {
  display: block;
}
.hb-c-toggle-2-2-9 .hb-dropdown-toggle-button-2-2-9:checked ~ .hb-dropdown-toggle-label-2-2-9 {
  font-weight: 500;
}

.hb-c-toggle-2-2-10 .hb-dropdown-options-2-2-10 {
  display: none;
}
.hb-c-toggle-2-2-10 .hb-dropdown-toggle-button-2-2-10 {
  display: none;
}
.hb-c-toggle-2-2-10 .hb-dropdown-toggle-button-2-2-10:checked ~ .hb-dropdown-options-2-2-10 {
  display: block;
}
.hb-c-toggle-2-2-10 .hb-dropdown-toggle-button-2-2-10:checked ~ .hb-dropdown-toggle-label-2-2-10 {
  font-weight: 500;
}

.hb-c-toggle-2-3 .hb-dropdown-options-2-3 {
  display: none;
}
.hb-c-toggle-2-3 .hb-dropdown-toggle-button-2-3 {
  display: none;
}
.hb-c-toggle-2-3 .hb-dropdown-toggle-button-2-3:checked ~ .hb-dropdown-options-2-3 {
  display: block;
}
.hb-c-toggle-2-3 .hb-dropdown-toggle-button-2-3:checked ~ .hb-dropdown-toggle-label-2-3 {
  font-weight: bold;
}
.hb-c-toggle-2-3 .hb-dropdown-toggle-button-2-3:checked ~ .hb-dropdown-toggle-label-2-3 h3 {
  font-weight: bold;
}

.hb-c-toggle-2-3-1 .hb-dropdown-options-2-3-1 {
  display: none;
}
.hb-c-toggle-2-3-1 .hb-dropdown-toggle-button-2-3-1 {
  display: none;
}
.hb-c-toggle-2-3-1 .hb-dropdown-toggle-button-2-3-1:checked ~ .hb-dropdown-options-2-3-1 {
  display: block;
}
.hb-c-toggle-2-3-1 .hb-dropdown-toggle-button-2-3-1:checked ~ .hb-dropdown-toggle-label-2-3-1 {
  font-weight: 500;
}

.hb-c-toggle-2-3-2 .hb-dropdown-options-2-3-2 {
  display: none;
}
.hb-c-toggle-2-3-2 .hb-dropdown-toggle-button-2-3-2 {
  display: none;
}
.hb-c-toggle-2-3-2 .hb-dropdown-toggle-button-2-3-2:checked ~ .hb-dropdown-options-2-3-2 {
  display: block;
}
.hb-c-toggle-2-3-2 .hb-dropdown-toggle-button-2-3-2:checked ~ .hb-dropdown-toggle-label-2-3-2 {
  font-weight: 500;
}

.hb-c-toggle-2-3-3 .hb-dropdown-options-2-3-3 {
  display: none;
}
.hb-c-toggle-2-3-3 .hb-dropdown-toggle-button-2-3-3 {
  display: none;
}
.hb-c-toggle-2-3-3 .hb-dropdown-toggle-button-2-3-3:checked ~ .hb-dropdown-options-2-3-3 {
  display: block;
}
.hb-c-toggle-2-3-3 .hb-dropdown-toggle-button-2-3-3:checked ~ .hb-dropdown-toggle-label-2-3-3 {
  font-weight: 500;
}

.hb-c-toggle-2-3-4 .hb-dropdown-options-2-3-4 {
  display: none;
}
.hb-c-toggle-2-3-4 .hb-dropdown-toggle-button-2-3-4 {
  display: none;
}
.hb-c-toggle-2-3-4 .hb-dropdown-toggle-button-2-3-4:checked ~ .hb-dropdown-options-2-3-4 {
  display: block;
}
.hb-c-toggle-2-3-4 .hb-dropdown-toggle-button-2-3-4:checked ~ .hb-dropdown-toggle-label-2-3-4 {
  font-weight: 500;
}

.hb-c-toggle-2-3-5 .hb-dropdown-options-2-3-5 {
  display: none;
}
.hb-c-toggle-2-3-5 .hb-dropdown-toggle-button-2-3-5 {
  display: none;
}
.hb-c-toggle-2-3-5 .hb-dropdown-toggle-button-2-3-5:checked ~ .hb-dropdown-options-2-3-5 {
  display: block;
}
.hb-c-toggle-2-3-5 .hb-dropdown-toggle-button-2-3-5:checked ~ .hb-dropdown-toggle-label-2-3-5 {
  font-weight: 500;
}

.hb-c-toggle-2-3-6 .hb-dropdown-options-2-3-6 {
  display: none;
}
.hb-c-toggle-2-3-6 .hb-dropdown-toggle-button-2-3-6 {
  display: none;
}
.hb-c-toggle-2-3-6 .hb-dropdown-toggle-button-2-3-6:checked ~ .hb-dropdown-options-2-3-6 {
  display: block;
}
.hb-c-toggle-2-3-6 .hb-dropdown-toggle-button-2-3-6:checked ~ .hb-dropdown-toggle-label-2-3-6 {
  font-weight: 500;
}

.hb-c-toggle-2-3-7 .hb-dropdown-options-2-3-7 {
  display: none;
}
.hb-c-toggle-2-3-7 .hb-dropdown-toggle-button-2-3-7 {
  display: none;
}
.hb-c-toggle-2-3-7 .hb-dropdown-toggle-button-2-3-7:checked ~ .hb-dropdown-options-2-3-7 {
  display: block;
}
.hb-c-toggle-2-3-7 .hb-dropdown-toggle-button-2-3-7:checked ~ .hb-dropdown-toggle-label-2-3-7 {
  font-weight: 500;
}

.hb-c-toggle-2-3-8 .hb-dropdown-options-2-3-8 {
  display: none;
}
.hb-c-toggle-2-3-8 .hb-dropdown-toggle-button-2-3-8 {
  display: none;
}
.hb-c-toggle-2-3-8 .hb-dropdown-toggle-button-2-3-8:checked ~ .hb-dropdown-options-2-3-8 {
  display: block;
}
.hb-c-toggle-2-3-8 .hb-dropdown-toggle-button-2-3-8:checked ~ .hb-dropdown-toggle-label-2-3-8 {
  font-weight: 500;
}

.hb-c-toggle-2-3-9 .hb-dropdown-options-2-3-9 {
  display: none;
}
.hb-c-toggle-2-3-9 .hb-dropdown-toggle-button-2-3-9 {
  display: none;
}
.hb-c-toggle-2-3-9 .hb-dropdown-toggle-button-2-3-9:checked ~ .hb-dropdown-options-2-3-9 {
  display: block;
}
.hb-c-toggle-2-3-9 .hb-dropdown-toggle-button-2-3-9:checked ~ .hb-dropdown-toggle-label-2-3-9 {
  font-weight: 500;
}

.hb-c-toggle-2-3-10 .hb-dropdown-options-2-3-10 {
  display: none;
}
.hb-c-toggle-2-3-10 .hb-dropdown-toggle-button-2-3-10 {
  display: none;
}
.hb-c-toggle-2-3-10 .hb-dropdown-toggle-button-2-3-10:checked ~ .hb-dropdown-options-2-3-10 {
  display: block;
}
.hb-c-toggle-2-3-10 .hb-dropdown-toggle-button-2-3-10:checked ~ .hb-dropdown-toggle-label-2-3-10 {
  font-weight: 500;
}

.hb-c-toggle-2-4 .hb-dropdown-options-2-4 {
  display: none;
}
.hb-c-toggle-2-4 .hb-dropdown-toggle-button-2-4 {
  display: none;
}
.hb-c-toggle-2-4 .hb-dropdown-toggle-button-2-4:checked ~ .hb-dropdown-options-2-4 {
  display: block;
}
.hb-c-toggle-2-4 .hb-dropdown-toggle-button-2-4:checked ~ .hb-dropdown-toggle-label-2-4 {
  font-weight: bold;
}
.hb-c-toggle-2-4 .hb-dropdown-toggle-button-2-4:checked ~ .hb-dropdown-toggle-label-2-4 h3 {
  font-weight: bold;
}

.hb-c-toggle-2-4-1 .hb-dropdown-options-2-4-1 {
  display: none;
}
.hb-c-toggle-2-4-1 .hb-dropdown-toggle-button-2-4-1 {
  display: none;
}
.hb-c-toggle-2-4-1 .hb-dropdown-toggle-button-2-4-1:checked ~ .hb-dropdown-options-2-4-1 {
  display: block;
}
.hb-c-toggle-2-4-1 .hb-dropdown-toggle-button-2-4-1:checked ~ .hb-dropdown-toggle-label-2-4-1 {
  font-weight: 500;
}

.hb-c-toggle-2-4-2 .hb-dropdown-options-2-4-2 {
  display: none;
}
.hb-c-toggle-2-4-2 .hb-dropdown-toggle-button-2-4-2 {
  display: none;
}
.hb-c-toggle-2-4-2 .hb-dropdown-toggle-button-2-4-2:checked ~ .hb-dropdown-options-2-4-2 {
  display: block;
}
.hb-c-toggle-2-4-2 .hb-dropdown-toggle-button-2-4-2:checked ~ .hb-dropdown-toggle-label-2-4-2 {
  font-weight: 500;
}

.hb-c-toggle-2-4-3 .hb-dropdown-options-2-4-3 {
  display: none;
}
.hb-c-toggle-2-4-3 .hb-dropdown-toggle-button-2-4-3 {
  display: none;
}
.hb-c-toggle-2-4-3 .hb-dropdown-toggle-button-2-4-3:checked ~ .hb-dropdown-options-2-4-3 {
  display: block;
}
.hb-c-toggle-2-4-3 .hb-dropdown-toggle-button-2-4-3:checked ~ .hb-dropdown-toggle-label-2-4-3 {
  font-weight: 500;
}

.hb-c-toggle-2-4-4 .hb-dropdown-options-2-4-4 {
  display: none;
}
.hb-c-toggle-2-4-4 .hb-dropdown-toggle-button-2-4-4 {
  display: none;
}
.hb-c-toggle-2-4-4 .hb-dropdown-toggle-button-2-4-4:checked ~ .hb-dropdown-options-2-4-4 {
  display: block;
}
.hb-c-toggle-2-4-4 .hb-dropdown-toggle-button-2-4-4:checked ~ .hb-dropdown-toggle-label-2-4-4 {
  font-weight: 500;
}

.hb-c-toggle-2-4-5 .hb-dropdown-options-2-4-5 {
  display: none;
}
.hb-c-toggle-2-4-5 .hb-dropdown-toggle-button-2-4-5 {
  display: none;
}
.hb-c-toggle-2-4-5 .hb-dropdown-toggle-button-2-4-5:checked ~ .hb-dropdown-options-2-4-5 {
  display: block;
}
.hb-c-toggle-2-4-5 .hb-dropdown-toggle-button-2-4-5:checked ~ .hb-dropdown-toggle-label-2-4-5 {
  font-weight: 500;
}

.hb-c-toggle-2-4-6 .hb-dropdown-options-2-4-6 {
  display: none;
}
.hb-c-toggle-2-4-6 .hb-dropdown-toggle-button-2-4-6 {
  display: none;
}
.hb-c-toggle-2-4-6 .hb-dropdown-toggle-button-2-4-6:checked ~ .hb-dropdown-options-2-4-6 {
  display: block;
}
.hb-c-toggle-2-4-6 .hb-dropdown-toggle-button-2-4-6:checked ~ .hb-dropdown-toggle-label-2-4-6 {
  font-weight: 500;
}

.hb-c-toggle-2-4-7 .hb-dropdown-options-2-4-7 {
  display: none;
}
.hb-c-toggle-2-4-7 .hb-dropdown-toggle-button-2-4-7 {
  display: none;
}
.hb-c-toggle-2-4-7 .hb-dropdown-toggle-button-2-4-7:checked ~ .hb-dropdown-options-2-4-7 {
  display: block;
}
.hb-c-toggle-2-4-7 .hb-dropdown-toggle-button-2-4-7:checked ~ .hb-dropdown-toggle-label-2-4-7 {
  font-weight: 500;
}

.hb-c-toggle-2-4-8 .hb-dropdown-options-2-4-8 {
  display: none;
}
.hb-c-toggle-2-4-8 .hb-dropdown-toggle-button-2-4-8 {
  display: none;
}
.hb-c-toggle-2-4-8 .hb-dropdown-toggle-button-2-4-8:checked ~ .hb-dropdown-options-2-4-8 {
  display: block;
}
.hb-c-toggle-2-4-8 .hb-dropdown-toggle-button-2-4-8:checked ~ .hb-dropdown-toggle-label-2-4-8 {
  font-weight: 500;
}

.hb-c-toggle-2-4-9 .hb-dropdown-options-2-4-9 {
  display: none;
}
.hb-c-toggle-2-4-9 .hb-dropdown-toggle-button-2-4-9 {
  display: none;
}
.hb-c-toggle-2-4-9 .hb-dropdown-toggle-button-2-4-9:checked ~ .hb-dropdown-options-2-4-9 {
  display: block;
}
.hb-c-toggle-2-4-9 .hb-dropdown-toggle-button-2-4-9:checked ~ .hb-dropdown-toggle-label-2-4-9 {
  font-weight: 500;
}

.hb-c-toggle-2-4-10 .hb-dropdown-options-2-4-10 {
  display: none;
}
.hb-c-toggle-2-4-10 .hb-dropdown-toggle-button-2-4-10 {
  display: none;
}
.hb-c-toggle-2-4-10 .hb-dropdown-toggle-button-2-4-10:checked ~ .hb-dropdown-options-2-4-10 {
  display: block;
}
.hb-c-toggle-2-4-10 .hb-dropdown-toggle-button-2-4-10:checked ~ .hb-dropdown-toggle-label-2-4-10 {
  font-weight: 500;
}

.hb-c-toggle-2-5 .hb-dropdown-options-2-5 {
  display: none;
}
.hb-c-toggle-2-5 .hb-dropdown-toggle-button-2-5 {
  display: none;
}
.hb-c-toggle-2-5 .hb-dropdown-toggle-button-2-5:checked ~ .hb-dropdown-options-2-5 {
  display: block;
}
.hb-c-toggle-2-5 .hb-dropdown-toggle-button-2-5:checked ~ .hb-dropdown-toggle-label-2-5 {
  font-weight: bold;
}
.hb-c-toggle-2-5 .hb-dropdown-toggle-button-2-5:checked ~ .hb-dropdown-toggle-label-2-5 h3 {
  font-weight: bold;
}

.hb-c-toggle-2-5-1 .hb-dropdown-options-2-5-1 {
  display: none;
}
.hb-c-toggle-2-5-1 .hb-dropdown-toggle-button-2-5-1 {
  display: none;
}
.hb-c-toggle-2-5-1 .hb-dropdown-toggle-button-2-5-1:checked ~ .hb-dropdown-options-2-5-1 {
  display: block;
}
.hb-c-toggle-2-5-1 .hb-dropdown-toggle-button-2-5-1:checked ~ .hb-dropdown-toggle-label-2-5-1 {
  font-weight: 500;
}

.hb-c-toggle-2-5-2 .hb-dropdown-options-2-5-2 {
  display: none;
}
.hb-c-toggle-2-5-2 .hb-dropdown-toggle-button-2-5-2 {
  display: none;
}
.hb-c-toggle-2-5-2 .hb-dropdown-toggle-button-2-5-2:checked ~ .hb-dropdown-options-2-5-2 {
  display: block;
}
.hb-c-toggle-2-5-2 .hb-dropdown-toggle-button-2-5-2:checked ~ .hb-dropdown-toggle-label-2-5-2 {
  font-weight: 500;
}

.hb-c-toggle-2-5-3 .hb-dropdown-options-2-5-3 {
  display: none;
}
.hb-c-toggle-2-5-3 .hb-dropdown-toggle-button-2-5-3 {
  display: none;
}
.hb-c-toggle-2-5-3 .hb-dropdown-toggle-button-2-5-3:checked ~ .hb-dropdown-options-2-5-3 {
  display: block;
}
.hb-c-toggle-2-5-3 .hb-dropdown-toggle-button-2-5-3:checked ~ .hb-dropdown-toggle-label-2-5-3 {
  font-weight: 500;
}

.hb-c-toggle-2-5-4 .hb-dropdown-options-2-5-4 {
  display: none;
}
.hb-c-toggle-2-5-4 .hb-dropdown-toggle-button-2-5-4 {
  display: none;
}
.hb-c-toggle-2-5-4 .hb-dropdown-toggle-button-2-5-4:checked ~ .hb-dropdown-options-2-5-4 {
  display: block;
}
.hb-c-toggle-2-5-4 .hb-dropdown-toggle-button-2-5-4:checked ~ .hb-dropdown-toggle-label-2-5-4 {
  font-weight: 500;
}

.hb-c-toggle-2-5-5 .hb-dropdown-options-2-5-5 {
  display: none;
}
.hb-c-toggle-2-5-5 .hb-dropdown-toggle-button-2-5-5 {
  display: none;
}
.hb-c-toggle-2-5-5 .hb-dropdown-toggle-button-2-5-5:checked ~ .hb-dropdown-options-2-5-5 {
  display: block;
}
.hb-c-toggle-2-5-5 .hb-dropdown-toggle-button-2-5-5:checked ~ .hb-dropdown-toggle-label-2-5-5 {
  font-weight: 500;
}

.hb-c-toggle-2-5-6 .hb-dropdown-options-2-5-6 {
  display: none;
}
.hb-c-toggle-2-5-6 .hb-dropdown-toggle-button-2-5-6 {
  display: none;
}
.hb-c-toggle-2-5-6 .hb-dropdown-toggle-button-2-5-6:checked ~ .hb-dropdown-options-2-5-6 {
  display: block;
}
.hb-c-toggle-2-5-6 .hb-dropdown-toggle-button-2-5-6:checked ~ .hb-dropdown-toggle-label-2-5-6 {
  font-weight: 500;
}

.hb-c-toggle-2-5-7 .hb-dropdown-options-2-5-7 {
  display: none;
}
.hb-c-toggle-2-5-7 .hb-dropdown-toggle-button-2-5-7 {
  display: none;
}
.hb-c-toggle-2-5-7 .hb-dropdown-toggle-button-2-5-7:checked ~ .hb-dropdown-options-2-5-7 {
  display: block;
}
.hb-c-toggle-2-5-7 .hb-dropdown-toggle-button-2-5-7:checked ~ .hb-dropdown-toggle-label-2-5-7 {
  font-weight: 500;
}

.hb-c-toggle-2-5-8 .hb-dropdown-options-2-5-8 {
  display: none;
}
.hb-c-toggle-2-5-8 .hb-dropdown-toggle-button-2-5-8 {
  display: none;
}
.hb-c-toggle-2-5-8 .hb-dropdown-toggle-button-2-5-8:checked ~ .hb-dropdown-options-2-5-8 {
  display: block;
}
.hb-c-toggle-2-5-8 .hb-dropdown-toggle-button-2-5-8:checked ~ .hb-dropdown-toggle-label-2-5-8 {
  font-weight: 500;
}

.hb-c-toggle-2-5-9 .hb-dropdown-options-2-5-9 {
  display: none;
}
.hb-c-toggle-2-5-9 .hb-dropdown-toggle-button-2-5-9 {
  display: none;
}
.hb-c-toggle-2-5-9 .hb-dropdown-toggle-button-2-5-9:checked ~ .hb-dropdown-options-2-5-9 {
  display: block;
}
.hb-c-toggle-2-5-9 .hb-dropdown-toggle-button-2-5-9:checked ~ .hb-dropdown-toggle-label-2-5-9 {
  font-weight: 500;
}

.hb-c-toggle-2-5-10 .hb-dropdown-options-2-5-10 {
  display: none;
}
.hb-c-toggle-2-5-10 .hb-dropdown-toggle-button-2-5-10 {
  display: none;
}
.hb-c-toggle-2-5-10 .hb-dropdown-toggle-button-2-5-10:checked ~ .hb-dropdown-options-2-5-10 {
  display: block;
}
.hb-c-toggle-2-5-10 .hb-dropdown-toggle-button-2-5-10:checked ~ .hb-dropdown-toggle-label-2-5-10 {
  font-weight: 500;
}

.hb-c-toggle-2-6 .hb-dropdown-options-2-6 {
  display: none;
}
.hb-c-toggle-2-6 .hb-dropdown-toggle-button-2-6 {
  display: none;
}
.hb-c-toggle-2-6 .hb-dropdown-toggle-button-2-6:checked ~ .hb-dropdown-options-2-6 {
  display: block;
}
.hb-c-toggle-2-6 .hb-dropdown-toggle-button-2-6:checked ~ .hb-dropdown-toggle-label-2-6 {
  font-weight: bold;
}
.hb-c-toggle-2-6 .hb-dropdown-toggle-button-2-6:checked ~ .hb-dropdown-toggle-label-2-6 h3 {
  font-weight: bold;
}

.hb-c-toggle-2-6-1 .hb-dropdown-options-2-6-1 {
  display: none;
}
.hb-c-toggle-2-6-1 .hb-dropdown-toggle-button-2-6-1 {
  display: none;
}
.hb-c-toggle-2-6-1 .hb-dropdown-toggle-button-2-6-1:checked ~ .hb-dropdown-options-2-6-1 {
  display: block;
}
.hb-c-toggle-2-6-1 .hb-dropdown-toggle-button-2-6-1:checked ~ .hb-dropdown-toggle-label-2-6-1 {
  font-weight: 500;
}

.hb-c-toggle-2-6-2 .hb-dropdown-options-2-6-2 {
  display: none;
}
.hb-c-toggle-2-6-2 .hb-dropdown-toggle-button-2-6-2 {
  display: none;
}
.hb-c-toggle-2-6-2 .hb-dropdown-toggle-button-2-6-2:checked ~ .hb-dropdown-options-2-6-2 {
  display: block;
}
.hb-c-toggle-2-6-2 .hb-dropdown-toggle-button-2-6-2:checked ~ .hb-dropdown-toggle-label-2-6-2 {
  font-weight: 500;
}

.hb-c-toggle-2-6-3 .hb-dropdown-options-2-6-3 {
  display: none;
}
.hb-c-toggle-2-6-3 .hb-dropdown-toggle-button-2-6-3 {
  display: none;
}
.hb-c-toggle-2-6-3 .hb-dropdown-toggle-button-2-6-3:checked ~ .hb-dropdown-options-2-6-3 {
  display: block;
}
.hb-c-toggle-2-6-3 .hb-dropdown-toggle-button-2-6-3:checked ~ .hb-dropdown-toggle-label-2-6-3 {
  font-weight: 500;
}

.hb-c-toggle-2-6-4 .hb-dropdown-options-2-6-4 {
  display: none;
}
.hb-c-toggle-2-6-4 .hb-dropdown-toggle-button-2-6-4 {
  display: none;
}
.hb-c-toggle-2-6-4 .hb-dropdown-toggle-button-2-6-4:checked ~ .hb-dropdown-options-2-6-4 {
  display: block;
}
.hb-c-toggle-2-6-4 .hb-dropdown-toggle-button-2-6-4:checked ~ .hb-dropdown-toggle-label-2-6-4 {
  font-weight: 500;
}

.hb-c-toggle-2-6-5 .hb-dropdown-options-2-6-5 {
  display: none;
}
.hb-c-toggle-2-6-5 .hb-dropdown-toggle-button-2-6-5 {
  display: none;
}
.hb-c-toggle-2-6-5 .hb-dropdown-toggle-button-2-6-5:checked ~ .hb-dropdown-options-2-6-5 {
  display: block;
}
.hb-c-toggle-2-6-5 .hb-dropdown-toggle-button-2-6-5:checked ~ .hb-dropdown-toggle-label-2-6-5 {
  font-weight: 500;
}

.hb-c-toggle-2-6-6 .hb-dropdown-options-2-6-6 {
  display: none;
}
.hb-c-toggle-2-6-6 .hb-dropdown-toggle-button-2-6-6 {
  display: none;
}
.hb-c-toggle-2-6-6 .hb-dropdown-toggle-button-2-6-6:checked ~ .hb-dropdown-options-2-6-6 {
  display: block;
}
.hb-c-toggle-2-6-6 .hb-dropdown-toggle-button-2-6-6:checked ~ .hb-dropdown-toggle-label-2-6-6 {
  font-weight: 500;
}

.hb-c-toggle-2-6-7 .hb-dropdown-options-2-6-7 {
  display: none;
}
.hb-c-toggle-2-6-7 .hb-dropdown-toggle-button-2-6-7 {
  display: none;
}
.hb-c-toggle-2-6-7 .hb-dropdown-toggle-button-2-6-7:checked ~ .hb-dropdown-options-2-6-7 {
  display: block;
}
.hb-c-toggle-2-6-7 .hb-dropdown-toggle-button-2-6-7:checked ~ .hb-dropdown-toggle-label-2-6-7 {
  font-weight: 500;
}

.hb-c-toggle-2-6-8 .hb-dropdown-options-2-6-8 {
  display: none;
}
.hb-c-toggle-2-6-8 .hb-dropdown-toggle-button-2-6-8 {
  display: none;
}
.hb-c-toggle-2-6-8 .hb-dropdown-toggle-button-2-6-8:checked ~ .hb-dropdown-options-2-6-8 {
  display: block;
}
.hb-c-toggle-2-6-8 .hb-dropdown-toggle-button-2-6-8:checked ~ .hb-dropdown-toggle-label-2-6-8 {
  font-weight: 500;
}

.hb-c-toggle-2-6-9 .hb-dropdown-options-2-6-9 {
  display: none;
}
.hb-c-toggle-2-6-9 .hb-dropdown-toggle-button-2-6-9 {
  display: none;
}
.hb-c-toggle-2-6-9 .hb-dropdown-toggle-button-2-6-9:checked ~ .hb-dropdown-options-2-6-9 {
  display: block;
}
.hb-c-toggle-2-6-9 .hb-dropdown-toggle-button-2-6-9:checked ~ .hb-dropdown-toggle-label-2-6-9 {
  font-weight: 500;
}

.hb-c-toggle-2-6-10 .hb-dropdown-options-2-6-10 {
  display: none;
}
.hb-c-toggle-2-6-10 .hb-dropdown-toggle-button-2-6-10 {
  display: none;
}
.hb-c-toggle-2-6-10 .hb-dropdown-toggle-button-2-6-10:checked ~ .hb-dropdown-options-2-6-10 {
  display: block;
}
.hb-c-toggle-2-6-10 .hb-dropdown-toggle-button-2-6-10:checked ~ .hb-dropdown-toggle-label-2-6-10 {
  font-weight: 500;
}

.hb-c-toggle-2-7 .hb-dropdown-options-2-7 {
  display: none;
}
.hb-c-toggle-2-7 .hb-dropdown-toggle-button-2-7 {
  display: none;
}
.hb-c-toggle-2-7 .hb-dropdown-toggle-button-2-7:checked ~ .hb-dropdown-options-2-7 {
  display: block;
}
.hb-c-toggle-2-7 .hb-dropdown-toggle-button-2-7:checked ~ .hb-dropdown-toggle-label-2-7 {
  font-weight: bold;
}
.hb-c-toggle-2-7 .hb-dropdown-toggle-button-2-7:checked ~ .hb-dropdown-toggle-label-2-7 h3 {
  font-weight: bold;
}

.hb-c-toggle-2-7-1 .hb-dropdown-options-2-7-1 {
  display: none;
}
.hb-c-toggle-2-7-1 .hb-dropdown-toggle-button-2-7-1 {
  display: none;
}
.hb-c-toggle-2-7-1 .hb-dropdown-toggle-button-2-7-1:checked ~ .hb-dropdown-options-2-7-1 {
  display: block;
}
.hb-c-toggle-2-7-1 .hb-dropdown-toggle-button-2-7-1:checked ~ .hb-dropdown-toggle-label-2-7-1 {
  font-weight: 500;
}

.hb-c-toggle-2-7-2 .hb-dropdown-options-2-7-2 {
  display: none;
}
.hb-c-toggle-2-7-2 .hb-dropdown-toggle-button-2-7-2 {
  display: none;
}
.hb-c-toggle-2-7-2 .hb-dropdown-toggle-button-2-7-2:checked ~ .hb-dropdown-options-2-7-2 {
  display: block;
}
.hb-c-toggle-2-7-2 .hb-dropdown-toggle-button-2-7-2:checked ~ .hb-dropdown-toggle-label-2-7-2 {
  font-weight: 500;
}

.hb-c-toggle-2-7-3 .hb-dropdown-options-2-7-3 {
  display: none;
}
.hb-c-toggle-2-7-3 .hb-dropdown-toggle-button-2-7-3 {
  display: none;
}
.hb-c-toggle-2-7-3 .hb-dropdown-toggle-button-2-7-3:checked ~ .hb-dropdown-options-2-7-3 {
  display: block;
}
.hb-c-toggle-2-7-3 .hb-dropdown-toggle-button-2-7-3:checked ~ .hb-dropdown-toggle-label-2-7-3 {
  font-weight: 500;
}

.hb-c-toggle-2-7-4 .hb-dropdown-options-2-7-4 {
  display: none;
}
.hb-c-toggle-2-7-4 .hb-dropdown-toggle-button-2-7-4 {
  display: none;
}
.hb-c-toggle-2-7-4 .hb-dropdown-toggle-button-2-7-4:checked ~ .hb-dropdown-options-2-7-4 {
  display: block;
}
.hb-c-toggle-2-7-4 .hb-dropdown-toggle-button-2-7-4:checked ~ .hb-dropdown-toggle-label-2-7-4 {
  font-weight: 500;
}

.hb-c-toggle-2-7-5 .hb-dropdown-options-2-7-5 {
  display: none;
}
.hb-c-toggle-2-7-5 .hb-dropdown-toggle-button-2-7-5 {
  display: none;
}
.hb-c-toggle-2-7-5 .hb-dropdown-toggle-button-2-7-5:checked ~ .hb-dropdown-options-2-7-5 {
  display: block;
}
.hb-c-toggle-2-7-5 .hb-dropdown-toggle-button-2-7-5:checked ~ .hb-dropdown-toggle-label-2-7-5 {
  font-weight: 500;
}

.hb-c-toggle-2-7-6 .hb-dropdown-options-2-7-6 {
  display: none;
}
.hb-c-toggle-2-7-6 .hb-dropdown-toggle-button-2-7-6 {
  display: none;
}
.hb-c-toggle-2-7-6 .hb-dropdown-toggle-button-2-7-6:checked ~ .hb-dropdown-options-2-7-6 {
  display: block;
}
.hb-c-toggle-2-7-6 .hb-dropdown-toggle-button-2-7-6:checked ~ .hb-dropdown-toggle-label-2-7-6 {
  font-weight: 500;
}

.hb-c-toggle-2-7-7 .hb-dropdown-options-2-7-7 {
  display: none;
}
.hb-c-toggle-2-7-7 .hb-dropdown-toggle-button-2-7-7 {
  display: none;
}
.hb-c-toggle-2-7-7 .hb-dropdown-toggle-button-2-7-7:checked ~ .hb-dropdown-options-2-7-7 {
  display: block;
}
.hb-c-toggle-2-7-7 .hb-dropdown-toggle-button-2-7-7:checked ~ .hb-dropdown-toggle-label-2-7-7 {
  font-weight: 500;
}

.hb-c-toggle-2-7-8 .hb-dropdown-options-2-7-8 {
  display: none;
}
.hb-c-toggle-2-7-8 .hb-dropdown-toggle-button-2-7-8 {
  display: none;
}
.hb-c-toggle-2-7-8 .hb-dropdown-toggle-button-2-7-8:checked ~ .hb-dropdown-options-2-7-8 {
  display: block;
}
.hb-c-toggle-2-7-8 .hb-dropdown-toggle-button-2-7-8:checked ~ .hb-dropdown-toggle-label-2-7-8 {
  font-weight: 500;
}

.hb-c-toggle-2-7-9 .hb-dropdown-options-2-7-9 {
  display: none;
}
.hb-c-toggle-2-7-9 .hb-dropdown-toggle-button-2-7-9 {
  display: none;
}
.hb-c-toggle-2-7-9 .hb-dropdown-toggle-button-2-7-9:checked ~ .hb-dropdown-options-2-7-9 {
  display: block;
}
.hb-c-toggle-2-7-9 .hb-dropdown-toggle-button-2-7-9:checked ~ .hb-dropdown-toggle-label-2-7-9 {
  font-weight: 500;
}

.hb-c-toggle-2-7-10 .hb-dropdown-options-2-7-10 {
  display: none;
}
.hb-c-toggle-2-7-10 .hb-dropdown-toggle-button-2-7-10 {
  display: none;
}
.hb-c-toggle-2-7-10 .hb-dropdown-toggle-button-2-7-10:checked ~ .hb-dropdown-options-2-7-10 {
  display: block;
}
.hb-c-toggle-2-7-10 .hb-dropdown-toggle-button-2-7-10:checked ~ .hb-dropdown-toggle-label-2-7-10 {
  font-weight: 500;
}

.hb-c-toggle-2-8 .hb-dropdown-options-2-8 {
  display: none;
}
.hb-c-toggle-2-8 .hb-dropdown-toggle-button-2-8 {
  display: none;
}
.hb-c-toggle-2-8 .hb-dropdown-toggle-button-2-8:checked ~ .hb-dropdown-options-2-8 {
  display: block;
}
.hb-c-toggle-2-8 .hb-dropdown-toggle-button-2-8:checked ~ .hb-dropdown-toggle-label-2-8 {
  font-weight: bold;
}
.hb-c-toggle-2-8 .hb-dropdown-toggle-button-2-8:checked ~ .hb-dropdown-toggle-label-2-8 h3 {
  font-weight: bold;
}

.hb-c-toggle-2-8-1 .hb-dropdown-options-2-8-1 {
  display: none;
}
.hb-c-toggle-2-8-1 .hb-dropdown-toggle-button-2-8-1 {
  display: none;
}
.hb-c-toggle-2-8-1 .hb-dropdown-toggle-button-2-8-1:checked ~ .hb-dropdown-options-2-8-1 {
  display: block;
}
.hb-c-toggle-2-8-1 .hb-dropdown-toggle-button-2-8-1:checked ~ .hb-dropdown-toggle-label-2-8-1 {
  font-weight: 500;
}

.hb-c-toggle-2-8-2 .hb-dropdown-options-2-8-2 {
  display: none;
}
.hb-c-toggle-2-8-2 .hb-dropdown-toggle-button-2-8-2 {
  display: none;
}
.hb-c-toggle-2-8-2 .hb-dropdown-toggle-button-2-8-2:checked ~ .hb-dropdown-options-2-8-2 {
  display: block;
}
.hb-c-toggle-2-8-2 .hb-dropdown-toggle-button-2-8-2:checked ~ .hb-dropdown-toggle-label-2-8-2 {
  font-weight: 500;
}

.hb-c-toggle-2-8-3 .hb-dropdown-options-2-8-3 {
  display: none;
}
.hb-c-toggle-2-8-3 .hb-dropdown-toggle-button-2-8-3 {
  display: none;
}
.hb-c-toggle-2-8-3 .hb-dropdown-toggle-button-2-8-3:checked ~ .hb-dropdown-options-2-8-3 {
  display: block;
}
.hb-c-toggle-2-8-3 .hb-dropdown-toggle-button-2-8-3:checked ~ .hb-dropdown-toggle-label-2-8-3 {
  font-weight: 500;
}

.hb-c-toggle-2-8-4 .hb-dropdown-options-2-8-4 {
  display: none;
}
.hb-c-toggle-2-8-4 .hb-dropdown-toggle-button-2-8-4 {
  display: none;
}
.hb-c-toggle-2-8-4 .hb-dropdown-toggle-button-2-8-4:checked ~ .hb-dropdown-options-2-8-4 {
  display: block;
}
.hb-c-toggle-2-8-4 .hb-dropdown-toggle-button-2-8-4:checked ~ .hb-dropdown-toggle-label-2-8-4 {
  font-weight: 500;
}

.hb-c-toggle-2-8-5 .hb-dropdown-options-2-8-5 {
  display: none;
}
.hb-c-toggle-2-8-5 .hb-dropdown-toggle-button-2-8-5 {
  display: none;
}
.hb-c-toggle-2-8-5 .hb-dropdown-toggle-button-2-8-5:checked ~ .hb-dropdown-options-2-8-5 {
  display: block;
}
.hb-c-toggle-2-8-5 .hb-dropdown-toggle-button-2-8-5:checked ~ .hb-dropdown-toggle-label-2-8-5 {
  font-weight: 500;
}

.hb-c-toggle-2-8-6 .hb-dropdown-options-2-8-6 {
  display: none;
}
.hb-c-toggle-2-8-6 .hb-dropdown-toggle-button-2-8-6 {
  display: none;
}
.hb-c-toggle-2-8-6 .hb-dropdown-toggle-button-2-8-6:checked ~ .hb-dropdown-options-2-8-6 {
  display: block;
}
.hb-c-toggle-2-8-6 .hb-dropdown-toggle-button-2-8-6:checked ~ .hb-dropdown-toggle-label-2-8-6 {
  font-weight: 500;
}

.hb-c-toggle-2-8-7 .hb-dropdown-options-2-8-7 {
  display: none;
}
.hb-c-toggle-2-8-7 .hb-dropdown-toggle-button-2-8-7 {
  display: none;
}
.hb-c-toggle-2-8-7 .hb-dropdown-toggle-button-2-8-7:checked ~ .hb-dropdown-options-2-8-7 {
  display: block;
}
.hb-c-toggle-2-8-7 .hb-dropdown-toggle-button-2-8-7:checked ~ .hb-dropdown-toggle-label-2-8-7 {
  font-weight: 500;
}

.hb-c-toggle-2-8-8 .hb-dropdown-options-2-8-8 {
  display: none;
}
.hb-c-toggle-2-8-8 .hb-dropdown-toggle-button-2-8-8 {
  display: none;
}
.hb-c-toggle-2-8-8 .hb-dropdown-toggle-button-2-8-8:checked ~ .hb-dropdown-options-2-8-8 {
  display: block;
}
.hb-c-toggle-2-8-8 .hb-dropdown-toggle-button-2-8-8:checked ~ .hb-dropdown-toggle-label-2-8-8 {
  font-weight: 500;
}

.hb-c-toggle-2-8-9 .hb-dropdown-options-2-8-9 {
  display: none;
}
.hb-c-toggle-2-8-9 .hb-dropdown-toggle-button-2-8-9 {
  display: none;
}
.hb-c-toggle-2-8-9 .hb-dropdown-toggle-button-2-8-9:checked ~ .hb-dropdown-options-2-8-9 {
  display: block;
}
.hb-c-toggle-2-8-9 .hb-dropdown-toggle-button-2-8-9:checked ~ .hb-dropdown-toggle-label-2-8-9 {
  font-weight: 500;
}

.hb-c-toggle-2-8-10 .hb-dropdown-options-2-8-10 {
  display: none;
}
.hb-c-toggle-2-8-10 .hb-dropdown-toggle-button-2-8-10 {
  display: none;
}
.hb-c-toggle-2-8-10 .hb-dropdown-toggle-button-2-8-10:checked ~ .hb-dropdown-options-2-8-10 {
  display: block;
}
.hb-c-toggle-2-8-10 .hb-dropdown-toggle-button-2-8-10:checked ~ .hb-dropdown-toggle-label-2-8-10 {
  font-weight: 500;
}

.hb-c-toggle-2-9 .hb-dropdown-options-2-9 {
  display: none;
}
.hb-c-toggle-2-9 .hb-dropdown-toggle-button-2-9 {
  display: none;
}
.hb-c-toggle-2-9 .hb-dropdown-toggle-button-2-9:checked ~ .hb-dropdown-options-2-9 {
  display: block;
}
.hb-c-toggle-2-9 .hb-dropdown-toggle-button-2-9:checked ~ .hb-dropdown-toggle-label-2-9 {
  font-weight: bold;
}
.hb-c-toggle-2-9 .hb-dropdown-toggle-button-2-9:checked ~ .hb-dropdown-toggle-label-2-9 h3 {
  font-weight: bold;
}

.hb-c-toggle-2-9-1 .hb-dropdown-options-2-9-1 {
  display: none;
}
.hb-c-toggle-2-9-1 .hb-dropdown-toggle-button-2-9-1 {
  display: none;
}
.hb-c-toggle-2-9-1 .hb-dropdown-toggle-button-2-9-1:checked ~ .hb-dropdown-options-2-9-1 {
  display: block;
}
.hb-c-toggle-2-9-1 .hb-dropdown-toggle-button-2-9-1:checked ~ .hb-dropdown-toggle-label-2-9-1 {
  font-weight: 500;
}

.hb-c-toggle-2-9-2 .hb-dropdown-options-2-9-2 {
  display: none;
}
.hb-c-toggle-2-9-2 .hb-dropdown-toggle-button-2-9-2 {
  display: none;
}
.hb-c-toggle-2-9-2 .hb-dropdown-toggle-button-2-9-2:checked ~ .hb-dropdown-options-2-9-2 {
  display: block;
}
.hb-c-toggle-2-9-2 .hb-dropdown-toggle-button-2-9-2:checked ~ .hb-dropdown-toggle-label-2-9-2 {
  font-weight: 500;
}

.hb-c-toggle-2-9-3 .hb-dropdown-options-2-9-3 {
  display: none;
}
.hb-c-toggle-2-9-3 .hb-dropdown-toggle-button-2-9-3 {
  display: none;
}
.hb-c-toggle-2-9-3 .hb-dropdown-toggle-button-2-9-3:checked ~ .hb-dropdown-options-2-9-3 {
  display: block;
}
.hb-c-toggle-2-9-3 .hb-dropdown-toggle-button-2-9-3:checked ~ .hb-dropdown-toggle-label-2-9-3 {
  font-weight: 500;
}

.hb-c-toggle-2-9-4 .hb-dropdown-options-2-9-4 {
  display: none;
}
.hb-c-toggle-2-9-4 .hb-dropdown-toggle-button-2-9-4 {
  display: none;
}
.hb-c-toggle-2-9-4 .hb-dropdown-toggle-button-2-9-4:checked ~ .hb-dropdown-options-2-9-4 {
  display: block;
}
.hb-c-toggle-2-9-4 .hb-dropdown-toggle-button-2-9-4:checked ~ .hb-dropdown-toggle-label-2-9-4 {
  font-weight: 500;
}

.hb-c-toggle-2-9-5 .hb-dropdown-options-2-9-5 {
  display: none;
}
.hb-c-toggle-2-9-5 .hb-dropdown-toggle-button-2-9-5 {
  display: none;
}
.hb-c-toggle-2-9-5 .hb-dropdown-toggle-button-2-9-5:checked ~ .hb-dropdown-options-2-9-5 {
  display: block;
}
.hb-c-toggle-2-9-5 .hb-dropdown-toggle-button-2-9-5:checked ~ .hb-dropdown-toggle-label-2-9-5 {
  font-weight: 500;
}

.hb-c-toggle-2-9-6 .hb-dropdown-options-2-9-6 {
  display: none;
}
.hb-c-toggle-2-9-6 .hb-dropdown-toggle-button-2-9-6 {
  display: none;
}
.hb-c-toggle-2-9-6 .hb-dropdown-toggle-button-2-9-6:checked ~ .hb-dropdown-options-2-9-6 {
  display: block;
}
.hb-c-toggle-2-9-6 .hb-dropdown-toggle-button-2-9-6:checked ~ .hb-dropdown-toggle-label-2-9-6 {
  font-weight: 500;
}

.hb-c-toggle-2-9-7 .hb-dropdown-options-2-9-7 {
  display: none;
}
.hb-c-toggle-2-9-7 .hb-dropdown-toggle-button-2-9-7 {
  display: none;
}
.hb-c-toggle-2-9-7 .hb-dropdown-toggle-button-2-9-7:checked ~ .hb-dropdown-options-2-9-7 {
  display: block;
}
.hb-c-toggle-2-9-7 .hb-dropdown-toggle-button-2-9-7:checked ~ .hb-dropdown-toggle-label-2-9-7 {
  font-weight: 500;
}

.hb-c-toggle-2-9-8 .hb-dropdown-options-2-9-8 {
  display: none;
}
.hb-c-toggle-2-9-8 .hb-dropdown-toggle-button-2-9-8 {
  display: none;
}
.hb-c-toggle-2-9-8 .hb-dropdown-toggle-button-2-9-8:checked ~ .hb-dropdown-options-2-9-8 {
  display: block;
}
.hb-c-toggle-2-9-8 .hb-dropdown-toggle-button-2-9-8:checked ~ .hb-dropdown-toggle-label-2-9-8 {
  font-weight: 500;
}

.hb-c-toggle-2-9-9 .hb-dropdown-options-2-9-9 {
  display: none;
}
.hb-c-toggle-2-9-9 .hb-dropdown-toggle-button-2-9-9 {
  display: none;
}
.hb-c-toggle-2-9-9 .hb-dropdown-toggle-button-2-9-9:checked ~ .hb-dropdown-options-2-9-9 {
  display: block;
}
.hb-c-toggle-2-9-9 .hb-dropdown-toggle-button-2-9-9:checked ~ .hb-dropdown-toggle-label-2-9-9 {
  font-weight: 500;
}

.hb-c-toggle-2-9-10 .hb-dropdown-options-2-9-10 {
  display: none;
}
.hb-c-toggle-2-9-10 .hb-dropdown-toggle-button-2-9-10 {
  display: none;
}
.hb-c-toggle-2-9-10 .hb-dropdown-toggle-button-2-9-10:checked ~ .hb-dropdown-options-2-9-10 {
  display: block;
}
.hb-c-toggle-2-9-10 .hb-dropdown-toggle-button-2-9-10:checked ~ .hb-dropdown-toggle-label-2-9-10 {
  font-weight: 500;
}

.hb-c-toggle-2-10 .hb-dropdown-options-2-10 {
  display: none;
}
.hb-c-toggle-2-10 .hb-dropdown-toggle-button-2-10 {
  display: none;
}
.hb-c-toggle-2-10 .hb-dropdown-toggle-button-2-10:checked ~ .hb-dropdown-options-2-10 {
  display: block;
}
.hb-c-toggle-2-10 .hb-dropdown-toggle-button-2-10:checked ~ .hb-dropdown-toggle-label-2-10 {
  font-weight: bold;
}
.hb-c-toggle-2-10 .hb-dropdown-toggle-button-2-10:checked ~ .hb-dropdown-toggle-label-2-10 h3 {
  font-weight: bold;
}

.hb-c-toggle-2-10-1 .hb-dropdown-options-2-10-1 {
  display: none;
}
.hb-c-toggle-2-10-1 .hb-dropdown-toggle-button-2-10-1 {
  display: none;
}
.hb-c-toggle-2-10-1 .hb-dropdown-toggle-button-2-10-1:checked ~ .hb-dropdown-options-2-10-1 {
  display: block;
}
.hb-c-toggle-2-10-1 .hb-dropdown-toggle-button-2-10-1:checked ~ .hb-dropdown-toggle-label-2-10-1 {
  font-weight: 500;
}

.hb-c-toggle-2-10-2 .hb-dropdown-options-2-10-2 {
  display: none;
}
.hb-c-toggle-2-10-2 .hb-dropdown-toggle-button-2-10-2 {
  display: none;
}
.hb-c-toggle-2-10-2 .hb-dropdown-toggle-button-2-10-2:checked ~ .hb-dropdown-options-2-10-2 {
  display: block;
}
.hb-c-toggle-2-10-2 .hb-dropdown-toggle-button-2-10-2:checked ~ .hb-dropdown-toggle-label-2-10-2 {
  font-weight: 500;
}

.hb-c-toggle-2-10-3 .hb-dropdown-options-2-10-3 {
  display: none;
}
.hb-c-toggle-2-10-3 .hb-dropdown-toggle-button-2-10-3 {
  display: none;
}
.hb-c-toggle-2-10-3 .hb-dropdown-toggle-button-2-10-3:checked ~ .hb-dropdown-options-2-10-3 {
  display: block;
}
.hb-c-toggle-2-10-3 .hb-dropdown-toggle-button-2-10-3:checked ~ .hb-dropdown-toggle-label-2-10-3 {
  font-weight: 500;
}

.hb-c-toggle-2-10-4 .hb-dropdown-options-2-10-4 {
  display: none;
}
.hb-c-toggle-2-10-4 .hb-dropdown-toggle-button-2-10-4 {
  display: none;
}
.hb-c-toggle-2-10-4 .hb-dropdown-toggle-button-2-10-4:checked ~ .hb-dropdown-options-2-10-4 {
  display: block;
}
.hb-c-toggle-2-10-4 .hb-dropdown-toggle-button-2-10-4:checked ~ .hb-dropdown-toggle-label-2-10-4 {
  font-weight: 500;
}

.hb-c-toggle-2-10-5 .hb-dropdown-options-2-10-5 {
  display: none;
}
.hb-c-toggle-2-10-5 .hb-dropdown-toggle-button-2-10-5 {
  display: none;
}
.hb-c-toggle-2-10-5 .hb-dropdown-toggle-button-2-10-5:checked ~ .hb-dropdown-options-2-10-5 {
  display: block;
}
.hb-c-toggle-2-10-5 .hb-dropdown-toggle-button-2-10-5:checked ~ .hb-dropdown-toggle-label-2-10-5 {
  font-weight: 500;
}

.hb-c-toggle-2-10-6 .hb-dropdown-options-2-10-6 {
  display: none;
}
.hb-c-toggle-2-10-6 .hb-dropdown-toggle-button-2-10-6 {
  display: none;
}
.hb-c-toggle-2-10-6 .hb-dropdown-toggle-button-2-10-6:checked ~ .hb-dropdown-options-2-10-6 {
  display: block;
}
.hb-c-toggle-2-10-6 .hb-dropdown-toggle-button-2-10-6:checked ~ .hb-dropdown-toggle-label-2-10-6 {
  font-weight: 500;
}

.hb-c-toggle-2-10-7 .hb-dropdown-options-2-10-7 {
  display: none;
}
.hb-c-toggle-2-10-7 .hb-dropdown-toggle-button-2-10-7 {
  display: none;
}
.hb-c-toggle-2-10-7 .hb-dropdown-toggle-button-2-10-7:checked ~ .hb-dropdown-options-2-10-7 {
  display: block;
}
.hb-c-toggle-2-10-7 .hb-dropdown-toggle-button-2-10-7:checked ~ .hb-dropdown-toggle-label-2-10-7 {
  font-weight: 500;
}

.hb-c-toggle-2-10-8 .hb-dropdown-options-2-10-8 {
  display: none;
}
.hb-c-toggle-2-10-8 .hb-dropdown-toggle-button-2-10-8 {
  display: none;
}
.hb-c-toggle-2-10-8 .hb-dropdown-toggle-button-2-10-8:checked ~ .hb-dropdown-options-2-10-8 {
  display: block;
}
.hb-c-toggle-2-10-8 .hb-dropdown-toggle-button-2-10-8:checked ~ .hb-dropdown-toggle-label-2-10-8 {
  font-weight: 500;
}

.hb-c-toggle-2-10-9 .hb-dropdown-options-2-10-9 {
  display: none;
}
.hb-c-toggle-2-10-9 .hb-dropdown-toggle-button-2-10-9 {
  display: none;
}
.hb-c-toggle-2-10-9 .hb-dropdown-toggle-button-2-10-9:checked ~ .hb-dropdown-options-2-10-9 {
  display: block;
}
.hb-c-toggle-2-10-9 .hb-dropdown-toggle-button-2-10-9:checked ~ .hb-dropdown-toggle-label-2-10-9 {
  font-weight: 500;
}

.hb-c-toggle-2-10-10 .hb-dropdown-options-2-10-10 {
  display: none;
}
.hb-c-toggle-2-10-10 .hb-dropdown-toggle-button-2-10-10 {
  display: none;
}
.hb-c-toggle-2-10-10 .hb-dropdown-toggle-button-2-10-10:checked ~ .hb-dropdown-options-2-10-10 {
  display: block;
}
.hb-c-toggle-2-10-10 .hb-dropdown-toggle-button-2-10-10:checked ~ .hb-dropdown-toggle-label-2-10-10 {
  font-weight: 500;
}

.hb-c-toggle-3-1 .hb-dropdown-options-3-1 {
  display: none;
}
.hb-c-toggle-3-1 .hb-dropdown-toggle-button-3-1 {
  display: none;
}
.hb-c-toggle-3-1 .hb-dropdown-toggle-button-3-1:checked ~ .hb-dropdown-options-3-1 {
  display: block;
}
.hb-c-toggle-3-1 .hb-dropdown-toggle-button-3-1:checked ~ .hb-dropdown-toggle-label-3-1 {
  font-weight: bold;
}
.hb-c-toggle-3-1 .hb-dropdown-toggle-button-3-1:checked ~ .hb-dropdown-toggle-label-3-1 h3 {
  font-weight: bold;
}

.hb-c-toggle-3-1-1 .hb-dropdown-options-3-1-1 {
  display: none;
}
.hb-c-toggle-3-1-1 .hb-dropdown-toggle-button-3-1-1 {
  display: none;
}
.hb-c-toggle-3-1-1 .hb-dropdown-toggle-button-3-1-1:checked ~ .hb-dropdown-options-3-1-1 {
  display: block;
}
.hb-c-toggle-3-1-1 .hb-dropdown-toggle-button-3-1-1:checked ~ .hb-dropdown-toggle-label-3-1-1 {
  font-weight: 500;
}

.hb-c-toggle-3-1-2 .hb-dropdown-options-3-1-2 {
  display: none;
}
.hb-c-toggle-3-1-2 .hb-dropdown-toggle-button-3-1-2 {
  display: none;
}
.hb-c-toggle-3-1-2 .hb-dropdown-toggle-button-3-1-2:checked ~ .hb-dropdown-options-3-1-2 {
  display: block;
}
.hb-c-toggle-3-1-2 .hb-dropdown-toggle-button-3-1-2:checked ~ .hb-dropdown-toggle-label-3-1-2 {
  font-weight: 500;
}

.hb-c-toggle-3-1-3 .hb-dropdown-options-3-1-3 {
  display: none;
}
.hb-c-toggle-3-1-3 .hb-dropdown-toggle-button-3-1-3 {
  display: none;
}
.hb-c-toggle-3-1-3 .hb-dropdown-toggle-button-3-1-3:checked ~ .hb-dropdown-options-3-1-3 {
  display: block;
}
.hb-c-toggle-3-1-3 .hb-dropdown-toggle-button-3-1-3:checked ~ .hb-dropdown-toggle-label-3-1-3 {
  font-weight: 500;
}

.hb-c-toggle-3-1-4 .hb-dropdown-options-3-1-4 {
  display: none;
}
.hb-c-toggle-3-1-4 .hb-dropdown-toggle-button-3-1-4 {
  display: none;
}
.hb-c-toggle-3-1-4 .hb-dropdown-toggle-button-3-1-4:checked ~ .hb-dropdown-options-3-1-4 {
  display: block;
}
.hb-c-toggle-3-1-4 .hb-dropdown-toggle-button-3-1-4:checked ~ .hb-dropdown-toggle-label-3-1-4 {
  font-weight: 500;
}

.hb-c-toggle-3-1-5 .hb-dropdown-options-3-1-5 {
  display: none;
}
.hb-c-toggle-3-1-5 .hb-dropdown-toggle-button-3-1-5 {
  display: none;
}
.hb-c-toggle-3-1-5 .hb-dropdown-toggle-button-3-1-5:checked ~ .hb-dropdown-options-3-1-5 {
  display: block;
}
.hb-c-toggle-3-1-5 .hb-dropdown-toggle-button-3-1-5:checked ~ .hb-dropdown-toggle-label-3-1-5 {
  font-weight: 500;
}

.hb-c-toggle-3-1-6 .hb-dropdown-options-3-1-6 {
  display: none;
}
.hb-c-toggle-3-1-6 .hb-dropdown-toggle-button-3-1-6 {
  display: none;
}
.hb-c-toggle-3-1-6 .hb-dropdown-toggle-button-3-1-6:checked ~ .hb-dropdown-options-3-1-6 {
  display: block;
}
.hb-c-toggle-3-1-6 .hb-dropdown-toggle-button-3-1-6:checked ~ .hb-dropdown-toggle-label-3-1-6 {
  font-weight: 500;
}

.hb-c-toggle-3-1-7 .hb-dropdown-options-3-1-7 {
  display: none;
}
.hb-c-toggle-3-1-7 .hb-dropdown-toggle-button-3-1-7 {
  display: none;
}
.hb-c-toggle-3-1-7 .hb-dropdown-toggle-button-3-1-7:checked ~ .hb-dropdown-options-3-1-7 {
  display: block;
}
.hb-c-toggle-3-1-7 .hb-dropdown-toggle-button-3-1-7:checked ~ .hb-dropdown-toggle-label-3-1-7 {
  font-weight: 500;
}

.hb-c-toggle-3-1-8 .hb-dropdown-options-3-1-8 {
  display: none;
}
.hb-c-toggle-3-1-8 .hb-dropdown-toggle-button-3-1-8 {
  display: none;
}
.hb-c-toggle-3-1-8 .hb-dropdown-toggle-button-3-1-8:checked ~ .hb-dropdown-options-3-1-8 {
  display: block;
}
.hb-c-toggle-3-1-8 .hb-dropdown-toggle-button-3-1-8:checked ~ .hb-dropdown-toggle-label-3-1-8 {
  font-weight: 500;
}

.hb-c-toggle-3-1-9 .hb-dropdown-options-3-1-9 {
  display: none;
}
.hb-c-toggle-3-1-9 .hb-dropdown-toggle-button-3-1-9 {
  display: none;
}
.hb-c-toggle-3-1-9 .hb-dropdown-toggle-button-3-1-9:checked ~ .hb-dropdown-options-3-1-9 {
  display: block;
}
.hb-c-toggle-3-1-9 .hb-dropdown-toggle-button-3-1-9:checked ~ .hb-dropdown-toggle-label-3-1-9 {
  font-weight: 500;
}

.hb-c-toggle-3-1-10 .hb-dropdown-options-3-1-10 {
  display: none;
}
.hb-c-toggle-3-1-10 .hb-dropdown-toggle-button-3-1-10 {
  display: none;
}
.hb-c-toggle-3-1-10 .hb-dropdown-toggle-button-3-1-10:checked ~ .hb-dropdown-options-3-1-10 {
  display: block;
}
.hb-c-toggle-3-1-10 .hb-dropdown-toggle-button-3-1-10:checked ~ .hb-dropdown-toggle-label-3-1-10 {
  font-weight: 500;
}

.hb-c-toggle-3-2 .hb-dropdown-options-3-2 {
  display: none;
}
.hb-c-toggle-3-2 .hb-dropdown-toggle-button-3-2 {
  display: none;
}
.hb-c-toggle-3-2 .hb-dropdown-toggle-button-3-2:checked ~ .hb-dropdown-options-3-2 {
  display: block;
}
.hb-c-toggle-3-2 .hb-dropdown-toggle-button-3-2:checked ~ .hb-dropdown-toggle-label-3-2 {
  font-weight: bold;
}
.hb-c-toggle-3-2 .hb-dropdown-toggle-button-3-2:checked ~ .hb-dropdown-toggle-label-3-2 h3 {
  font-weight: bold;
}

.hb-c-toggle-3-2-1 .hb-dropdown-options-3-2-1 {
  display: none;
}
.hb-c-toggle-3-2-1 .hb-dropdown-toggle-button-3-2-1 {
  display: none;
}
.hb-c-toggle-3-2-1 .hb-dropdown-toggle-button-3-2-1:checked ~ .hb-dropdown-options-3-2-1 {
  display: block;
}
.hb-c-toggle-3-2-1 .hb-dropdown-toggle-button-3-2-1:checked ~ .hb-dropdown-toggle-label-3-2-1 {
  font-weight: 500;
}

.hb-c-toggle-3-2-2 .hb-dropdown-options-3-2-2 {
  display: none;
}
.hb-c-toggle-3-2-2 .hb-dropdown-toggle-button-3-2-2 {
  display: none;
}
.hb-c-toggle-3-2-2 .hb-dropdown-toggle-button-3-2-2:checked ~ .hb-dropdown-options-3-2-2 {
  display: block;
}
.hb-c-toggle-3-2-2 .hb-dropdown-toggle-button-3-2-2:checked ~ .hb-dropdown-toggle-label-3-2-2 {
  font-weight: 500;
}

.hb-c-toggle-3-2-3 .hb-dropdown-options-3-2-3 {
  display: none;
}
.hb-c-toggle-3-2-3 .hb-dropdown-toggle-button-3-2-3 {
  display: none;
}
.hb-c-toggle-3-2-3 .hb-dropdown-toggle-button-3-2-3:checked ~ .hb-dropdown-options-3-2-3 {
  display: block;
}
.hb-c-toggle-3-2-3 .hb-dropdown-toggle-button-3-2-3:checked ~ .hb-dropdown-toggle-label-3-2-3 {
  font-weight: 500;
}

.hb-c-toggle-3-2-4 .hb-dropdown-options-3-2-4 {
  display: none;
}
.hb-c-toggle-3-2-4 .hb-dropdown-toggle-button-3-2-4 {
  display: none;
}
.hb-c-toggle-3-2-4 .hb-dropdown-toggle-button-3-2-4:checked ~ .hb-dropdown-options-3-2-4 {
  display: block;
}
.hb-c-toggle-3-2-4 .hb-dropdown-toggle-button-3-2-4:checked ~ .hb-dropdown-toggle-label-3-2-4 {
  font-weight: 500;
}

.hb-c-toggle-3-2-5 .hb-dropdown-options-3-2-5 {
  display: none;
}
.hb-c-toggle-3-2-5 .hb-dropdown-toggle-button-3-2-5 {
  display: none;
}
.hb-c-toggle-3-2-5 .hb-dropdown-toggle-button-3-2-5:checked ~ .hb-dropdown-options-3-2-5 {
  display: block;
}
.hb-c-toggle-3-2-5 .hb-dropdown-toggle-button-3-2-5:checked ~ .hb-dropdown-toggle-label-3-2-5 {
  font-weight: 500;
}

.hb-c-toggle-3-2-6 .hb-dropdown-options-3-2-6 {
  display: none;
}
.hb-c-toggle-3-2-6 .hb-dropdown-toggle-button-3-2-6 {
  display: none;
}
.hb-c-toggle-3-2-6 .hb-dropdown-toggle-button-3-2-6:checked ~ .hb-dropdown-options-3-2-6 {
  display: block;
}
.hb-c-toggle-3-2-6 .hb-dropdown-toggle-button-3-2-6:checked ~ .hb-dropdown-toggle-label-3-2-6 {
  font-weight: 500;
}

.hb-c-toggle-3-2-7 .hb-dropdown-options-3-2-7 {
  display: none;
}
.hb-c-toggle-3-2-7 .hb-dropdown-toggle-button-3-2-7 {
  display: none;
}
.hb-c-toggle-3-2-7 .hb-dropdown-toggle-button-3-2-7:checked ~ .hb-dropdown-options-3-2-7 {
  display: block;
}
.hb-c-toggle-3-2-7 .hb-dropdown-toggle-button-3-2-7:checked ~ .hb-dropdown-toggle-label-3-2-7 {
  font-weight: 500;
}

.hb-c-toggle-3-2-8 .hb-dropdown-options-3-2-8 {
  display: none;
}
.hb-c-toggle-3-2-8 .hb-dropdown-toggle-button-3-2-8 {
  display: none;
}
.hb-c-toggle-3-2-8 .hb-dropdown-toggle-button-3-2-8:checked ~ .hb-dropdown-options-3-2-8 {
  display: block;
}
.hb-c-toggle-3-2-8 .hb-dropdown-toggle-button-3-2-8:checked ~ .hb-dropdown-toggle-label-3-2-8 {
  font-weight: 500;
}

.hb-c-toggle-3-2-9 .hb-dropdown-options-3-2-9 {
  display: none;
}
.hb-c-toggle-3-2-9 .hb-dropdown-toggle-button-3-2-9 {
  display: none;
}
.hb-c-toggle-3-2-9 .hb-dropdown-toggle-button-3-2-9:checked ~ .hb-dropdown-options-3-2-9 {
  display: block;
}
.hb-c-toggle-3-2-9 .hb-dropdown-toggle-button-3-2-9:checked ~ .hb-dropdown-toggle-label-3-2-9 {
  font-weight: 500;
}

.hb-c-toggle-3-2-10 .hb-dropdown-options-3-2-10 {
  display: none;
}
.hb-c-toggle-3-2-10 .hb-dropdown-toggle-button-3-2-10 {
  display: none;
}
.hb-c-toggle-3-2-10 .hb-dropdown-toggle-button-3-2-10:checked ~ .hb-dropdown-options-3-2-10 {
  display: block;
}
.hb-c-toggle-3-2-10 .hb-dropdown-toggle-button-3-2-10:checked ~ .hb-dropdown-toggle-label-3-2-10 {
  font-weight: 500;
}

.hb-c-toggle-3-3 .hb-dropdown-options-3-3 {
  display: none;
}
.hb-c-toggle-3-3 .hb-dropdown-toggle-button-3-3 {
  display: none;
}
.hb-c-toggle-3-3 .hb-dropdown-toggle-button-3-3:checked ~ .hb-dropdown-options-3-3 {
  display: block;
}
.hb-c-toggle-3-3 .hb-dropdown-toggle-button-3-3:checked ~ .hb-dropdown-toggle-label-3-3 {
  font-weight: bold;
}
.hb-c-toggle-3-3 .hb-dropdown-toggle-button-3-3:checked ~ .hb-dropdown-toggle-label-3-3 h3 {
  font-weight: bold;
}

.hb-c-toggle-3-3-1 .hb-dropdown-options-3-3-1 {
  display: none;
}
.hb-c-toggle-3-3-1 .hb-dropdown-toggle-button-3-3-1 {
  display: none;
}
.hb-c-toggle-3-3-1 .hb-dropdown-toggle-button-3-3-1:checked ~ .hb-dropdown-options-3-3-1 {
  display: block;
}
.hb-c-toggle-3-3-1 .hb-dropdown-toggle-button-3-3-1:checked ~ .hb-dropdown-toggle-label-3-3-1 {
  font-weight: 500;
}

.hb-c-toggle-3-3-2 .hb-dropdown-options-3-3-2 {
  display: none;
}
.hb-c-toggle-3-3-2 .hb-dropdown-toggle-button-3-3-2 {
  display: none;
}
.hb-c-toggle-3-3-2 .hb-dropdown-toggle-button-3-3-2:checked ~ .hb-dropdown-options-3-3-2 {
  display: block;
}
.hb-c-toggle-3-3-2 .hb-dropdown-toggle-button-3-3-2:checked ~ .hb-dropdown-toggle-label-3-3-2 {
  font-weight: 500;
}

.hb-c-toggle-3-3-3 .hb-dropdown-options-3-3-3 {
  display: none;
}
.hb-c-toggle-3-3-3 .hb-dropdown-toggle-button-3-3-3 {
  display: none;
}
.hb-c-toggle-3-3-3 .hb-dropdown-toggle-button-3-3-3:checked ~ .hb-dropdown-options-3-3-3 {
  display: block;
}
.hb-c-toggle-3-3-3 .hb-dropdown-toggle-button-3-3-3:checked ~ .hb-dropdown-toggle-label-3-3-3 {
  font-weight: 500;
}

.hb-c-toggle-3-3-4 .hb-dropdown-options-3-3-4 {
  display: none;
}
.hb-c-toggle-3-3-4 .hb-dropdown-toggle-button-3-3-4 {
  display: none;
}
.hb-c-toggle-3-3-4 .hb-dropdown-toggle-button-3-3-4:checked ~ .hb-dropdown-options-3-3-4 {
  display: block;
}
.hb-c-toggle-3-3-4 .hb-dropdown-toggle-button-3-3-4:checked ~ .hb-dropdown-toggle-label-3-3-4 {
  font-weight: 500;
}

.hb-c-toggle-3-3-5 .hb-dropdown-options-3-3-5 {
  display: none;
}
.hb-c-toggle-3-3-5 .hb-dropdown-toggle-button-3-3-5 {
  display: none;
}
.hb-c-toggle-3-3-5 .hb-dropdown-toggle-button-3-3-5:checked ~ .hb-dropdown-options-3-3-5 {
  display: block;
}
.hb-c-toggle-3-3-5 .hb-dropdown-toggle-button-3-3-5:checked ~ .hb-dropdown-toggle-label-3-3-5 {
  font-weight: 500;
}

.hb-c-toggle-3-3-6 .hb-dropdown-options-3-3-6 {
  display: none;
}
.hb-c-toggle-3-3-6 .hb-dropdown-toggle-button-3-3-6 {
  display: none;
}
.hb-c-toggle-3-3-6 .hb-dropdown-toggle-button-3-3-6:checked ~ .hb-dropdown-options-3-3-6 {
  display: block;
}
.hb-c-toggle-3-3-6 .hb-dropdown-toggle-button-3-3-6:checked ~ .hb-dropdown-toggle-label-3-3-6 {
  font-weight: 500;
}

.hb-c-toggle-3-3-7 .hb-dropdown-options-3-3-7 {
  display: none;
}
.hb-c-toggle-3-3-7 .hb-dropdown-toggle-button-3-3-7 {
  display: none;
}
.hb-c-toggle-3-3-7 .hb-dropdown-toggle-button-3-3-7:checked ~ .hb-dropdown-options-3-3-7 {
  display: block;
}
.hb-c-toggle-3-3-7 .hb-dropdown-toggle-button-3-3-7:checked ~ .hb-dropdown-toggle-label-3-3-7 {
  font-weight: 500;
}

.hb-c-toggle-3-3-8 .hb-dropdown-options-3-3-8 {
  display: none;
}
.hb-c-toggle-3-3-8 .hb-dropdown-toggle-button-3-3-8 {
  display: none;
}
.hb-c-toggle-3-3-8 .hb-dropdown-toggle-button-3-3-8:checked ~ .hb-dropdown-options-3-3-8 {
  display: block;
}
.hb-c-toggle-3-3-8 .hb-dropdown-toggle-button-3-3-8:checked ~ .hb-dropdown-toggle-label-3-3-8 {
  font-weight: 500;
}

.hb-c-toggle-3-3-9 .hb-dropdown-options-3-3-9 {
  display: none;
}
.hb-c-toggle-3-3-9 .hb-dropdown-toggle-button-3-3-9 {
  display: none;
}
.hb-c-toggle-3-3-9 .hb-dropdown-toggle-button-3-3-9:checked ~ .hb-dropdown-options-3-3-9 {
  display: block;
}
.hb-c-toggle-3-3-9 .hb-dropdown-toggle-button-3-3-9:checked ~ .hb-dropdown-toggle-label-3-3-9 {
  font-weight: 500;
}

.hb-c-toggle-3-3-10 .hb-dropdown-options-3-3-10 {
  display: none;
}
.hb-c-toggle-3-3-10 .hb-dropdown-toggle-button-3-3-10 {
  display: none;
}
.hb-c-toggle-3-3-10 .hb-dropdown-toggle-button-3-3-10:checked ~ .hb-dropdown-options-3-3-10 {
  display: block;
}
.hb-c-toggle-3-3-10 .hb-dropdown-toggle-button-3-3-10:checked ~ .hb-dropdown-toggle-label-3-3-10 {
  font-weight: 500;
}

.hb-c-toggle-3-4 .hb-dropdown-options-3-4 {
  display: none;
}
.hb-c-toggle-3-4 .hb-dropdown-toggle-button-3-4 {
  display: none;
}
.hb-c-toggle-3-4 .hb-dropdown-toggle-button-3-4:checked ~ .hb-dropdown-options-3-4 {
  display: block;
}
.hb-c-toggle-3-4 .hb-dropdown-toggle-button-3-4:checked ~ .hb-dropdown-toggle-label-3-4 {
  font-weight: bold;
}
.hb-c-toggle-3-4 .hb-dropdown-toggle-button-3-4:checked ~ .hb-dropdown-toggle-label-3-4 h3 {
  font-weight: bold;
}

.hb-c-toggle-3-4-1 .hb-dropdown-options-3-4-1 {
  display: none;
}
.hb-c-toggle-3-4-1 .hb-dropdown-toggle-button-3-4-1 {
  display: none;
}
.hb-c-toggle-3-4-1 .hb-dropdown-toggle-button-3-4-1:checked ~ .hb-dropdown-options-3-4-1 {
  display: block;
}
.hb-c-toggle-3-4-1 .hb-dropdown-toggle-button-3-4-1:checked ~ .hb-dropdown-toggle-label-3-4-1 {
  font-weight: 500;
}

.hb-c-toggle-3-4-2 .hb-dropdown-options-3-4-2 {
  display: none;
}
.hb-c-toggle-3-4-2 .hb-dropdown-toggle-button-3-4-2 {
  display: none;
}
.hb-c-toggle-3-4-2 .hb-dropdown-toggle-button-3-4-2:checked ~ .hb-dropdown-options-3-4-2 {
  display: block;
}
.hb-c-toggle-3-4-2 .hb-dropdown-toggle-button-3-4-2:checked ~ .hb-dropdown-toggle-label-3-4-2 {
  font-weight: 500;
}

.hb-c-toggle-3-4-3 .hb-dropdown-options-3-4-3 {
  display: none;
}
.hb-c-toggle-3-4-3 .hb-dropdown-toggle-button-3-4-3 {
  display: none;
}
.hb-c-toggle-3-4-3 .hb-dropdown-toggle-button-3-4-3:checked ~ .hb-dropdown-options-3-4-3 {
  display: block;
}
.hb-c-toggle-3-4-3 .hb-dropdown-toggle-button-3-4-3:checked ~ .hb-dropdown-toggle-label-3-4-3 {
  font-weight: 500;
}

.hb-c-toggle-3-4-4 .hb-dropdown-options-3-4-4 {
  display: none;
}
.hb-c-toggle-3-4-4 .hb-dropdown-toggle-button-3-4-4 {
  display: none;
}
.hb-c-toggle-3-4-4 .hb-dropdown-toggle-button-3-4-4:checked ~ .hb-dropdown-options-3-4-4 {
  display: block;
}
.hb-c-toggle-3-4-4 .hb-dropdown-toggle-button-3-4-4:checked ~ .hb-dropdown-toggle-label-3-4-4 {
  font-weight: 500;
}

.hb-c-toggle-3-4-5 .hb-dropdown-options-3-4-5 {
  display: none;
}
.hb-c-toggle-3-4-5 .hb-dropdown-toggle-button-3-4-5 {
  display: none;
}
.hb-c-toggle-3-4-5 .hb-dropdown-toggle-button-3-4-5:checked ~ .hb-dropdown-options-3-4-5 {
  display: block;
}
.hb-c-toggle-3-4-5 .hb-dropdown-toggle-button-3-4-5:checked ~ .hb-dropdown-toggle-label-3-4-5 {
  font-weight: 500;
}

.hb-c-toggle-3-4-6 .hb-dropdown-options-3-4-6 {
  display: none;
}
.hb-c-toggle-3-4-6 .hb-dropdown-toggle-button-3-4-6 {
  display: none;
}
.hb-c-toggle-3-4-6 .hb-dropdown-toggle-button-3-4-6:checked ~ .hb-dropdown-options-3-4-6 {
  display: block;
}
.hb-c-toggle-3-4-6 .hb-dropdown-toggle-button-3-4-6:checked ~ .hb-dropdown-toggle-label-3-4-6 {
  font-weight: 500;
}

.hb-c-toggle-3-4-7 .hb-dropdown-options-3-4-7 {
  display: none;
}
.hb-c-toggle-3-4-7 .hb-dropdown-toggle-button-3-4-7 {
  display: none;
}
.hb-c-toggle-3-4-7 .hb-dropdown-toggle-button-3-4-7:checked ~ .hb-dropdown-options-3-4-7 {
  display: block;
}
.hb-c-toggle-3-4-7 .hb-dropdown-toggle-button-3-4-7:checked ~ .hb-dropdown-toggle-label-3-4-7 {
  font-weight: 500;
}

.hb-c-toggle-3-4-8 .hb-dropdown-options-3-4-8 {
  display: none;
}
.hb-c-toggle-3-4-8 .hb-dropdown-toggle-button-3-4-8 {
  display: none;
}
.hb-c-toggle-3-4-8 .hb-dropdown-toggle-button-3-4-8:checked ~ .hb-dropdown-options-3-4-8 {
  display: block;
}
.hb-c-toggle-3-4-8 .hb-dropdown-toggle-button-3-4-8:checked ~ .hb-dropdown-toggle-label-3-4-8 {
  font-weight: 500;
}

.hb-c-toggle-3-4-9 .hb-dropdown-options-3-4-9 {
  display: none;
}
.hb-c-toggle-3-4-9 .hb-dropdown-toggle-button-3-4-9 {
  display: none;
}
.hb-c-toggle-3-4-9 .hb-dropdown-toggle-button-3-4-9:checked ~ .hb-dropdown-options-3-4-9 {
  display: block;
}
.hb-c-toggle-3-4-9 .hb-dropdown-toggle-button-3-4-9:checked ~ .hb-dropdown-toggle-label-3-4-9 {
  font-weight: 500;
}

.hb-c-toggle-3-4-10 .hb-dropdown-options-3-4-10 {
  display: none;
}
.hb-c-toggle-3-4-10 .hb-dropdown-toggle-button-3-4-10 {
  display: none;
}
.hb-c-toggle-3-4-10 .hb-dropdown-toggle-button-3-4-10:checked ~ .hb-dropdown-options-3-4-10 {
  display: block;
}
.hb-c-toggle-3-4-10 .hb-dropdown-toggle-button-3-4-10:checked ~ .hb-dropdown-toggle-label-3-4-10 {
  font-weight: 500;
}

.hb-c-toggle-3-5 .hb-dropdown-options-3-5 {
  display: none;
}
.hb-c-toggle-3-5 .hb-dropdown-toggle-button-3-5 {
  display: none;
}
.hb-c-toggle-3-5 .hb-dropdown-toggle-button-3-5:checked ~ .hb-dropdown-options-3-5 {
  display: block;
}
.hb-c-toggle-3-5 .hb-dropdown-toggle-button-3-5:checked ~ .hb-dropdown-toggle-label-3-5 {
  font-weight: bold;
}
.hb-c-toggle-3-5 .hb-dropdown-toggle-button-3-5:checked ~ .hb-dropdown-toggle-label-3-5 h3 {
  font-weight: bold;
}

.hb-c-toggle-3-5-1 .hb-dropdown-options-3-5-1 {
  display: none;
}
.hb-c-toggle-3-5-1 .hb-dropdown-toggle-button-3-5-1 {
  display: none;
}
.hb-c-toggle-3-5-1 .hb-dropdown-toggle-button-3-5-1:checked ~ .hb-dropdown-options-3-5-1 {
  display: block;
}
.hb-c-toggle-3-5-1 .hb-dropdown-toggle-button-3-5-1:checked ~ .hb-dropdown-toggle-label-3-5-1 {
  font-weight: 500;
}

.hb-c-toggle-3-5-2 .hb-dropdown-options-3-5-2 {
  display: none;
}
.hb-c-toggle-3-5-2 .hb-dropdown-toggle-button-3-5-2 {
  display: none;
}
.hb-c-toggle-3-5-2 .hb-dropdown-toggle-button-3-5-2:checked ~ .hb-dropdown-options-3-5-2 {
  display: block;
}
.hb-c-toggle-3-5-2 .hb-dropdown-toggle-button-3-5-2:checked ~ .hb-dropdown-toggle-label-3-5-2 {
  font-weight: 500;
}

.hb-c-toggle-3-5-3 .hb-dropdown-options-3-5-3 {
  display: none;
}
.hb-c-toggle-3-5-3 .hb-dropdown-toggle-button-3-5-3 {
  display: none;
}
.hb-c-toggle-3-5-3 .hb-dropdown-toggle-button-3-5-3:checked ~ .hb-dropdown-options-3-5-3 {
  display: block;
}
.hb-c-toggle-3-5-3 .hb-dropdown-toggle-button-3-5-3:checked ~ .hb-dropdown-toggle-label-3-5-3 {
  font-weight: 500;
}

.hb-c-toggle-3-5-4 .hb-dropdown-options-3-5-4 {
  display: none;
}
.hb-c-toggle-3-5-4 .hb-dropdown-toggle-button-3-5-4 {
  display: none;
}
.hb-c-toggle-3-5-4 .hb-dropdown-toggle-button-3-5-4:checked ~ .hb-dropdown-options-3-5-4 {
  display: block;
}
.hb-c-toggle-3-5-4 .hb-dropdown-toggle-button-3-5-4:checked ~ .hb-dropdown-toggle-label-3-5-4 {
  font-weight: 500;
}

.hb-c-toggle-3-5-5 .hb-dropdown-options-3-5-5 {
  display: none;
}
.hb-c-toggle-3-5-5 .hb-dropdown-toggle-button-3-5-5 {
  display: none;
}
.hb-c-toggle-3-5-5 .hb-dropdown-toggle-button-3-5-5:checked ~ .hb-dropdown-options-3-5-5 {
  display: block;
}
.hb-c-toggle-3-5-5 .hb-dropdown-toggle-button-3-5-5:checked ~ .hb-dropdown-toggle-label-3-5-5 {
  font-weight: 500;
}

.hb-c-toggle-3-5-6 .hb-dropdown-options-3-5-6 {
  display: none;
}
.hb-c-toggle-3-5-6 .hb-dropdown-toggle-button-3-5-6 {
  display: none;
}
.hb-c-toggle-3-5-6 .hb-dropdown-toggle-button-3-5-6:checked ~ .hb-dropdown-options-3-5-6 {
  display: block;
}
.hb-c-toggle-3-5-6 .hb-dropdown-toggle-button-3-5-6:checked ~ .hb-dropdown-toggle-label-3-5-6 {
  font-weight: 500;
}

.hb-c-toggle-3-5-7 .hb-dropdown-options-3-5-7 {
  display: none;
}
.hb-c-toggle-3-5-7 .hb-dropdown-toggle-button-3-5-7 {
  display: none;
}
.hb-c-toggle-3-5-7 .hb-dropdown-toggle-button-3-5-7:checked ~ .hb-dropdown-options-3-5-7 {
  display: block;
}
.hb-c-toggle-3-5-7 .hb-dropdown-toggle-button-3-5-7:checked ~ .hb-dropdown-toggle-label-3-5-7 {
  font-weight: 500;
}

.hb-c-toggle-3-5-8 .hb-dropdown-options-3-5-8 {
  display: none;
}
.hb-c-toggle-3-5-8 .hb-dropdown-toggle-button-3-5-8 {
  display: none;
}
.hb-c-toggle-3-5-8 .hb-dropdown-toggle-button-3-5-8:checked ~ .hb-dropdown-options-3-5-8 {
  display: block;
}
.hb-c-toggle-3-5-8 .hb-dropdown-toggle-button-3-5-8:checked ~ .hb-dropdown-toggle-label-3-5-8 {
  font-weight: 500;
}

.hb-c-toggle-3-5-9 .hb-dropdown-options-3-5-9 {
  display: none;
}
.hb-c-toggle-3-5-9 .hb-dropdown-toggle-button-3-5-9 {
  display: none;
}
.hb-c-toggle-3-5-9 .hb-dropdown-toggle-button-3-5-9:checked ~ .hb-dropdown-options-3-5-9 {
  display: block;
}
.hb-c-toggle-3-5-9 .hb-dropdown-toggle-button-3-5-9:checked ~ .hb-dropdown-toggle-label-3-5-9 {
  font-weight: 500;
}

.hb-c-toggle-3-5-10 .hb-dropdown-options-3-5-10 {
  display: none;
}
.hb-c-toggle-3-5-10 .hb-dropdown-toggle-button-3-5-10 {
  display: none;
}
.hb-c-toggle-3-5-10 .hb-dropdown-toggle-button-3-5-10:checked ~ .hb-dropdown-options-3-5-10 {
  display: block;
}
.hb-c-toggle-3-5-10 .hb-dropdown-toggle-button-3-5-10:checked ~ .hb-dropdown-toggle-label-3-5-10 {
  font-weight: 500;
}

.hb-c-toggle-3-6 .hb-dropdown-options-3-6 {
  display: none;
}
.hb-c-toggle-3-6 .hb-dropdown-toggle-button-3-6 {
  display: none;
}
.hb-c-toggle-3-6 .hb-dropdown-toggle-button-3-6:checked ~ .hb-dropdown-options-3-6 {
  display: block;
}
.hb-c-toggle-3-6 .hb-dropdown-toggle-button-3-6:checked ~ .hb-dropdown-toggle-label-3-6 {
  font-weight: bold;
}
.hb-c-toggle-3-6 .hb-dropdown-toggle-button-3-6:checked ~ .hb-dropdown-toggle-label-3-6 h3 {
  font-weight: bold;
}

.hb-c-toggle-3-6-1 .hb-dropdown-options-3-6-1 {
  display: none;
}
.hb-c-toggle-3-6-1 .hb-dropdown-toggle-button-3-6-1 {
  display: none;
}
.hb-c-toggle-3-6-1 .hb-dropdown-toggle-button-3-6-1:checked ~ .hb-dropdown-options-3-6-1 {
  display: block;
}
.hb-c-toggle-3-6-1 .hb-dropdown-toggle-button-3-6-1:checked ~ .hb-dropdown-toggle-label-3-6-1 {
  font-weight: 500;
}

.hb-c-toggle-3-6-2 .hb-dropdown-options-3-6-2 {
  display: none;
}
.hb-c-toggle-3-6-2 .hb-dropdown-toggle-button-3-6-2 {
  display: none;
}
.hb-c-toggle-3-6-2 .hb-dropdown-toggle-button-3-6-2:checked ~ .hb-dropdown-options-3-6-2 {
  display: block;
}
.hb-c-toggle-3-6-2 .hb-dropdown-toggle-button-3-6-2:checked ~ .hb-dropdown-toggle-label-3-6-2 {
  font-weight: 500;
}

.hb-c-toggle-3-6-3 .hb-dropdown-options-3-6-3 {
  display: none;
}
.hb-c-toggle-3-6-3 .hb-dropdown-toggle-button-3-6-3 {
  display: none;
}
.hb-c-toggle-3-6-3 .hb-dropdown-toggle-button-3-6-3:checked ~ .hb-dropdown-options-3-6-3 {
  display: block;
}
.hb-c-toggle-3-6-3 .hb-dropdown-toggle-button-3-6-3:checked ~ .hb-dropdown-toggle-label-3-6-3 {
  font-weight: 500;
}

.hb-c-toggle-3-6-4 .hb-dropdown-options-3-6-4 {
  display: none;
}
.hb-c-toggle-3-6-4 .hb-dropdown-toggle-button-3-6-4 {
  display: none;
}
.hb-c-toggle-3-6-4 .hb-dropdown-toggle-button-3-6-4:checked ~ .hb-dropdown-options-3-6-4 {
  display: block;
}
.hb-c-toggle-3-6-4 .hb-dropdown-toggle-button-3-6-4:checked ~ .hb-dropdown-toggle-label-3-6-4 {
  font-weight: 500;
}

.hb-c-toggle-3-6-5 .hb-dropdown-options-3-6-5 {
  display: none;
}
.hb-c-toggle-3-6-5 .hb-dropdown-toggle-button-3-6-5 {
  display: none;
}
.hb-c-toggle-3-6-5 .hb-dropdown-toggle-button-3-6-5:checked ~ .hb-dropdown-options-3-6-5 {
  display: block;
}
.hb-c-toggle-3-6-5 .hb-dropdown-toggle-button-3-6-5:checked ~ .hb-dropdown-toggle-label-3-6-5 {
  font-weight: 500;
}

.hb-c-toggle-3-6-6 .hb-dropdown-options-3-6-6 {
  display: none;
}
.hb-c-toggle-3-6-6 .hb-dropdown-toggle-button-3-6-6 {
  display: none;
}
.hb-c-toggle-3-6-6 .hb-dropdown-toggle-button-3-6-6:checked ~ .hb-dropdown-options-3-6-6 {
  display: block;
}
.hb-c-toggle-3-6-6 .hb-dropdown-toggle-button-3-6-6:checked ~ .hb-dropdown-toggle-label-3-6-6 {
  font-weight: 500;
}

.hb-c-toggle-3-6-7 .hb-dropdown-options-3-6-7 {
  display: none;
}
.hb-c-toggle-3-6-7 .hb-dropdown-toggle-button-3-6-7 {
  display: none;
}
.hb-c-toggle-3-6-7 .hb-dropdown-toggle-button-3-6-7:checked ~ .hb-dropdown-options-3-6-7 {
  display: block;
}
.hb-c-toggle-3-6-7 .hb-dropdown-toggle-button-3-6-7:checked ~ .hb-dropdown-toggle-label-3-6-7 {
  font-weight: 500;
}

.hb-c-toggle-3-6-8 .hb-dropdown-options-3-6-8 {
  display: none;
}
.hb-c-toggle-3-6-8 .hb-dropdown-toggle-button-3-6-8 {
  display: none;
}
.hb-c-toggle-3-6-8 .hb-dropdown-toggle-button-3-6-8:checked ~ .hb-dropdown-options-3-6-8 {
  display: block;
}
.hb-c-toggle-3-6-8 .hb-dropdown-toggle-button-3-6-8:checked ~ .hb-dropdown-toggle-label-3-6-8 {
  font-weight: 500;
}

.hb-c-toggle-3-6-9 .hb-dropdown-options-3-6-9 {
  display: none;
}
.hb-c-toggle-3-6-9 .hb-dropdown-toggle-button-3-6-9 {
  display: none;
}
.hb-c-toggle-3-6-9 .hb-dropdown-toggle-button-3-6-9:checked ~ .hb-dropdown-options-3-6-9 {
  display: block;
}
.hb-c-toggle-3-6-9 .hb-dropdown-toggle-button-3-6-9:checked ~ .hb-dropdown-toggle-label-3-6-9 {
  font-weight: 500;
}

.hb-c-toggle-3-6-10 .hb-dropdown-options-3-6-10 {
  display: none;
}
.hb-c-toggle-3-6-10 .hb-dropdown-toggle-button-3-6-10 {
  display: none;
}
.hb-c-toggle-3-6-10 .hb-dropdown-toggle-button-3-6-10:checked ~ .hb-dropdown-options-3-6-10 {
  display: block;
}
.hb-c-toggle-3-6-10 .hb-dropdown-toggle-button-3-6-10:checked ~ .hb-dropdown-toggle-label-3-6-10 {
  font-weight: 500;
}

.hb-c-toggle-3-7 .hb-dropdown-options-3-7 {
  display: none;
}
.hb-c-toggle-3-7 .hb-dropdown-toggle-button-3-7 {
  display: none;
}
.hb-c-toggle-3-7 .hb-dropdown-toggle-button-3-7:checked ~ .hb-dropdown-options-3-7 {
  display: block;
}
.hb-c-toggle-3-7 .hb-dropdown-toggle-button-3-7:checked ~ .hb-dropdown-toggle-label-3-7 {
  font-weight: bold;
}
.hb-c-toggle-3-7 .hb-dropdown-toggle-button-3-7:checked ~ .hb-dropdown-toggle-label-3-7 h3 {
  font-weight: bold;
}

.hb-c-toggle-3-7-1 .hb-dropdown-options-3-7-1 {
  display: none;
}
.hb-c-toggle-3-7-1 .hb-dropdown-toggle-button-3-7-1 {
  display: none;
}
.hb-c-toggle-3-7-1 .hb-dropdown-toggle-button-3-7-1:checked ~ .hb-dropdown-options-3-7-1 {
  display: block;
}
.hb-c-toggle-3-7-1 .hb-dropdown-toggle-button-3-7-1:checked ~ .hb-dropdown-toggle-label-3-7-1 {
  font-weight: 500;
}

.hb-c-toggle-3-7-2 .hb-dropdown-options-3-7-2 {
  display: none;
}
.hb-c-toggle-3-7-2 .hb-dropdown-toggle-button-3-7-2 {
  display: none;
}
.hb-c-toggle-3-7-2 .hb-dropdown-toggle-button-3-7-2:checked ~ .hb-dropdown-options-3-7-2 {
  display: block;
}
.hb-c-toggle-3-7-2 .hb-dropdown-toggle-button-3-7-2:checked ~ .hb-dropdown-toggle-label-3-7-2 {
  font-weight: 500;
}

.hb-c-toggle-3-7-3 .hb-dropdown-options-3-7-3 {
  display: none;
}
.hb-c-toggle-3-7-3 .hb-dropdown-toggle-button-3-7-3 {
  display: none;
}
.hb-c-toggle-3-7-3 .hb-dropdown-toggle-button-3-7-3:checked ~ .hb-dropdown-options-3-7-3 {
  display: block;
}
.hb-c-toggle-3-7-3 .hb-dropdown-toggle-button-3-7-3:checked ~ .hb-dropdown-toggle-label-3-7-3 {
  font-weight: 500;
}

.hb-c-toggle-3-7-4 .hb-dropdown-options-3-7-4 {
  display: none;
}
.hb-c-toggle-3-7-4 .hb-dropdown-toggle-button-3-7-4 {
  display: none;
}
.hb-c-toggle-3-7-4 .hb-dropdown-toggle-button-3-7-4:checked ~ .hb-dropdown-options-3-7-4 {
  display: block;
}
.hb-c-toggle-3-7-4 .hb-dropdown-toggle-button-3-7-4:checked ~ .hb-dropdown-toggle-label-3-7-4 {
  font-weight: 500;
}

.hb-c-toggle-3-7-5 .hb-dropdown-options-3-7-5 {
  display: none;
}
.hb-c-toggle-3-7-5 .hb-dropdown-toggle-button-3-7-5 {
  display: none;
}
.hb-c-toggle-3-7-5 .hb-dropdown-toggle-button-3-7-5:checked ~ .hb-dropdown-options-3-7-5 {
  display: block;
}
.hb-c-toggle-3-7-5 .hb-dropdown-toggle-button-3-7-5:checked ~ .hb-dropdown-toggle-label-3-7-5 {
  font-weight: 500;
}

.hb-c-toggle-3-7-6 .hb-dropdown-options-3-7-6 {
  display: none;
}
.hb-c-toggle-3-7-6 .hb-dropdown-toggle-button-3-7-6 {
  display: none;
}
.hb-c-toggle-3-7-6 .hb-dropdown-toggle-button-3-7-6:checked ~ .hb-dropdown-options-3-7-6 {
  display: block;
}
.hb-c-toggle-3-7-6 .hb-dropdown-toggle-button-3-7-6:checked ~ .hb-dropdown-toggle-label-3-7-6 {
  font-weight: 500;
}

.hb-c-toggle-3-7-7 .hb-dropdown-options-3-7-7 {
  display: none;
}
.hb-c-toggle-3-7-7 .hb-dropdown-toggle-button-3-7-7 {
  display: none;
}
.hb-c-toggle-3-7-7 .hb-dropdown-toggle-button-3-7-7:checked ~ .hb-dropdown-options-3-7-7 {
  display: block;
}
.hb-c-toggle-3-7-7 .hb-dropdown-toggle-button-3-7-7:checked ~ .hb-dropdown-toggle-label-3-7-7 {
  font-weight: 500;
}

.hb-c-toggle-3-7-8 .hb-dropdown-options-3-7-8 {
  display: none;
}
.hb-c-toggle-3-7-8 .hb-dropdown-toggle-button-3-7-8 {
  display: none;
}
.hb-c-toggle-3-7-8 .hb-dropdown-toggle-button-3-7-8:checked ~ .hb-dropdown-options-3-7-8 {
  display: block;
}
.hb-c-toggle-3-7-8 .hb-dropdown-toggle-button-3-7-8:checked ~ .hb-dropdown-toggle-label-3-7-8 {
  font-weight: 500;
}

.hb-c-toggle-3-7-9 .hb-dropdown-options-3-7-9 {
  display: none;
}
.hb-c-toggle-3-7-9 .hb-dropdown-toggle-button-3-7-9 {
  display: none;
}
.hb-c-toggle-3-7-9 .hb-dropdown-toggle-button-3-7-9:checked ~ .hb-dropdown-options-3-7-9 {
  display: block;
}
.hb-c-toggle-3-7-9 .hb-dropdown-toggle-button-3-7-9:checked ~ .hb-dropdown-toggle-label-3-7-9 {
  font-weight: 500;
}

.hb-c-toggle-3-7-10 .hb-dropdown-options-3-7-10 {
  display: none;
}
.hb-c-toggle-3-7-10 .hb-dropdown-toggle-button-3-7-10 {
  display: none;
}
.hb-c-toggle-3-7-10 .hb-dropdown-toggle-button-3-7-10:checked ~ .hb-dropdown-options-3-7-10 {
  display: block;
}
.hb-c-toggle-3-7-10 .hb-dropdown-toggle-button-3-7-10:checked ~ .hb-dropdown-toggle-label-3-7-10 {
  font-weight: 500;
}

.hb-c-toggle-3-8 .hb-dropdown-options-3-8 {
  display: none;
}
.hb-c-toggle-3-8 .hb-dropdown-toggle-button-3-8 {
  display: none;
}
.hb-c-toggle-3-8 .hb-dropdown-toggle-button-3-8:checked ~ .hb-dropdown-options-3-8 {
  display: block;
}
.hb-c-toggle-3-8 .hb-dropdown-toggle-button-3-8:checked ~ .hb-dropdown-toggle-label-3-8 {
  font-weight: bold;
}
.hb-c-toggle-3-8 .hb-dropdown-toggle-button-3-8:checked ~ .hb-dropdown-toggle-label-3-8 h3 {
  font-weight: bold;
}

.hb-c-toggle-3-8-1 .hb-dropdown-options-3-8-1 {
  display: none;
}
.hb-c-toggle-3-8-1 .hb-dropdown-toggle-button-3-8-1 {
  display: none;
}
.hb-c-toggle-3-8-1 .hb-dropdown-toggle-button-3-8-1:checked ~ .hb-dropdown-options-3-8-1 {
  display: block;
}
.hb-c-toggle-3-8-1 .hb-dropdown-toggle-button-3-8-1:checked ~ .hb-dropdown-toggle-label-3-8-1 {
  font-weight: 500;
}

.hb-c-toggle-3-8-2 .hb-dropdown-options-3-8-2 {
  display: none;
}
.hb-c-toggle-3-8-2 .hb-dropdown-toggle-button-3-8-2 {
  display: none;
}
.hb-c-toggle-3-8-2 .hb-dropdown-toggle-button-3-8-2:checked ~ .hb-dropdown-options-3-8-2 {
  display: block;
}
.hb-c-toggle-3-8-2 .hb-dropdown-toggle-button-3-8-2:checked ~ .hb-dropdown-toggle-label-3-8-2 {
  font-weight: 500;
}

.hb-c-toggle-3-8-3 .hb-dropdown-options-3-8-3 {
  display: none;
}
.hb-c-toggle-3-8-3 .hb-dropdown-toggle-button-3-8-3 {
  display: none;
}
.hb-c-toggle-3-8-3 .hb-dropdown-toggle-button-3-8-3:checked ~ .hb-dropdown-options-3-8-3 {
  display: block;
}
.hb-c-toggle-3-8-3 .hb-dropdown-toggle-button-3-8-3:checked ~ .hb-dropdown-toggle-label-3-8-3 {
  font-weight: 500;
}

.hb-c-toggle-3-8-4 .hb-dropdown-options-3-8-4 {
  display: none;
}
.hb-c-toggle-3-8-4 .hb-dropdown-toggle-button-3-8-4 {
  display: none;
}
.hb-c-toggle-3-8-4 .hb-dropdown-toggle-button-3-8-4:checked ~ .hb-dropdown-options-3-8-4 {
  display: block;
}
.hb-c-toggle-3-8-4 .hb-dropdown-toggle-button-3-8-4:checked ~ .hb-dropdown-toggle-label-3-8-4 {
  font-weight: 500;
}

.hb-c-toggle-3-8-5 .hb-dropdown-options-3-8-5 {
  display: none;
}
.hb-c-toggle-3-8-5 .hb-dropdown-toggle-button-3-8-5 {
  display: none;
}
.hb-c-toggle-3-8-5 .hb-dropdown-toggle-button-3-8-5:checked ~ .hb-dropdown-options-3-8-5 {
  display: block;
}
.hb-c-toggle-3-8-5 .hb-dropdown-toggle-button-3-8-5:checked ~ .hb-dropdown-toggle-label-3-8-5 {
  font-weight: 500;
}

.hb-c-toggle-3-8-6 .hb-dropdown-options-3-8-6 {
  display: none;
}
.hb-c-toggle-3-8-6 .hb-dropdown-toggle-button-3-8-6 {
  display: none;
}
.hb-c-toggle-3-8-6 .hb-dropdown-toggle-button-3-8-6:checked ~ .hb-dropdown-options-3-8-6 {
  display: block;
}
.hb-c-toggle-3-8-6 .hb-dropdown-toggle-button-3-8-6:checked ~ .hb-dropdown-toggle-label-3-8-6 {
  font-weight: 500;
}

.hb-c-toggle-3-8-7 .hb-dropdown-options-3-8-7 {
  display: none;
}
.hb-c-toggle-3-8-7 .hb-dropdown-toggle-button-3-8-7 {
  display: none;
}
.hb-c-toggle-3-8-7 .hb-dropdown-toggle-button-3-8-7:checked ~ .hb-dropdown-options-3-8-7 {
  display: block;
}
.hb-c-toggle-3-8-7 .hb-dropdown-toggle-button-3-8-7:checked ~ .hb-dropdown-toggle-label-3-8-7 {
  font-weight: 500;
}

.hb-c-toggle-3-8-8 .hb-dropdown-options-3-8-8 {
  display: none;
}
.hb-c-toggle-3-8-8 .hb-dropdown-toggle-button-3-8-8 {
  display: none;
}
.hb-c-toggle-3-8-8 .hb-dropdown-toggle-button-3-8-8:checked ~ .hb-dropdown-options-3-8-8 {
  display: block;
}
.hb-c-toggle-3-8-8 .hb-dropdown-toggle-button-3-8-8:checked ~ .hb-dropdown-toggle-label-3-8-8 {
  font-weight: 500;
}

.hb-c-toggle-3-8-9 .hb-dropdown-options-3-8-9 {
  display: none;
}
.hb-c-toggle-3-8-9 .hb-dropdown-toggle-button-3-8-9 {
  display: none;
}
.hb-c-toggle-3-8-9 .hb-dropdown-toggle-button-3-8-9:checked ~ .hb-dropdown-options-3-8-9 {
  display: block;
}
.hb-c-toggle-3-8-9 .hb-dropdown-toggle-button-3-8-9:checked ~ .hb-dropdown-toggle-label-3-8-9 {
  font-weight: 500;
}

.hb-c-toggle-3-8-10 .hb-dropdown-options-3-8-10 {
  display: none;
}
.hb-c-toggle-3-8-10 .hb-dropdown-toggle-button-3-8-10 {
  display: none;
}
.hb-c-toggle-3-8-10 .hb-dropdown-toggle-button-3-8-10:checked ~ .hb-dropdown-options-3-8-10 {
  display: block;
}
.hb-c-toggle-3-8-10 .hb-dropdown-toggle-button-3-8-10:checked ~ .hb-dropdown-toggle-label-3-8-10 {
  font-weight: 500;
}

.hb-c-toggle-3-9 .hb-dropdown-options-3-9 {
  display: none;
}
.hb-c-toggle-3-9 .hb-dropdown-toggle-button-3-9 {
  display: none;
}
.hb-c-toggle-3-9 .hb-dropdown-toggle-button-3-9:checked ~ .hb-dropdown-options-3-9 {
  display: block;
}
.hb-c-toggle-3-9 .hb-dropdown-toggle-button-3-9:checked ~ .hb-dropdown-toggle-label-3-9 {
  font-weight: bold;
}
.hb-c-toggle-3-9 .hb-dropdown-toggle-button-3-9:checked ~ .hb-dropdown-toggle-label-3-9 h3 {
  font-weight: bold;
}

.hb-c-toggle-3-9-1 .hb-dropdown-options-3-9-1 {
  display: none;
}
.hb-c-toggle-3-9-1 .hb-dropdown-toggle-button-3-9-1 {
  display: none;
}
.hb-c-toggle-3-9-1 .hb-dropdown-toggle-button-3-9-1:checked ~ .hb-dropdown-options-3-9-1 {
  display: block;
}
.hb-c-toggle-3-9-1 .hb-dropdown-toggle-button-3-9-1:checked ~ .hb-dropdown-toggle-label-3-9-1 {
  font-weight: 500;
}

.hb-c-toggle-3-9-2 .hb-dropdown-options-3-9-2 {
  display: none;
}
.hb-c-toggle-3-9-2 .hb-dropdown-toggle-button-3-9-2 {
  display: none;
}
.hb-c-toggle-3-9-2 .hb-dropdown-toggle-button-3-9-2:checked ~ .hb-dropdown-options-3-9-2 {
  display: block;
}
.hb-c-toggle-3-9-2 .hb-dropdown-toggle-button-3-9-2:checked ~ .hb-dropdown-toggle-label-3-9-2 {
  font-weight: 500;
}

.hb-c-toggle-3-9-3 .hb-dropdown-options-3-9-3 {
  display: none;
}
.hb-c-toggle-3-9-3 .hb-dropdown-toggle-button-3-9-3 {
  display: none;
}
.hb-c-toggle-3-9-3 .hb-dropdown-toggle-button-3-9-3:checked ~ .hb-dropdown-options-3-9-3 {
  display: block;
}
.hb-c-toggle-3-9-3 .hb-dropdown-toggle-button-3-9-3:checked ~ .hb-dropdown-toggle-label-3-9-3 {
  font-weight: 500;
}

.hb-c-toggle-3-9-4 .hb-dropdown-options-3-9-4 {
  display: none;
}
.hb-c-toggle-3-9-4 .hb-dropdown-toggle-button-3-9-4 {
  display: none;
}
.hb-c-toggle-3-9-4 .hb-dropdown-toggle-button-3-9-4:checked ~ .hb-dropdown-options-3-9-4 {
  display: block;
}
.hb-c-toggle-3-9-4 .hb-dropdown-toggle-button-3-9-4:checked ~ .hb-dropdown-toggle-label-3-9-4 {
  font-weight: 500;
}

.hb-c-toggle-3-9-5 .hb-dropdown-options-3-9-5 {
  display: none;
}
.hb-c-toggle-3-9-5 .hb-dropdown-toggle-button-3-9-5 {
  display: none;
}
.hb-c-toggle-3-9-5 .hb-dropdown-toggle-button-3-9-5:checked ~ .hb-dropdown-options-3-9-5 {
  display: block;
}
.hb-c-toggle-3-9-5 .hb-dropdown-toggle-button-3-9-5:checked ~ .hb-dropdown-toggle-label-3-9-5 {
  font-weight: 500;
}

.hb-c-toggle-3-9-6 .hb-dropdown-options-3-9-6 {
  display: none;
}
.hb-c-toggle-3-9-6 .hb-dropdown-toggle-button-3-9-6 {
  display: none;
}
.hb-c-toggle-3-9-6 .hb-dropdown-toggle-button-3-9-6:checked ~ .hb-dropdown-options-3-9-6 {
  display: block;
}
.hb-c-toggle-3-9-6 .hb-dropdown-toggle-button-3-9-6:checked ~ .hb-dropdown-toggle-label-3-9-6 {
  font-weight: 500;
}

.hb-c-toggle-3-9-7 .hb-dropdown-options-3-9-7 {
  display: none;
}
.hb-c-toggle-3-9-7 .hb-dropdown-toggle-button-3-9-7 {
  display: none;
}
.hb-c-toggle-3-9-7 .hb-dropdown-toggle-button-3-9-7:checked ~ .hb-dropdown-options-3-9-7 {
  display: block;
}
.hb-c-toggle-3-9-7 .hb-dropdown-toggle-button-3-9-7:checked ~ .hb-dropdown-toggle-label-3-9-7 {
  font-weight: 500;
}

.hb-c-toggle-3-9-8 .hb-dropdown-options-3-9-8 {
  display: none;
}
.hb-c-toggle-3-9-8 .hb-dropdown-toggle-button-3-9-8 {
  display: none;
}
.hb-c-toggle-3-9-8 .hb-dropdown-toggle-button-3-9-8:checked ~ .hb-dropdown-options-3-9-8 {
  display: block;
}
.hb-c-toggle-3-9-8 .hb-dropdown-toggle-button-3-9-8:checked ~ .hb-dropdown-toggle-label-3-9-8 {
  font-weight: 500;
}

.hb-c-toggle-3-9-9 .hb-dropdown-options-3-9-9 {
  display: none;
}
.hb-c-toggle-3-9-9 .hb-dropdown-toggle-button-3-9-9 {
  display: none;
}
.hb-c-toggle-3-9-9 .hb-dropdown-toggle-button-3-9-9:checked ~ .hb-dropdown-options-3-9-9 {
  display: block;
}
.hb-c-toggle-3-9-9 .hb-dropdown-toggle-button-3-9-9:checked ~ .hb-dropdown-toggle-label-3-9-9 {
  font-weight: 500;
}

.hb-c-toggle-3-9-10 .hb-dropdown-options-3-9-10 {
  display: none;
}
.hb-c-toggle-3-9-10 .hb-dropdown-toggle-button-3-9-10 {
  display: none;
}
.hb-c-toggle-3-9-10 .hb-dropdown-toggle-button-3-9-10:checked ~ .hb-dropdown-options-3-9-10 {
  display: block;
}
.hb-c-toggle-3-9-10 .hb-dropdown-toggle-button-3-9-10:checked ~ .hb-dropdown-toggle-label-3-9-10 {
  font-weight: 500;
}

.hb-c-toggle-3-10 .hb-dropdown-options-3-10 {
  display: none;
}
.hb-c-toggle-3-10 .hb-dropdown-toggle-button-3-10 {
  display: none;
}
.hb-c-toggle-3-10 .hb-dropdown-toggle-button-3-10:checked ~ .hb-dropdown-options-3-10 {
  display: block;
}
.hb-c-toggle-3-10 .hb-dropdown-toggle-button-3-10:checked ~ .hb-dropdown-toggle-label-3-10 {
  font-weight: bold;
}
.hb-c-toggle-3-10 .hb-dropdown-toggle-button-3-10:checked ~ .hb-dropdown-toggle-label-3-10 h3 {
  font-weight: bold;
}

.hb-c-toggle-3-10-1 .hb-dropdown-options-3-10-1 {
  display: none;
}
.hb-c-toggle-3-10-1 .hb-dropdown-toggle-button-3-10-1 {
  display: none;
}
.hb-c-toggle-3-10-1 .hb-dropdown-toggle-button-3-10-1:checked ~ .hb-dropdown-options-3-10-1 {
  display: block;
}
.hb-c-toggle-3-10-1 .hb-dropdown-toggle-button-3-10-1:checked ~ .hb-dropdown-toggle-label-3-10-1 {
  font-weight: 500;
}

.hb-c-toggle-3-10-2 .hb-dropdown-options-3-10-2 {
  display: none;
}
.hb-c-toggle-3-10-2 .hb-dropdown-toggle-button-3-10-2 {
  display: none;
}
.hb-c-toggle-3-10-2 .hb-dropdown-toggle-button-3-10-2:checked ~ .hb-dropdown-options-3-10-2 {
  display: block;
}
.hb-c-toggle-3-10-2 .hb-dropdown-toggle-button-3-10-2:checked ~ .hb-dropdown-toggle-label-3-10-2 {
  font-weight: 500;
}

.hb-c-toggle-3-10-3 .hb-dropdown-options-3-10-3 {
  display: none;
}
.hb-c-toggle-3-10-3 .hb-dropdown-toggle-button-3-10-3 {
  display: none;
}
.hb-c-toggle-3-10-3 .hb-dropdown-toggle-button-3-10-3:checked ~ .hb-dropdown-options-3-10-3 {
  display: block;
}
.hb-c-toggle-3-10-3 .hb-dropdown-toggle-button-3-10-3:checked ~ .hb-dropdown-toggle-label-3-10-3 {
  font-weight: 500;
}

.hb-c-toggle-3-10-4 .hb-dropdown-options-3-10-4 {
  display: none;
}
.hb-c-toggle-3-10-4 .hb-dropdown-toggle-button-3-10-4 {
  display: none;
}
.hb-c-toggle-3-10-4 .hb-dropdown-toggle-button-3-10-4:checked ~ .hb-dropdown-options-3-10-4 {
  display: block;
}
.hb-c-toggle-3-10-4 .hb-dropdown-toggle-button-3-10-4:checked ~ .hb-dropdown-toggle-label-3-10-4 {
  font-weight: 500;
}

.hb-c-toggle-3-10-5 .hb-dropdown-options-3-10-5 {
  display: none;
}
.hb-c-toggle-3-10-5 .hb-dropdown-toggle-button-3-10-5 {
  display: none;
}
.hb-c-toggle-3-10-5 .hb-dropdown-toggle-button-3-10-5:checked ~ .hb-dropdown-options-3-10-5 {
  display: block;
}
.hb-c-toggle-3-10-5 .hb-dropdown-toggle-button-3-10-5:checked ~ .hb-dropdown-toggle-label-3-10-5 {
  font-weight: 500;
}

.hb-c-toggle-3-10-6 .hb-dropdown-options-3-10-6 {
  display: none;
}
.hb-c-toggle-3-10-6 .hb-dropdown-toggle-button-3-10-6 {
  display: none;
}
.hb-c-toggle-3-10-6 .hb-dropdown-toggle-button-3-10-6:checked ~ .hb-dropdown-options-3-10-6 {
  display: block;
}
.hb-c-toggle-3-10-6 .hb-dropdown-toggle-button-3-10-6:checked ~ .hb-dropdown-toggle-label-3-10-6 {
  font-weight: 500;
}

.hb-c-toggle-3-10-7 .hb-dropdown-options-3-10-7 {
  display: none;
}
.hb-c-toggle-3-10-7 .hb-dropdown-toggle-button-3-10-7 {
  display: none;
}
.hb-c-toggle-3-10-7 .hb-dropdown-toggle-button-3-10-7:checked ~ .hb-dropdown-options-3-10-7 {
  display: block;
}
.hb-c-toggle-3-10-7 .hb-dropdown-toggle-button-3-10-7:checked ~ .hb-dropdown-toggle-label-3-10-7 {
  font-weight: 500;
}

.hb-c-toggle-3-10-8 .hb-dropdown-options-3-10-8 {
  display: none;
}
.hb-c-toggle-3-10-8 .hb-dropdown-toggle-button-3-10-8 {
  display: none;
}
.hb-c-toggle-3-10-8 .hb-dropdown-toggle-button-3-10-8:checked ~ .hb-dropdown-options-3-10-8 {
  display: block;
}
.hb-c-toggle-3-10-8 .hb-dropdown-toggle-button-3-10-8:checked ~ .hb-dropdown-toggle-label-3-10-8 {
  font-weight: 500;
}

.hb-c-toggle-3-10-9 .hb-dropdown-options-3-10-9 {
  display: none;
}
.hb-c-toggle-3-10-9 .hb-dropdown-toggle-button-3-10-9 {
  display: none;
}
.hb-c-toggle-3-10-9 .hb-dropdown-toggle-button-3-10-9:checked ~ .hb-dropdown-options-3-10-9 {
  display: block;
}
.hb-c-toggle-3-10-9 .hb-dropdown-toggle-button-3-10-9:checked ~ .hb-dropdown-toggle-label-3-10-9 {
  font-weight: 500;
}

.hb-c-toggle-3-10-10 .hb-dropdown-options-3-10-10 {
  display: none;
}
.hb-c-toggle-3-10-10 .hb-dropdown-toggle-button-3-10-10 {
  display: none;
}
.hb-c-toggle-3-10-10 .hb-dropdown-toggle-button-3-10-10:checked ~ .hb-dropdown-options-3-10-10 {
  display: block;
}
.hb-c-toggle-3-10-10 .hb-dropdown-toggle-button-3-10-10:checked ~ .hb-dropdown-toggle-label-3-10-10 {
  font-weight: 500;
}

.hb-c-toggle-4-1 .hb-dropdown-options-4-1 {
  display: none;
}
.hb-c-toggle-4-1 .hb-dropdown-toggle-button-4-1 {
  display: none;
}
.hb-c-toggle-4-1 .hb-dropdown-toggle-button-4-1:checked ~ .hb-dropdown-options-4-1 {
  display: block;
}
.hb-c-toggle-4-1 .hb-dropdown-toggle-button-4-1:checked ~ .hb-dropdown-toggle-label-4-1 {
  font-weight: bold;
}
.hb-c-toggle-4-1 .hb-dropdown-toggle-button-4-1:checked ~ .hb-dropdown-toggle-label-4-1 h3 {
  font-weight: bold;
}

.hb-c-toggle-4-1-1 .hb-dropdown-options-4-1-1 {
  display: none;
}
.hb-c-toggle-4-1-1 .hb-dropdown-toggle-button-4-1-1 {
  display: none;
}
.hb-c-toggle-4-1-1 .hb-dropdown-toggle-button-4-1-1:checked ~ .hb-dropdown-options-4-1-1 {
  display: block;
}
.hb-c-toggle-4-1-1 .hb-dropdown-toggle-button-4-1-1:checked ~ .hb-dropdown-toggle-label-4-1-1 {
  font-weight: 500;
}

.hb-c-toggle-4-1-2 .hb-dropdown-options-4-1-2 {
  display: none;
}
.hb-c-toggle-4-1-2 .hb-dropdown-toggle-button-4-1-2 {
  display: none;
}
.hb-c-toggle-4-1-2 .hb-dropdown-toggle-button-4-1-2:checked ~ .hb-dropdown-options-4-1-2 {
  display: block;
}
.hb-c-toggle-4-1-2 .hb-dropdown-toggle-button-4-1-2:checked ~ .hb-dropdown-toggle-label-4-1-2 {
  font-weight: 500;
}

.hb-c-toggle-4-1-3 .hb-dropdown-options-4-1-3 {
  display: none;
}
.hb-c-toggle-4-1-3 .hb-dropdown-toggle-button-4-1-3 {
  display: none;
}
.hb-c-toggle-4-1-3 .hb-dropdown-toggle-button-4-1-3:checked ~ .hb-dropdown-options-4-1-3 {
  display: block;
}
.hb-c-toggle-4-1-3 .hb-dropdown-toggle-button-4-1-3:checked ~ .hb-dropdown-toggle-label-4-1-3 {
  font-weight: 500;
}

.hb-c-toggle-4-1-4 .hb-dropdown-options-4-1-4 {
  display: none;
}
.hb-c-toggle-4-1-4 .hb-dropdown-toggle-button-4-1-4 {
  display: none;
}
.hb-c-toggle-4-1-4 .hb-dropdown-toggle-button-4-1-4:checked ~ .hb-dropdown-options-4-1-4 {
  display: block;
}
.hb-c-toggle-4-1-4 .hb-dropdown-toggle-button-4-1-4:checked ~ .hb-dropdown-toggle-label-4-1-4 {
  font-weight: 500;
}

.hb-c-toggle-4-1-5 .hb-dropdown-options-4-1-5 {
  display: none;
}
.hb-c-toggle-4-1-5 .hb-dropdown-toggle-button-4-1-5 {
  display: none;
}
.hb-c-toggle-4-1-5 .hb-dropdown-toggle-button-4-1-5:checked ~ .hb-dropdown-options-4-1-5 {
  display: block;
}
.hb-c-toggle-4-1-5 .hb-dropdown-toggle-button-4-1-5:checked ~ .hb-dropdown-toggle-label-4-1-5 {
  font-weight: 500;
}

.hb-c-toggle-4-1-6 .hb-dropdown-options-4-1-6 {
  display: none;
}
.hb-c-toggle-4-1-6 .hb-dropdown-toggle-button-4-1-6 {
  display: none;
}
.hb-c-toggle-4-1-6 .hb-dropdown-toggle-button-4-1-6:checked ~ .hb-dropdown-options-4-1-6 {
  display: block;
}
.hb-c-toggle-4-1-6 .hb-dropdown-toggle-button-4-1-6:checked ~ .hb-dropdown-toggle-label-4-1-6 {
  font-weight: 500;
}

.hb-c-toggle-4-1-7 .hb-dropdown-options-4-1-7 {
  display: none;
}
.hb-c-toggle-4-1-7 .hb-dropdown-toggle-button-4-1-7 {
  display: none;
}
.hb-c-toggle-4-1-7 .hb-dropdown-toggle-button-4-1-7:checked ~ .hb-dropdown-options-4-1-7 {
  display: block;
}
.hb-c-toggle-4-1-7 .hb-dropdown-toggle-button-4-1-7:checked ~ .hb-dropdown-toggle-label-4-1-7 {
  font-weight: 500;
}

.hb-c-toggle-4-1-8 .hb-dropdown-options-4-1-8 {
  display: none;
}
.hb-c-toggle-4-1-8 .hb-dropdown-toggle-button-4-1-8 {
  display: none;
}
.hb-c-toggle-4-1-8 .hb-dropdown-toggle-button-4-1-8:checked ~ .hb-dropdown-options-4-1-8 {
  display: block;
}
.hb-c-toggle-4-1-8 .hb-dropdown-toggle-button-4-1-8:checked ~ .hb-dropdown-toggle-label-4-1-8 {
  font-weight: 500;
}

.hb-c-toggle-4-1-9 .hb-dropdown-options-4-1-9 {
  display: none;
}
.hb-c-toggle-4-1-9 .hb-dropdown-toggle-button-4-1-9 {
  display: none;
}
.hb-c-toggle-4-1-9 .hb-dropdown-toggle-button-4-1-9:checked ~ .hb-dropdown-options-4-1-9 {
  display: block;
}
.hb-c-toggle-4-1-9 .hb-dropdown-toggle-button-4-1-9:checked ~ .hb-dropdown-toggle-label-4-1-9 {
  font-weight: 500;
}

.hb-c-toggle-4-1-10 .hb-dropdown-options-4-1-10 {
  display: none;
}
.hb-c-toggle-4-1-10 .hb-dropdown-toggle-button-4-1-10 {
  display: none;
}
.hb-c-toggle-4-1-10 .hb-dropdown-toggle-button-4-1-10:checked ~ .hb-dropdown-options-4-1-10 {
  display: block;
}
.hb-c-toggle-4-1-10 .hb-dropdown-toggle-button-4-1-10:checked ~ .hb-dropdown-toggle-label-4-1-10 {
  font-weight: 500;
}

.hb-c-toggle-4-2 .hb-dropdown-options-4-2 {
  display: none;
}
.hb-c-toggle-4-2 .hb-dropdown-toggle-button-4-2 {
  display: none;
}
.hb-c-toggle-4-2 .hb-dropdown-toggle-button-4-2:checked ~ .hb-dropdown-options-4-2 {
  display: block;
}
.hb-c-toggle-4-2 .hb-dropdown-toggle-button-4-2:checked ~ .hb-dropdown-toggle-label-4-2 {
  font-weight: bold;
}
.hb-c-toggle-4-2 .hb-dropdown-toggle-button-4-2:checked ~ .hb-dropdown-toggle-label-4-2 h3 {
  font-weight: bold;
}

.hb-c-toggle-4-2-1 .hb-dropdown-options-4-2-1 {
  display: none;
}
.hb-c-toggle-4-2-1 .hb-dropdown-toggle-button-4-2-1 {
  display: none;
}
.hb-c-toggle-4-2-1 .hb-dropdown-toggle-button-4-2-1:checked ~ .hb-dropdown-options-4-2-1 {
  display: block;
}
.hb-c-toggle-4-2-1 .hb-dropdown-toggle-button-4-2-1:checked ~ .hb-dropdown-toggle-label-4-2-1 {
  font-weight: 500;
}

.hb-c-toggle-4-2-2 .hb-dropdown-options-4-2-2 {
  display: none;
}
.hb-c-toggle-4-2-2 .hb-dropdown-toggle-button-4-2-2 {
  display: none;
}
.hb-c-toggle-4-2-2 .hb-dropdown-toggle-button-4-2-2:checked ~ .hb-dropdown-options-4-2-2 {
  display: block;
}
.hb-c-toggle-4-2-2 .hb-dropdown-toggle-button-4-2-2:checked ~ .hb-dropdown-toggle-label-4-2-2 {
  font-weight: 500;
}

.hb-c-toggle-4-2-3 .hb-dropdown-options-4-2-3 {
  display: none;
}
.hb-c-toggle-4-2-3 .hb-dropdown-toggle-button-4-2-3 {
  display: none;
}
.hb-c-toggle-4-2-3 .hb-dropdown-toggle-button-4-2-3:checked ~ .hb-dropdown-options-4-2-3 {
  display: block;
}
.hb-c-toggle-4-2-3 .hb-dropdown-toggle-button-4-2-3:checked ~ .hb-dropdown-toggle-label-4-2-3 {
  font-weight: 500;
}

.hb-c-toggle-4-2-4 .hb-dropdown-options-4-2-4 {
  display: none;
}
.hb-c-toggle-4-2-4 .hb-dropdown-toggle-button-4-2-4 {
  display: none;
}
.hb-c-toggle-4-2-4 .hb-dropdown-toggle-button-4-2-4:checked ~ .hb-dropdown-options-4-2-4 {
  display: block;
}
.hb-c-toggle-4-2-4 .hb-dropdown-toggle-button-4-2-4:checked ~ .hb-dropdown-toggle-label-4-2-4 {
  font-weight: 500;
}

.hb-c-toggle-4-2-5 .hb-dropdown-options-4-2-5 {
  display: none;
}
.hb-c-toggle-4-2-5 .hb-dropdown-toggle-button-4-2-5 {
  display: none;
}
.hb-c-toggle-4-2-5 .hb-dropdown-toggle-button-4-2-5:checked ~ .hb-dropdown-options-4-2-5 {
  display: block;
}
.hb-c-toggle-4-2-5 .hb-dropdown-toggle-button-4-2-5:checked ~ .hb-dropdown-toggle-label-4-2-5 {
  font-weight: 500;
}

.hb-c-toggle-4-2-6 .hb-dropdown-options-4-2-6 {
  display: none;
}
.hb-c-toggle-4-2-6 .hb-dropdown-toggle-button-4-2-6 {
  display: none;
}
.hb-c-toggle-4-2-6 .hb-dropdown-toggle-button-4-2-6:checked ~ .hb-dropdown-options-4-2-6 {
  display: block;
}
.hb-c-toggle-4-2-6 .hb-dropdown-toggle-button-4-2-6:checked ~ .hb-dropdown-toggle-label-4-2-6 {
  font-weight: 500;
}

.hb-c-toggle-4-2-7 .hb-dropdown-options-4-2-7 {
  display: none;
}
.hb-c-toggle-4-2-7 .hb-dropdown-toggle-button-4-2-7 {
  display: none;
}
.hb-c-toggle-4-2-7 .hb-dropdown-toggle-button-4-2-7:checked ~ .hb-dropdown-options-4-2-7 {
  display: block;
}
.hb-c-toggle-4-2-7 .hb-dropdown-toggle-button-4-2-7:checked ~ .hb-dropdown-toggle-label-4-2-7 {
  font-weight: 500;
}

.hb-c-toggle-4-2-8 .hb-dropdown-options-4-2-8 {
  display: none;
}
.hb-c-toggle-4-2-8 .hb-dropdown-toggle-button-4-2-8 {
  display: none;
}
.hb-c-toggle-4-2-8 .hb-dropdown-toggle-button-4-2-8:checked ~ .hb-dropdown-options-4-2-8 {
  display: block;
}
.hb-c-toggle-4-2-8 .hb-dropdown-toggle-button-4-2-8:checked ~ .hb-dropdown-toggle-label-4-2-8 {
  font-weight: 500;
}

.hb-c-toggle-4-2-9 .hb-dropdown-options-4-2-9 {
  display: none;
}
.hb-c-toggle-4-2-9 .hb-dropdown-toggle-button-4-2-9 {
  display: none;
}
.hb-c-toggle-4-2-9 .hb-dropdown-toggle-button-4-2-9:checked ~ .hb-dropdown-options-4-2-9 {
  display: block;
}
.hb-c-toggle-4-2-9 .hb-dropdown-toggle-button-4-2-9:checked ~ .hb-dropdown-toggle-label-4-2-9 {
  font-weight: 500;
}

.hb-c-toggle-4-2-10 .hb-dropdown-options-4-2-10 {
  display: none;
}
.hb-c-toggle-4-2-10 .hb-dropdown-toggle-button-4-2-10 {
  display: none;
}
.hb-c-toggle-4-2-10 .hb-dropdown-toggle-button-4-2-10:checked ~ .hb-dropdown-options-4-2-10 {
  display: block;
}
.hb-c-toggle-4-2-10 .hb-dropdown-toggle-button-4-2-10:checked ~ .hb-dropdown-toggle-label-4-2-10 {
  font-weight: 500;
}

.hb-c-toggle-4-3 .hb-dropdown-options-4-3 {
  display: none;
}
.hb-c-toggle-4-3 .hb-dropdown-toggle-button-4-3 {
  display: none;
}
.hb-c-toggle-4-3 .hb-dropdown-toggle-button-4-3:checked ~ .hb-dropdown-options-4-3 {
  display: block;
}
.hb-c-toggle-4-3 .hb-dropdown-toggle-button-4-3:checked ~ .hb-dropdown-toggle-label-4-3 {
  font-weight: bold;
}
.hb-c-toggle-4-3 .hb-dropdown-toggle-button-4-3:checked ~ .hb-dropdown-toggle-label-4-3 h3 {
  font-weight: bold;
}

.hb-c-toggle-4-3-1 .hb-dropdown-options-4-3-1 {
  display: none;
}
.hb-c-toggle-4-3-1 .hb-dropdown-toggle-button-4-3-1 {
  display: none;
}
.hb-c-toggle-4-3-1 .hb-dropdown-toggle-button-4-3-1:checked ~ .hb-dropdown-options-4-3-1 {
  display: block;
}
.hb-c-toggle-4-3-1 .hb-dropdown-toggle-button-4-3-1:checked ~ .hb-dropdown-toggle-label-4-3-1 {
  font-weight: 500;
}

.hb-c-toggle-4-3-2 .hb-dropdown-options-4-3-2 {
  display: none;
}
.hb-c-toggle-4-3-2 .hb-dropdown-toggle-button-4-3-2 {
  display: none;
}
.hb-c-toggle-4-3-2 .hb-dropdown-toggle-button-4-3-2:checked ~ .hb-dropdown-options-4-3-2 {
  display: block;
}
.hb-c-toggle-4-3-2 .hb-dropdown-toggle-button-4-3-2:checked ~ .hb-dropdown-toggle-label-4-3-2 {
  font-weight: 500;
}

.hb-c-toggle-4-3-3 .hb-dropdown-options-4-3-3 {
  display: none;
}
.hb-c-toggle-4-3-3 .hb-dropdown-toggle-button-4-3-3 {
  display: none;
}
.hb-c-toggle-4-3-3 .hb-dropdown-toggle-button-4-3-3:checked ~ .hb-dropdown-options-4-3-3 {
  display: block;
}
.hb-c-toggle-4-3-3 .hb-dropdown-toggle-button-4-3-3:checked ~ .hb-dropdown-toggle-label-4-3-3 {
  font-weight: 500;
}

.hb-c-toggle-4-3-4 .hb-dropdown-options-4-3-4 {
  display: none;
}
.hb-c-toggle-4-3-4 .hb-dropdown-toggle-button-4-3-4 {
  display: none;
}
.hb-c-toggle-4-3-4 .hb-dropdown-toggle-button-4-3-4:checked ~ .hb-dropdown-options-4-3-4 {
  display: block;
}
.hb-c-toggle-4-3-4 .hb-dropdown-toggle-button-4-3-4:checked ~ .hb-dropdown-toggle-label-4-3-4 {
  font-weight: 500;
}

.hb-c-toggle-4-3-5 .hb-dropdown-options-4-3-5 {
  display: none;
}
.hb-c-toggle-4-3-5 .hb-dropdown-toggle-button-4-3-5 {
  display: none;
}
.hb-c-toggle-4-3-5 .hb-dropdown-toggle-button-4-3-5:checked ~ .hb-dropdown-options-4-3-5 {
  display: block;
}
.hb-c-toggle-4-3-5 .hb-dropdown-toggle-button-4-3-5:checked ~ .hb-dropdown-toggle-label-4-3-5 {
  font-weight: 500;
}

.hb-c-toggle-4-3-6 .hb-dropdown-options-4-3-6 {
  display: none;
}
.hb-c-toggle-4-3-6 .hb-dropdown-toggle-button-4-3-6 {
  display: none;
}
.hb-c-toggle-4-3-6 .hb-dropdown-toggle-button-4-3-6:checked ~ .hb-dropdown-options-4-3-6 {
  display: block;
}
.hb-c-toggle-4-3-6 .hb-dropdown-toggle-button-4-3-6:checked ~ .hb-dropdown-toggle-label-4-3-6 {
  font-weight: 500;
}

.hb-c-toggle-4-3-7 .hb-dropdown-options-4-3-7 {
  display: none;
}
.hb-c-toggle-4-3-7 .hb-dropdown-toggle-button-4-3-7 {
  display: none;
}
.hb-c-toggle-4-3-7 .hb-dropdown-toggle-button-4-3-7:checked ~ .hb-dropdown-options-4-3-7 {
  display: block;
}
.hb-c-toggle-4-3-7 .hb-dropdown-toggle-button-4-3-7:checked ~ .hb-dropdown-toggle-label-4-3-7 {
  font-weight: 500;
}

.hb-c-toggle-4-3-8 .hb-dropdown-options-4-3-8 {
  display: none;
}
.hb-c-toggle-4-3-8 .hb-dropdown-toggle-button-4-3-8 {
  display: none;
}
.hb-c-toggle-4-3-8 .hb-dropdown-toggle-button-4-3-8:checked ~ .hb-dropdown-options-4-3-8 {
  display: block;
}
.hb-c-toggle-4-3-8 .hb-dropdown-toggle-button-4-3-8:checked ~ .hb-dropdown-toggle-label-4-3-8 {
  font-weight: 500;
}

.hb-c-toggle-4-3-9 .hb-dropdown-options-4-3-9 {
  display: none;
}
.hb-c-toggle-4-3-9 .hb-dropdown-toggle-button-4-3-9 {
  display: none;
}
.hb-c-toggle-4-3-9 .hb-dropdown-toggle-button-4-3-9:checked ~ .hb-dropdown-options-4-3-9 {
  display: block;
}
.hb-c-toggle-4-3-9 .hb-dropdown-toggle-button-4-3-9:checked ~ .hb-dropdown-toggle-label-4-3-9 {
  font-weight: 500;
}

.hb-c-toggle-4-3-10 .hb-dropdown-options-4-3-10 {
  display: none;
}
.hb-c-toggle-4-3-10 .hb-dropdown-toggle-button-4-3-10 {
  display: none;
}
.hb-c-toggle-4-3-10 .hb-dropdown-toggle-button-4-3-10:checked ~ .hb-dropdown-options-4-3-10 {
  display: block;
}
.hb-c-toggle-4-3-10 .hb-dropdown-toggle-button-4-3-10:checked ~ .hb-dropdown-toggle-label-4-3-10 {
  font-weight: 500;
}

.hb-c-toggle-4-4 .hb-dropdown-options-4-4 {
  display: none;
}
.hb-c-toggle-4-4 .hb-dropdown-toggle-button-4-4 {
  display: none;
}
.hb-c-toggle-4-4 .hb-dropdown-toggle-button-4-4:checked ~ .hb-dropdown-options-4-4 {
  display: block;
}
.hb-c-toggle-4-4 .hb-dropdown-toggle-button-4-4:checked ~ .hb-dropdown-toggle-label-4-4 {
  font-weight: bold;
}
.hb-c-toggle-4-4 .hb-dropdown-toggle-button-4-4:checked ~ .hb-dropdown-toggle-label-4-4 h3 {
  font-weight: bold;
}

.hb-c-toggle-4-4-1 .hb-dropdown-options-4-4-1 {
  display: none;
}
.hb-c-toggle-4-4-1 .hb-dropdown-toggle-button-4-4-1 {
  display: none;
}
.hb-c-toggle-4-4-1 .hb-dropdown-toggle-button-4-4-1:checked ~ .hb-dropdown-options-4-4-1 {
  display: block;
}
.hb-c-toggle-4-4-1 .hb-dropdown-toggle-button-4-4-1:checked ~ .hb-dropdown-toggle-label-4-4-1 {
  font-weight: 500;
}

.hb-c-toggle-4-4-2 .hb-dropdown-options-4-4-2 {
  display: none;
}
.hb-c-toggle-4-4-2 .hb-dropdown-toggle-button-4-4-2 {
  display: none;
}
.hb-c-toggle-4-4-2 .hb-dropdown-toggle-button-4-4-2:checked ~ .hb-dropdown-options-4-4-2 {
  display: block;
}
.hb-c-toggle-4-4-2 .hb-dropdown-toggle-button-4-4-2:checked ~ .hb-dropdown-toggle-label-4-4-2 {
  font-weight: 500;
}

.hb-c-toggle-4-4-3 .hb-dropdown-options-4-4-3 {
  display: none;
}
.hb-c-toggle-4-4-3 .hb-dropdown-toggle-button-4-4-3 {
  display: none;
}
.hb-c-toggle-4-4-3 .hb-dropdown-toggle-button-4-4-3:checked ~ .hb-dropdown-options-4-4-3 {
  display: block;
}
.hb-c-toggle-4-4-3 .hb-dropdown-toggle-button-4-4-3:checked ~ .hb-dropdown-toggle-label-4-4-3 {
  font-weight: 500;
}

.hb-c-toggle-4-4-4 .hb-dropdown-options-4-4-4 {
  display: none;
}
.hb-c-toggle-4-4-4 .hb-dropdown-toggle-button-4-4-4 {
  display: none;
}
.hb-c-toggle-4-4-4 .hb-dropdown-toggle-button-4-4-4:checked ~ .hb-dropdown-options-4-4-4 {
  display: block;
}
.hb-c-toggle-4-4-4 .hb-dropdown-toggle-button-4-4-4:checked ~ .hb-dropdown-toggle-label-4-4-4 {
  font-weight: 500;
}

.hb-c-toggle-4-4-5 .hb-dropdown-options-4-4-5 {
  display: none;
}
.hb-c-toggle-4-4-5 .hb-dropdown-toggle-button-4-4-5 {
  display: none;
}
.hb-c-toggle-4-4-5 .hb-dropdown-toggle-button-4-4-5:checked ~ .hb-dropdown-options-4-4-5 {
  display: block;
}
.hb-c-toggle-4-4-5 .hb-dropdown-toggle-button-4-4-5:checked ~ .hb-dropdown-toggle-label-4-4-5 {
  font-weight: 500;
}

.hb-c-toggle-4-4-6 .hb-dropdown-options-4-4-6 {
  display: none;
}
.hb-c-toggle-4-4-6 .hb-dropdown-toggle-button-4-4-6 {
  display: none;
}
.hb-c-toggle-4-4-6 .hb-dropdown-toggle-button-4-4-6:checked ~ .hb-dropdown-options-4-4-6 {
  display: block;
}
.hb-c-toggle-4-4-6 .hb-dropdown-toggle-button-4-4-6:checked ~ .hb-dropdown-toggle-label-4-4-6 {
  font-weight: 500;
}

.hb-c-toggle-4-4-7 .hb-dropdown-options-4-4-7 {
  display: none;
}
.hb-c-toggle-4-4-7 .hb-dropdown-toggle-button-4-4-7 {
  display: none;
}
.hb-c-toggle-4-4-7 .hb-dropdown-toggle-button-4-4-7:checked ~ .hb-dropdown-options-4-4-7 {
  display: block;
}
.hb-c-toggle-4-4-7 .hb-dropdown-toggle-button-4-4-7:checked ~ .hb-dropdown-toggle-label-4-4-7 {
  font-weight: 500;
}

.hb-c-toggle-4-4-8 .hb-dropdown-options-4-4-8 {
  display: none;
}
.hb-c-toggle-4-4-8 .hb-dropdown-toggle-button-4-4-8 {
  display: none;
}
.hb-c-toggle-4-4-8 .hb-dropdown-toggle-button-4-4-8:checked ~ .hb-dropdown-options-4-4-8 {
  display: block;
}
.hb-c-toggle-4-4-8 .hb-dropdown-toggle-button-4-4-8:checked ~ .hb-dropdown-toggle-label-4-4-8 {
  font-weight: 500;
}

.hb-c-toggle-4-4-9 .hb-dropdown-options-4-4-9 {
  display: none;
}
.hb-c-toggle-4-4-9 .hb-dropdown-toggle-button-4-4-9 {
  display: none;
}
.hb-c-toggle-4-4-9 .hb-dropdown-toggle-button-4-4-9:checked ~ .hb-dropdown-options-4-4-9 {
  display: block;
}
.hb-c-toggle-4-4-9 .hb-dropdown-toggle-button-4-4-9:checked ~ .hb-dropdown-toggle-label-4-4-9 {
  font-weight: 500;
}

.hb-c-toggle-4-4-10 .hb-dropdown-options-4-4-10 {
  display: none;
}
.hb-c-toggle-4-4-10 .hb-dropdown-toggle-button-4-4-10 {
  display: none;
}
.hb-c-toggle-4-4-10 .hb-dropdown-toggle-button-4-4-10:checked ~ .hb-dropdown-options-4-4-10 {
  display: block;
}
.hb-c-toggle-4-4-10 .hb-dropdown-toggle-button-4-4-10:checked ~ .hb-dropdown-toggle-label-4-4-10 {
  font-weight: 500;
}

.hb-c-toggle-4-5 .hb-dropdown-options-4-5 {
  display: none;
}
.hb-c-toggle-4-5 .hb-dropdown-toggle-button-4-5 {
  display: none;
}
.hb-c-toggle-4-5 .hb-dropdown-toggle-button-4-5:checked ~ .hb-dropdown-options-4-5 {
  display: block;
}
.hb-c-toggle-4-5 .hb-dropdown-toggle-button-4-5:checked ~ .hb-dropdown-toggle-label-4-5 {
  font-weight: bold;
}
.hb-c-toggle-4-5 .hb-dropdown-toggle-button-4-5:checked ~ .hb-dropdown-toggle-label-4-5 h3 {
  font-weight: bold;
}

.hb-c-toggle-4-5-1 .hb-dropdown-options-4-5-1 {
  display: none;
}
.hb-c-toggle-4-5-1 .hb-dropdown-toggle-button-4-5-1 {
  display: none;
}
.hb-c-toggle-4-5-1 .hb-dropdown-toggle-button-4-5-1:checked ~ .hb-dropdown-options-4-5-1 {
  display: block;
}
.hb-c-toggle-4-5-1 .hb-dropdown-toggle-button-4-5-1:checked ~ .hb-dropdown-toggle-label-4-5-1 {
  font-weight: 500;
}

.hb-c-toggle-4-5-2 .hb-dropdown-options-4-5-2 {
  display: none;
}
.hb-c-toggle-4-5-2 .hb-dropdown-toggle-button-4-5-2 {
  display: none;
}
.hb-c-toggle-4-5-2 .hb-dropdown-toggle-button-4-5-2:checked ~ .hb-dropdown-options-4-5-2 {
  display: block;
}
.hb-c-toggle-4-5-2 .hb-dropdown-toggle-button-4-5-2:checked ~ .hb-dropdown-toggle-label-4-5-2 {
  font-weight: 500;
}

.hb-c-toggle-4-5-3 .hb-dropdown-options-4-5-3 {
  display: none;
}
.hb-c-toggle-4-5-3 .hb-dropdown-toggle-button-4-5-3 {
  display: none;
}
.hb-c-toggle-4-5-3 .hb-dropdown-toggle-button-4-5-3:checked ~ .hb-dropdown-options-4-5-3 {
  display: block;
}
.hb-c-toggle-4-5-3 .hb-dropdown-toggle-button-4-5-3:checked ~ .hb-dropdown-toggle-label-4-5-3 {
  font-weight: 500;
}

.hb-c-toggle-4-5-4 .hb-dropdown-options-4-5-4 {
  display: none;
}
.hb-c-toggle-4-5-4 .hb-dropdown-toggle-button-4-5-4 {
  display: none;
}
.hb-c-toggle-4-5-4 .hb-dropdown-toggle-button-4-5-4:checked ~ .hb-dropdown-options-4-5-4 {
  display: block;
}
.hb-c-toggle-4-5-4 .hb-dropdown-toggle-button-4-5-4:checked ~ .hb-dropdown-toggle-label-4-5-4 {
  font-weight: 500;
}

.hb-c-toggle-4-5-5 .hb-dropdown-options-4-5-5 {
  display: none;
}
.hb-c-toggle-4-5-5 .hb-dropdown-toggle-button-4-5-5 {
  display: none;
}
.hb-c-toggle-4-5-5 .hb-dropdown-toggle-button-4-5-5:checked ~ .hb-dropdown-options-4-5-5 {
  display: block;
}
.hb-c-toggle-4-5-5 .hb-dropdown-toggle-button-4-5-5:checked ~ .hb-dropdown-toggle-label-4-5-5 {
  font-weight: 500;
}

.hb-c-toggle-4-5-6 .hb-dropdown-options-4-5-6 {
  display: none;
}
.hb-c-toggle-4-5-6 .hb-dropdown-toggle-button-4-5-6 {
  display: none;
}
.hb-c-toggle-4-5-6 .hb-dropdown-toggle-button-4-5-6:checked ~ .hb-dropdown-options-4-5-6 {
  display: block;
}
.hb-c-toggle-4-5-6 .hb-dropdown-toggle-button-4-5-6:checked ~ .hb-dropdown-toggle-label-4-5-6 {
  font-weight: 500;
}

.hb-c-toggle-4-5-7 .hb-dropdown-options-4-5-7 {
  display: none;
}
.hb-c-toggle-4-5-7 .hb-dropdown-toggle-button-4-5-7 {
  display: none;
}
.hb-c-toggle-4-5-7 .hb-dropdown-toggle-button-4-5-7:checked ~ .hb-dropdown-options-4-5-7 {
  display: block;
}
.hb-c-toggle-4-5-7 .hb-dropdown-toggle-button-4-5-7:checked ~ .hb-dropdown-toggle-label-4-5-7 {
  font-weight: 500;
}

.hb-c-toggle-4-5-8 .hb-dropdown-options-4-5-8 {
  display: none;
}
.hb-c-toggle-4-5-8 .hb-dropdown-toggle-button-4-5-8 {
  display: none;
}
.hb-c-toggle-4-5-8 .hb-dropdown-toggle-button-4-5-8:checked ~ .hb-dropdown-options-4-5-8 {
  display: block;
}
.hb-c-toggle-4-5-8 .hb-dropdown-toggle-button-4-5-8:checked ~ .hb-dropdown-toggle-label-4-5-8 {
  font-weight: 500;
}

.hb-c-toggle-4-5-9 .hb-dropdown-options-4-5-9 {
  display: none;
}
.hb-c-toggle-4-5-9 .hb-dropdown-toggle-button-4-5-9 {
  display: none;
}
.hb-c-toggle-4-5-9 .hb-dropdown-toggle-button-4-5-9:checked ~ .hb-dropdown-options-4-5-9 {
  display: block;
}
.hb-c-toggle-4-5-9 .hb-dropdown-toggle-button-4-5-9:checked ~ .hb-dropdown-toggle-label-4-5-9 {
  font-weight: 500;
}

.hb-c-toggle-4-5-10 .hb-dropdown-options-4-5-10 {
  display: none;
}
.hb-c-toggle-4-5-10 .hb-dropdown-toggle-button-4-5-10 {
  display: none;
}
.hb-c-toggle-4-5-10 .hb-dropdown-toggle-button-4-5-10:checked ~ .hb-dropdown-options-4-5-10 {
  display: block;
}
.hb-c-toggle-4-5-10 .hb-dropdown-toggle-button-4-5-10:checked ~ .hb-dropdown-toggle-label-4-5-10 {
  font-weight: 500;
}

.hb-c-toggle-4-6 .hb-dropdown-options-4-6 {
  display: none;
}
.hb-c-toggle-4-6 .hb-dropdown-toggle-button-4-6 {
  display: none;
}
.hb-c-toggle-4-6 .hb-dropdown-toggle-button-4-6:checked ~ .hb-dropdown-options-4-6 {
  display: block;
}
.hb-c-toggle-4-6 .hb-dropdown-toggle-button-4-6:checked ~ .hb-dropdown-toggle-label-4-6 {
  font-weight: bold;
}
.hb-c-toggle-4-6 .hb-dropdown-toggle-button-4-6:checked ~ .hb-dropdown-toggle-label-4-6 h3 {
  font-weight: bold;
}

.hb-c-toggle-4-6-1 .hb-dropdown-options-4-6-1 {
  display: none;
}
.hb-c-toggle-4-6-1 .hb-dropdown-toggle-button-4-6-1 {
  display: none;
}
.hb-c-toggle-4-6-1 .hb-dropdown-toggle-button-4-6-1:checked ~ .hb-dropdown-options-4-6-1 {
  display: block;
}
.hb-c-toggle-4-6-1 .hb-dropdown-toggle-button-4-6-1:checked ~ .hb-dropdown-toggle-label-4-6-1 {
  font-weight: 500;
}

.hb-c-toggle-4-6-2 .hb-dropdown-options-4-6-2 {
  display: none;
}
.hb-c-toggle-4-6-2 .hb-dropdown-toggle-button-4-6-2 {
  display: none;
}
.hb-c-toggle-4-6-2 .hb-dropdown-toggle-button-4-6-2:checked ~ .hb-dropdown-options-4-6-2 {
  display: block;
}
.hb-c-toggle-4-6-2 .hb-dropdown-toggle-button-4-6-2:checked ~ .hb-dropdown-toggle-label-4-6-2 {
  font-weight: 500;
}

.hb-c-toggle-4-6-3 .hb-dropdown-options-4-6-3 {
  display: none;
}
.hb-c-toggle-4-6-3 .hb-dropdown-toggle-button-4-6-3 {
  display: none;
}
.hb-c-toggle-4-6-3 .hb-dropdown-toggle-button-4-6-3:checked ~ .hb-dropdown-options-4-6-3 {
  display: block;
}
.hb-c-toggle-4-6-3 .hb-dropdown-toggle-button-4-6-3:checked ~ .hb-dropdown-toggle-label-4-6-3 {
  font-weight: 500;
}

.hb-c-toggle-4-6-4 .hb-dropdown-options-4-6-4 {
  display: none;
}
.hb-c-toggle-4-6-4 .hb-dropdown-toggle-button-4-6-4 {
  display: none;
}
.hb-c-toggle-4-6-4 .hb-dropdown-toggle-button-4-6-4:checked ~ .hb-dropdown-options-4-6-4 {
  display: block;
}
.hb-c-toggle-4-6-4 .hb-dropdown-toggle-button-4-6-4:checked ~ .hb-dropdown-toggle-label-4-6-4 {
  font-weight: 500;
}

.hb-c-toggle-4-6-5 .hb-dropdown-options-4-6-5 {
  display: none;
}
.hb-c-toggle-4-6-5 .hb-dropdown-toggle-button-4-6-5 {
  display: none;
}
.hb-c-toggle-4-6-5 .hb-dropdown-toggle-button-4-6-5:checked ~ .hb-dropdown-options-4-6-5 {
  display: block;
}
.hb-c-toggle-4-6-5 .hb-dropdown-toggle-button-4-6-5:checked ~ .hb-dropdown-toggle-label-4-6-5 {
  font-weight: 500;
}

.hb-c-toggle-4-6-6 .hb-dropdown-options-4-6-6 {
  display: none;
}
.hb-c-toggle-4-6-6 .hb-dropdown-toggle-button-4-6-6 {
  display: none;
}
.hb-c-toggle-4-6-6 .hb-dropdown-toggle-button-4-6-6:checked ~ .hb-dropdown-options-4-6-6 {
  display: block;
}
.hb-c-toggle-4-6-6 .hb-dropdown-toggle-button-4-6-6:checked ~ .hb-dropdown-toggle-label-4-6-6 {
  font-weight: 500;
}

.hb-c-toggle-4-6-7 .hb-dropdown-options-4-6-7 {
  display: none;
}
.hb-c-toggle-4-6-7 .hb-dropdown-toggle-button-4-6-7 {
  display: none;
}
.hb-c-toggle-4-6-7 .hb-dropdown-toggle-button-4-6-7:checked ~ .hb-dropdown-options-4-6-7 {
  display: block;
}
.hb-c-toggle-4-6-7 .hb-dropdown-toggle-button-4-6-7:checked ~ .hb-dropdown-toggle-label-4-6-7 {
  font-weight: 500;
}

.hb-c-toggle-4-6-8 .hb-dropdown-options-4-6-8 {
  display: none;
}
.hb-c-toggle-4-6-8 .hb-dropdown-toggle-button-4-6-8 {
  display: none;
}
.hb-c-toggle-4-6-8 .hb-dropdown-toggle-button-4-6-8:checked ~ .hb-dropdown-options-4-6-8 {
  display: block;
}
.hb-c-toggle-4-6-8 .hb-dropdown-toggle-button-4-6-8:checked ~ .hb-dropdown-toggle-label-4-6-8 {
  font-weight: 500;
}

.hb-c-toggle-4-6-9 .hb-dropdown-options-4-6-9 {
  display: none;
}
.hb-c-toggle-4-6-9 .hb-dropdown-toggle-button-4-6-9 {
  display: none;
}
.hb-c-toggle-4-6-9 .hb-dropdown-toggle-button-4-6-9:checked ~ .hb-dropdown-options-4-6-9 {
  display: block;
}
.hb-c-toggle-4-6-9 .hb-dropdown-toggle-button-4-6-9:checked ~ .hb-dropdown-toggle-label-4-6-9 {
  font-weight: 500;
}

.hb-c-toggle-4-6-10 .hb-dropdown-options-4-6-10 {
  display: none;
}
.hb-c-toggle-4-6-10 .hb-dropdown-toggle-button-4-6-10 {
  display: none;
}
.hb-c-toggle-4-6-10 .hb-dropdown-toggle-button-4-6-10:checked ~ .hb-dropdown-options-4-6-10 {
  display: block;
}
.hb-c-toggle-4-6-10 .hb-dropdown-toggle-button-4-6-10:checked ~ .hb-dropdown-toggle-label-4-6-10 {
  font-weight: 500;
}

.hb-c-toggle-4-7 .hb-dropdown-options-4-7 {
  display: none;
}
.hb-c-toggle-4-7 .hb-dropdown-toggle-button-4-7 {
  display: none;
}
.hb-c-toggle-4-7 .hb-dropdown-toggle-button-4-7:checked ~ .hb-dropdown-options-4-7 {
  display: block;
}
.hb-c-toggle-4-7 .hb-dropdown-toggle-button-4-7:checked ~ .hb-dropdown-toggle-label-4-7 {
  font-weight: bold;
}
.hb-c-toggle-4-7 .hb-dropdown-toggle-button-4-7:checked ~ .hb-dropdown-toggle-label-4-7 h3 {
  font-weight: bold;
}

.hb-c-toggle-4-7-1 .hb-dropdown-options-4-7-1 {
  display: none;
}
.hb-c-toggle-4-7-1 .hb-dropdown-toggle-button-4-7-1 {
  display: none;
}
.hb-c-toggle-4-7-1 .hb-dropdown-toggle-button-4-7-1:checked ~ .hb-dropdown-options-4-7-1 {
  display: block;
}
.hb-c-toggle-4-7-1 .hb-dropdown-toggle-button-4-7-1:checked ~ .hb-dropdown-toggle-label-4-7-1 {
  font-weight: 500;
}

.hb-c-toggle-4-7-2 .hb-dropdown-options-4-7-2 {
  display: none;
}
.hb-c-toggle-4-7-2 .hb-dropdown-toggle-button-4-7-2 {
  display: none;
}
.hb-c-toggle-4-7-2 .hb-dropdown-toggle-button-4-7-2:checked ~ .hb-dropdown-options-4-7-2 {
  display: block;
}
.hb-c-toggle-4-7-2 .hb-dropdown-toggle-button-4-7-2:checked ~ .hb-dropdown-toggle-label-4-7-2 {
  font-weight: 500;
}

.hb-c-toggle-4-7-3 .hb-dropdown-options-4-7-3 {
  display: none;
}
.hb-c-toggle-4-7-3 .hb-dropdown-toggle-button-4-7-3 {
  display: none;
}
.hb-c-toggle-4-7-3 .hb-dropdown-toggle-button-4-7-3:checked ~ .hb-dropdown-options-4-7-3 {
  display: block;
}
.hb-c-toggle-4-7-3 .hb-dropdown-toggle-button-4-7-3:checked ~ .hb-dropdown-toggle-label-4-7-3 {
  font-weight: 500;
}

.hb-c-toggle-4-7-4 .hb-dropdown-options-4-7-4 {
  display: none;
}
.hb-c-toggle-4-7-4 .hb-dropdown-toggle-button-4-7-4 {
  display: none;
}
.hb-c-toggle-4-7-4 .hb-dropdown-toggle-button-4-7-4:checked ~ .hb-dropdown-options-4-7-4 {
  display: block;
}
.hb-c-toggle-4-7-4 .hb-dropdown-toggle-button-4-7-4:checked ~ .hb-dropdown-toggle-label-4-7-4 {
  font-weight: 500;
}

.hb-c-toggle-4-7-5 .hb-dropdown-options-4-7-5 {
  display: none;
}
.hb-c-toggle-4-7-5 .hb-dropdown-toggle-button-4-7-5 {
  display: none;
}
.hb-c-toggle-4-7-5 .hb-dropdown-toggle-button-4-7-5:checked ~ .hb-dropdown-options-4-7-5 {
  display: block;
}
.hb-c-toggle-4-7-5 .hb-dropdown-toggle-button-4-7-5:checked ~ .hb-dropdown-toggle-label-4-7-5 {
  font-weight: 500;
}

.hb-c-toggle-4-7-6 .hb-dropdown-options-4-7-6 {
  display: none;
}
.hb-c-toggle-4-7-6 .hb-dropdown-toggle-button-4-7-6 {
  display: none;
}
.hb-c-toggle-4-7-6 .hb-dropdown-toggle-button-4-7-6:checked ~ .hb-dropdown-options-4-7-6 {
  display: block;
}
.hb-c-toggle-4-7-6 .hb-dropdown-toggle-button-4-7-6:checked ~ .hb-dropdown-toggle-label-4-7-6 {
  font-weight: 500;
}

.hb-c-toggle-4-7-7 .hb-dropdown-options-4-7-7 {
  display: none;
}
.hb-c-toggle-4-7-7 .hb-dropdown-toggle-button-4-7-7 {
  display: none;
}
.hb-c-toggle-4-7-7 .hb-dropdown-toggle-button-4-7-7:checked ~ .hb-dropdown-options-4-7-7 {
  display: block;
}
.hb-c-toggle-4-7-7 .hb-dropdown-toggle-button-4-7-7:checked ~ .hb-dropdown-toggle-label-4-7-7 {
  font-weight: 500;
}

.hb-c-toggle-4-7-8 .hb-dropdown-options-4-7-8 {
  display: none;
}
.hb-c-toggle-4-7-8 .hb-dropdown-toggle-button-4-7-8 {
  display: none;
}
.hb-c-toggle-4-7-8 .hb-dropdown-toggle-button-4-7-8:checked ~ .hb-dropdown-options-4-7-8 {
  display: block;
}
.hb-c-toggle-4-7-8 .hb-dropdown-toggle-button-4-7-8:checked ~ .hb-dropdown-toggle-label-4-7-8 {
  font-weight: 500;
}

.hb-c-toggle-4-7-9 .hb-dropdown-options-4-7-9 {
  display: none;
}
.hb-c-toggle-4-7-9 .hb-dropdown-toggle-button-4-7-9 {
  display: none;
}
.hb-c-toggle-4-7-9 .hb-dropdown-toggle-button-4-7-9:checked ~ .hb-dropdown-options-4-7-9 {
  display: block;
}
.hb-c-toggle-4-7-9 .hb-dropdown-toggle-button-4-7-9:checked ~ .hb-dropdown-toggle-label-4-7-9 {
  font-weight: 500;
}

.hb-c-toggle-4-7-10 .hb-dropdown-options-4-7-10 {
  display: none;
}
.hb-c-toggle-4-7-10 .hb-dropdown-toggle-button-4-7-10 {
  display: none;
}
.hb-c-toggle-4-7-10 .hb-dropdown-toggle-button-4-7-10:checked ~ .hb-dropdown-options-4-7-10 {
  display: block;
}
.hb-c-toggle-4-7-10 .hb-dropdown-toggle-button-4-7-10:checked ~ .hb-dropdown-toggle-label-4-7-10 {
  font-weight: 500;
}

.hb-c-toggle-4-8 .hb-dropdown-options-4-8 {
  display: none;
}
.hb-c-toggle-4-8 .hb-dropdown-toggle-button-4-8 {
  display: none;
}
.hb-c-toggle-4-8 .hb-dropdown-toggle-button-4-8:checked ~ .hb-dropdown-options-4-8 {
  display: block;
}
.hb-c-toggle-4-8 .hb-dropdown-toggle-button-4-8:checked ~ .hb-dropdown-toggle-label-4-8 {
  font-weight: bold;
}
.hb-c-toggle-4-8 .hb-dropdown-toggle-button-4-8:checked ~ .hb-dropdown-toggle-label-4-8 h3 {
  font-weight: bold;
}

.hb-c-toggle-4-8-1 .hb-dropdown-options-4-8-1 {
  display: none;
}
.hb-c-toggle-4-8-1 .hb-dropdown-toggle-button-4-8-1 {
  display: none;
}
.hb-c-toggle-4-8-1 .hb-dropdown-toggle-button-4-8-1:checked ~ .hb-dropdown-options-4-8-1 {
  display: block;
}
.hb-c-toggle-4-8-1 .hb-dropdown-toggle-button-4-8-1:checked ~ .hb-dropdown-toggle-label-4-8-1 {
  font-weight: 500;
}

.hb-c-toggle-4-8-2 .hb-dropdown-options-4-8-2 {
  display: none;
}
.hb-c-toggle-4-8-2 .hb-dropdown-toggle-button-4-8-2 {
  display: none;
}
.hb-c-toggle-4-8-2 .hb-dropdown-toggle-button-4-8-2:checked ~ .hb-dropdown-options-4-8-2 {
  display: block;
}
.hb-c-toggle-4-8-2 .hb-dropdown-toggle-button-4-8-2:checked ~ .hb-dropdown-toggle-label-4-8-2 {
  font-weight: 500;
}

.hb-c-toggle-4-8-3 .hb-dropdown-options-4-8-3 {
  display: none;
}
.hb-c-toggle-4-8-3 .hb-dropdown-toggle-button-4-8-3 {
  display: none;
}
.hb-c-toggle-4-8-3 .hb-dropdown-toggle-button-4-8-3:checked ~ .hb-dropdown-options-4-8-3 {
  display: block;
}
.hb-c-toggle-4-8-3 .hb-dropdown-toggle-button-4-8-3:checked ~ .hb-dropdown-toggle-label-4-8-3 {
  font-weight: 500;
}

.hb-c-toggle-4-8-4 .hb-dropdown-options-4-8-4 {
  display: none;
}
.hb-c-toggle-4-8-4 .hb-dropdown-toggle-button-4-8-4 {
  display: none;
}
.hb-c-toggle-4-8-4 .hb-dropdown-toggle-button-4-8-4:checked ~ .hb-dropdown-options-4-8-4 {
  display: block;
}
.hb-c-toggle-4-8-4 .hb-dropdown-toggle-button-4-8-4:checked ~ .hb-dropdown-toggle-label-4-8-4 {
  font-weight: 500;
}

.hb-c-toggle-4-8-5 .hb-dropdown-options-4-8-5 {
  display: none;
}
.hb-c-toggle-4-8-5 .hb-dropdown-toggle-button-4-8-5 {
  display: none;
}
.hb-c-toggle-4-8-5 .hb-dropdown-toggle-button-4-8-5:checked ~ .hb-dropdown-options-4-8-5 {
  display: block;
}
.hb-c-toggle-4-8-5 .hb-dropdown-toggle-button-4-8-5:checked ~ .hb-dropdown-toggle-label-4-8-5 {
  font-weight: 500;
}

.hb-c-toggle-4-8-6 .hb-dropdown-options-4-8-6 {
  display: none;
}
.hb-c-toggle-4-8-6 .hb-dropdown-toggle-button-4-8-6 {
  display: none;
}
.hb-c-toggle-4-8-6 .hb-dropdown-toggle-button-4-8-6:checked ~ .hb-dropdown-options-4-8-6 {
  display: block;
}
.hb-c-toggle-4-8-6 .hb-dropdown-toggle-button-4-8-6:checked ~ .hb-dropdown-toggle-label-4-8-6 {
  font-weight: 500;
}

.hb-c-toggle-4-8-7 .hb-dropdown-options-4-8-7 {
  display: none;
}
.hb-c-toggle-4-8-7 .hb-dropdown-toggle-button-4-8-7 {
  display: none;
}
.hb-c-toggle-4-8-7 .hb-dropdown-toggle-button-4-8-7:checked ~ .hb-dropdown-options-4-8-7 {
  display: block;
}
.hb-c-toggle-4-8-7 .hb-dropdown-toggle-button-4-8-7:checked ~ .hb-dropdown-toggle-label-4-8-7 {
  font-weight: 500;
}

.hb-c-toggle-4-8-8 .hb-dropdown-options-4-8-8 {
  display: none;
}
.hb-c-toggle-4-8-8 .hb-dropdown-toggle-button-4-8-8 {
  display: none;
}
.hb-c-toggle-4-8-8 .hb-dropdown-toggle-button-4-8-8:checked ~ .hb-dropdown-options-4-8-8 {
  display: block;
}
.hb-c-toggle-4-8-8 .hb-dropdown-toggle-button-4-8-8:checked ~ .hb-dropdown-toggle-label-4-8-8 {
  font-weight: 500;
}

.hb-c-toggle-4-8-9 .hb-dropdown-options-4-8-9 {
  display: none;
}
.hb-c-toggle-4-8-9 .hb-dropdown-toggle-button-4-8-9 {
  display: none;
}
.hb-c-toggle-4-8-9 .hb-dropdown-toggle-button-4-8-9:checked ~ .hb-dropdown-options-4-8-9 {
  display: block;
}
.hb-c-toggle-4-8-9 .hb-dropdown-toggle-button-4-8-9:checked ~ .hb-dropdown-toggle-label-4-8-9 {
  font-weight: 500;
}

.hb-c-toggle-4-8-10 .hb-dropdown-options-4-8-10 {
  display: none;
}
.hb-c-toggle-4-8-10 .hb-dropdown-toggle-button-4-8-10 {
  display: none;
}
.hb-c-toggle-4-8-10 .hb-dropdown-toggle-button-4-8-10:checked ~ .hb-dropdown-options-4-8-10 {
  display: block;
}
.hb-c-toggle-4-8-10 .hb-dropdown-toggle-button-4-8-10:checked ~ .hb-dropdown-toggle-label-4-8-10 {
  font-weight: 500;
}

.hb-c-toggle-4-9 .hb-dropdown-options-4-9 {
  display: none;
}
.hb-c-toggle-4-9 .hb-dropdown-toggle-button-4-9 {
  display: none;
}
.hb-c-toggle-4-9 .hb-dropdown-toggle-button-4-9:checked ~ .hb-dropdown-options-4-9 {
  display: block;
}
.hb-c-toggle-4-9 .hb-dropdown-toggle-button-4-9:checked ~ .hb-dropdown-toggle-label-4-9 {
  font-weight: bold;
}
.hb-c-toggle-4-9 .hb-dropdown-toggle-button-4-9:checked ~ .hb-dropdown-toggle-label-4-9 h3 {
  font-weight: bold;
}

.hb-c-toggle-4-9-1 .hb-dropdown-options-4-9-1 {
  display: none;
}
.hb-c-toggle-4-9-1 .hb-dropdown-toggle-button-4-9-1 {
  display: none;
}
.hb-c-toggle-4-9-1 .hb-dropdown-toggle-button-4-9-1:checked ~ .hb-dropdown-options-4-9-1 {
  display: block;
}
.hb-c-toggle-4-9-1 .hb-dropdown-toggle-button-4-9-1:checked ~ .hb-dropdown-toggle-label-4-9-1 {
  font-weight: 500;
}

.hb-c-toggle-4-9-2 .hb-dropdown-options-4-9-2 {
  display: none;
}
.hb-c-toggle-4-9-2 .hb-dropdown-toggle-button-4-9-2 {
  display: none;
}
.hb-c-toggle-4-9-2 .hb-dropdown-toggle-button-4-9-2:checked ~ .hb-dropdown-options-4-9-2 {
  display: block;
}
.hb-c-toggle-4-9-2 .hb-dropdown-toggle-button-4-9-2:checked ~ .hb-dropdown-toggle-label-4-9-2 {
  font-weight: 500;
}

.hb-c-toggle-4-9-3 .hb-dropdown-options-4-9-3 {
  display: none;
}
.hb-c-toggle-4-9-3 .hb-dropdown-toggle-button-4-9-3 {
  display: none;
}
.hb-c-toggle-4-9-3 .hb-dropdown-toggle-button-4-9-3:checked ~ .hb-dropdown-options-4-9-3 {
  display: block;
}
.hb-c-toggle-4-9-3 .hb-dropdown-toggle-button-4-9-3:checked ~ .hb-dropdown-toggle-label-4-9-3 {
  font-weight: 500;
}

.hb-c-toggle-4-9-4 .hb-dropdown-options-4-9-4 {
  display: none;
}
.hb-c-toggle-4-9-4 .hb-dropdown-toggle-button-4-9-4 {
  display: none;
}
.hb-c-toggle-4-9-4 .hb-dropdown-toggle-button-4-9-4:checked ~ .hb-dropdown-options-4-9-4 {
  display: block;
}
.hb-c-toggle-4-9-4 .hb-dropdown-toggle-button-4-9-4:checked ~ .hb-dropdown-toggle-label-4-9-4 {
  font-weight: 500;
}

.hb-c-toggle-4-9-5 .hb-dropdown-options-4-9-5 {
  display: none;
}
.hb-c-toggle-4-9-5 .hb-dropdown-toggle-button-4-9-5 {
  display: none;
}
.hb-c-toggle-4-9-5 .hb-dropdown-toggle-button-4-9-5:checked ~ .hb-dropdown-options-4-9-5 {
  display: block;
}
.hb-c-toggle-4-9-5 .hb-dropdown-toggle-button-4-9-5:checked ~ .hb-dropdown-toggle-label-4-9-5 {
  font-weight: 500;
}

.hb-c-toggle-4-9-6 .hb-dropdown-options-4-9-6 {
  display: none;
}
.hb-c-toggle-4-9-6 .hb-dropdown-toggle-button-4-9-6 {
  display: none;
}
.hb-c-toggle-4-9-6 .hb-dropdown-toggle-button-4-9-6:checked ~ .hb-dropdown-options-4-9-6 {
  display: block;
}
.hb-c-toggle-4-9-6 .hb-dropdown-toggle-button-4-9-6:checked ~ .hb-dropdown-toggle-label-4-9-6 {
  font-weight: 500;
}

.hb-c-toggle-4-9-7 .hb-dropdown-options-4-9-7 {
  display: none;
}
.hb-c-toggle-4-9-7 .hb-dropdown-toggle-button-4-9-7 {
  display: none;
}
.hb-c-toggle-4-9-7 .hb-dropdown-toggle-button-4-9-7:checked ~ .hb-dropdown-options-4-9-7 {
  display: block;
}
.hb-c-toggle-4-9-7 .hb-dropdown-toggle-button-4-9-7:checked ~ .hb-dropdown-toggle-label-4-9-7 {
  font-weight: 500;
}

.hb-c-toggle-4-9-8 .hb-dropdown-options-4-9-8 {
  display: none;
}
.hb-c-toggle-4-9-8 .hb-dropdown-toggle-button-4-9-8 {
  display: none;
}
.hb-c-toggle-4-9-8 .hb-dropdown-toggle-button-4-9-8:checked ~ .hb-dropdown-options-4-9-8 {
  display: block;
}
.hb-c-toggle-4-9-8 .hb-dropdown-toggle-button-4-9-8:checked ~ .hb-dropdown-toggle-label-4-9-8 {
  font-weight: 500;
}

.hb-c-toggle-4-9-9 .hb-dropdown-options-4-9-9 {
  display: none;
}
.hb-c-toggle-4-9-9 .hb-dropdown-toggle-button-4-9-9 {
  display: none;
}
.hb-c-toggle-4-9-9 .hb-dropdown-toggle-button-4-9-9:checked ~ .hb-dropdown-options-4-9-9 {
  display: block;
}
.hb-c-toggle-4-9-9 .hb-dropdown-toggle-button-4-9-9:checked ~ .hb-dropdown-toggle-label-4-9-9 {
  font-weight: 500;
}

.hb-c-toggle-4-9-10 .hb-dropdown-options-4-9-10 {
  display: none;
}
.hb-c-toggle-4-9-10 .hb-dropdown-toggle-button-4-9-10 {
  display: none;
}
.hb-c-toggle-4-9-10 .hb-dropdown-toggle-button-4-9-10:checked ~ .hb-dropdown-options-4-9-10 {
  display: block;
}
.hb-c-toggle-4-9-10 .hb-dropdown-toggle-button-4-9-10:checked ~ .hb-dropdown-toggle-label-4-9-10 {
  font-weight: 500;
}

.hb-c-toggle-4-10 .hb-dropdown-options-4-10 {
  display: none;
}
.hb-c-toggle-4-10 .hb-dropdown-toggle-button-4-10 {
  display: none;
}
.hb-c-toggle-4-10 .hb-dropdown-toggle-button-4-10:checked ~ .hb-dropdown-options-4-10 {
  display: block;
}
.hb-c-toggle-4-10 .hb-dropdown-toggle-button-4-10:checked ~ .hb-dropdown-toggle-label-4-10 {
  font-weight: bold;
}
.hb-c-toggle-4-10 .hb-dropdown-toggle-button-4-10:checked ~ .hb-dropdown-toggle-label-4-10 h3 {
  font-weight: bold;
}

.hb-c-toggle-4-10-1 .hb-dropdown-options-4-10-1 {
  display: none;
}
.hb-c-toggle-4-10-1 .hb-dropdown-toggle-button-4-10-1 {
  display: none;
}
.hb-c-toggle-4-10-1 .hb-dropdown-toggle-button-4-10-1:checked ~ .hb-dropdown-options-4-10-1 {
  display: block;
}
.hb-c-toggle-4-10-1 .hb-dropdown-toggle-button-4-10-1:checked ~ .hb-dropdown-toggle-label-4-10-1 {
  font-weight: 500;
}

.hb-c-toggle-4-10-2 .hb-dropdown-options-4-10-2 {
  display: none;
}
.hb-c-toggle-4-10-2 .hb-dropdown-toggle-button-4-10-2 {
  display: none;
}
.hb-c-toggle-4-10-2 .hb-dropdown-toggle-button-4-10-2:checked ~ .hb-dropdown-options-4-10-2 {
  display: block;
}
.hb-c-toggle-4-10-2 .hb-dropdown-toggle-button-4-10-2:checked ~ .hb-dropdown-toggle-label-4-10-2 {
  font-weight: 500;
}

.hb-c-toggle-4-10-3 .hb-dropdown-options-4-10-3 {
  display: none;
}
.hb-c-toggle-4-10-3 .hb-dropdown-toggle-button-4-10-3 {
  display: none;
}
.hb-c-toggle-4-10-3 .hb-dropdown-toggle-button-4-10-3:checked ~ .hb-dropdown-options-4-10-3 {
  display: block;
}
.hb-c-toggle-4-10-3 .hb-dropdown-toggle-button-4-10-3:checked ~ .hb-dropdown-toggle-label-4-10-3 {
  font-weight: 500;
}

.hb-c-toggle-4-10-4 .hb-dropdown-options-4-10-4 {
  display: none;
}
.hb-c-toggle-4-10-4 .hb-dropdown-toggle-button-4-10-4 {
  display: none;
}
.hb-c-toggle-4-10-4 .hb-dropdown-toggle-button-4-10-4:checked ~ .hb-dropdown-options-4-10-4 {
  display: block;
}
.hb-c-toggle-4-10-4 .hb-dropdown-toggle-button-4-10-4:checked ~ .hb-dropdown-toggle-label-4-10-4 {
  font-weight: 500;
}

.hb-c-toggle-4-10-5 .hb-dropdown-options-4-10-5 {
  display: none;
}
.hb-c-toggle-4-10-5 .hb-dropdown-toggle-button-4-10-5 {
  display: none;
}
.hb-c-toggle-4-10-5 .hb-dropdown-toggle-button-4-10-5:checked ~ .hb-dropdown-options-4-10-5 {
  display: block;
}
.hb-c-toggle-4-10-5 .hb-dropdown-toggle-button-4-10-5:checked ~ .hb-dropdown-toggle-label-4-10-5 {
  font-weight: 500;
}

.hb-c-toggle-4-10-6 .hb-dropdown-options-4-10-6 {
  display: none;
}
.hb-c-toggle-4-10-6 .hb-dropdown-toggle-button-4-10-6 {
  display: none;
}
.hb-c-toggle-4-10-6 .hb-dropdown-toggle-button-4-10-6:checked ~ .hb-dropdown-options-4-10-6 {
  display: block;
}
.hb-c-toggle-4-10-6 .hb-dropdown-toggle-button-4-10-6:checked ~ .hb-dropdown-toggle-label-4-10-6 {
  font-weight: 500;
}

.hb-c-toggle-4-10-7 .hb-dropdown-options-4-10-7 {
  display: none;
}
.hb-c-toggle-4-10-7 .hb-dropdown-toggle-button-4-10-7 {
  display: none;
}
.hb-c-toggle-4-10-7 .hb-dropdown-toggle-button-4-10-7:checked ~ .hb-dropdown-options-4-10-7 {
  display: block;
}
.hb-c-toggle-4-10-7 .hb-dropdown-toggle-button-4-10-7:checked ~ .hb-dropdown-toggle-label-4-10-7 {
  font-weight: 500;
}

.hb-c-toggle-4-10-8 .hb-dropdown-options-4-10-8 {
  display: none;
}
.hb-c-toggle-4-10-8 .hb-dropdown-toggle-button-4-10-8 {
  display: none;
}
.hb-c-toggle-4-10-8 .hb-dropdown-toggle-button-4-10-8:checked ~ .hb-dropdown-options-4-10-8 {
  display: block;
}
.hb-c-toggle-4-10-8 .hb-dropdown-toggle-button-4-10-8:checked ~ .hb-dropdown-toggle-label-4-10-8 {
  font-weight: 500;
}

.hb-c-toggle-4-10-9 .hb-dropdown-options-4-10-9 {
  display: none;
}
.hb-c-toggle-4-10-9 .hb-dropdown-toggle-button-4-10-9 {
  display: none;
}
.hb-c-toggle-4-10-9 .hb-dropdown-toggle-button-4-10-9:checked ~ .hb-dropdown-options-4-10-9 {
  display: block;
}
.hb-c-toggle-4-10-9 .hb-dropdown-toggle-button-4-10-9:checked ~ .hb-dropdown-toggle-label-4-10-9 {
  font-weight: 500;
}

.hb-c-toggle-4-10-10 .hb-dropdown-options-4-10-10 {
  display: none;
}
.hb-c-toggle-4-10-10 .hb-dropdown-toggle-button-4-10-10 {
  display: none;
}
.hb-c-toggle-4-10-10 .hb-dropdown-toggle-button-4-10-10:checked ~ .hb-dropdown-options-4-10-10 {
  display: block;
}
.hb-c-toggle-4-10-10 .hb-dropdown-toggle-button-4-10-10:checked ~ .hb-dropdown-toggle-label-4-10-10 {
  font-weight: 500;
}

.hb-c-toggle-5-1 .hb-dropdown-options-5-1 {
  display: none;
}
.hb-c-toggle-5-1 .hb-dropdown-toggle-button-5-1 {
  display: none;
}
.hb-c-toggle-5-1 .hb-dropdown-toggle-button-5-1:checked ~ .hb-dropdown-options-5-1 {
  display: block;
}
.hb-c-toggle-5-1 .hb-dropdown-toggle-button-5-1:checked ~ .hb-dropdown-toggle-label-5-1 {
  font-weight: bold;
}
.hb-c-toggle-5-1 .hb-dropdown-toggle-button-5-1:checked ~ .hb-dropdown-toggle-label-5-1 h3 {
  font-weight: bold;
}

.hb-c-toggle-5-1-1 .hb-dropdown-options-5-1-1 {
  display: none;
}
.hb-c-toggle-5-1-1 .hb-dropdown-toggle-button-5-1-1 {
  display: none;
}
.hb-c-toggle-5-1-1 .hb-dropdown-toggle-button-5-1-1:checked ~ .hb-dropdown-options-5-1-1 {
  display: block;
}
.hb-c-toggle-5-1-1 .hb-dropdown-toggle-button-5-1-1:checked ~ .hb-dropdown-toggle-label-5-1-1 {
  font-weight: 500;
}

.hb-c-toggle-5-1-2 .hb-dropdown-options-5-1-2 {
  display: none;
}
.hb-c-toggle-5-1-2 .hb-dropdown-toggle-button-5-1-2 {
  display: none;
}
.hb-c-toggle-5-1-2 .hb-dropdown-toggle-button-5-1-2:checked ~ .hb-dropdown-options-5-1-2 {
  display: block;
}
.hb-c-toggle-5-1-2 .hb-dropdown-toggle-button-5-1-2:checked ~ .hb-dropdown-toggle-label-5-1-2 {
  font-weight: 500;
}

.hb-c-toggle-5-1-3 .hb-dropdown-options-5-1-3 {
  display: none;
}
.hb-c-toggle-5-1-3 .hb-dropdown-toggle-button-5-1-3 {
  display: none;
}
.hb-c-toggle-5-1-3 .hb-dropdown-toggle-button-5-1-3:checked ~ .hb-dropdown-options-5-1-3 {
  display: block;
}
.hb-c-toggle-5-1-3 .hb-dropdown-toggle-button-5-1-3:checked ~ .hb-dropdown-toggle-label-5-1-3 {
  font-weight: 500;
}

.hb-c-toggle-5-1-4 .hb-dropdown-options-5-1-4 {
  display: none;
}
.hb-c-toggle-5-1-4 .hb-dropdown-toggle-button-5-1-4 {
  display: none;
}
.hb-c-toggle-5-1-4 .hb-dropdown-toggle-button-5-1-4:checked ~ .hb-dropdown-options-5-1-4 {
  display: block;
}
.hb-c-toggle-5-1-4 .hb-dropdown-toggle-button-5-1-4:checked ~ .hb-dropdown-toggle-label-5-1-4 {
  font-weight: 500;
}

.hb-c-toggle-5-1-5 .hb-dropdown-options-5-1-5 {
  display: none;
}
.hb-c-toggle-5-1-5 .hb-dropdown-toggle-button-5-1-5 {
  display: none;
}
.hb-c-toggle-5-1-5 .hb-dropdown-toggle-button-5-1-5:checked ~ .hb-dropdown-options-5-1-5 {
  display: block;
}
.hb-c-toggle-5-1-5 .hb-dropdown-toggle-button-5-1-5:checked ~ .hb-dropdown-toggle-label-5-1-5 {
  font-weight: 500;
}

.hb-c-toggle-5-1-6 .hb-dropdown-options-5-1-6 {
  display: none;
}
.hb-c-toggle-5-1-6 .hb-dropdown-toggle-button-5-1-6 {
  display: none;
}
.hb-c-toggle-5-1-6 .hb-dropdown-toggle-button-5-1-6:checked ~ .hb-dropdown-options-5-1-6 {
  display: block;
}
.hb-c-toggle-5-1-6 .hb-dropdown-toggle-button-5-1-6:checked ~ .hb-dropdown-toggle-label-5-1-6 {
  font-weight: 500;
}

.hb-c-toggle-5-1-7 .hb-dropdown-options-5-1-7 {
  display: none;
}
.hb-c-toggle-5-1-7 .hb-dropdown-toggle-button-5-1-7 {
  display: none;
}
.hb-c-toggle-5-1-7 .hb-dropdown-toggle-button-5-1-7:checked ~ .hb-dropdown-options-5-1-7 {
  display: block;
}
.hb-c-toggle-5-1-7 .hb-dropdown-toggle-button-5-1-7:checked ~ .hb-dropdown-toggle-label-5-1-7 {
  font-weight: 500;
}

.hb-c-toggle-5-1-8 .hb-dropdown-options-5-1-8 {
  display: none;
}
.hb-c-toggle-5-1-8 .hb-dropdown-toggle-button-5-1-8 {
  display: none;
}
.hb-c-toggle-5-1-8 .hb-dropdown-toggle-button-5-1-8:checked ~ .hb-dropdown-options-5-1-8 {
  display: block;
}
.hb-c-toggle-5-1-8 .hb-dropdown-toggle-button-5-1-8:checked ~ .hb-dropdown-toggle-label-5-1-8 {
  font-weight: 500;
}

.hb-c-toggle-5-1-9 .hb-dropdown-options-5-1-9 {
  display: none;
}
.hb-c-toggle-5-1-9 .hb-dropdown-toggle-button-5-1-9 {
  display: none;
}
.hb-c-toggle-5-1-9 .hb-dropdown-toggle-button-5-1-9:checked ~ .hb-dropdown-options-5-1-9 {
  display: block;
}
.hb-c-toggle-5-1-9 .hb-dropdown-toggle-button-5-1-9:checked ~ .hb-dropdown-toggle-label-5-1-9 {
  font-weight: 500;
}

.hb-c-toggle-5-1-10 .hb-dropdown-options-5-1-10 {
  display: none;
}
.hb-c-toggle-5-1-10 .hb-dropdown-toggle-button-5-1-10 {
  display: none;
}
.hb-c-toggle-5-1-10 .hb-dropdown-toggle-button-5-1-10:checked ~ .hb-dropdown-options-5-1-10 {
  display: block;
}
.hb-c-toggle-5-1-10 .hb-dropdown-toggle-button-5-1-10:checked ~ .hb-dropdown-toggle-label-5-1-10 {
  font-weight: 500;
}

.hb-c-toggle-5-2 .hb-dropdown-options-5-2 {
  display: none;
}
.hb-c-toggle-5-2 .hb-dropdown-toggle-button-5-2 {
  display: none;
}
.hb-c-toggle-5-2 .hb-dropdown-toggle-button-5-2:checked ~ .hb-dropdown-options-5-2 {
  display: block;
}
.hb-c-toggle-5-2 .hb-dropdown-toggle-button-5-2:checked ~ .hb-dropdown-toggle-label-5-2 {
  font-weight: bold;
}
.hb-c-toggle-5-2 .hb-dropdown-toggle-button-5-2:checked ~ .hb-dropdown-toggle-label-5-2 h3 {
  font-weight: bold;
}

.hb-c-toggle-5-2-1 .hb-dropdown-options-5-2-1 {
  display: none;
}
.hb-c-toggle-5-2-1 .hb-dropdown-toggle-button-5-2-1 {
  display: none;
}
.hb-c-toggle-5-2-1 .hb-dropdown-toggle-button-5-2-1:checked ~ .hb-dropdown-options-5-2-1 {
  display: block;
}
.hb-c-toggle-5-2-1 .hb-dropdown-toggle-button-5-2-1:checked ~ .hb-dropdown-toggle-label-5-2-1 {
  font-weight: 500;
}

.hb-c-toggle-5-2-2 .hb-dropdown-options-5-2-2 {
  display: none;
}
.hb-c-toggle-5-2-2 .hb-dropdown-toggle-button-5-2-2 {
  display: none;
}
.hb-c-toggle-5-2-2 .hb-dropdown-toggle-button-5-2-2:checked ~ .hb-dropdown-options-5-2-2 {
  display: block;
}
.hb-c-toggle-5-2-2 .hb-dropdown-toggle-button-5-2-2:checked ~ .hb-dropdown-toggle-label-5-2-2 {
  font-weight: 500;
}

.hb-c-toggle-5-2-3 .hb-dropdown-options-5-2-3 {
  display: none;
}
.hb-c-toggle-5-2-3 .hb-dropdown-toggle-button-5-2-3 {
  display: none;
}
.hb-c-toggle-5-2-3 .hb-dropdown-toggle-button-5-2-3:checked ~ .hb-dropdown-options-5-2-3 {
  display: block;
}
.hb-c-toggle-5-2-3 .hb-dropdown-toggle-button-5-2-3:checked ~ .hb-dropdown-toggle-label-5-2-3 {
  font-weight: 500;
}

.hb-c-toggle-5-2-4 .hb-dropdown-options-5-2-4 {
  display: none;
}
.hb-c-toggle-5-2-4 .hb-dropdown-toggle-button-5-2-4 {
  display: none;
}
.hb-c-toggle-5-2-4 .hb-dropdown-toggle-button-5-2-4:checked ~ .hb-dropdown-options-5-2-4 {
  display: block;
}
.hb-c-toggle-5-2-4 .hb-dropdown-toggle-button-5-2-4:checked ~ .hb-dropdown-toggle-label-5-2-4 {
  font-weight: 500;
}

.hb-c-toggle-5-2-5 .hb-dropdown-options-5-2-5 {
  display: none;
}
.hb-c-toggle-5-2-5 .hb-dropdown-toggle-button-5-2-5 {
  display: none;
}
.hb-c-toggle-5-2-5 .hb-dropdown-toggle-button-5-2-5:checked ~ .hb-dropdown-options-5-2-5 {
  display: block;
}
.hb-c-toggle-5-2-5 .hb-dropdown-toggle-button-5-2-5:checked ~ .hb-dropdown-toggle-label-5-2-5 {
  font-weight: 500;
}

.hb-c-toggle-5-2-6 .hb-dropdown-options-5-2-6 {
  display: none;
}
.hb-c-toggle-5-2-6 .hb-dropdown-toggle-button-5-2-6 {
  display: none;
}
.hb-c-toggle-5-2-6 .hb-dropdown-toggle-button-5-2-6:checked ~ .hb-dropdown-options-5-2-6 {
  display: block;
}
.hb-c-toggle-5-2-6 .hb-dropdown-toggle-button-5-2-6:checked ~ .hb-dropdown-toggle-label-5-2-6 {
  font-weight: 500;
}

.hb-c-toggle-5-2-7 .hb-dropdown-options-5-2-7 {
  display: none;
}
.hb-c-toggle-5-2-7 .hb-dropdown-toggle-button-5-2-7 {
  display: none;
}
.hb-c-toggle-5-2-7 .hb-dropdown-toggle-button-5-2-7:checked ~ .hb-dropdown-options-5-2-7 {
  display: block;
}
.hb-c-toggle-5-2-7 .hb-dropdown-toggle-button-5-2-7:checked ~ .hb-dropdown-toggle-label-5-2-7 {
  font-weight: 500;
}

.hb-c-toggle-5-2-8 .hb-dropdown-options-5-2-8 {
  display: none;
}
.hb-c-toggle-5-2-8 .hb-dropdown-toggle-button-5-2-8 {
  display: none;
}
.hb-c-toggle-5-2-8 .hb-dropdown-toggle-button-5-2-8:checked ~ .hb-dropdown-options-5-2-8 {
  display: block;
}
.hb-c-toggle-5-2-8 .hb-dropdown-toggle-button-5-2-8:checked ~ .hb-dropdown-toggle-label-5-2-8 {
  font-weight: 500;
}

.hb-c-toggle-5-2-9 .hb-dropdown-options-5-2-9 {
  display: none;
}
.hb-c-toggle-5-2-9 .hb-dropdown-toggle-button-5-2-9 {
  display: none;
}
.hb-c-toggle-5-2-9 .hb-dropdown-toggle-button-5-2-9:checked ~ .hb-dropdown-options-5-2-9 {
  display: block;
}
.hb-c-toggle-5-2-9 .hb-dropdown-toggle-button-5-2-9:checked ~ .hb-dropdown-toggle-label-5-2-9 {
  font-weight: 500;
}

.hb-c-toggle-5-2-10 .hb-dropdown-options-5-2-10 {
  display: none;
}
.hb-c-toggle-5-2-10 .hb-dropdown-toggle-button-5-2-10 {
  display: none;
}
.hb-c-toggle-5-2-10 .hb-dropdown-toggle-button-5-2-10:checked ~ .hb-dropdown-options-5-2-10 {
  display: block;
}
.hb-c-toggle-5-2-10 .hb-dropdown-toggle-button-5-2-10:checked ~ .hb-dropdown-toggle-label-5-2-10 {
  font-weight: 500;
}

.hb-c-toggle-5-3 .hb-dropdown-options-5-3 {
  display: none;
}
.hb-c-toggle-5-3 .hb-dropdown-toggle-button-5-3 {
  display: none;
}
.hb-c-toggle-5-3 .hb-dropdown-toggle-button-5-3:checked ~ .hb-dropdown-options-5-3 {
  display: block;
}
.hb-c-toggle-5-3 .hb-dropdown-toggle-button-5-3:checked ~ .hb-dropdown-toggle-label-5-3 {
  font-weight: bold;
}
.hb-c-toggle-5-3 .hb-dropdown-toggle-button-5-3:checked ~ .hb-dropdown-toggle-label-5-3 h3 {
  font-weight: bold;
}

.hb-c-toggle-5-3-1 .hb-dropdown-options-5-3-1 {
  display: none;
}
.hb-c-toggle-5-3-1 .hb-dropdown-toggle-button-5-3-1 {
  display: none;
}
.hb-c-toggle-5-3-1 .hb-dropdown-toggle-button-5-3-1:checked ~ .hb-dropdown-options-5-3-1 {
  display: block;
}
.hb-c-toggle-5-3-1 .hb-dropdown-toggle-button-5-3-1:checked ~ .hb-dropdown-toggle-label-5-3-1 {
  font-weight: 500;
}

.hb-c-toggle-5-3-2 .hb-dropdown-options-5-3-2 {
  display: none;
}
.hb-c-toggle-5-3-2 .hb-dropdown-toggle-button-5-3-2 {
  display: none;
}
.hb-c-toggle-5-3-2 .hb-dropdown-toggle-button-5-3-2:checked ~ .hb-dropdown-options-5-3-2 {
  display: block;
}
.hb-c-toggle-5-3-2 .hb-dropdown-toggle-button-5-3-2:checked ~ .hb-dropdown-toggle-label-5-3-2 {
  font-weight: 500;
}

.hb-c-toggle-5-3-3 .hb-dropdown-options-5-3-3 {
  display: none;
}
.hb-c-toggle-5-3-3 .hb-dropdown-toggle-button-5-3-3 {
  display: none;
}
.hb-c-toggle-5-3-3 .hb-dropdown-toggle-button-5-3-3:checked ~ .hb-dropdown-options-5-3-3 {
  display: block;
}
.hb-c-toggle-5-3-3 .hb-dropdown-toggle-button-5-3-3:checked ~ .hb-dropdown-toggle-label-5-3-3 {
  font-weight: 500;
}

.hb-c-toggle-5-3-4 .hb-dropdown-options-5-3-4 {
  display: none;
}
.hb-c-toggle-5-3-4 .hb-dropdown-toggle-button-5-3-4 {
  display: none;
}
.hb-c-toggle-5-3-4 .hb-dropdown-toggle-button-5-3-4:checked ~ .hb-dropdown-options-5-3-4 {
  display: block;
}
.hb-c-toggle-5-3-4 .hb-dropdown-toggle-button-5-3-4:checked ~ .hb-dropdown-toggle-label-5-3-4 {
  font-weight: 500;
}

.hb-c-toggle-5-3-5 .hb-dropdown-options-5-3-5 {
  display: none;
}
.hb-c-toggle-5-3-5 .hb-dropdown-toggle-button-5-3-5 {
  display: none;
}
.hb-c-toggle-5-3-5 .hb-dropdown-toggle-button-5-3-5:checked ~ .hb-dropdown-options-5-3-5 {
  display: block;
}
.hb-c-toggle-5-3-5 .hb-dropdown-toggle-button-5-3-5:checked ~ .hb-dropdown-toggle-label-5-3-5 {
  font-weight: 500;
}

.hb-c-toggle-5-3-6 .hb-dropdown-options-5-3-6 {
  display: none;
}
.hb-c-toggle-5-3-6 .hb-dropdown-toggle-button-5-3-6 {
  display: none;
}
.hb-c-toggle-5-3-6 .hb-dropdown-toggle-button-5-3-6:checked ~ .hb-dropdown-options-5-3-6 {
  display: block;
}
.hb-c-toggle-5-3-6 .hb-dropdown-toggle-button-5-3-6:checked ~ .hb-dropdown-toggle-label-5-3-6 {
  font-weight: 500;
}

.hb-c-toggle-5-3-7 .hb-dropdown-options-5-3-7 {
  display: none;
}
.hb-c-toggle-5-3-7 .hb-dropdown-toggle-button-5-3-7 {
  display: none;
}
.hb-c-toggle-5-3-7 .hb-dropdown-toggle-button-5-3-7:checked ~ .hb-dropdown-options-5-3-7 {
  display: block;
}
.hb-c-toggle-5-3-7 .hb-dropdown-toggle-button-5-3-7:checked ~ .hb-dropdown-toggle-label-5-3-7 {
  font-weight: 500;
}

.hb-c-toggle-5-3-8 .hb-dropdown-options-5-3-8 {
  display: none;
}
.hb-c-toggle-5-3-8 .hb-dropdown-toggle-button-5-3-8 {
  display: none;
}
.hb-c-toggle-5-3-8 .hb-dropdown-toggle-button-5-3-8:checked ~ .hb-dropdown-options-5-3-8 {
  display: block;
}
.hb-c-toggle-5-3-8 .hb-dropdown-toggle-button-5-3-8:checked ~ .hb-dropdown-toggle-label-5-3-8 {
  font-weight: 500;
}

.hb-c-toggle-5-3-9 .hb-dropdown-options-5-3-9 {
  display: none;
}
.hb-c-toggle-5-3-9 .hb-dropdown-toggle-button-5-3-9 {
  display: none;
}
.hb-c-toggle-5-3-9 .hb-dropdown-toggle-button-5-3-9:checked ~ .hb-dropdown-options-5-3-9 {
  display: block;
}
.hb-c-toggle-5-3-9 .hb-dropdown-toggle-button-5-3-9:checked ~ .hb-dropdown-toggle-label-5-3-9 {
  font-weight: 500;
}

.hb-c-toggle-5-3-10 .hb-dropdown-options-5-3-10 {
  display: none;
}
.hb-c-toggle-5-3-10 .hb-dropdown-toggle-button-5-3-10 {
  display: none;
}
.hb-c-toggle-5-3-10 .hb-dropdown-toggle-button-5-3-10:checked ~ .hb-dropdown-options-5-3-10 {
  display: block;
}
.hb-c-toggle-5-3-10 .hb-dropdown-toggle-button-5-3-10:checked ~ .hb-dropdown-toggle-label-5-3-10 {
  font-weight: 500;
}

.hb-c-toggle-5-4 .hb-dropdown-options-5-4 {
  display: none;
}
.hb-c-toggle-5-4 .hb-dropdown-toggle-button-5-4 {
  display: none;
}
.hb-c-toggle-5-4 .hb-dropdown-toggle-button-5-4:checked ~ .hb-dropdown-options-5-4 {
  display: block;
}
.hb-c-toggle-5-4 .hb-dropdown-toggle-button-5-4:checked ~ .hb-dropdown-toggle-label-5-4 {
  font-weight: bold;
}
.hb-c-toggle-5-4 .hb-dropdown-toggle-button-5-4:checked ~ .hb-dropdown-toggle-label-5-4 h3 {
  font-weight: bold;
}

.hb-c-toggle-5-4-1 .hb-dropdown-options-5-4-1 {
  display: none;
}
.hb-c-toggle-5-4-1 .hb-dropdown-toggle-button-5-4-1 {
  display: none;
}
.hb-c-toggle-5-4-1 .hb-dropdown-toggle-button-5-4-1:checked ~ .hb-dropdown-options-5-4-1 {
  display: block;
}
.hb-c-toggle-5-4-1 .hb-dropdown-toggle-button-5-4-1:checked ~ .hb-dropdown-toggle-label-5-4-1 {
  font-weight: 500;
}

.hb-c-toggle-5-4-2 .hb-dropdown-options-5-4-2 {
  display: none;
}
.hb-c-toggle-5-4-2 .hb-dropdown-toggle-button-5-4-2 {
  display: none;
}
.hb-c-toggle-5-4-2 .hb-dropdown-toggle-button-5-4-2:checked ~ .hb-dropdown-options-5-4-2 {
  display: block;
}
.hb-c-toggle-5-4-2 .hb-dropdown-toggle-button-5-4-2:checked ~ .hb-dropdown-toggle-label-5-4-2 {
  font-weight: 500;
}

.hb-c-toggle-5-4-3 .hb-dropdown-options-5-4-3 {
  display: none;
}
.hb-c-toggle-5-4-3 .hb-dropdown-toggle-button-5-4-3 {
  display: none;
}
.hb-c-toggle-5-4-3 .hb-dropdown-toggle-button-5-4-3:checked ~ .hb-dropdown-options-5-4-3 {
  display: block;
}
.hb-c-toggle-5-4-3 .hb-dropdown-toggle-button-5-4-3:checked ~ .hb-dropdown-toggle-label-5-4-3 {
  font-weight: 500;
}

.hb-c-toggle-5-4-4 .hb-dropdown-options-5-4-4 {
  display: none;
}
.hb-c-toggle-5-4-4 .hb-dropdown-toggle-button-5-4-4 {
  display: none;
}
.hb-c-toggle-5-4-4 .hb-dropdown-toggle-button-5-4-4:checked ~ .hb-dropdown-options-5-4-4 {
  display: block;
}
.hb-c-toggle-5-4-4 .hb-dropdown-toggle-button-5-4-4:checked ~ .hb-dropdown-toggle-label-5-4-4 {
  font-weight: 500;
}

.hb-c-toggle-5-4-5 .hb-dropdown-options-5-4-5 {
  display: none;
}
.hb-c-toggle-5-4-5 .hb-dropdown-toggle-button-5-4-5 {
  display: none;
}
.hb-c-toggle-5-4-5 .hb-dropdown-toggle-button-5-4-5:checked ~ .hb-dropdown-options-5-4-5 {
  display: block;
}
.hb-c-toggle-5-4-5 .hb-dropdown-toggle-button-5-4-5:checked ~ .hb-dropdown-toggle-label-5-4-5 {
  font-weight: 500;
}

.hb-c-toggle-5-4-6 .hb-dropdown-options-5-4-6 {
  display: none;
}
.hb-c-toggle-5-4-6 .hb-dropdown-toggle-button-5-4-6 {
  display: none;
}
.hb-c-toggle-5-4-6 .hb-dropdown-toggle-button-5-4-6:checked ~ .hb-dropdown-options-5-4-6 {
  display: block;
}
.hb-c-toggle-5-4-6 .hb-dropdown-toggle-button-5-4-6:checked ~ .hb-dropdown-toggle-label-5-4-6 {
  font-weight: 500;
}

.hb-c-toggle-5-4-7 .hb-dropdown-options-5-4-7 {
  display: none;
}
.hb-c-toggle-5-4-7 .hb-dropdown-toggle-button-5-4-7 {
  display: none;
}
.hb-c-toggle-5-4-7 .hb-dropdown-toggle-button-5-4-7:checked ~ .hb-dropdown-options-5-4-7 {
  display: block;
}
.hb-c-toggle-5-4-7 .hb-dropdown-toggle-button-5-4-7:checked ~ .hb-dropdown-toggle-label-5-4-7 {
  font-weight: 500;
}

.hb-c-toggle-5-4-8 .hb-dropdown-options-5-4-8 {
  display: none;
}
.hb-c-toggle-5-4-8 .hb-dropdown-toggle-button-5-4-8 {
  display: none;
}
.hb-c-toggle-5-4-8 .hb-dropdown-toggle-button-5-4-8:checked ~ .hb-dropdown-options-5-4-8 {
  display: block;
}
.hb-c-toggle-5-4-8 .hb-dropdown-toggle-button-5-4-8:checked ~ .hb-dropdown-toggle-label-5-4-8 {
  font-weight: 500;
}

.hb-c-toggle-5-4-9 .hb-dropdown-options-5-4-9 {
  display: none;
}
.hb-c-toggle-5-4-9 .hb-dropdown-toggle-button-5-4-9 {
  display: none;
}
.hb-c-toggle-5-4-9 .hb-dropdown-toggle-button-5-4-9:checked ~ .hb-dropdown-options-5-4-9 {
  display: block;
}
.hb-c-toggle-5-4-9 .hb-dropdown-toggle-button-5-4-9:checked ~ .hb-dropdown-toggle-label-5-4-9 {
  font-weight: 500;
}

.hb-c-toggle-5-4-10 .hb-dropdown-options-5-4-10 {
  display: none;
}
.hb-c-toggle-5-4-10 .hb-dropdown-toggle-button-5-4-10 {
  display: none;
}
.hb-c-toggle-5-4-10 .hb-dropdown-toggle-button-5-4-10:checked ~ .hb-dropdown-options-5-4-10 {
  display: block;
}
.hb-c-toggle-5-4-10 .hb-dropdown-toggle-button-5-4-10:checked ~ .hb-dropdown-toggle-label-5-4-10 {
  font-weight: 500;
}

.hb-c-toggle-5-5 .hb-dropdown-options-5-5 {
  display: none;
}
.hb-c-toggle-5-5 .hb-dropdown-toggle-button-5-5 {
  display: none;
}
.hb-c-toggle-5-5 .hb-dropdown-toggle-button-5-5:checked ~ .hb-dropdown-options-5-5 {
  display: block;
}
.hb-c-toggle-5-5 .hb-dropdown-toggle-button-5-5:checked ~ .hb-dropdown-toggle-label-5-5 {
  font-weight: bold;
}
.hb-c-toggle-5-5 .hb-dropdown-toggle-button-5-5:checked ~ .hb-dropdown-toggle-label-5-5 h3 {
  font-weight: bold;
}

.hb-c-toggle-5-5-1 .hb-dropdown-options-5-5-1 {
  display: none;
}
.hb-c-toggle-5-5-1 .hb-dropdown-toggle-button-5-5-1 {
  display: none;
}
.hb-c-toggle-5-5-1 .hb-dropdown-toggle-button-5-5-1:checked ~ .hb-dropdown-options-5-5-1 {
  display: block;
}
.hb-c-toggle-5-5-1 .hb-dropdown-toggle-button-5-5-1:checked ~ .hb-dropdown-toggle-label-5-5-1 {
  font-weight: 500;
}

.hb-c-toggle-5-5-2 .hb-dropdown-options-5-5-2 {
  display: none;
}
.hb-c-toggle-5-5-2 .hb-dropdown-toggle-button-5-5-2 {
  display: none;
}
.hb-c-toggle-5-5-2 .hb-dropdown-toggle-button-5-5-2:checked ~ .hb-dropdown-options-5-5-2 {
  display: block;
}
.hb-c-toggle-5-5-2 .hb-dropdown-toggle-button-5-5-2:checked ~ .hb-dropdown-toggle-label-5-5-2 {
  font-weight: 500;
}

.hb-c-toggle-5-5-3 .hb-dropdown-options-5-5-3 {
  display: none;
}
.hb-c-toggle-5-5-3 .hb-dropdown-toggle-button-5-5-3 {
  display: none;
}
.hb-c-toggle-5-5-3 .hb-dropdown-toggle-button-5-5-3:checked ~ .hb-dropdown-options-5-5-3 {
  display: block;
}
.hb-c-toggle-5-5-3 .hb-dropdown-toggle-button-5-5-3:checked ~ .hb-dropdown-toggle-label-5-5-3 {
  font-weight: 500;
}

.hb-c-toggle-5-5-4 .hb-dropdown-options-5-5-4 {
  display: none;
}
.hb-c-toggle-5-5-4 .hb-dropdown-toggle-button-5-5-4 {
  display: none;
}
.hb-c-toggle-5-5-4 .hb-dropdown-toggle-button-5-5-4:checked ~ .hb-dropdown-options-5-5-4 {
  display: block;
}
.hb-c-toggle-5-5-4 .hb-dropdown-toggle-button-5-5-4:checked ~ .hb-dropdown-toggle-label-5-5-4 {
  font-weight: 500;
}

.hb-c-toggle-5-5-5 .hb-dropdown-options-5-5-5 {
  display: none;
}
.hb-c-toggle-5-5-5 .hb-dropdown-toggle-button-5-5-5 {
  display: none;
}
.hb-c-toggle-5-5-5 .hb-dropdown-toggle-button-5-5-5:checked ~ .hb-dropdown-options-5-5-5 {
  display: block;
}
.hb-c-toggle-5-5-5 .hb-dropdown-toggle-button-5-5-5:checked ~ .hb-dropdown-toggle-label-5-5-5 {
  font-weight: 500;
}

.hb-c-toggle-5-5-6 .hb-dropdown-options-5-5-6 {
  display: none;
}
.hb-c-toggle-5-5-6 .hb-dropdown-toggle-button-5-5-6 {
  display: none;
}
.hb-c-toggle-5-5-6 .hb-dropdown-toggle-button-5-5-6:checked ~ .hb-dropdown-options-5-5-6 {
  display: block;
}
.hb-c-toggle-5-5-6 .hb-dropdown-toggle-button-5-5-6:checked ~ .hb-dropdown-toggle-label-5-5-6 {
  font-weight: 500;
}

.hb-c-toggle-5-5-7 .hb-dropdown-options-5-5-7 {
  display: none;
}
.hb-c-toggle-5-5-7 .hb-dropdown-toggle-button-5-5-7 {
  display: none;
}
.hb-c-toggle-5-5-7 .hb-dropdown-toggle-button-5-5-7:checked ~ .hb-dropdown-options-5-5-7 {
  display: block;
}
.hb-c-toggle-5-5-7 .hb-dropdown-toggle-button-5-5-7:checked ~ .hb-dropdown-toggle-label-5-5-7 {
  font-weight: 500;
}

.hb-c-toggle-5-5-8 .hb-dropdown-options-5-5-8 {
  display: none;
}
.hb-c-toggle-5-5-8 .hb-dropdown-toggle-button-5-5-8 {
  display: none;
}
.hb-c-toggle-5-5-8 .hb-dropdown-toggle-button-5-5-8:checked ~ .hb-dropdown-options-5-5-8 {
  display: block;
}
.hb-c-toggle-5-5-8 .hb-dropdown-toggle-button-5-5-8:checked ~ .hb-dropdown-toggle-label-5-5-8 {
  font-weight: 500;
}

.hb-c-toggle-5-5-9 .hb-dropdown-options-5-5-9 {
  display: none;
}
.hb-c-toggle-5-5-9 .hb-dropdown-toggle-button-5-5-9 {
  display: none;
}
.hb-c-toggle-5-5-9 .hb-dropdown-toggle-button-5-5-9:checked ~ .hb-dropdown-options-5-5-9 {
  display: block;
}
.hb-c-toggle-5-5-9 .hb-dropdown-toggle-button-5-5-9:checked ~ .hb-dropdown-toggle-label-5-5-9 {
  font-weight: 500;
}

.hb-c-toggle-5-5-10 .hb-dropdown-options-5-5-10 {
  display: none;
}
.hb-c-toggle-5-5-10 .hb-dropdown-toggle-button-5-5-10 {
  display: none;
}
.hb-c-toggle-5-5-10 .hb-dropdown-toggle-button-5-5-10:checked ~ .hb-dropdown-options-5-5-10 {
  display: block;
}
.hb-c-toggle-5-5-10 .hb-dropdown-toggle-button-5-5-10:checked ~ .hb-dropdown-toggle-label-5-5-10 {
  font-weight: 500;
}

.hb-c-toggle-5-6 .hb-dropdown-options-5-6 {
  display: none;
}
.hb-c-toggle-5-6 .hb-dropdown-toggle-button-5-6 {
  display: none;
}
.hb-c-toggle-5-6 .hb-dropdown-toggle-button-5-6:checked ~ .hb-dropdown-options-5-6 {
  display: block;
}
.hb-c-toggle-5-6 .hb-dropdown-toggle-button-5-6:checked ~ .hb-dropdown-toggle-label-5-6 {
  font-weight: bold;
}
.hb-c-toggle-5-6 .hb-dropdown-toggle-button-5-6:checked ~ .hb-dropdown-toggle-label-5-6 h3 {
  font-weight: bold;
}

.hb-c-toggle-5-6-1 .hb-dropdown-options-5-6-1 {
  display: none;
}
.hb-c-toggle-5-6-1 .hb-dropdown-toggle-button-5-6-1 {
  display: none;
}
.hb-c-toggle-5-6-1 .hb-dropdown-toggle-button-5-6-1:checked ~ .hb-dropdown-options-5-6-1 {
  display: block;
}
.hb-c-toggle-5-6-1 .hb-dropdown-toggle-button-5-6-1:checked ~ .hb-dropdown-toggle-label-5-6-1 {
  font-weight: 500;
}

.hb-c-toggle-5-6-2 .hb-dropdown-options-5-6-2 {
  display: none;
}
.hb-c-toggle-5-6-2 .hb-dropdown-toggle-button-5-6-2 {
  display: none;
}
.hb-c-toggle-5-6-2 .hb-dropdown-toggle-button-5-6-2:checked ~ .hb-dropdown-options-5-6-2 {
  display: block;
}
.hb-c-toggle-5-6-2 .hb-dropdown-toggle-button-5-6-2:checked ~ .hb-dropdown-toggle-label-5-6-2 {
  font-weight: 500;
}

.hb-c-toggle-5-6-3 .hb-dropdown-options-5-6-3 {
  display: none;
}
.hb-c-toggle-5-6-3 .hb-dropdown-toggle-button-5-6-3 {
  display: none;
}
.hb-c-toggle-5-6-3 .hb-dropdown-toggle-button-5-6-3:checked ~ .hb-dropdown-options-5-6-3 {
  display: block;
}
.hb-c-toggle-5-6-3 .hb-dropdown-toggle-button-5-6-3:checked ~ .hb-dropdown-toggle-label-5-6-3 {
  font-weight: 500;
}

.hb-c-toggle-5-6-4 .hb-dropdown-options-5-6-4 {
  display: none;
}
.hb-c-toggle-5-6-4 .hb-dropdown-toggle-button-5-6-4 {
  display: none;
}
.hb-c-toggle-5-6-4 .hb-dropdown-toggle-button-5-6-4:checked ~ .hb-dropdown-options-5-6-4 {
  display: block;
}
.hb-c-toggle-5-6-4 .hb-dropdown-toggle-button-5-6-4:checked ~ .hb-dropdown-toggle-label-5-6-4 {
  font-weight: 500;
}

.hb-c-toggle-5-6-5 .hb-dropdown-options-5-6-5 {
  display: none;
}
.hb-c-toggle-5-6-5 .hb-dropdown-toggle-button-5-6-5 {
  display: none;
}
.hb-c-toggle-5-6-5 .hb-dropdown-toggle-button-5-6-5:checked ~ .hb-dropdown-options-5-6-5 {
  display: block;
}
.hb-c-toggle-5-6-5 .hb-dropdown-toggle-button-5-6-5:checked ~ .hb-dropdown-toggle-label-5-6-5 {
  font-weight: 500;
}

.hb-c-toggle-5-6-6 .hb-dropdown-options-5-6-6 {
  display: none;
}
.hb-c-toggle-5-6-6 .hb-dropdown-toggle-button-5-6-6 {
  display: none;
}
.hb-c-toggle-5-6-6 .hb-dropdown-toggle-button-5-6-6:checked ~ .hb-dropdown-options-5-6-6 {
  display: block;
}
.hb-c-toggle-5-6-6 .hb-dropdown-toggle-button-5-6-6:checked ~ .hb-dropdown-toggle-label-5-6-6 {
  font-weight: 500;
}

.hb-c-toggle-5-6-7 .hb-dropdown-options-5-6-7 {
  display: none;
}
.hb-c-toggle-5-6-7 .hb-dropdown-toggle-button-5-6-7 {
  display: none;
}
.hb-c-toggle-5-6-7 .hb-dropdown-toggle-button-5-6-7:checked ~ .hb-dropdown-options-5-6-7 {
  display: block;
}
.hb-c-toggle-5-6-7 .hb-dropdown-toggle-button-5-6-7:checked ~ .hb-dropdown-toggle-label-5-6-7 {
  font-weight: 500;
}

.hb-c-toggle-5-6-8 .hb-dropdown-options-5-6-8 {
  display: none;
}
.hb-c-toggle-5-6-8 .hb-dropdown-toggle-button-5-6-8 {
  display: none;
}
.hb-c-toggle-5-6-8 .hb-dropdown-toggle-button-5-6-8:checked ~ .hb-dropdown-options-5-6-8 {
  display: block;
}
.hb-c-toggle-5-6-8 .hb-dropdown-toggle-button-5-6-8:checked ~ .hb-dropdown-toggle-label-5-6-8 {
  font-weight: 500;
}

.hb-c-toggle-5-6-9 .hb-dropdown-options-5-6-9 {
  display: none;
}
.hb-c-toggle-5-6-9 .hb-dropdown-toggle-button-5-6-9 {
  display: none;
}
.hb-c-toggle-5-6-9 .hb-dropdown-toggle-button-5-6-9:checked ~ .hb-dropdown-options-5-6-9 {
  display: block;
}
.hb-c-toggle-5-6-9 .hb-dropdown-toggle-button-5-6-9:checked ~ .hb-dropdown-toggle-label-5-6-9 {
  font-weight: 500;
}

.hb-c-toggle-5-6-10 .hb-dropdown-options-5-6-10 {
  display: none;
}
.hb-c-toggle-5-6-10 .hb-dropdown-toggle-button-5-6-10 {
  display: none;
}
.hb-c-toggle-5-6-10 .hb-dropdown-toggle-button-5-6-10:checked ~ .hb-dropdown-options-5-6-10 {
  display: block;
}
.hb-c-toggle-5-6-10 .hb-dropdown-toggle-button-5-6-10:checked ~ .hb-dropdown-toggle-label-5-6-10 {
  font-weight: 500;
}

.hb-c-toggle-5-7 .hb-dropdown-options-5-7 {
  display: none;
}
.hb-c-toggle-5-7 .hb-dropdown-toggle-button-5-7 {
  display: none;
}
.hb-c-toggle-5-7 .hb-dropdown-toggle-button-5-7:checked ~ .hb-dropdown-options-5-7 {
  display: block;
}
.hb-c-toggle-5-7 .hb-dropdown-toggle-button-5-7:checked ~ .hb-dropdown-toggle-label-5-7 {
  font-weight: bold;
}
.hb-c-toggle-5-7 .hb-dropdown-toggle-button-5-7:checked ~ .hb-dropdown-toggle-label-5-7 h3 {
  font-weight: bold;
}

.hb-c-toggle-5-7-1 .hb-dropdown-options-5-7-1 {
  display: none;
}
.hb-c-toggle-5-7-1 .hb-dropdown-toggle-button-5-7-1 {
  display: none;
}
.hb-c-toggle-5-7-1 .hb-dropdown-toggle-button-5-7-1:checked ~ .hb-dropdown-options-5-7-1 {
  display: block;
}
.hb-c-toggle-5-7-1 .hb-dropdown-toggle-button-5-7-1:checked ~ .hb-dropdown-toggle-label-5-7-1 {
  font-weight: 500;
}

.hb-c-toggle-5-7-2 .hb-dropdown-options-5-7-2 {
  display: none;
}
.hb-c-toggle-5-7-2 .hb-dropdown-toggle-button-5-7-2 {
  display: none;
}
.hb-c-toggle-5-7-2 .hb-dropdown-toggle-button-5-7-2:checked ~ .hb-dropdown-options-5-7-2 {
  display: block;
}
.hb-c-toggle-5-7-2 .hb-dropdown-toggle-button-5-7-2:checked ~ .hb-dropdown-toggle-label-5-7-2 {
  font-weight: 500;
}

.hb-c-toggle-5-7-3 .hb-dropdown-options-5-7-3 {
  display: none;
}
.hb-c-toggle-5-7-3 .hb-dropdown-toggle-button-5-7-3 {
  display: none;
}
.hb-c-toggle-5-7-3 .hb-dropdown-toggle-button-5-7-3:checked ~ .hb-dropdown-options-5-7-3 {
  display: block;
}
.hb-c-toggle-5-7-3 .hb-dropdown-toggle-button-5-7-3:checked ~ .hb-dropdown-toggle-label-5-7-3 {
  font-weight: 500;
}

.hb-c-toggle-5-7-4 .hb-dropdown-options-5-7-4 {
  display: none;
}
.hb-c-toggle-5-7-4 .hb-dropdown-toggle-button-5-7-4 {
  display: none;
}
.hb-c-toggle-5-7-4 .hb-dropdown-toggle-button-5-7-4:checked ~ .hb-dropdown-options-5-7-4 {
  display: block;
}
.hb-c-toggle-5-7-4 .hb-dropdown-toggle-button-5-7-4:checked ~ .hb-dropdown-toggle-label-5-7-4 {
  font-weight: 500;
}

.hb-c-toggle-5-7-5 .hb-dropdown-options-5-7-5 {
  display: none;
}
.hb-c-toggle-5-7-5 .hb-dropdown-toggle-button-5-7-5 {
  display: none;
}
.hb-c-toggle-5-7-5 .hb-dropdown-toggle-button-5-7-5:checked ~ .hb-dropdown-options-5-7-5 {
  display: block;
}
.hb-c-toggle-5-7-5 .hb-dropdown-toggle-button-5-7-5:checked ~ .hb-dropdown-toggle-label-5-7-5 {
  font-weight: 500;
}

.hb-c-toggle-5-7-6 .hb-dropdown-options-5-7-6 {
  display: none;
}
.hb-c-toggle-5-7-6 .hb-dropdown-toggle-button-5-7-6 {
  display: none;
}
.hb-c-toggle-5-7-6 .hb-dropdown-toggle-button-5-7-6:checked ~ .hb-dropdown-options-5-7-6 {
  display: block;
}
.hb-c-toggle-5-7-6 .hb-dropdown-toggle-button-5-7-6:checked ~ .hb-dropdown-toggle-label-5-7-6 {
  font-weight: 500;
}

.hb-c-toggle-5-7-7 .hb-dropdown-options-5-7-7 {
  display: none;
}
.hb-c-toggle-5-7-7 .hb-dropdown-toggle-button-5-7-7 {
  display: none;
}
.hb-c-toggle-5-7-7 .hb-dropdown-toggle-button-5-7-7:checked ~ .hb-dropdown-options-5-7-7 {
  display: block;
}
.hb-c-toggle-5-7-7 .hb-dropdown-toggle-button-5-7-7:checked ~ .hb-dropdown-toggle-label-5-7-7 {
  font-weight: 500;
}

.hb-c-toggle-5-7-8 .hb-dropdown-options-5-7-8 {
  display: none;
}
.hb-c-toggle-5-7-8 .hb-dropdown-toggle-button-5-7-8 {
  display: none;
}
.hb-c-toggle-5-7-8 .hb-dropdown-toggle-button-5-7-8:checked ~ .hb-dropdown-options-5-7-8 {
  display: block;
}
.hb-c-toggle-5-7-8 .hb-dropdown-toggle-button-5-7-8:checked ~ .hb-dropdown-toggle-label-5-7-8 {
  font-weight: 500;
}

.hb-c-toggle-5-7-9 .hb-dropdown-options-5-7-9 {
  display: none;
}
.hb-c-toggle-5-7-9 .hb-dropdown-toggle-button-5-7-9 {
  display: none;
}
.hb-c-toggle-5-7-9 .hb-dropdown-toggle-button-5-7-9:checked ~ .hb-dropdown-options-5-7-9 {
  display: block;
}
.hb-c-toggle-5-7-9 .hb-dropdown-toggle-button-5-7-9:checked ~ .hb-dropdown-toggle-label-5-7-9 {
  font-weight: 500;
}

.hb-c-toggle-5-7-10 .hb-dropdown-options-5-7-10 {
  display: none;
}
.hb-c-toggle-5-7-10 .hb-dropdown-toggle-button-5-7-10 {
  display: none;
}
.hb-c-toggle-5-7-10 .hb-dropdown-toggle-button-5-7-10:checked ~ .hb-dropdown-options-5-7-10 {
  display: block;
}
.hb-c-toggle-5-7-10 .hb-dropdown-toggle-button-5-7-10:checked ~ .hb-dropdown-toggle-label-5-7-10 {
  font-weight: 500;
}

.hb-c-toggle-5-8 .hb-dropdown-options-5-8 {
  display: none;
}
.hb-c-toggle-5-8 .hb-dropdown-toggle-button-5-8 {
  display: none;
}
.hb-c-toggle-5-8 .hb-dropdown-toggle-button-5-8:checked ~ .hb-dropdown-options-5-8 {
  display: block;
}
.hb-c-toggle-5-8 .hb-dropdown-toggle-button-5-8:checked ~ .hb-dropdown-toggle-label-5-8 {
  font-weight: bold;
}
.hb-c-toggle-5-8 .hb-dropdown-toggle-button-5-8:checked ~ .hb-dropdown-toggle-label-5-8 h3 {
  font-weight: bold;
}

.hb-c-toggle-5-8-1 .hb-dropdown-options-5-8-1 {
  display: none;
}
.hb-c-toggle-5-8-1 .hb-dropdown-toggle-button-5-8-1 {
  display: none;
}
.hb-c-toggle-5-8-1 .hb-dropdown-toggle-button-5-8-1:checked ~ .hb-dropdown-options-5-8-1 {
  display: block;
}
.hb-c-toggle-5-8-1 .hb-dropdown-toggle-button-5-8-1:checked ~ .hb-dropdown-toggle-label-5-8-1 {
  font-weight: 500;
}

.hb-c-toggle-5-8-2 .hb-dropdown-options-5-8-2 {
  display: none;
}
.hb-c-toggle-5-8-2 .hb-dropdown-toggle-button-5-8-2 {
  display: none;
}
.hb-c-toggle-5-8-2 .hb-dropdown-toggle-button-5-8-2:checked ~ .hb-dropdown-options-5-8-2 {
  display: block;
}
.hb-c-toggle-5-8-2 .hb-dropdown-toggle-button-5-8-2:checked ~ .hb-dropdown-toggle-label-5-8-2 {
  font-weight: 500;
}

.hb-c-toggle-5-8-3 .hb-dropdown-options-5-8-3 {
  display: none;
}
.hb-c-toggle-5-8-3 .hb-dropdown-toggle-button-5-8-3 {
  display: none;
}
.hb-c-toggle-5-8-3 .hb-dropdown-toggle-button-5-8-3:checked ~ .hb-dropdown-options-5-8-3 {
  display: block;
}
.hb-c-toggle-5-8-3 .hb-dropdown-toggle-button-5-8-3:checked ~ .hb-dropdown-toggle-label-5-8-3 {
  font-weight: 500;
}

.hb-c-toggle-5-8-4 .hb-dropdown-options-5-8-4 {
  display: none;
}
.hb-c-toggle-5-8-4 .hb-dropdown-toggle-button-5-8-4 {
  display: none;
}
.hb-c-toggle-5-8-4 .hb-dropdown-toggle-button-5-8-4:checked ~ .hb-dropdown-options-5-8-4 {
  display: block;
}
.hb-c-toggle-5-8-4 .hb-dropdown-toggle-button-5-8-4:checked ~ .hb-dropdown-toggle-label-5-8-4 {
  font-weight: 500;
}

.hb-c-toggle-5-8-5 .hb-dropdown-options-5-8-5 {
  display: none;
}
.hb-c-toggle-5-8-5 .hb-dropdown-toggle-button-5-8-5 {
  display: none;
}
.hb-c-toggle-5-8-5 .hb-dropdown-toggle-button-5-8-5:checked ~ .hb-dropdown-options-5-8-5 {
  display: block;
}
.hb-c-toggle-5-8-5 .hb-dropdown-toggle-button-5-8-5:checked ~ .hb-dropdown-toggle-label-5-8-5 {
  font-weight: 500;
}

.hb-c-toggle-5-8-6 .hb-dropdown-options-5-8-6 {
  display: none;
}
.hb-c-toggle-5-8-6 .hb-dropdown-toggle-button-5-8-6 {
  display: none;
}
.hb-c-toggle-5-8-6 .hb-dropdown-toggle-button-5-8-6:checked ~ .hb-dropdown-options-5-8-6 {
  display: block;
}
.hb-c-toggle-5-8-6 .hb-dropdown-toggle-button-5-8-6:checked ~ .hb-dropdown-toggle-label-5-8-6 {
  font-weight: 500;
}

.hb-c-toggle-5-8-7 .hb-dropdown-options-5-8-7 {
  display: none;
}
.hb-c-toggle-5-8-7 .hb-dropdown-toggle-button-5-8-7 {
  display: none;
}
.hb-c-toggle-5-8-7 .hb-dropdown-toggle-button-5-8-7:checked ~ .hb-dropdown-options-5-8-7 {
  display: block;
}
.hb-c-toggle-5-8-7 .hb-dropdown-toggle-button-5-8-7:checked ~ .hb-dropdown-toggle-label-5-8-7 {
  font-weight: 500;
}

.hb-c-toggle-5-8-8 .hb-dropdown-options-5-8-8 {
  display: none;
}
.hb-c-toggle-5-8-8 .hb-dropdown-toggle-button-5-8-8 {
  display: none;
}
.hb-c-toggle-5-8-8 .hb-dropdown-toggle-button-5-8-8:checked ~ .hb-dropdown-options-5-8-8 {
  display: block;
}
.hb-c-toggle-5-8-8 .hb-dropdown-toggle-button-5-8-8:checked ~ .hb-dropdown-toggle-label-5-8-8 {
  font-weight: 500;
}

.hb-c-toggle-5-8-9 .hb-dropdown-options-5-8-9 {
  display: none;
}
.hb-c-toggle-5-8-9 .hb-dropdown-toggle-button-5-8-9 {
  display: none;
}
.hb-c-toggle-5-8-9 .hb-dropdown-toggle-button-5-8-9:checked ~ .hb-dropdown-options-5-8-9 {
  display: block;
}
.hb-c-toggle-5-8-9 .hb-dropdown-toggle-button-5-8-9:checked ~ .hb-dropdown-toggle-label-5-8-9 {
  font-weight: 500;
}

.hb-c-toggle-5-8-10 .hb-dropdown-options-5-8-10 {
  display: none;
}
.hb-c-toggle-5-8-10 .hb-dropdown-toggle-button-5-8-10 {
  display: none;
}
.hb-c-toggle-5-8-10 .hb-dropdown-toggle-button-5-8-10:checked ~ .hb-dropdown-options-5-8-10 {
  display: block;
}
.hb-c-toggle-5-8-10 .hb-dropdown-toggle-button-5-8-10:checked ~ .hb-dropdown-toggle-label-5-8-10 {
  font-weight: 500;
}

.hb-c-toggle-5-9 .hb-dropdown-options-5-9 {
  display: none;
}
.hb-c-toggle-5-9 .hb-dropdown-toggle-button-5-9 {
  display: none;
}
.hb-c-toggle-5-9 .hb-dropdown-toggle-button-5-9:checked ~ .hb-dropdown-options-5-9 {
  display: block;
}
.hb-c-toggle-5-9 .hb-dropdown-toggle-button-5-9:checked ~ .hb-dropdown-toggle-label-5-9 {
  font-weight: bold;
}
.hb-c-toggle-5-9 .hb-dropdown-toggle-button-5-9:checked ~ .hb-dropdown-toggle-label-5-9 h3 {
  font-weight: bold;
}

.hb-c-toggle-5-9-1 .hb-dropdown-options-5-9-1 {
  display: none;
}
.hb-c-toggle-5-9-1 .hb-dropdown-toggle-button-5-9-1 {
  display: none;
}
.hb-c-toggle-5-9-1 .hb-dropdown-toggle-button-5-9-1:checked ~ .hb-dropdown-options-5-9-1 {
  display: block;
}
.hb-c-toggle-5-9-1 .hb-dropdown-toggle-button-5-9-1:checked ~ .hb-dropdown-toggle-label-5-9-1 {
  font-weight: 500;
}

.hb-c-toggle-5-9-2 .hb-dropdown-options-5-9-2 {
  display: none;
}
.hb-c-toggle-5-9-2 .hb-dropdown-toggle-button-5-9-2 {
  display: none;
}
.hb-c-toggle-5-9-2 .hb-dropdown-toggle-button-5-9-2:checked ~ .hb-dropdown-options-5-9-2 {
  display: block;
}
.hb-c-toggle-5-9-2 .hb-dropdown-toggle-button-5-9-2:checked ~ .hb-dropdown-toggle-label-5-9-2 {
  font-weight: 500;
}

.hb-c-toggle-5-9-3 .hb-dropdown-options-5-9-3 {
  display: none;
}
.hb-c-toggle-5-9-3 .hb-dropdown-toggle-button-5-9-3 {
  display: none;
}
.hb-c-toggle-5-9-3 .hb-dropdown-toggle-button-5-9-3:checked ~ .hb-dropdown-options-5-9-3 {
  display: block;
}
.hb-c-toggle-5-9-3 .hb-dropdown-toggle-button-5-9-3:checked ~ .hb-dropdown-toggle-label-5-9-3 {
  font-weight: 500;
}

.hb-c-toggle-5-9-4 .hb-dropdown-options-5-9-4 {
  display: none;
}
.hb-c-toggle-5-9-4 .hb-dropdown-toggle-button-5-9-4 {
  display: none;
}
.hb-c-toggle-5-9-4 .hb-dropdown-toggle-button-5-9-4:checked ~ .hb-dropdown-options-5-9-4 {
  display: block;
}
.hb-c-toggle-5-9-4 .hb-dropdown-toggle-button-5-9-4:checked ~ .hb-dropdown-toggle-label-5-9-4 {
  font-weight: 500;
}

.hb-c-toggle-5-9-5 .hb-dropdown-options-5-9-5 {
  display: none;
}
.hb-c-toggle-5-9-5 .hb-dropdown-toggle-button-5-9-5 {
  display: none;
}
.hb-c-toggle-5-9-5 .hb-dropdown-toggle-button-5-9-5:checked ~ .hb-dropdown-options-5-9-5 {
  display: block;
}
.hb-c-toggle-5-9-5 .hb-dropdown-toggle-button-5-9-5:checked ~ .hb-dropdown-toggle-label-5-9-5 {
  font-weight: 500;
}

.hb-c-toggle-5-9-6 .hb-dropdown-options-5-9-6 {
  display: none;
}
.hb-c-toggle-5-9-6 .hb-dropdown-toggle-button-5-9-6 {
  display: none;
}
.hb-c-toggle-5-9-6 .hb-dropdown-toggle-button-5-9-6:checked ~ .hb-dropdown-options-5-9-6 {
  display: block;
}
.hb-c-toggle-5-9-6 .hb-dropdown-toggle-button-5-9-6:checked ~ .hb-dropdown-toggle-label-5-9-6 {
  font-weight: 500;
}

.hb-c-toggle-5-9-7 .hb-dropdown-options-5-9-7 {
  display: none;
}
.hb-c-toggle-5-9-7 .hb-dropdown-toggle-button-5-9-7 {
  display: none;
}
.hb-c-toggle-5-9-7 .hb-dropdown-toggle-button-5-9-7:checked ~ .hb-dropdown-options-5-9-7 {
  display: block;
}
.hb-c-toggle-5-9-7 .hb-dropdown-toggle-button-5-9-7:checked ~ .hb-dropdown-toggle-label-5-9-7 {
  font-weight: 500;
}

.hb-c-toggle-5-9-8 .hb-dropdown-options-5-9-8 {
  display: none;
}
.hb-c-toggle-5-9-8 .hb-dropdown-toggle-button-5-9-8 {
  display: none;
}
.hb-c-toggle-5-9-8 .hb-dropdown-toggle-button-5-9-8:checked ~ .hb-dropdown-options-5-9-8 {
  display: block;
}
.hb-c-toggle-5-9-8 .hb-dropdown-toggle-button-5-9-8:checked ~ .hb-dropdown-toggle-label-5-9-8 {
  font-weight: 500;
}

.hb-c-toggle-5-9-9 .hb-dropdown-options-5-9-9 {
  display: none;
}
.hb-c-toggle-5-9-9 .hb-dropdown-toggle-button-5-9-9 {
  display: none;
}
.hb-c-toggle-5-9-9 .hb-dropdown-toggle-button-5-9-9:checked ~ .hb-dropdown-options-5-9-9 {
  display: block;
}
.hb-c-toggle-5-9-9 .hb-dropdown-toggle-button-5-9-9:checked ~ .hb-dropdown-toggle-label-5-9-9 {
  font-weight: 500;
}

.hb-c-toggle-5-9-10 .hb-dropdown-options-5-9-10 {
  display: none;
}
.hb-c-toggle-5-9-10 .hb-dropdown-toggle-button-5-9-10 {
  display: none;
}
.hb-c-toggle-5-9-10 .hb-dropdown-toggle-button-5-9-10:checked ~ .hb-dropdown-options-5-9-10 {
  display: block;
}
.hb-c-toggle-5-9-10 .hb-dropdown-toggle-button-5-9-10:checked ~ .hb-dropdown-toggle-label-5-9-10 {
  font-weight: 500;
}

.hb-c-toggle-5-10 .hb-dropdown-options-5-10 {
  display: none;
}
.hb-c-toggle-5-10 .hb-dropdown-toggle-button-5-10 {
  display: none;
}
.hb-c-toggle-5-10 .hb-dropdown-toggle-button-5-10:checked ~ .hb-dropdown-options-5-10 {
  display: block;
}
.hb-c-toggle-5-10 .hb-dropdown-toggle-button-5-10:checked ~ .hb-dropdown-toggle-label-5-10 {
  font-weight: bold;
}
.hb-c-toggle-5-10 .hb-dropdown-toggle-button-5-10:checked ~ .hb-dropdown-toggle-label-5-10 h3 {
  font-weight: bold;
}

.hb-c-toggle-5-10-1 .hb-dropdown-options-5-10-1 {
  display: none;
}
.hb-c-toggle-5-10-1 .hb-dropdown-toggle-button-5-10-1 {
  display: none;
}
.hb-c-toggle-5-10-1 .hb-dropdown-toggle-button-5-10-1:checked ~ .hb-dropdown-options-5-10-1 {
  display: block;
}
.hb-c-toggle-5-10-1 .hb-dropdown-toggle-button-5-10-1:checked ~ .hb-dropdown-toggle-label-5-10-1 {
  font-weight: 500;
}

.hb-c-toggle-5-10-2 .hb-dropdown-options-5-10-2 {
  display: none;
}
.hb-c-toggle-5-10-2 .hb-dropdown-toggle-button-5-10-2 {
  display: none;
}
.hb-c-toggle-5-10-2 .hb-dropdown-toggle-button-5-10-2:checked ~ .hb-dropdown-options-5-10-2 {
  display: block;
}
.hb-c-toggle-5-10-2 .hb-dropdown-toggle-button-5-10-2:checked ~ .hb-dropdown-toggle-label-5-10-2 {
  font-weight: 500;
}

.hb-c-toggle-5-10-3 .hb-dropdown-options-5-10-3 {
  display: none;
}
.hb-c-toggle-5-10-3 .hb-dropdown-toggle-button-5-10-3 {
  display: none;
}
.hb-c-toggle-5-10-3 .hb-dropdown-toggle-button-5-10-3:checked ~ .hb-dropdown-options-5-10-3 {
  display: block;
}
.hb-c-toggle-5-10-3 .hb-dropdown-toggle-button-5-10-3:checked ~ .hb-dropdown-toggle-label-5-10-3 {
  font-weight: 500;
}

.hb-c-toggle-5-10-4 .hb-dropdown-options-5-10-4 {
  display: none;
}
.hb-c-toggle-5-10-4 .hb-dropdown-toggle-button-5-10-4 {
  display: none;
}
.hb-c-toggle-5-10-4 .hb-dropdown-toggle-button-5-10-4:checked ~ .hb-dropdown-options-5-10-4 {
  display: block;
}
.hb-c-toggle-5-10-4 .hb-dropdown-toggle-button-5-10-4:checked ~ .hb-dropdown-toggle-label-5-10-4 {
  font-weight: 500;
}

.hb-c-toggle-5-10-5 .hb-dropdown-options-5-10-5 {
  display: none;
}
.hb-c-toggle-5-10-5 .hb-dropdown-toggle-button-5-10-5 {
  display: none;
}
.hb-c-toggle-5-10-5 .hb-dropdown-toggle-button-5-10-5:checked ~ .hb-dropdown-options-5-10-5 {
  display: block;
}
.hb-c-toggle-5-10-5 .hb-dropdown-toggle-button-5-10-5:checked ~ .hb-dropdown-toggle-label-5-10-5 {
  font-weight: 500;
}

.hb-c-toggle-5-10-6 .hb-dropdown-options-5-10-6 {
  display: none;
}
.hb-c-toggle-5-10-6 .hb-dropdown-toggle-button-5-10-6 {
  display: none;
}
.hb-c-toggle-5-10-6 .hb-dropdown-toggle-button-5-10-6:checked ~ .hb-dropdown-options-5-10-6 {
  display: block;
}
.hb-c-toggle-5-10-6 .hb-dropdown-toggle-button-5-10-6:checked ~ .hb-dropdown-toggle-label-5-10-6 {
  font-weight: 500;
}

.hb-c-toggle-5-10-7 .hb-dropdown-options-5-10-7 {
  display: none;
}
.hb-c-toggle-5-10-7 .hb-dropdown-toggle-button-5-10-7 {
  display: none;
}
.hb-c-toggle-5-10-7 .hb-dropdown-toggle-button-5-10-7:checked ~ .hb-dropdown-options-5-10-7 {
  display: block;
}
.hb-c-toggle-5-10-7 .hb-dropdown-toggle-button-5-10-7:checked ~ .hb-dropdown-toggle-label-5-10-7 {
  font-weight: 500;
}

.hb-c-toggle-5-10-8 .hb-dropdown-options-5-10-8 {
  display: none;
}
.hb-c-toggle-5-10-8 .hb-dropdown-toggle-button-5-10-8 {
  display: none;
}
.hb-c-toggle-5-10-8 .hb-dropdown-toggle-button-5-10-8:checked ~ .hb-dropdown-options-5-10-8 {
  display: block;
}
.hb-c-toggle-5-10-8 .hb-dropdown-toggle-button-5-10-8:checked ~ .hb-dropdown-toggle-label-5-10-8 {
  font-weight: 500;
}

.hb-c-toggle-5-10-9 .hb-dropdown-options-5-10-9 {
  display: none;
}
.hb-c-toggle-5-10-9 .hb-dropdown-toggle-button-5-10-9 {
  display: none;
}
.hb-c-toggle-5-10-9 .hb-dropdown-toggle-button-5-10-9:checked ~ .hb-dropdown-options-5-10-9 {
  display: block;
}
.hb-c-toggle-5-10-9 .hb-dropdown-toggle-button-5-10-9:checked ~ .hb-dropdown-toggle-label-5-10-9 {
  font-weight: 500;
}

.hb-c-toggle-5-10-10 .hb-dropdown-options-5-10-10 {
  display: none;
}
.hb-c-toggle-5-10-10 .hb-dropdown-toggle-button-5-10-10 {
  display: none;
}
.hb-c-toggle-5-10-10 .hb-dropdown-toggle-button-5-10-10:checked ~ .hb-dropdown-options-5-10-10 {
  display: block;
}
.hb-c-toggle-5-10-10 .hb-dropdown-toggle-button-5-10-10:checked ~ .hb-dropdown-toggle-label-5-10-10 {
  font-weight: 500;
}

.c-article {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.c-breadcrumbs {
  width: 100%;
  max-width: 1075px;
  margin: 40px 0 70px 0;
}

.breadcrumbs__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: max-content;
  width: fit-content;
}

.breadcrumbs__list__listItem {
  padding: 0 0.5rem;
}
.breadcrumbs__list__listItem::after {
  content: ">";
  margin-left: 1rem;
}
.breadcrumbs__list__listItem:first-child {
  padding-left: 0;
  margin-left: 0;
}
.breadcrumbs__list__listItem:last-child {
  border: none;
}
.breadcrumbs__list__listItem:last-child a {
  color: black;
}
.breadcrumbs__list__listItem:last-child::after {
  content: "";
  margin: 0;
}

.breadcrumbs__list__listItem__link {
  font-weight: 300;
  letter-spacing: 0.03em;
  text-transform: initial;
}
.breadcrumbs__list__listItem__link::after {
  content: "";
  margin: 0;
}

@media screen and (max-width: 600px) {
  .c-breadcrumbs {
    margin-top: 32px;
    margin-bottom: 33px;
  }

  .careers .breadcrumbs__list__listItem__link {
    color: white;
  }
  .careers .breadcrumbs__list__listItem__link:last-child {
    color: white;
  }
}
.page-info__article__heading {
  color: #313131ff;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0.5rem;
}

.page-info__article__text,
.page-info__article__link {
  margin-bottom: 0.5rem;
}

.page-info__article__text,
.page-info__article__link {
  color: #878a8dff;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}

.c-page-cta {
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.c-page-cta::after {
  content: "⭢";
  font-size: 2rem;
  vertical-align: middle;
  margin-left: 0.75rem;
}

#ganttContainer {
  margin: 0 auto;
  position: relative;
  width: 80vw;
  overflow: scroll;
}

#ganttContainer svg {
  width: 12000px;
  height: 650px;
  overflow: scroll;
  /*       position: absolute; */
}

.grid .tick {
  stroke: #f6f6f6ff;
  opacity: 0.3;
  shape-rendering: crispEdges;
}

.grid path {
  stroke-width: 0;
}

#ganttContainer #tag {
  color: #202020ff;
  background: aliceblue;
  width: 150px;
  position: absolute;
  display: none;
  padding: 3px 6px;
  margin-left: -80px;
  font-size: 11px;
  border-radius: 5px;
}

#ganttContainer #tag:before {
  border: solid transparent;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
  border-width: 10px;
  border-bottom-color: #69c9f21a;
  top: -20px;
}

.cursor-default {
  cursor: default;
}

#myChart {
  max-width: 100vw;
  max-height: 100%;
  max-width: 1300px;
  max-height: 1500px;
}

.About main h2 {
  margin-bottom: 32px;
}
.About main h3, .About main p {
  margin-bottom: 20px;
}
.About main p {
  color: #202020ff;
}
.About main section {
  margin-bottom: 70px;
}
.About main .charts__introduction {
  padding: 32px;
}
.About main .chartjs-charts article {
  padding: 32px;
}
.About main .chartjs-charts article:first-of-type {
  margin-right: 70px;
}
.About main .chartjs-charts .flex-2 {
  justify-content: space-evenly;
  width: 90%;
  margin-bottom: 32px;
  padding: 24px;
}

.c-page-coverimage {
  background: #202020ff;
  background: -moz-linear-gradient(90deg, #202020 0%, #313131 15%, #878a8d 100%);
  background: -webkit-linear-gradient(90deg, #202020 0%, #313131 15%, #878a8d 100%);
  background: linear-gradient(90deg, #202020 0%, #313131 15%, #878a8d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#202020", endColorstr="#878a8d", GradientType=1);
  filter: gradient(startColorstr="#202020", endColorstr="#878a8d", GradientType=1);
  object-fit: cover;
  object-position: center;
  margin-bottom: 128px;
  margin-right: calc(-12.5rem + 28px);
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .c-page-coverimage {
    object-fit: cover;
    height: fit-content;
    width: calc(100% + 28px);
    max-width: calc(100% + 28px);
    margin-right: -28px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 450px) and (max-width: 959px) {
  .c-page-coverimage {
    margin-bottom: 4rem;
    margin-right: -28px;
    width: calc(100% + 28px);
    max-width: calc(100% + 28px);
    height: auto;
  }
}
.c-logo {
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 0 32px 0 40px;
}
.c-logo .logo__img {
  min-height: unset;
  height: unset;
}
.c-page-header-stripe {
  border-bottom: 7px solid #202020ff;
  width: 4.25rem;
  margin-bottom: 1rem;
}

.flex-2,
.flex-3 {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  width: fit-content;
  margin-left: -8px;
  border-radius: 5px;
  box-shadow: inset 0px 0 1px 1px rgba(31, 38, 135, 0.1);
  backdrop-filter: blur(4px);
  margin-bottom: 24px;
  padding: 16px;
}

.variable-table {
  height: 100%;
}

.font-weight-list {
  height: 100%;
}
.font-weight-list li {
  font-size: 34px;
  margin-bottom: 32px;
}
.font-weight-list li:nth-of-type(1) {
  font-weight: 700;
}
.font-weight-list li:nth-of-type(2) {
  font-weight: 600;
}
.font-weight-list li:nth-of-type(3) {
  font-weight: 500;
}
.font-weight-list li:nth-of-type(4) {
  font-weight: 400;
}
.font-weight-list li:nth-of-type(5) {
  font-weight: 300;
}

code {
  letter-spacing: 3px;
  color: #202020ff;
  background-color: #f6f6f6ff;
  padding: 0 1px;
}

pre {
  height: fit-content;
  background-color: #202020ff;
  padding: 24px;
  border-radius: 5px;
  width: fit-content;
  margin-bottom: 24px;
}
pre code {
  letter-spacing: 2px;
  color: #ffffffff;
  background-color: unset;
}

.categoryPage .acronym {
  color: #67c8f2ff;
}

#overview-project-page .grid-2 {
  grid-gap: 40px 32px;
}
#overview-project-page .grid-3 {
  margin-bottom: 84px;
}
#overview-project-page .grid-3 figcaption {
  padding: 20px;
}
#overview-project-page figure {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  box-shadow: inset 0px 0 1px 1px rgba(31, 38, 135, 0.1);
  backdrop-filter: blur(4px);
  padding: 16px;
}
#overview-project-page figure img {
  border-bottom: 0.5px solid #67c8f2ff;
  padding-bottom: 16px;
}

/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 */
.u-hidden {
  display: none;
}

.u-visible {
  display: block;
}

.u-text-invisible {
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0;
  margin: 0;
}

.u-element-invisible {
  visibility: hidden;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0;
  margin: 0;
}

#design-bestanden-page .contentSummary {
  width: max-content;
  min-width: min-content;
}
#design-bestanden-page .contentSummary h2, #design-bestanden-page .contentSummary h3, #design-bestanden-page .contentSummary p, #design-bestanden-page .contentSummary a, #design-bestanden-page .contentSummary button {
  color: #ffffffff;
}
#design-bestanden-page .contentSummary .alles-download {
  background-color: #67c8f2ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
#design-bestanden-page .contentSummary .alles-download a {
  min-width: max-content;
  color: #ffffffff;
  font-weight: 500;
  width: 160px;
  padding: 10px 26px 10px 10px;
}
#design-bestanden-page p {
  max-width: 100%;
}
#design-bestanden-page ul {
  padding: 24px;
  grid-gap: 40px;
}
#design-bestanden-page a {
  color: #202020ff;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#design-bestanden-page .download-icon {
  margin-right: 16px;
  background-color: #67c8f2ff;
  border-radius: 5px;
  padding: 8px;
  width: 36px;
  height: 34px;
}
@media screen and (max-width: 800px) {
  #design-bestanden-page .contentSummary {
    min-width: 100%;
  }
}

.categoryPage .design-variabelen-subpage-distances .grid-2 {
  border-left: 0;
  width: fit-content;
}
.categoryPage .design-variabelen-subpage-distances .grid-2 article {
  max-width: 100%;
  width: fit-content;
}

.design-variabelen-subpage-typography .flex-2 article {
  max-width: 100%;
  width: fit-content;
  margin-right: 128px;
  margin-top: 24px;
}
.design-variabelen-subpage-typography .flex-2 article h1 {
  margin-bottom: 32px;
}
.design-variabelen-subpage-typography .flex-2 article h2 {
  margin-bottom: 32px;
}
.design-variabelen-subpage-typography .flex-2 article h3,
.design-variabelen-subpage-typography .flex-2 article h4,
.design-variabelen-subpage-typography .flex-2 article h5 {
  margin-bottom: 32px;
}

.design-variabelen-subpage-colors {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.design-variabelen-subpage-colors h2 {
  width: 100%;
}
.design-variabelen-subpage-colors table {
  margin-right: 128px;
  margin-top: 20px;
}
.design-variabelen-subpage-colors .flex-3 li,
.design-variabelen-subpage-colors .flex-3 .color-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.design-variabelen-subpage-colors .flex-3 li:nth-of-type(2) {
  margin: 0 24px;
}
.design-variabelen-subpage-colors .flex-3 .color-box {
  width: 200px;
  max-width: 100%;
  height: 161px;
  margin-bottom: 8px;
  border: 2px solid #f6f6f6ff;
}
.design-variabelen-subpage-colors article:nth-of-type(1) li:nth-child(1) .color-box {
  background-color: #202020ff;
  color: #ffffffff;
}
.design-variabelen-subpage-colors article:nth-of-type(1) li:nth-child(2) .color-box {
  background-color: #ffffffff;
  color: #202020ff;
}
.design-variabelen-subpage-colors article:nth-of-type(1) li:nth-child(3) .color-box {
  background-color: #67c8f2ff;
  color: #ffffffff;
}
.design-variabelen-subpage-colors article:nth-of-type(2) li:nth-child(1) .color-box {
  background-color: #313131ff;
  color: #ffffffff;
}
.design-variabelen-subpage-colors article:nth-of-type(2) li:nth-child(2) .color-box {
  background-color: #878a8dff;
  text-shadow: 0 0 20px #ffffffff;
  color: #202020ff;
}
.design-variabelen-subpage-colors article:nth-of-type(2) li:nth-child(3) .color-box {
  background-color: #f6f6f6ff;
  color: #202020ff;
}
.design-variabelen-subpage-colors article:nth-of-type(3) li:nth-child(1) .color-box {
  background-color: #C4C4C4;
  text-shadow: 0 0 20px #ffffffff;
  color: #202020ff;
}
.design-variabelen-subpage-colors article:nth-of-type(3) li:nth-child(2) .color-box {
  background-color: #67C8F2;
  color: #202020ff;
}
.design-variabelen-subpage-colors article:nth-of-type(3) li:nth-child(3) .color-box {
  background-color: #69c9f21a;
  color: #202020ff;
}

#development-checklists-page .list-icons li:before {
  content: url(/assets/img/icons/checkbox-checked.png);
  color: #67c8f2ff;
  height: inherit;
  margin-right: 11px;
}
#development-checklists-page .checklist input {
  margin-right: 8px;
}

#development-git-page article, #development-git-page img {
  margin-bottom: 32px;
}
#development-git-page p {
  max-width: 878px;
}
#development-git-page h4 {
  margin-bottom: 32px;
}

#development-coding-guidelines-page ul {
  margin-bottom: 32px;
}
#development-coding-guidelines-page ul li:before {
  content: url(/assets/img/icons/checkbox-checked.png);
  color: #67c8f2ff;
  height: inherit;
  margin-right: 11px;
}
#development-coding-guidelines-page h4 {
  margin-bottom: 32px;
}

#development-deployment-page article,
#development-deployment-page img {
  margin-bottom: 32px;
}
#development-deployment-page .grid-2 {
  padding-top: 24px;
  padding-bottom: 24px;
}
#development-deployment-page p {
  max-width: 878px;
  margin-bottom: 20px;
}
#development-deployment-page h4 {
  margin-bottom: 24px;
}

.grid-3.stappenplan {
  max-height: 100%;
  grid-gap: 64px 56px;
  padding: 32px;
}
.grid-3.stappenplan img {
  margin-bottom: 0;
  max-height: 100%;
  max-width: 100%;
}
.grid-3.stappenplan .step {
  display: grid;
  grid-template-columns: min-content;
  grid-template-rows: auto auto;
  grid-gap: 16px 4px;
  grid-template-areas: "stepNumber stepHeader" "stepImage stepImage";
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  box-shadow: inset 0px 0 1px 1px rgba(31, 38, 135, 0.1);
  backdrop-filter: blur(4px);
  padding: 16px;
}
.grid-3.stappenplan .step__heading {
  grid-area: stepHeader;
  margin-bottom: 0;
}
.grid-3.stappenplan .step__number {
  grid-area: stepNumber;
  width: fit-content;
  margin-right: 8px;
  color: #67c8f2ff;
  font-size: 22px;
  text-decoration: none;
  font-family: Helvetica Neue;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 26.4px;
  text-indent: 0;
  word-spacing: 0px;
  text-transform: none;
}
.grid-3.stappenplan .step__image {
  grid-area: stepImage;
}

#resources-examples-page #CMS-template-Netlify-community, #resources-examples-page #CMS-template-AC-community {
  display: flex;
}
#resources-examples-page h5 {
  font-size: 18px;
}

.categoryPage h1:first-letter,
.categoryPage h2:first-letter,
.categoryPage h3:first-letter,
.categoryPage h4:first-letter,
.categoryPage h5:first-letter,
.categoryPage h6:first-letter,
.categoryPage p:first-letter {
  text-transform: capitalize;
}
.categoryPage h1 {
  margin-bottom: 16px;
}
.categoryPage h2 {
  margin-bottom: 24px;
}
.categoryPage .license-info ul li:before {
  content: url(/assets/img/icons/checkbox-checked.png);
  color: #67c8f2ff;
  height: inherit;
  margin-right: 11px;
}
.categoryPage .contentSummary {
  background-color: #202020ff;
  color: #ffffffff;
  border-radius: 5px;
  width: fit-content;
  max-width: 100%;
  padding: 40px 32px;
  border-left: 1px solid #202020ff;
  margin-bottom: 56px;
}
.categoryPage .contentSummary h3,
.categoryPage .contentSummary p {
  color: #ffffffff;
}
.categoryPage h3 {
  color: #878a8dff;
  margin-bottom: 16px;
}
.categoryPage p {
  color: #202020ff;
  margin-bottom: 16px;
}
.categoryPage i {
  font-style: italic;
}
.categoryPage section {
  margin-bottom: 56px;
}
.categoryPage article {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.categoryPage .flex-2 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.categoryPage .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  grid-template-rows: 1fr;
  border-left: 1px solid #67c8f2ff;
  max-width: 100%;
  padding-left: 32px;
  margin-bottom: 56px;
}
.categoryPage .grid-2 article {
  margin-bottom: unset;
}
.categoryPage .grid-2 article img {
  width: 527px;
  margin-bottom: 16px;
}
.categoryPage .grid-2-small {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  grid-template-rows: 200px;
  max-width: fit-content;
  margin-left: -8px;
  border-radius: 5px;
  box-shadow: inset 0px 0 1px 1px rgba(31, 38, 135, 0.1);
  backdrop-filter: blur(4px);
  padding: 8px;
}
.categoryPage .grid-2-small img {
  min-height: 100%;
  object-fit: cover;
}
.categoryPage .grid-2-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 16px;
  grid-template-rows: 450px 450px 450px;
  max-width: 100%;
  padding-left: 32px;
  margin-left: -40px;
}
.categoryPage .grid-2-3 div {
  display: flex;
  border-radius: 5px;
  box-shadow: inset 0px 0 1px 1px rgba(31, 38, 135, 0.1);
  backdrop-filter: blur(4px);
  padding: 8px;
}
.categoryPage .grid-2-3 .tag {
  color: #67C8F2;
  transform: rotate(-180deg);
  writing-mode: vertical-rl;
  text-orientation: sideways;
  text-align: center;
}
.categoryPage .grid-2-3 img {
  width: calc(100% - 24px);
}
.categoryPage .grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  max-width: 100%;
  margin-left: -8px;
  border-radius: 5px;
  box-shadow: inset 0px 0 1px 1px rgba(31, 38, 135, 0.1);
  backdrop-filter: blur(4px);
  padding: 8px;
}
.categoryPage .grid-3 img {
  min-height: 100%;
  object-fit: cover;
}
.categoryPage .grid-6 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 90%;
  margin-left: -8px;
  border-radius: 5px;
  box-shadow: inset 0px 0 1px 1px rgba(31, 38, 135, 0.1);
  backdrop-filter: blur(4px);
  padding: 8px;
}
.categoryPage .grid-6 img {
  min-height: 100%;
  object-fit: cover;
  margin-right: 16px;
}

#about #reddit-embed {
  margin-bottom: 40px;
}
#about .grid-2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 40px;
  margin-bottom: 40px;
}
#about .grid-2 p {
  padding-top: 24px;
}
@media screen and (max-width: 600px) {
  #about .grid-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

body {
  display: grid;
  grid-template-columns: 50px 1fr 1fr 25px;
  grid-template-rows: 75px auto 75px;
  grid-template-areas: "header header header header" "main main main main" "footer footer footer footer";
}

body > main {
  grid-area: main;
}

.c-header {
  grid-area: header;
  min-width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #f6f6f6ff;
  display: grid;
  grid-template-columns: 50px 1fr 1fr 25px;
  grid-template-areas: ". codeCookbook hamburger .";
  padding-left: 0;
}

.c-header-nav {
  width: unset;
  grid-area: hamburger;
  justify-self: flex-end;
}
.c-header-nav .menu-icon {
  padding: 28px 0 28px 28px;
}

.c-header-nav .menu-btn:checked ~ .menu-icon {
  padding: 0;
  padding-right: 18px;
}

.c-logo {
  display: none;
}

.header__title {
  grid-area: codeCookbook;
  justify-self: flex-start;
}

.header__description {
  display: none;
}

.c-sidebar {
  display: none;
}

.c-footer {
  grid-area: footer;
}

@media screen and (max-width: 1000px) {
  .categoryPage .grid-2-small {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }

  .categoryPage .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .categoryPage .grid-2-small {
    grid-gap: 16px;
  }
}
@media screen and (max-width: 550px) {
  .categoryPage .grid-2,
.categoryPage .grid-3.categoryPage .grid-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (min-width: 650px) {
  .c-header {
    grid-template-columns: 50px auto auto auto 25px;
    grid-template-areas: ". codeCookbook description hamburger .";
  }

  .header__description {
    display: flex;
    width: fit-content;
    grid-area: description;
    min-width: fit-content;
    max-width: 100%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 700px) {
  .categoryPage > header,
.categoryPage > section {
    padding: 20px 50px 20px 50px;
  }

  .categoryPage section .grid-2 {
    padding-bottom: 20px;
  }

  #design-ontwerp-page section:nth-of-type(3) .tag,
#design-ontwerp-page section:nth-of-type(5) .tag,
#design-ontwerp-page section:nth-of-type(7) .tag {
    color: #67c8f2ff;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 600px) {
  .categoryPage .grid-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .categoryPage .grid-2-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    min-width: 100%;
    border-radius: 5px;
    box-shadow: inset 0px 0 1px 1px rgba(31, 38, 135, 0.1);
    backdrop-filter: blur(4px);
    padding: 0;
    margin: 0;
  }
  .categoryPage .grid-2-3 div {
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
  }

  .categoryPage > header,
.categoryPage > section {
    padding: 0 50px 11px 50px;
  }
}
@media screen and (max-width: 800px) {
  .categoryPage .grid-2 {
    padding-left: 0;
  }

  .c-header .hb-header__title {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50px;
    height: 75px;
    z-index: 5;
    color: #ffffffff;
  }
  .c-header .hb-header__title a {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
  }

  .hb-c-search-bar__input {
    width: 100%;
  }

  .c-header-nav ul li a {
    color: #f6f6f6ff;
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
  }
  .c-header-nav .menu-btn:checked ~ body {
    max-height: 100vh;
  }
  .c-header-nav .menu-btn:checked ~ .menu-icon {
    z-index: 5;
  }
  .c-header-nav .menu-btn:checked ~ .menu {
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #202020ff;
    width: 100vw;
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 55px 55px 55px 0;
    z-index: 2;
  }

  .categoryPage section .grid-2 {
    border: 0;
    border-bottom: 1px solid #67c8f2ff;
    padding-bottom: 28px;
    margin-bottom: 20px;
  }

  .categoryPage section {
    margin-bottom: 20px;
  }

  .categoryPage .c-page-header {
    margin-bottom: 20px;
  }

  #design-ontwerp-page section:nth-of-type(3),
#design-ontwerp-page section:nth-of-type(5),
#design-ontwerp-page section:nth-of-type(7) {
    background-color: #202020ff;
    color: #ffffffff;
    padding-bottom: 40px;
    margin-bottom: 28px;
    padding-top: 34px;
  }
  #design-ontwerp-page section:nth-of-type(3) h2,
#design-ontwerp-page section:nth-of-type(3) h3,
#design-ontwerp-page section:nth-of-type(3) h4,
#design-ontwerp-page section:nth-of-type(3) p,
#design-ontwerp-page section:nth-of-type(3) li,
#design-ontwerp-page section:nth-of-type(3) a,
#design-ontwerp-page section:nth-of-type(3) span,
#design-ontwerp-page section:nth-of-type(5) h2,
#design-ontwerp-page section:nth-of-type(5) h3,
#design-ontwerp-page section:nth-of-type(5) h4,
#design-ontwerp-page section:nth-of-type(5) p,
#design-ontwerp-page section:nth-of-type(5) li,
#design-ontwerp-page section:nth-of-type(5) a,
#design-ontwerp-page section:nth-of-type(5) span,
#design-ontwerp-page section:nth-of-type(7) h2,
#design-ontwerp-page section:nth-of-type(7) h3,
#design-ontwerp-page section:nth-of-type(7) h4,
#design-ontwerp-page section:nth-of-type(7) p,
#design-ontwerp-page section:nth-of-type(7) li,
#design-ontwerp-page section:nth-of-type(7) a,
#design-ontwerp-page section:nth-of-type(7) span {
    color: #ffffffff;
  }

  #development-coding-guidelines-page section:nth-of-type(2),
#development-coding-guidelines-page section:nth-of-type(4),
#development-coding-guidelines-page section:nth-of-type(6) {
    background-color: #202020ff;
    color: #ffffffff;
    padding-top: 34px;
  }
  #development-coding-guidelines-page section:nth-of-type(2) h2,
#development-coding-guidelines-page section:nth-of-type(2) h3,
#development-coding-guidelines-page section:nth-of-type(2) h4,
#development-coding-guidelines-page section:nth-of-type(2) p,
#development-coding-guidelines-page section:nth-of-type(2) li,
#development-coding-guidelines-page section:nth-of-type(2) a,
#development-coding-guidelines-page section:nth-of-type(2) span,
#development-coding-guidelines-page section:nth-of-type(4) h2,
#development-coding-guidelines-page section:nth-of-type(4) h3,
#development-coding-guidelines-page section:nth-of-type(4) h4,
#development-coding-guidelines-page section:nth-of-type(4) p,
#development-coding-guidelines-page section:nth-of-type(4) li,
#development-coding-guidelines-page section:nth-of-type(4) a,
#development-coding-guidelines-page section:nth-of-type(4) span,
#development-coding-guidelines-page section:nth-of-type(6) h2,
#development-coding-guidelines-page section:nth-of-type(6) h3,
#development-coding-guidelines-page section:nth-of-type(6) h4,
#development-coding-guidelines-page section:nth-of-type(6) p,
#development-coding-guidelines-page section:nth-of-type(6) li,
#development-coding-guidelines-page section:nth-of-type(6) a,
#development-coding-guidelines-page section:nth-of-type(6) span {
    color: #ffffffff;
  }
  #development-coding-guidelines-page section:nth-of-type(2) .tag,
#development-coding-guidelines-page section:nth-of-type(4) .tag,
#development-coding-guidelines-page section:nth-of-type(6) .tag {
    color: #67c8f2ff;
  }

  .categoryPage section .grid-2-3 div:nth-of-type(2n + 1) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 700px) {
  .categoryPage > header,
.categoryPage > section {
    padding: 0 50px 11px 50px;
  }
}
@media screen and (min-width: 800px) {
  body {
    display: grid;
    grid-template-columns: 264px 1fr 1fr 100px;
    grid-template-rows: 75px auto 75px;
    grid-template-areas: ". header header header" "sidebar main main ." "footer footer footer .";
    background-color: #fff;
  }

  main {
    padding: 0 50px;
  }

  .c-header {
    grid-area: header;
  }

  .header-nav__menu {
    display: none;
  }

  .c-sidebar {
    grid-area: sidebar;
    display: flex;
  }

  body > main {
    grid-area: main;
  }

  .c-footer {
    grid-area: footer;
  }
}
@media screen, (min-width: 700px) and (max-width: 800px) {
  .categoryPage article .grid-2-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    padding: 0;
    margin: 0;
  }

  .header__description {
    font-size: 18px;
  }

  .categoryPage section article .grid-2-3 div:nth-of-type(2n + 1) {
    flex-direction: row;
  }
  .categoryPage section article .grid-2-3 div:nth-of-type(2n + 1) .tag {
    transform: rotate(180deg);
  }

  #design-ontwerp-page section:nth-of-type(3) .tag,
#design-ontwerp-page section:nth-of-type(5) .tag,
#design-ontwerp-page section:nth-of-type(7) .tag {
    color: #67c8f2ff;
    transform: rotate(180deg);
  }
}
@media screen, (min-width: 800px) and (max-width: 1085px) {
  .c-header .header__title {
    min-width: max-content;
    font-size: 18px;
  }
  .c-header .header__description {
    font-size: 16px;
  }
}
@media screen and (min-width: 800px) {
  .categoryPage header,
.categoryPage section {
    padding: 0 50px 11px 0;
  }

  .c-page-header {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1085px) {
  .categoryPage section,
.categoryPage header {
    padding: 0;
  }
}
@media screen and (min-width: 900px) {
  .c-logo {
    display: flex;
  }
}
@media screen and (max-width: 1200px) {
  .categoryPage .grid-2-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .categoryPage .grid-2-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 16px;
    grid-template-rows: 450px 450px 450px;
    max-width: 100%;
    padding-left: 32px;
    margin-left: -40px;
  }

  .c-header .header__description {
    font-size: 18px;
  }
}
@media screen and (max-width: 1220px) {
  .c-header .header__title {
    min-width: max-content;
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .categoryPage section,
.categoryPage header {
    padding: 0 0 16px 0;
  }

  .c-page-header {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 475px) {
  .categoryPage .grid-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .categoryPage > section {
    padding: 0 16px 16px 11px;
  }

  p {
    font-size: 16px;
    padding-right: 4px;
  }
}
@media screen and (max-width: 600px) {
  .cp_embed_iframe {
    max-width: 95vw;
    margin-left: -35px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1100px) {
  pre {
    max-width: 100%;
    overflow-x: scroll;
  }

  pre code {
    font-size: 13px;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .categoryPage > section {
    padding-left: 50px;
  }
}
@media screen and (max-width: 550px) {
  .categoryPage h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .categoryPage h2 {
    font-size: 36px;
    line-height: 38px;
    max-width: 100%;
  }
  .categoryPage h3 {
    font-size: 28px;
    line-height: 30px;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #design-ontwerp-subpage-design .contentSummary,
.About .contentSummary {
    width: 100vw;
    max-width: 100vw;
    margin-left: -50px;
  }
  #design-ontwerp-subpage-design .contentSummary .figmaEmbed,
.About .contentSummary .figmaEmbed {
    margin-left: -31px;
  }

  .figmaEmbed {
    max-width: 100vw;
    width: 100vw;
    width: calc(100vw - 1px - 1px);
    margin-left: -48px;
    padding: 0 8px;
  }
}
@media screen and (max-width: 450px) {
  .categoryPage h1 {
    font-size: 34px;
    line-height: 36px;
    max-width: 100%;
  }
  .categoryPage h2 {
    font-size: 28px;
    line-height: 30px;
    max-width: 100%;
  }
  .categoryPage h3 {
    font-size: 24px;
    line-height: 26px;
    max-width: 100%;
  }
}
.categoryPage .tldr {
  max-width: 100%;
  margin-bottom: 20px;
  height: 120px;
}

@media screen and (min-width: 400px) {
  .categoryPage .tldr {
    max-width: 100%;
    height: 150px;
  }
}
@media screen and (min-width: 500px) {
  .categoryPage .tldr {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 800px) {
  .categoryPage .tldr {
    margin-bottom: 32px;
    height: 300px;
  }
}
#overview-workflow-subpage-werkwijze-overview {
  margin-top: 56px;
}

.image-card-smaller {
  max-width: 700px;
  width: 100%;
}

.call-out {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  width: fit-content;
  max-width: fit-content;
  border-radius: 5px;
  box-shadow: inset 0px 0 1px 1px rgba(31, 38, 135, 0.1);
  backdrop-filter: blur(4px);
  margin-bottom: 24px;
  margin-top: 14px;
  padding: 16px;
  max-width: 700px;
  border: 1px solid #69c9f21a;
}

@media screen and (max-width: 400px) {
  .categoryPage > section,
.categoryPage > header {
    padding-left: 28px;
    padding-right: 28px;
  }

  p {
    padding-right: 0;
  }

  h4 {
    margin-bottom: 8px;
  }

  .c-header {
    grid-template-columns: 28px 1fr 1fr 28px;
  }

  .code-cookbook-waar li {
    font-size: 16px;
    line-height: 28px;
  }

  .categoryPage .about-link-row > p {
    margin-bottom: 16px;
  }

  body {
    grid-template-columns: 28px 1fr 1fr 28px;
  }

  #design-ontwerp-subpage-design .contentSummary {
    margin-left: -28px;
  }

  .categoryPage .grid-2 {
    grid-gap: 8px;
  }

  #design-ontwerp-subpage-fonts .figmaEmbed {
    margin-left: -28px;
    margin-bottom: 34px;
  }
  #design-ontwerp-subpage-fonts .license-info li {
    font-size: 15px;
    line-height: 28px;
  }
  #design-ontwerp-subpage-fonts .grid-2-3 {
    min-width: calc(100% + 48px);
    margin-left: -22px;
  }
  #design-ontwerp-subpage-fonts .grid-2-3 div {
    margin-bottom: 0;
  }
  #design-ontwerp-subpage-fonts .grid-2-3 div h4 {
    margin-bottom: 0;
  }

  #design-bestanden-page .contentSummary .grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    margin: 0;
    grid-gap: 8px;
  }
  #design-bestanden-page .contentSummary .grid-3 li,
#design-bestanden-page .contentSummary .grid-3 a {
    font-size: 16px;
    line-height: 28px;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  #design-bestanden-page .contentSummary .grid-3 li img,
#design-bestanden-page .contentSummary .grid-3 a img {
    margin-right: 4px;
  }
  #design-bestanden-page .single-download {
    padding: 16px;
  }

  #design-variabelen-page div {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
  #design-variabelen-page article {
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  #design-variabelen-page article .flex-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    min-width: calc(100% + 28px);
    margin-left: -14px;
    margin-bottom: 0;
    padding: 0;
  }
  #design-variabelen-page article .flex-3 li:nth-of-type(2) {
    margin: 0;
  }
  #design-variabelen-page .design-variabelen-subpage-colors article:last-of-type .flex-3 {
    align-items: flex-start;
  }
  #design-variabelen-page .design-variabelen-subpage-colors article:last-of-type .tag {
    font-size: 11px;
    line-height: 15px;
  }
  #design-variabelen-page .variable-table {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
  #design-variabelen-page .variable-table th,
#design-variabelen-page .variable-table td,
#design-variabelen-page .variable-table tr {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
  }
  #design-variabelen-page .variable-table td {
    padding: 16px;
    vertical-align: middle;
  }
  #design-variabelen-page .variable-table th:first-of-type {
    padding-right: 16px;
  }
  #design-variabelen-page .variable-table th:last-of-type {
    padding-left: 16px;
  }
  #design-variabelen-page .design-variabelen-subpage-typography .flex-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    margin-bottom: 28px;
  }
  #design-variabelen-page .design-variabelen-subpage-typography .flex-2 article {
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 4px;
    border-bottom: 1px solid #f6f6f6ff;
  }
  #design-variabelen-page .design-variabelen-subpage-distances .grid-2 {
    grid-gap: 24px;
  }

  #design-context-page iFrame {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background-color: #f6f6f6ff;
    box-shadow: inset 0px 1px 2px 1px #878a8dff;
  }

  #development-checklists-subpage-generic-codereviewchecklist {
    font-size: 21px;
    margin-bottom: 0;
  }

  .categoryPage .list-source {
    color: #878a8dff;
  }
  .categoryPage .list-source:after {
    margin-left: 4px;
  }
  .categoryPage .list-source::first-letter {
    text-transform: none;
  }

  #development-checklists-subpage-generic {
    padding-bottom: 0;
  }
  #development-checklists-subpage-generic .codereviewchecklist {
    margin-bottom: 16px;
  }
  #development-checklists-subpage-generic .grid-2 {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  #development-checklists-subpage-generic .checklist ul {
    margin-bottom: 11px;
  }
  #development-checklists-subpage-generic .checklist li {
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  #development-checklists-subpage-generic .checklist li input,
#development-checklists-subpage-generic .checklist li label {
    font-size: 16px;
    line-height: 28px;
  }
  #development-checklists-subpage-generic .checklist li input {
    height: 24px;
  }

  #development-checklists-subpage-audits iframe {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background-color: #f6f6f6ff;
    box-shadow: inset 0px 1px 2px 1px #878a8dff;
  }

  #development-coding-guidelines-page ul li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 11px;
  }

  #development-coding-guidelines-page section > article .acronym {
    color: #67c8f2ff;
  }
  #development-coding-guidelines-page h4 {
    margin-bottom: 11px;
  }
  #development-coding-guidelines-page p {
    width: fit-content;
    line-height: 28px;
  }

  #development-coding-guidelines-page .naming-list li {
    display: grid;
    grid-template-columns: 30px 1fr;
    grid-gap: 4px 0;
    align-items: center;
    margin-bottom: 16px;
  }
  #development-coding-guidelines-page .naming-list li:before {
    content: none;
    margin: 0;
    height: 0;
  }
  #development-coding-guidelines-page .naming-list li span {
    content: url(/assets/img/icons/checkbox-checked.png);
    color: #67c8f2ff;
    height: inherit;
    margin-right: 11px;
  }
  #development-coding-guidelines-page .naming-list li code {
    width: max-content;
    grid-column-start: 2;
  }

  #development-coding-guidelines-subpage-CSS {
    margin-bottom: 34px;
  }
  #development-coding-guidelines-subpage-CSS img {
    margin-bottom: 28px;
  }

  #development-coding-guidelines-subpage-JavaScript h4 {
    font-size: 18px;
  }
  #development-coding-guidelines-subpage-JavaScript .fp-list li {
    display: flex;
    flex-direction: row;
    grid-gap: 4px 0;
    align-items: flex-start;
    margin-bottom: 16px;
  }
  #development-coding-guidelines-subpage-JavaScript .fp-list li:before {
    content: none;
    margin: 0;
    height: 0;
  }
  #development-coding-guidelines-subpage-JavaScript .fp-list li span {
    content: url(/assets/img/icons/checkbox-checked.png);
    color: #67c8f2ff;
    height: inherit;
    margin-right: 8px;
    margin-top: 4px;
  }
  #development-coding-guidelines-subpage-JavaScript .fp-list li code {
    width: max-content;
    grid-column-start: 2;
  }

  #development-git-page figure {
    margin-bottom: 28px;
  }
  #development-git-page figure img {
    margin-bottom: 8px;
  }
  #development-git-page h4 {
    margin-bottom: 16px;
  }

  #development-deployment-page h2 {
    font-size: 25px;
  }
  #development-deployment-page h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px;
  }
  #development-deployment-page .grid-3 {
    grid-gap: 8px;
  }
  #development-deployment-page .stappenplan {
    margin: 0;
    padding: 0;
  }
  #development-deployment-page .stappenplan .step {
    grid-gap: 8px 4px;
    min-width: calc(100% + 8px);
    width: calc(100% + 8px);
    max-width: calc(100% + 8px);
    margin-left: -4px;
  }
  #development-deployment-page .stappenplan .step__number,
#development-deployment-page .stappenplan .step__heading {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
  }
  #development-deployment-page .non-client p {
    font-size: 16px;
    margin-bottom: 8px;
  }
  #development-deployment-page .non-client .grid-2 {
    padding-top: 16px;
  }

  #resources-examples-subpage-templates-11ty-Netlify {
    margin-bottom: 0;
  }

  #resources-examples-page .stappenplan {
    margin: 0;
    padding: 0;
  }
  #resources-examples-page .stappenplan .step {
    grid-gap: 8px 4px;
    min-width: calc(100% + 8px);
    width: calc(100% + 8px);
    max-width: calc(100% + 8px);
    margin-left: -4px;
  }
  #resources-examples-page .stappenplan .step__number,
#resources-examples-page .stappenplan .step__heading {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .cp_embed_wrapper {
    max-width: 100vw;
    width: 100vw;
    width: calc(100vw - 1px - 1px);
    margin-left: -48px;
    padding: 0 8px;
    margin-left: -28px;
    margin-bottom: 34px;
  }
  .cp_embed_wrapper iframe {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background-color: #f6f6f6ff;
    padding: 0;
    margin: 0;
  }

  #resources-code-snippets-page h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px;
    color: #878a8dff;
  }

  #resources-tools-subpage-applications h2 {
    margin-bottom: 16px;
  }
  #resources-tools-subpage-applications div {
    margin-top: 28px;
  }

  #resources-toffe-dingen-page section {
    margin-bottom: 40px;
  }
  #resources-toffe-dingen-page article {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 400px) {
  #about h2 {
    margin-bottom: 20px;
  }
  #about h3 {
    margin-bottom: 11px;
  }
  #about section {
    margin-bottom: 20px;
  }
  #about .c-page-header,
#about main > section,
#about .contentSummary {
    padding-left: 28px;
    padding-right: 28px;
  }
  #about .c-page-header {
    margin-bottom: 34px;
  }
  #about .contentSummary {
    margin-left: 0;
    border-radius: 0;
  }
  #about .contentSummary li {
    display: flex;
  }
  #about .contentSummary li span {
    margin-right: 11px;
  }
  #about .grid-2 > p {
    padding-top: 0;
  }

  #visualisaties .grid-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 100%;
  }
  #visualisaties .grid-2 article:first-of-type {
    margin: 0;
  }
  #visualisaties .flex-2 {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: none;
    flex-direction: column;
  }
  #visualisaties .flex-2 article {
    padding: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  #visualisaties .flex-2 article canvas {
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    height: fit-content;
    max-height: fit-content;
    margin-left: -11px;
    object-fit: contain;
    object-position: top;
    max-height: 370px;
  }
}
#preview-pane {
  border: 1px solid lightpink;
}

#nc-root label {
  background-color: darkblue;
  font-weight: 700;
  color: #ffffff;
  border-radius: 0 0.2rem 0.2rem 0;
  height: 100%;
}

#nc-root button {
  color: #ffffff;
  background: darkblue;
  border: 0.1rem solid;
  border-radius: 0.2rem;
  padding: 0.6rem 1.2rem;
}

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