@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: #4578E0;
}

*, ::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-1-11-1 {
    background: #FDFDFD;
    color: #222;
    width: 100%;
    position: relative;
    height: 60px;
    padding: 4px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .section-1-11-1 a {
    text-decoration: none;
    color: #222;
    position: relative;
    min-height: 52px;
    min-width: 52px;
    font-weight: 700;
    font-size: 20px;
    line-height: 52px;
  }

  .section-1-11-1 > span {
    top: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }

  .section-1-11-1 > span > svg {
    color: var(--color);
  } .section-3-4-2 {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    margin-bottom: -5px;
  }

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

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

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

  .section-10-41-3 > h2 {
    width: 100%;
    position: relative;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-10-41-3 > div {
    width: 100%;
    position: relative;
    height: 222px;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-10-41-3 > div > img {
    width: 100%;
    height: 222px;
    object-fit: cover;
    object-position: relative;
    position: relative;
    border-radius: 8px;
  }

  .section-10-41-3 > ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    position: relative;
    list-style: none;
  }

  .section-10-41-3 > ul > li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    padding: 12px 16px;
  }

  .section-10-41-3 > ul > li:nth-child(odd) {
    background-color: #F6F6F6;
  }

  .section-10-41-3 > ul > li > div:first-of-type {
    width: 24px;
    height: 24px;
    position: relative;
    align-content: center;
    flex-shrink: 0;
  }

  .section-10-41-3 > ul > li > div:first-of-type > svg {
    width: 24px;
    height: 24px;
    position: relative;
    color: var(--color);
  }

  .section-10-41-3 > ul > li > div:last-of-type {
    width: calc(100% - 40px);
    position: relative;
    text-align: left;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .section-10-41-3 > ul > li > div:last-of-type > div {
    width: 100%;
    position: relative;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
  }

  .section-10-41-3 > ul > li > div:last-of-type > span {
    width: 100%;
    position: relative;
    text-align: left;
  } .section-5-22-4 {
    width: 100%;
    position: relative;
    min-height: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #222;
    padding: 16px;
    background-color: #fff;
    text-align: center;
  }

  .section-5-22-4 > span:last-of-type {
    color: var(--color);
    font-weight: 600;
  }