@font-face {
    font-family: "DrukBold";
    font-display: block;
    src: url("https://thebodyshop.a.bigcontent.io/v1/static/Druk-Bold.eot");
    src: url("https://thebodyshop.a.bigcontent.io/v1/static/Druk-Bold.eot?#iefix")
        format("embedded-opentype"),
      url("https://thebodyshop.a.bigcontent.io/v1/static/Druk-Bold.woff")
        format("woff"),
      url("https://thebodyshop.a.bigcontent.io/v1/static/Druk-Bold.ttf")
        format("truetype");
  }
  
  @font-face {
    font-family: "WorkSansMedium";
    font-display: block;
    src: url("https://thebodyshop.a.bigcontent.io/v1/static/WorkSans-Medium.eot");
    src: url("https://thebodyshop.a.bigcontent.io/v1/static/WorkSans-Medium.eot?#iefix")
        format("embedded-opentype"),
      url("https://thebodyshop.a.bigcontent.io/v1/static/WorkSans-Medium.woff")
        format("woff"),
      url("https://thebodyshop.a.bigcontent.io/v1/static/WorkSans-Medium.ttf")
        format("truetype");
  }
  
  @font-face {
    font-family: "WorkSansSemibold";
    font-display: block;
    src: url("https://thebodyshop.a.bigcontent.io/v1/static/WorkSans-SemiBold.eot");
    src: url("https://thebodyshop.a.bigcontent.io/v1/static/WorkSans-SemiBold.eot?#iefix")
        format("embedded-opentype"),
      url("https://thebodyshop.a.bigcontent.io/v1/static/WorkSans-SemiBold.woff")
        format("woff"),
      url("https://thebodyshop.a.bigcontent.io/v1/static/WorkSans-SemiBold.ttf")
        format("truetype");
  }
  
  :root {
    --work-sans-semibold-medium: "WorkSansSemibold";
    --work-sans-medium: "WorkSansMedium";
    --druk-bold: "DrukBold";
  
    --primary: #004236;
    --white: #ffffff;
    --cream: #f5ece6;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary);
    text-align: center;
    background-color: var(--white);
  }
  
  [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
  }
  
  footer,
  header,
  main,
  section {
    display: block;
  }
  
  header {
    background-color: var(--cream);
    padding: 25px;
  }
  
  @media (min-width: 768px) {
    header {
      background-color: var(--cream);
      padding: 50px;
    }
  }
  
  section,
  footer {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 15px;
  }
  
  .section--wide {
    max-width: 1024px;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  
  h1 {
    font-family: var(--druk-bold);
    font-size: 3.875rem;
    line-height: 3.875rem;
    text-transform: initial;
    text-transform: uppercase;
  }
  @media (min-width: 768px) {
    h1 {
      font-size: 6rem;
      line-height: 6.5rem;
    }
  }
  
  h2 {
    font-family: var(--work-sans-semibold-medium);
    font-size: 1.5rem;
    line-height: 2rem;
    text-transform: initial;
    margin: 2.75rem 0 2rem 0;
  }
  @media (min-width: 768px) {
    h2 {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }
  
  p {
    font-family: var(--work-sans-medium);
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  
  a {
    color: var(--primary);
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  img {
    vertical-align: middle;
    border-style: none;
  }
  
  svg {
    overflow: hidden;
    vertical-align: middle;
  }
  
  .tbs-logo {
    max-height: 52px;
  }
  
  .small {
    font-size: 0.75rem;
  }
  
  .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table, th, td {
    border: 0.063rem solid var(--primary);
    border-collapse: collapse;
    text-align: left;
    white-space: nowrap;
    padding: 0.313rem 0.313rem;
  }
  
  .section--table {
    max-width: 64rem;
    margin-bottom: 3.125rem;
    margin-top: 3.125rem;
  }
  