.editor-styles-wrapper .Geography {
  background: #FAFAFA;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.editor-styles-wrapper .Geography.__theme_orange_white .Geography__title,
.editor-styles-wrapper .Geography.__theme_orange_white .Geography__item__name {
  color: var(--colors-quinary);
}
.editor-styles-wrapper .Geography.__theme_blue_white .Geography__title,
.editor-styles-wrapper .Geography.__theme_blue_white .Geography__item__name {
  color: var(--colors-primary);
}
.editor-styles-wrapper .Geography .embla__viewport {
  overflow: visible!important;
}
.editor-styles-wrapper .Geography__title,
.editor-styles-wrapper .Geography__headline,
.editor-styles-wrapper .Geography__description {
  max-width: 400px;
}
.editor-styles-wrapper .Geography__title {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.editor-styles-wrapper .Geography__headline {
  font-size: 40px;
  line-height: 39px;
}
.editor-styles-wrapper .Geography__description {
  font-size: 20px;
  line-height: 30px;
  margin: 12px 0 24px 0;
}
.editor-styles-wrapper .Geography__row {
  margin-left: calc(var(--sizes-padding) * -1);
  margin-right: calc(var(--sizes-padding) * -1);
}
.editor-styles-wrapper .Geography__item {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-template-rows: 60px 1fr;
  grid-gap: 12px;
  max-width: 400px;
  width: 90%;
  flex: 0 0 90%;
  padding: 0 12px;
}
.editor-styles-wrapper .Geography__item__image {
  grid-column: 1;
  grid-row: 1/3;
  max-width: 150px;
  height: auto;
  align-self: center;
  justify-self: center;
}
.editor-styles-wrapper .Geography__item__name {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: flex-end;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.editor-styles-wrapper .Geography__item__percentage {
  grid-column: 2;
  grid-row: 2;
  font-size: 80px;
  line-height: 40px;
  margin: 0;
}
.editor-styles-wrapper .Geography__item__percentage span {
  font-size: 50%;
  font-family: inherit;
  margin-left: -0.25em;
}
.editor-styles-wrapper .Geography__buttons_container {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
/*# sourceMappingURL=style.css.map */