.editor-styles-wrapper .ContactUsBlock {
  margin-top: 25px;
  margin-bottom: 25px;
  overflow: hidden;
}
.editor-styles-wrapper .ContactUsBlock,
.editor-styles-wrapper .ContactUsBlock a {
  color: var(--colors-septenary) !important;
  text-decoration: none;
}
.editor-styles-wrapper .ContactUsBlock__section {
  margin-top: 25px;
  margin-bottom: 25px;
}
.editor-styles-wrapper .ContactUsBlock__section h3 {
  display: none;
  font-family: var(--fonts-global);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--colors-primary);
  margin: 0 0 30px 0;
}
.editor-styles-wrapper .ContactUsBlock__section.__social {
  display: flex;
  flex-wrap: wrap;
}
.editor-styles-wrapper .ContactUsBlock__item {
  padding-top: var(--sizes-padding);
  padding-bottom: var(--sizes-padding);
  position: relative;
}
.editor-styles-wrapper .ContactUsBlock__item.__email:after,
.editor-styles-wrapper .ContactUsBlock__item.__phone:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -1000px;
  border-right: 1px solid #ccecf8;
}
.editor-styles-wrapper .ContactUsBlock__item,
.editor-styles-wrapper .ContactUsBlock__item a,
.editor-styles-wrapper .ContactUsBlock__item div {
  font-size: 14px;
  line-height: 20px;
}
.editor-styles-wrapper .ContactUsBlock__item .ContactUsBlock__item__value:hover {
  color: var(--colors-primary) !important;
}
.editor-styles-wrapper .ContactUsBlock__item__title {
  color: var(--colors-primary);
  font-weight: 400;
}
.editor-styles-wrapper .ContactUsBlock__item.__social {
  margin: 0;
  padding: 2px;
}
.editor-styles-wrapper .ContactUsBlock__item.__social .ContactUsBlock__item__value {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--colors-primary);
  width: 40px;
  height: 40px;
}
.editor-styles-wrapper .ContactUsBlock__item.__social .ContactUsBlock__item__value:hover {
  background: var(--colors-primary);
}
.editor-styles-wrapper .ContactUsBlock__item.__social .ContactUsBlock__item__value svg {
  width: auto;
  height: auto;
  max-width: 22px;
  max-height: 22px;
}
.editor-styles-wrapper .ContactUsBlock.__not_in_footer h2 {
  min-width: 25%;
  font-family: var(--fonts-global);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 25px var(--sizes-padding) 0 0;
  padding: 25px 60px 0 0;
}
.editor-styles-wrapper .ContactUsBlock.__in_footer {
  width: unset!important;
  position: static!important;
  margin: 0!important;
}
.editor-styles-wrapper .ContactUsBlock.__in_footer .ContactUsBlock__container {
  padding-left: 0;
  padding-right: 0;
}
.editor-styles-wrapper .ContactUsBlock.__in_footer .ContactUsBlock__section h3 {
  display: block;
}
/*# sourceMappingURL=style.css.map */