
.icon-logo-container[data-v-470f4387] {
  width: 43px;
  height: 43px;
  border: 2px solid #f0f2f5;
  border-radius: 50%;
  background-color: var(--primary-color-brand);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

