<!DOCTYPE html>
<html lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta http-equiv="X-UA-Compatible" content="ie=edge" />

    <title>Twine</title>

    <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" />
    <link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" />
  </head>

  <body>
    <main style="font-family: Manulife JH Sans, sans-serif">
      <div>
        <div>
          <div>
            <div
              id="body"
              style="
                padding-bottom: 49px;
                padding-top: 1px;
                background-color: #fafafa;
              "
            >
              <div
                style="
                  margin-right: auto;
                  margin-left: auto;
                  position: relative;
                  width: 100%;
                  max-width: 992px;
                  margin: 0 auto;
                  padding-right: 2rem;
                  padding-left: 2rem;
                "
              >
                <h2 class="coinTitle">Twine is closed</h2>
                <div>
                  <p
                    style="
                      text-align: left;
                      font-size: 16px;
                      line-height: 26px;
                      color: #282b3e;
                    "
                  >
                    Thank you for choosing Twine to save for your financial
                    goals. John Hancock has made the difficult decision to close
                    the Twine product and website, effective
                    <b>December 3, 2021</b>.
                    <!-- If you were a Twine customer and
                    have a balance remaining, please visit
                    <a
                      href="https://www.apexclearing.com"
                      target="_blank"
                      class="link"
                      >apexclearing.com</a
                    >
                    to retrieve it. You’ll also be able to view your historic
                    monthly statements and download your tax documents from this
                    site. -->
                    If you signed up for a John Hancock emergency savings
                    account, you can access your new account
                    <a
                      href="https://digital.customer.johnhancock.com/login"
                      target="_blank"
                      class="link"
                      >here</a
                    >.
                    <br />
                    <br />
                    If you have any questions or need assistance closing your
                    account, you may contact the Twine.
                    <!-- or Apex support teams. -->
                    Twine can be reached at
                    <a href="mailto:support@twine.com" class="link"
                      >support@twine.com</a
                    >
                    or <a href="tel:8007210111" class="link">800-721-0111</a>,
                    Monday through Friday, from 9:00 A.M. to 5:00 P.M., Eastern
                    time.

                    <!-- <br /><br />
                    Apex can be reached at
                    <a href="mailto:bdwacct@apexclearing.com" class="link"
                      >bdwacct@apexclearing.com</a
                    >. -->
                  </p>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </main>

    <div class="footer">
      <div class="container wide row">
        <div class="col-md-10 col-md-offset-1">
          <div class="footer__disclaimer">
            <div>
              <div>
                <p style="margin: 0px">
                  This website was operated and maintained by John Hancock
                  Personal Financial Services, LLC (“JHPFS”), an SEC registered
                  investment adviser. Twine is a service provided by JHPFS.
                  Clearing, custody and other brokerage services are provided to
                  clients of JHPFS by Apex Clearing Corporation (“Apex”), member
                  FINRA/SIPC. JHPFS and Apex are not affiliated firms.
                </p>

                <p>
                  *Investments: not FDIC insured – No Bank Guarantee – May Lose
                  Value. Investing involves risk, including loss of principal,
                  and past performance does not guarantee future results.
                  Diversified portfolios and asset allocation do not guarantee
                  profit or protect against loss. Nothing on this site should be
                  construed to be an offer, solicitation of an offer, or
                  recommendation to buy or sell any security.
                </p>

                <p>
                  By using this website, you accept our terms of use and privacy
                  policy. A person only becomes a client of JHPFS when he or she
                  has signed the advisory agreement and acknowledged receiving
                  all disclosures from JHPFS. Information provided by Twine
                  support is educational in nature and does not constitute
                  investment, legal or tax advice.
                </p>

                <p>
                  <strong>©&nbsp;2021&nbsp;John Hancock<em>&nbsp;</em></strong>
                </p>
              </div>
            </div>
          </div>
        </div>

        <style>
          #body {
            min-height: calc(100vh - 660px);
          }

          @media (min-width: 320px) {
            /* smartphones, iPhone, portrait 480x320 phones */
            .coinTitle {
              text-align: left;
              margin-top: 34px;
              margin-bottom: 20px;
            }
          }

          @media (min-width: 641px) {
            /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
            .coinTitle {
              text-align: center;
              margin-top: 40px;
              margin-bottom: 31px;
            }
          }

          @media (min-width: 1025px) {
            /* big landscape tablets, laptops, and desktops */
            .coinTitle {
              text-align: center;
              margin-top: 72px;
              margin-bottom: 40px;
            }
          }

          .container-fluid,
          .container {
            margin-right: auto;
            margin-left: auto;
          }

          .container-fluid {
            padding-right: 2rem;
            padding-left: 2rem;
          }

          .row {
            display: flex;
            flex: 0 1 auto;
            flex-direction: row;
            flex-wrap: wrap;
            margin-right: 0;
            margin-left: 0;
            box-sizing: border-box;
          }

          @media (min-width: 600px) {
            .row {
              margin-right: -8px;
              margin-left: -8px;
            }
          }

          .row.reverse {
            flex-direction: row-reverse;
          }

          .col.reverse {
            flex-direction: column-reverse;
          }

          .col-xs,
          .col-xs-1,
          .col-xs-2,
          .col-xs-3,
          .col-xs-4,
          .col-xs-5,
          .col-xs-6,
          .col-xs-7,
          .col-xs-8,
          .col-xs-9,
          .col-xs-10,
          .col-xs-11,
          .col-xs-12,
          .col-xs-offset-0,
          .col-xs-offset-1,
          .col-xs-offset-2,
          .col-xs-offset-3,
          .col-xs-offset-4,
          .col-xs-offset-5,
          .col-xs-offset-6,
          .col-xs-offset-7,
          .col-xs-offset-8,
          .col-xs-offset-9,
          .col-xs-offset-10,
          .col-xs-offset-11,
          .col-xs-offset-12 {
            flex: 0 0 auto;
            padding-right: 8px;
            padding-left: 8px;
            box-sizing: border-box;
          }

          .col-xs {
            flex-basis: 0;
            flex-grow: 1;
            max-width: 100%;
          }

          .col-xs-1 {
            flex-basis: 8.33333333%;
            max-width: 8.33333333%;
          }

          .col-xs-2 {
            flex-basis: 16.66666667%;
            max-width: 16.66666667%;
          }

          .col-xs-3 {
            flex-basis: 25%;
            max-width: 25%;
          }

          .col-xs-4 {
            flex-basis: 33.33333333%;
            max-width: 33.33333333%;
          }

          .col-xs-5 {
            flex-basis: 41.66666667%;
            max-width: 41.66666667%;
          }

          .col-xs-6 {
            flex-basis: 50%;
            max-width: 50%;
          }

          .col-xs-7 {
            flex-basis: 58.33333333%;
            max-width: 58.33333333%;
          }

          .col-xs-8 {
            flex-basis: 66.66666667%;
            max-width: 66.66666667%;
          }

          .col-xs-9 {
            flex-basis: 75%;
            max-width: 75%;
          }

          .col-xs-10 {
            flex-basis: 83.33333333%;
            max-width: 83.33333333%;
          }

          .col-xs-11 {
            flex-basis: 91.66666667%;
            max-width: 91.66666667%;
          }

          .col-xs-12 {
            flex-basis: 100%;
            max-width: 100%;
          }

          .col-xs-offset-0 {
            margin-left: 0;
          }

          .col-xs-offset-1 {
            margin-left: 8.33333333%;
          }

          .col-xs-offset-2 {
            margin-left: 16.66666667%;
          }

          .col-xs-offset-3 {
            margin-left: 25%;
          }

          .col-xs-offset-4 {
            margin-left: 33.33333333%;
          }

          .col-xs-offset-5 {
            margin-left: 41.66666667%;
          }

          .col-xs-offset-6 {
            margin-left: 50%;
          }

          .col-xs-offset-7 {
            margin-left: 58.33333333%;
          }

          .col-xs-offset-8 {
            margin-left: 66.66666667%;
          }

          .col-xs-offset-9 {
            margin-left: 75%;
          }

          .col-xs-offset-10 {
            margin-left: 83.33333333%;
          }

          .col-xs-offset-11 {
            margin-left: 91.66666667%;
          }

          .start-xs {
            justify-content: flex-start;
          }

          .center-xs {
            justify-content: center;
          }

          .end-xs {
            justify-content: flex-end;
          }

          .top-xs {
            align-items: flex-start;
          }

          .middle-xs {
            align-items: center;
          }

          .bottom-xs {
            align-items: flex-end;
          }

          .around-xs {
            justify-content: space-around;
          }

          .between-xs {
            justify-content: space-between;
          }

          .first-xs {
            order: -1;
          }

          .last-xs {
            order: 1;
          }

          @media (max-width: 599px) {
            .col-sm,
            .col-sm-1,
            .col-sm-2,
            .col-sm-3,
            .col-sm-4,
            .col-sm-5,
            .col-sm-6,
            .col-sm-7,
            .col-sm-8,
            .col-sm-9,
            .col-sm-10,
            .col-sm-11,
            .col-sm-12,
            .col-sm-offset-0,
            .col-sm-offset-1,
            .col-sm-offset-2,
            .col-sm-offset-3,
            .col-sm-offset-4,
            .col-sm-offset-5,
            .col-sm-offset-6,
            .col-sm-offset-7,
            .col-sm-offset-8,
            .col-sm-offset-9,
            .col-sm-offset-10,
            .col-sm-offset-11,
            .col-sm-offset-12 {
              flex: 0 0 auto;
              padding-right: 8px;
              padding-left: 8px;
              box-sizing: border-box;
            }
            .col-sm {
              flex-basis: 0;
              flex-grow: 1;
              max-width: 100%;
            }
            .col-sm-1 {
              flex-basis: 8.33333333%;
              max-width: 8.33333333%;
            }
            .col-sm-2 {
              flex-basis: 16.66666667%;
              max-width: 16.66666667%;
            }
            .col-sm-3 {
              flex-basis: 25%;
              max-width: 25%;
            }
            .col-sm-4 {
              flex-basis: 33.33333333%;
              max-width: 33.33333333%;
            }
            .col-sm-5 {
              flex-basis: 41.66666667%;
              max-width: 41.66666667%;
            }
            .col-sm-6 {
              flex-basis: 50%;
              max-width: 50%;
            }
            .col-sm-7 {
              flex-basis: 58.33333333%;
              max-width: 58.33333333%;
            }
            .col-sm-8 {
              flex-basis: 66.66666667%;
              max-width: 66.66666667%;
            }
            .col-sm-9 {
              flex-basis: 75%;
              max-width: 75%;
            }
            .col-sm-10 {
              flex-basis: 83.33333333%;
              max-width: 83.33333333%;
            }
            .col-sm-11 {
              flex-basis: 91.66666667%;
              max-width: 91.66666667%;
            }
            .col-sm-12 {
              flex-basis: 100%;
              max-width: 100%;
            }
            .col-sm-offset-0 {
              margin-left: 0;
            }
            .col-sm-offset-1 {
              margin-left: 8.33333333%;
            }
            .col-sm-offset-2 {
              margin-left: 16.66666667%;
            }
            .col-sm-offset-3 {
              margin-left: 25%;
            }
            .col-sm-offset-4 {
              margin-left: 33.33333333%;
            }
            .col-sm-offset-5 {
              margin-left: 41.66666667%;
            }
            .col-sm-offset-6 {
              margin-left: 50%;
            }
            .col-sm-offset-7 {
              margin-left: 58.33333333%;
            }
            .col-sm-offset-8 {
              margin-left: 66.66666667%;
            }
            .col-sm-offset-9 {
              margin-left: 75%;
            }
            .col-sm-offset-10 {
              margin-left: 83.33333333%;
            }
            .col-sm-offset-11 {
              margin-left: 91.66666667%;
            }
            .start-sm {
              justify-content: flex-start;
              text-align: start;
            }
            .center-sm {
              justify-content: center;
              text-align: center;
            }
            .end-sm {
              justify-content: flex-end;
              text-align: end;
            }
            .top-sm {
              align-items: flex-start;
            }
            .middle-sm {
              align-items: center;
            }
            .bottom-sm {
              align-items: flex-end;
            }
            .around-sm {
              justify-content: space-around;
            }
            .between-sm {
              justify-content: space-between;
            }
            .first-sm {
              order: -1;
            }
            .last-sm {
              order: 1;
            }
            .row.reverse-sm {
              flex-direction: row-reverse;
            }
          }

          @media (min-width: 600px) {
            .col-md,
            .col-md-1,
            .col-md-2,
            .col-md-3,
            .col-md-4,
            .col-md-5,
            .col-md-6,
            .col-md-7,
            .col-md-8,
            .col-md-9,
            .col-md-10,
            .col-md-11,
            .col-md-12,
            .col-md-offset-0,
            .col-md-offset-1,
            .col-md-offset-2,
            .col-md-offset-3,
            .col-md-offset-4,
            .col-md-offset-5,
            .col-md-offset-6,
            .col-md-offset-7,
            .col-md-offset-8,
            .col-md-offset-9,
            .col-md-offset-10,
            .col-md-offset-11,
            .col-md-offset-12 {
              flex: 0 0 auto;
              padding-right: 8px;
              padding-left: 8px;
              box-sizing: border-box;
            }
            .col-md {
              flex-basis: 0;
              flex-grow: 1;
              max-width: 100%;
            }
            .col-md-1 {
              flex-basis: 8.33333333%;
              max-width: 8.33333333%;
            }
            .col-md-2 {
              flex-basis: 16.66666667%;
              max-width: 16.66666667%;
            }
            .col-md-3 {
              flex-basis: 25%;
              max-width: 25%;
            }
            .col-md-4 {
              flex-basis: 33.33333333%;
              max-width: 33.33333333%;
            }
            .col-md-5 {
              flex-basis: 41.66666667%;
              max-width: 41.66666667%;
            }
            .col-md-6 {
              flex-basis: 50%;
              max-width: 50%;
            }
            .col-md-7 {
              flex-basis: 58.33333333%;
              max-width: 58.33333333%;
            }
            .col-md-8 {
              flex-basis: 66.66666667%;
              max-width: 66.66666667%;
            }
            .col-md-9 {
              flex-basis: 75%;
              max-width: 75%;
            }
            .col-md-10 {
              flex-basis: 83.33333333%;
              max-width: 83.33333333%;
            }
            .col-md-11 {
              flex-basis: 91.66666667%;
              max-width: 91.66666667%;
            }
            .col-md-12 {
              flex-basis: 100%;
              max-width: 100%;
            }
            .col-md-offset-0 {
              margin-left: 0;
            }
            .col-md-offset-1 {
              margin-left: 8.33333333%;
            }
            .col-md-offset-2 {
              margin-left: 16.66666667%;
            }
            .col-md-offset-3 {
              margin-left: 25%;
            }
            .col-md-offset-4 {
              margin-left: 33.33333333%;
            }
            .col-md-offset-5 {
              margin-left: 41.66666667%;
            }
            .col-md-offset-6 {
              margin-left: 50%;
            }
            .col-md-offset-7 {
              margin-left: 58.33333333%;
            }
            .col-md-offset-8 {
              margin-left: 66.66666667%;
            }
            .col-md-offset-9 {
              margin-left: 75%;
            }
            .col-md-offset-10 {
              margin-left: 83.33333333%;
            }
            .col-md-offset-11 {
              margin-left: 91.66666667%;
            }
            .start-md {
              justify-content: flex-start;
            }
            .center-md {
              justify-content: center;
            }
            .end-md {
              justify-content: flex-end;
            }
            .top-md {
              align-items: flex-start;
            }
            .middle-md {
              align-items: center;
            }
            .bottom-md {
              align-items: flex-end;
            }
            .around-md {
              justify-content: space-around;
            }
            .between-md {
              justify-content: space-between;
            }
            .first-md {
              order: -1;
            }
            .last-md {
              order: 1;
            }
            .row.reverse-md {
              flex-direction: row-reverse;
            }
          }

          @media (min-width: 992px) {
            .col-lg,
            .col-lg-1,
            .col-lg-2,
            .col-lg-3,
            .col-lg-4,
            .col-lg-5,
            .col-lg-6,
            .col-lg-7,
            .col-lg-8,
            .col-lg-9,
            .col-lg-10,
            .col-lg-11,
            .col-lg-12,
            .col-lg-offset-0,
            .col-lg-offset-1,
            .col-lg-offset-2,
            .col-lg-offset-3,
            .col-lg-offset-4,
            .col-lg-offset-5,
            .col-lg-offset-6,
            .col-lg-offset-7,
            .col-lg-offset-8,
            .col-lg-offset-9,
            .col-lg-offset-10,
            .col-lg-offset-11,
            .col-lg-offset-12 {
              flex: 0 0 auto;
              padding-right: 8px;
              padding-left: 8px;
              box-sizing: border-box;
            }
            .col-lg {
              flex-basis: 0;
              flex-grow: 1;
              max-width: 100%;
            }
            .col-lg-1 {
              flex-basis: 8.33333333%;
              max-width: 8.33333333%;
            }
            .col-lg-2 {
              flex-basis: 16.66666667%;
              max-width: 16.66666667%;
            }
            .col-lg-3 {
              flex-basis: 25%;
              max-width: 25%;
            }
            .col-lg-4 {
              flex-basis: 33.33333333%;
              max-width: 33.33333333%;
            }
            .col-lg-5 {
              flex-basis: 41.66666667%;
              max-width: 41.66666667%;
            }
            .col-lg-6 {
              flex-basis: 50%;
              max-width: 50%;
            }
            .col-lg-7 {
              flex-basis: 58.33333333%;
              max-width: 58.33333333%;
            }
            .col-lg-8 {
              flex-basis: 66.66666667%;
              max-width: 66.66666667%;
            }
            .col-lg-9 {
              flex-basis: 75%;
              max-width: 75%;
            }
            .col-lg-10 {
              flex-basis: 83.33333333%;
              max-width: 83.33333333%;
            }
            .col-lg-11 {
              flex-basis: 91.66666667%;
              max-width: 91.66666667%;
            }
            .col-lg-12 {
              flex-basis: 100%;
              max-width: 100%;
            }
            .col-lg-offset-0 {
              margin-left: 0;
            }
            .col-lg-offset-1 {
              margin-left: 8.33333333%;
            }
            .col-lg-offset-2 {
              margin-left: 16.66666667%;
            }
            .col-lg-offset-3 {
              margin-left: 25%;
            }
            .col-lg-offset-4 {
              margin-left: 33.33333333%;
            }
            .col-lg-offset-5 {
              margin-left: 41.66666667%;
            }
            .col-lg-offset-6 {
              margin-left: 50%;
            }
            .col-lg-offset-7 {
              margin-left: 58.33333333%;
            }
            .col-lg-offset-8 {
              margin-left: 66.66666667%;
            }
            .col-lg-offset-9 {
              margin-left: 75%;
            }
            .col-lg-offset-10 {
              margin-left: 83.33333333%;
            }
            .col-lg-offset-11 {
              margin-left: 91.66666667%;
            }
            .start-lg {
              justify-content: flex-start;
            }
            .center-lg {
              justify-content: center;
            }
            .end-lg {
              justify-content: flex-end;
            }
            .top-lg {
              align-items: flex-start;
            }
            .middle-lg {
              align-items: center;
            }
            .bottom-lg {
              align-items: flex-end;
            }
            .around-lg {
              justify-content: space-around;
            }
            .between-lg {
              justify-content: space-between;
            }
            .first-lg {
              order: -1;
            }
            .last-lg {
              order: 1;
            }
            .row.reverse-lg {
              flex-direction: row-reverse;
            }
          }

          .footer {
            min-height: 660px;
            padding-top: 3rem;
            background-color: #f2f6f9;
          }

          @media (min-width: 992px) {
            .footer nav {
              display: flex;
              flex-direction: row;
              align-items: flex-start;
              justify-content: space-between;
            }
          }

          .footer nav ul li {
            margin-bottom: 5px;
          }

          @media (min-width: 992px) {
            .footer nav ul li {
              margin-right: 50px;
            }
          }

          .footer nav ul li a {
            color: #454f5b;
            text-decoration: none;
            white-space: nowrap;
            font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
            font-weight: 100;
            font-size: 18px;
            line-height: 1.5em;
          }

          .footer nav ul:first-of-type li {
            text-transform: uppercase;
          }

          .footer__disclaimer {
            padding-bottom: 2rem;
          }

          .footer__disclaimer p {
            margin: 20px 0 0;
            color: #454f5b;
            font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
            font-weight: 300;
            font-size: 14px;
            line-height: 20px;
          }

          @media (min-width: 600px) {
            .footer__logo-social {
              display: block;
            }
          }

          .footer__coin-logo-holder img {
            width: 124px;
          }

          .footer__social {
            padding-top: 10px;
          }

          .footer__social a {
            display: inline-block;
            position: relative;
            width: 44px;
            height: 44px;
            margin-left: 7px;
            border: 2px solid #454f5b;
            border-radius: 50%;
          }

          .footer__social a:first-child {
            margin-left: 0;
          }

          .footer__social a svg,
          .footer__social a img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
          }

          .footer__social a svg g use,
          .footer__social a img g use {
            fill: #454f5b;
          }

          @keyframes shake {
            10%,
            90% {
              transform: translate3d(-4px, 0, 0);
            }
            30%,
            70% {
              transform: translate3d(6px, 0, 0);
            }
            50% {
              transform: translate3d(-8px, 0, 0);
            }
          }

          * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
          }

          html {
            color: #212b35;
            font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
          }

          @media (min-width: 992px) {
            html {
              font-size: 18px;
              line-height: 28px;
            }
          }

          html,
          body {
            height: 100%;
            max-height: 100%;
          }

          html > iframe,
          body > iframe {
            position: absolute;
            z-index: 0;
            display: none;
          }

          ol,
          ul {
            list-style: none;
          }

          a {
            color: inherit;
          }

          p {
            font-size: 17px;
            line-height: 24px;
          }

          h1 {
            margin-top: 40px;
            margin-bottom: 40px;
            font-family: 'National2', Helvetica, Arial, sans-serif;
            font-weight: 400;
            font-size: 34px;
            line-height: 44px;
          }

          @media (min-width: 600px) {
            h1 {
              font-size: 50px;
              line-height: 60px;
            }
            h1.page-header {
              margin-top: 110px;
            }
          }

          h2 {
            margin-bottom: 20px;
            font-family: 'National2', Helvetica, Arial, sans-serif;
            font-weight: 400;
            font-size: 28px;
            line-height: 40px;
          }

          @media (min-width: 600px) {
            h2 {
              font-size: 40px;
              line-height: 48px;
            }
          }

          h3 {
            margin-top: 40px;
            margin-bottom: 16px;
            font-family: 'National2', Helvetica, Arial, sans-serif;
            font-weight: 400;
            font-size: 28px;
            line-height: 40px;
          }

          @media (min-width: 600px) {
            h3 {
              font-size: 32px;
              line-height: 39px;
            }
          }

          h4 {
            margin-top: 40px;
            margin-bottom: 12px;
            font-family: 'National2', Helvetica, Arial, sans-serif;
            font-weight: 400;
            font-size: 20px;
            line-height: 30px;
          }

          @media (min-width: 600px) {
            h4 {
              font-size: 24px;
              line-height: 34px;
            }
          }

          h5 {
            margin-top: 40px;
            margin-bottom: 8px;
            letter-spacing: 0.075em;
            font-family: 'National2', Helvetica, Arial, sans-serif;
            font-weight: 400;
            font-size: 18px;
            line-height: 26px;
          }

          h6 {
            margin-top: 40px;
            margin-bottom: 8px;
            font-family: 'National2', Helvetica, Arial, sans-serif;
            font-weight: 500;
            font-size: 15px;
            line-height: 22px;
          }

          @media (min-width: 600px) {
            h6 {
              font-size: 18px;
              line-height: 24px;
            }
          }

          .sr-only {
            position: absolute;
            width: 0;
            height: 0;
            padding: 0;
            border: 0;
            white-space: nowrap;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
          }

          .no-scroll {
            overflow-y: scroll;
          }

          .container {
            position: relative;
            width: 100%;
            max-width: 992px;
            margin: 0 auto;
            padding-right: 2rem;
            padding-left: 2rem;
          }

          .container--wide {
            max-width: 1114px;
          }

          .container--wider {
            max-width: 1400px;
          }

          @media (min-width: 992px) {
            .container {
              padding-right: 1rem;
              padding-left: 1rem;
            }
          }

          .link {
            text-decoration: none;
            border-bottom: 1px #0000c1 solid;
            padding-bottom: 2px;
            font-weight: bold;
          }
        </style>
      </div>
    </div>
  </body>
</html>
