@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
html{font-family:"Roboto",sans-serif;} :root {
  --viewport: 375px;
  --bg-color: #f4f6fa;
  --color: #1c1c22;
}

*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scrollbar-width: none;
  height: fit-content;
}

body {
  width: var(--viewport);
  max-width: var(--viewport);
  overflow-x: hidden;
  background-color: var(--bg-color);
  margin: auto;
  margin-top: 0;
  transition: all .3s ease;
  font-weight: 400;
  word-break: break-word;
  height: fit-content;
}

/*[src=''] {
  visibility: hidden;
}*/

b {
  font-weight: 700;
}

#ew-block {
  position: relative;
  width: 100%;
  display: block;
  padding: 4px;
  background: #004eff;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s ease-out;
}

#ew-block span {
  margin-left: 8px;
  font-size: 18px;
} .section-3-4-1 {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    margin-bottom: -5px;
  }

  .section-3-4-1 > img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .section-3-4-1 > div {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-3-4-1 > div > div {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    position: relative;
  }

  .section-3-4-1 > div > h1 {
    color: #222;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.01px;
    position: relative;
  } .section-4-17-2 {
    background: #FFFFFF;
    width: 100%;
    position: relative;
    min-height: 80px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }

  .section-4-17-2 > div:first-of-type,
  .section-4-17-2 > div:last-of-type {
    padding: 11px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-basis: 46%;
    text-align: center;
  }

  .section-4-17-2 > div:first-of-type {
    background-color: #EBEBEB;
    color: #222;
  }

  .section-4-17-2 > div:last-of-type {
    background-color: var(--color);
    color: #fff;
  }

  .section-4-17-2 > div:first-of-type > span,
  .section-4-17-2 > div:last-of-type > span {
    position: relative;
  }

  .section-4-17-2 > div:first-of-type > s,
  .section-4-17-2 > div:last-of-type > div {
    position: relative;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    position: relative;
  }

  .section-4-17-2 > div:nth-of-type(2) {
    flex-basis: 8%;
    position: relative;
  }

  .section-4-17-2 > div:nth-of-type(2)::before,
  .section-4-17-2 > div:nth-of-type(2)::after {
    position: absolute;
    width: 23px;
    height: 100%;
    content: '';
  }

  .section-4-17-2 > div:nth-of-type(2)::before {
    top: 0;
    left: 0;
    background-color: #EBEBEB;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  }

  .section-4-17-2 > div:nth-of-type(2)::after {
    top: 0;
    right: 0;
    background-color: var(--color);
    clip-path: polygon(100% 0%, 0% 0%, 100% 50%, 0% 100%, 100% 100%);
  } .section-6-27-3 {
    width: 100%;
    position: relative;
    min-height: 76px;
    padding: 16px;
    background-color: #fff;
    text-align: center;
  }

  .section-6-27-3 > button {
    background-color: var(--color);
    padding: 14px 28px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
  } .section-3-4-4 {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    margin-bottom: -5px;
  }

  .section-3-4-4 > img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .section-3-4-4 > div {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-3-4-4 > div > div {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    position: relative;
  }

  .section-3-4-4 > div > h1 {
    color: #222;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.01px;
    position: relative;
  } .section-3-4-5 {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    margin-bottom: -5px;
  }

  .section-3-4-5 > img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .section-3-4-5 > div {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-3-4-5 > div > div {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    position: relative;
  }

  .section-3-4-5 > div > h1 {
    color: #222;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.01px;
    position: relative;
  } .section-3-4-6 {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    margin-bottom: -5px;
  }

  .section-3-4-6 > img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .section-3-4-6 > div {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-3-4-6 > div > div {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    position: relative;
  }

  .section-3-4-6 > div > h1 {
    color: #222;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.01px;
    position: relative;
  } .section-3-4-7 {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    margin-bottom: -5px;
  }

  .section-3-4-7 > img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .section-3-4-7 > div {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-3-4-7 > div > div {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    position: relative;
  }

  .section-3-4-7 > div > h1 {
    color: #222;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.01px;
    position: relative;
  } .section-3-4-8 {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    margin-bottom: -5px;
  }

  .section-3-4-8 > img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .section-3-4-8 > div {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-3-4-8 > div > div {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    position: relative;
  }

  .section-3-4-8 > div > h1 {
    color: #222;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.01px;
    position: relative;
  } .section-3-4-9 {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    margin-bottom: -5px;
  }

  .section-3-4-9 > img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .section-3-4-9 > div {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-3-4-9 > div > div {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    position: relative;
  }

  .section-3-4-9 > div > h1 {
    color: #222;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.01px;
    position: relative;
  } .section-3-4-10 {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    margin-bottom: -5px;
  }

  .section-3-4-10 > img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .section-3-4-10 > div {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-3-4-10 > div > div {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    position: relative;
  }

  .section-3-4-10 > div > h1 {
    color: #222;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.01px;
    position: relative;
  } .section-8-35-11 {
    width: 100%;
    position: relative;
    min-height: 60px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #222;
    padding: 32px 16px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
  }

  .section-8-35-11 > h2 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
  }

  .section-8-35-11 > div {
    flex: 1 1 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    position: relative;
  }

  .section-8-35-11 > div > div {
    flex: 1 1 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    position: relative;
  }

  .section-8-35-11 > div > div > div:first-of-type {
    position: relative;
    width: 109px;
    height: 109px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 50%;
  }

  .section-8-35-11 > div > div > div:first-of-type > img {
    position: relative;
    object-fit: cover;
    object-position: center;
    width: 109px;
    height: 109px;
  }

  .section-8-35-11 > div > div > div:last-of-type {
    width: calc(100% - 109px);
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .section-8-35-11 > div > div > div:last-of-type > h3 {
    width: 100%;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
  }

  .section-8-35-11 > div > div > div:last-of-type > span {
    width: 100%;
    position: relative;
  } .section-3-4-12 {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    margin-bottom: -5px;
  }

  .section-3-4-12 > img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .section-3-4-12 > div {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-3-4-12 > div > div {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    position: relative;
  }

  .section-3-4-12 > div > h1 {
    color: #222;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.01px;
    position: relative;
  } .section-3-4-13 {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    margin-bottom: -5px;
  }

  .section-3-4-13 > img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .section-3-4-13 > div {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-3-4-13 > div > div {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    position: relative;
  }

  .section-3-4-13 > div > h1 {
    color: #222;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.01px;
    position: relative;
  } .section-3-4-14 {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    margin-bottom: -5px;
  }

  .section-3-4-14 > img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .section-3-4-14 > div {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-3-4-14 > div > div {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    position: relative;
  }

  .section-3-4-14 > div > h1 {
    color: #222;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.01px;
    position: relative;
  } .section-4-20-15 {
    width: 100%;
    position: relative;
    min-height: 80px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 11px 16px;
    background-color: var(--color);
    color: #fff;
  }

  .section-4-20-15 > div:first-of-type {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: start;
  }

  .section-4-20-15 > div:first-of-type > span {
    position: relative;
  }

  .section-4-20-15 > div:first-of-type > div {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
  }

  .section-4-20-15 > div:first-of-type > div > s {
    position: relative;
    font-size: 22px;
    line-height: 22px;
  }

  .section-4-20-15 > div:last-of-type {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: end;
  }

  .section-4-20-15 > div:last-of-type > div {
    font-size: 60px;
    font-weight: 500;
    line-height: 60px;
  }

  .section-4-20-15 > div:last-of-type > span {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    bottom: 5px;
  } .section-6-28-16 {
    width: 100%;
    position: relative;
    min-height: 206px;
    padding: 16px;
    background-color: var(--color);
  }

  .section-6-28-16 > form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .section-6-28-16 > form > fieldset {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: none;
  }

  .section-6-28-16 > form > fieldset > div {
    width: 100%;
    position: relative;
  }

  .section-6-28-16 > form > fieldset > div > input {
    width: 100%;
    color: #fff;
    border: solid 1px #DEDEDE;
    border-radius: 8px;
    padding: 14px 12px 14px 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    position: relative;
    background-color: var(--color);
  }

  .section-6-28-16 > form > fieldset > div::before {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 17px;
    left: 12px;
    content: "";
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 1;
  }

  .section-6-28-16 > form > fieldset > div:first-of-type::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjMzMzIgMTQuNVYxMy4xNjY3QzEzLjMzMzIgMTIuNDU5NCAxMy4wNTIyIDExLjc4MTEgMTIuNTUyMSAxMS4yODFDMTIuMDUyIDEwLjc4MSAxMS4zNzM3IDEwLjUgMTAuNjY2NSAxMC41SDUuMzMzMTdDNC42MjU5MyAxMC41IDMuOTQ3NjUgMTAuNzgxIDMuNDQ3NTUgMTEuMjgxQzIuOTQ3NDYgMTEuNzgxMSAyLjY2NjUgMTIuNDU5NCAyLjY2NjUgMTMuMTY2N1YxNC41IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik04LjAwMDE2IDcuODMzMzNDOS40NzI5MiA3LjgzMzMzIDEwLjY2NjggNi42Mzk0MyAxMC42NjY4IDUuMTY2NjdDMTAuNjY2OCAzLjY5MzkxIDkuNDcyOTIgMi41IDguMDAwMTYgMi41QzYuNTI3NCAyLjUgNS4zMzM1IDMuNjkzOTEgNS4zMzM1IDUuMTY2NjdDNS4zMzM1IDYuNjM5NDMgNi41Mjc0IDcuODMzMzMgOC4wMDAxNiA3LjgzMzMzWiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K")
  }

  .section-6-28-16 > form > fieldset > div:last-of-type::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjY2NjUgMTEuNzhWMTMuNzhDMTQuNjY3MiAxMy45NjU3IDE0LjYyOTIgMTQuMTQ5NCAxNC41NTQ4IDE0LjMxOTVDMTQuNDgwNCAxNC40ODk3IDE0LjM3MTMgMTQuNjQyNCAxNC4yMzQ1IDE0Ljc2NzlDMTQuMDk3NyAxNC44OTM0IDEzLjkzNjIgMTQuOTg5IDEzLjc2MDMgMTUuMDQ4NUMxMy41ODQ0IDE1LjEwNzkgMTMuMzk4IDE1LjEzIDEzLjIxMzEgMTUuMTEzM0MxMS4xNjE3IDE0Ljg5MDQgOS4xOTExMyAxNC4xODk0IDcuNDU5NzkgMTMuMDY2N0M1Ljg0OTAxIDEyLjA0MzEgNC40ODMzNSAxMC42Nzc0IDMuNDU5NzkgOS4wNjY2NUMyLjMzMzExIDcuMzI3NDUgMS42MzE5NSA1LjM0NzMxIDEuNDEzMTMgMy4yODY2NUMxLjM5NjQ3IDMuMTAyMjkgMS40MTgzOCAyLjkxNjQ5IDEuNDc3NDYgMi43NDEwN0MxLjUzNjU0IDIuNTY1NjQgMS42MzE1MSAyLjQwNDQ0IDEuNzU2MyAyLjI2NzczQzEuODgxMSAyLjEzMTAyIDIuMDMzIDIuMDIxNzkgMi4yMDIzMiAxLjk0N0MyLjM3MTY0IDEuODcyMjEgMi41NTQ2OSAxLjgzMzQ5IDIuNzM5NzkgMS44MzMzMkg0LjczOTc5QzUuMDYzMzMgMS44MzAxMyA1LjM3Njk5IDEuOTQ0NyA1LjYyMjMgMi4xNTU2N0M1Ljg2NzYxIDIuMzY2NjQgNi4wMjc4NCAyLjY1OTYxIDYuMDczMTMgMi45Nzk5OEM2LjE1NzU0IDMuNjIwMDMgNi4zMTQwOSA0LjI0ODQ3IDYuNTM5NzkgNC44NTMzMkM2LjYyOTQ5IDUuMDkxOTMgNi42NDg5IDUuMzUxMjYgNi41OTU3MyA1LjYwMDU3QzYuNTQyNTYgNS44NDk4OCA2LjQxOTAzIDYuMDc4NzIgNi4yMzk3OSA2LjI1OTk4TDUuMzkzMTMgNy4xMDY2NUM2LjM0MjE2IDguNzc1NjggNy43MjQxIDEwLjE1NzYgOS4zOTMxMyAxMS4xMDY3TDEwLjIzOTggMTAuMjZDMTAuNDIxMSAxMC4wODA3IDEwLjY0OTkgOS45NTcyMiAxMC44OTkyIDkuOTA0MDVDMTEuMTQ4NSA5Ljg1MDg4IDExLjQwNzggOS44NzAyOSAxMS42NDY1IDkuOTU5OThDMTIuMjUxMyAxMC4xODU3IDEyLjg3OTcgMTAuMzQyMiAxMy41MTk4IDEwLjQyNjdDMTMuODQzNiAxMC40NzIzIDE0LjEzOTQgMTAuNjM1NSAxNC4zNTA4IDEwLjg4NUMxNC41NjIyIDExLjEzNDUgMTQuNjc0NiAxMS40NTMgMTQuNjY2NSAxMS43OFoiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS40IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==")
  }

  .section-6-28-16 > form > fieldset > div > input::placeholder {
    color: #fff;
    opacity: 0.75;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
  }

  .section-6-28-16 > form > button {
    background-color: #fff;
    padding: 14px 28px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #222;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    text-align: center;
  } .section-2-12-17 {
    background: #FFFFFF;
    color: #212121;
    width: 100%;
    position: relative;
    min-height: 64px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }

  .section-2-12-17 > div {
    text-align: center;
    width: 100%;
  }

  .section-2-12-17 > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .section-2-12-17 > div > a {
    color: #212121;
    text-align: center;
  }
