.c-c1d2436d {
  background-color: var(--bgModal);
  max-width: 100vw;
  overflow: hidden;
  padding: 0 20px 50px;
}
@media (max-width: 800px) {
  .c-c1d2436d .c-2bcb1f0c .c-ea34d44e {
    grid-gap: 20px;
  }
}
@media (max-height: 450px), (max-width: 700px) {
  .c-c1d2436d {
    padding: 0px 10px 50px;
  }
  .c-c1d2436d .c-2bcb1f0c .c-ea34d44e {
    grid-gap: 30px;
    grid-template-columns: 1fr;
  }
  .c-c1d2436d .c-2bcb1f0c .c-ea34d44e .c-2494fb75 {
    padding-left: 7%;
  }
  .c-c1d2436d .c-2bcb1f0c .c-09287436 {
    grid-gap: 25px;
    grid-template-columns: 1fr;
  }
  .c-c1d2436d .c-2bcb1f0c .c-09287436 .c-209ec26a {
    justify-content: center !important;
  }
  .c-c1d2436d .c-2bcb1f0c .c-09287436 .c-209ec26a.c-34f0c3cb {
    grid-area: 1;
  }
}
.c-c1d2436d .c-2bcb1f0c {
  margin: 0 auto;
  max-width: 100%;
}
.c-c1d2436d .c-ea34d44e {
  grid-gap: 30px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
  width: 100%;
}
.c-c1d2436d .c-ea34d44e:after {
  background-color: var(--line);
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 30px);
}
.c-c1d2436d .c-ea34d44e .c-2494fb75 {
  display: flex;
  flex-direction: column;
}
.c-c1d2436d .c-ea34d44e .c-2494fb75 .c-c6b1b444 {
  margin-bottom: 20px;
  width: 180px;
}
.c-c1d2436d .c-ea34d44e .c-2494fb75 a,
.c-c1d2436d .c-ea34d44e .c-2494fb75 p {
  color: var(--textSecondary);
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  transition: 0.15s ease;
}
.c-c1d2436d .c-ea34d44e .c-2494fb75 h2 {
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}
.c-c1d2436d .c-ea34d44e .c-2494fb75.c-7c73e0b6 a,
.c-c1d2436d .c-ea34d44e .c-2494fb75.c-7c73e0b6 p {
  font-size: 14px;
  padding: 4px 0;
}
.c-c1d2436d .c-ea34d44e .c-2494fb75.c-7c73e0b6 .c-0580453c {
  cursor: pointer;
  text-decoration: underline;
}
.c-c1d2436d .c-ea34d44e .c-2494fb75.c-7c73e0b6 .c-0580453c,
.c-c1d2436d .c-ea34d44e .c-2494fb75.c-7c73e0b6 a {
  display: inline-block;
}
.c-c1d2436d .c-ea34d44e .c-2494fb75.c-7c73e0b6 .c-0580453c:hover,
.c-c1d2436d .c-ea34d44e .c-2494fb75.c-7c73e0b6 a:hover {
  color: var(--text);
}
.c-c1d2436d .c-ea34d44e.c-a70f74ca {
  grid-column-gap: 20px;
  grid-row-gap: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
  padding: 30px 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 700px) {
  .c-c1d2436d .c-ea34d44e.c-a70f74ca {
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  }
  .c-c1d2436d .c-ea34d44e.c-a70f74ca a img {
    width: 100%;
  }
}
.c-c1d2436d .c-ea34d44e.c-a70f74ca img {
  max-height: 45px;
}
.c-c1d2436d .c-ea34d44e a {
  align-items: center;
  display: flex;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.c-c1d2436d .c-ea34d44e a:hover {
  opacity: 0.7;
}
.c-c1d2436d .c-ea34d44e .c-e60d8aac {
  width: 108px;
}
.c-c1d2436d .c-09287436 {
  grid-gap: 15px;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 30px 10px 0;
}
.c-c1d2436d .c-09287436 .c-209ec26a {
  grid-gap: 10px;
  align-items: center;
  display: flex;
  width: 100%;
}
.c-c1d2436d .c-09287436 .c-209ec26a svg {
  height: 50px;
  margin-right: 15px;
  width: 50px;
}
.c-c1d2436d .c-09287436 .c-209ec26a p {
  color: var(--textSecondary);
  font-size: 13px;
  font-weight: 300;
}
.c-c1d2436d .c-09287436 .c-209ec26a:last-child {
  justify-content: flex-end;
}
.c-c1d2436d .c-09287436 .c-209ec26a .c-4292fad1 {
  align-items: center;
  border-radius: 20px;
  color: var(--textSecondary);
  display: flex;
  font-size: 12px;
  justify-content: center;
  padding: 10px 15px;
}
.c-c1d2436d .c-09287436 .c-209ec26a a {
  transition: opacity 0.3s ease;
}
.c-c1d2436d .c-09287436 .c-209ec26a a .c-0048e1fb {
  border-radius: 10px;
  width: 90px;
}
.c-c1d2436d .c-09287436 .c-209ec26a a:hover {
  opacity: 0.7;
}
.c-c1d2436d .c-09287436 .c-209ec26a a .c-2155f46e {
  height: 32px;
  width: 40px;
}
