/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v2.0.0
* Docs at http://ramseyinhouse.github.io/scut
*/
.sn_main_contacts {
  overflow: hidden;
}
.sn_main_contacts__phone a {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: 0;
  margin-bottom: 0.125rem;
}
.sn_main_contacts__phone a {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48em) {
  .sn_main_contacts__phone a {
    font-size: 2.25rem;
  }
}
.sn_main_contacts__phone a {
  font-weight: 500;
}
@media only screen and (min-width: 48em) {
  .sn_main_contacts__phone a {
    font-weight: 700;
  }
}
.sn_main_contacts__phone a:hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.sn_main_contacts__phone a svg-sprite {
  width: 3rem;
  height: 3rem;
  color: #ff2424;
  flex-shrink: 0;
}
.sn_main_contacts__location .title {
  border: 0.0625rem solid #808080;
  border-radius: 0.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-transform: uppercase;
}
.sn_main_contacts__location .title span {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48em) {
  .sn_main_contacts__location .title span {
    font-size: 2.25rem;
  }
}
.sn_main_contacts__location .title span {
  font-weight: 500;
}
@media only screen and (min-width: 48em) {
  .sn_main_contacts__location .title span {
    font-weight: 700;
  }
}
.sn_main_contacts__location .address a {
  display: inline-flex;
  align-items: center;
  gap: 0.125rem;
  color: #fff;
}
.sn_main_contacts__location .address a:hover {
  color: #ff2424;
}
.sn_main_contacts__location .address a:hover svg-sprite {
  transform: translate3d(0.625rem, 0, 0);
}
.sn_main_contacts__location .address a svg-sprite {
  width: 1.875rem;
  height: 1.875rem;
  color: #ff2424;
  flex-shrink: 0;
  transition: transform 0.35s ease;
}