@charset "UTF-8";
/* --------------------------------------------------------

 utilities.css

---------------------------------------------------------*/
.icon-phone {
  display: inline-block;
  margin-right: 0.313rem;
  position: relative;
  top: 3px;
}
.bg-white{ background:var(--white); }
.fw-bold{ font-weight:600; }
.red { color:var(--red); }
.blue { color:var(--main); }
.orange { color:var(--orange); }
.text-center { text-align:center; }
.text-right { text-align:right; }
.underline { text-decoration:underline; }
.indent1 { margin-left:1em; text-indent:-1em; }
.border-w2{ border-width:2px; }
.mt10 { margin-top:0.625rem; }
.mt30 { margin-top:1.875rem; }
.mb80 { margin-bottom:5rem; }