@font-face {
  font-family: 'Salesforce Sans regular';
  src: url("/files/sims/fonts/SalesforceSans-Regular.woff2") format("woff2"), url("/files/sims/fonts/SalesforceSans-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: 'Salesforce Sans bold';
  src: url("/files/sims/fonts/SalesforceSans-Bold.woff2") format("woff2"), url("/files/sims/fonts/SalesforceSans-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: 'Neutraface Display tilting';
  src: url("/files/sims/fonts/Neutraface%20Display%20Titling/Neutraface%20Display%20Titling.woff2") format("woff2"), url("/files/sims/fonts/Neutraface%20Display%20Titling/Neutraface%20Display%20Titling.woff") format("woff");
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: 'ITC Avant Garde Gothic Std';
  src: url("/files/ti/fonts/itcavantgardestd.woff2") format("woff2"), url("/files/ti/fonts/itcavantgardestd.woff") format("woff");
  font-weight: 400;
  font-display: swap; }
body {
  font-family: 'Salesforce Sans regular';
  background-color: #f5f5f5;
  padding: 0 25px 0 25px;
}
strong {
  font-family: 'Salesforce Sans bold';
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, td, th {
    text-align: left;
}
.image-block {
  display: block;
  margin: 4px 0;
}
.featureTable {
    width: 100%;
    color: #1e1e1c;
    margin-bottom: 2rem;
    font-size: 0.875rem;
    overflow: auto;
    display: block;
}
.featureTable th:first-child {
    border-left: 1px solid #e2e2e2;
}
.featureTable th {
    border-bottom: 4px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.featureTable th {
    background-color: #fff;
    font-family: 'Salesforce Sans bold';
    padding: 1rem;
}
.featureTable tr td:first-child {
    border-left: 1px solid #dedede;
}
.featureTable td {
    background-color: #fff;
    padding: 1rem;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    vertical-align: top;
}
.box.info {
    background: #fffcdd;
}
.box {
    padding: 1rem 2rem 1rem 1rem;
    margin: 1rem 0;
}
.img.mtm {
    float: left;
}
.media>img {
    float: left;
    margin: 0 1rem 0 0;
    max-width: 100px;
}
img {
    max-width: 100%;
    height: auto;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
img {
    border: 0;
}
.box .media>.mediaBd {
    float: none;
    padding-left: 65px;
}
.mediaBd h2:first-child {
    margin-top: 0;
}
.box .media>.mediaBd p {
    margin: 0 0 1rem;
}
