@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-1-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-1-1 a {
    text-decoration: none;
    color: #222;
    position: relative;
    min-height: 52px;
    min-width: 52px;
  }

  .section-1-1-1 a img {
    font-weight: 700;
    font-size: 20px;
    line-height: 52px;
    object-fit: scale-down;
    max-height: 52px;
    position: relative;
  }

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

  .section-1-1-1 > span > svg {
    color: var(--color);
  } .section-1-1-2 {
    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-1-2 a {
    text-decoration: none;
    color: #222;
    position: relative;
    min-height: 52px;
    min-width: 52px;
  }

  .section-1-1-2 a img {
    font-weight: 700;
    font-size: 20px;
    line-height: 52px;
    object-fit: scale-down;
    max-height: 52px;
    position: relative;
  }

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

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

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

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

  .section-3-4-3 > div > h1 {
    color: #222;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.01px;
    position: relative;
  } .section-2-12-4 {
    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-4 > div {
    text-align: center;
    width: 100%;
  }

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

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