html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* One-off breakpoints (consider consolidation)*/
/* Mayflower Color Tokens */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-size: 14.5px; }
  @media (min-width: 621px) {
    html {
      font-size: 16px; } }

body {
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.5;
  color: #141414;
  font-family: "Texta", "Helvetica", "Arial", "sans-serif";
  font-weight: 400; }

a {
  transition: all 0.4s ease;
  text-decoration: none;
  font-weight: 700;
  color: #14558f; }

img {
  height: auto;
  max-width: 100%; }

svg {
  overflow: hidden; }

ul, ol {
  margin-top: 0; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

ul ul,
ol ul {
  list-style-type: circle;
  padding-left: 30px;
  margin-bottom: 1em; }

ol {
  list-style-type: decimal; }
  ol ol {
    list-style-type: lower-alpha; }
    ol ol ol {
      list-style-type: lower-roman; }
      ol ol ol ol {
        list-style-type: decimal; }
        ol ol ol ol ol {
          list-style-type: lower-alpha; }
          ol ol ol ol ol ol {
            list-style-type: lower-roman; }
            ol ol ol ol ol ol ol {
              list-style-type: decimal; }
              ol ol ol ol ol ol ol ol {
                list-style-type: lower-alpha; }
                ol ol ol ol ol ol ol ol ol {
                  list-style-type: lower-roman; }
                  ol ol ol ol ol ol ol ol ol ol {
                    list-style-type: decimal; }

h1 {
  margin-top: 0;
  color: #141414;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.07; }
  @media (min-width: 781px) {
    h1 {
      font-size: 3.25rem; } }
  @media (min-width: 1201px) {
    h1 {
      font-size: 3.5rem; } }

h2 {
  margin-top: 0;
  color: #141414;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: 1rem; }
  @media (min-width: 781px) {
    h2 {
      font-size: 2.5rem; } }
  @media (min-width: 1201px) {
    h2 {
      font-size: 2.75rem; } }

h3 {
  margin-top: 0;
  color: #141414;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: .75em; }
  @media (min-width: 621px) {
    h3 {
      margin-bottom: 1em; } }

h4 {
  margin-top: 0;
  color: #141414;
  font-weight: 700;
  font-size: 1.813rem;
  line-height: 1.2; }

h5 {
  margin-top: 0;
  color: #141414;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.3;
  margin-bottom: .5em; }

h6 {
  margin-top: 0;
  color: #141414;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.4;
  margin-bottom: .25em; }

.ma__visually-hidden,
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.scroll-disabled {
  height: 100vh;
  overflow: hidden; }

h1[tabindex="-1"]:focus,
h2[tabindex="-1"]:focus,
h3[tabindex="-1"]:focus,
h4[tabindex="-1"]:focus,
p[tabindex="-1"]:focus,
main[tabindex="-1"]:focus,
div[tabindex="-1"]:focus {
  outline: none; }

b, strong {
  font-weight: 700; }
