@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=ee90f912-5a21-48b4-88e6-310c396f7b38&fontids=1488880,1488892");
@font-face {
  font-family: "Helvetica Neue Light";
  src: url("https://www.mayoclinic.org/mayofonts/Fonts/1488880/8827e223-8d96-4750-8b0c-8ef828fb1f0f.eot?#iefix");
  src: url("https://www.mayoclinic.org/mayofonts/Fonts/1488880/8827e223-8d96-4750-8b0c-8ef828fb1f0f.eot?#iefix") format("eot"), url("https://www.mayoclinic.org/mayofonts/Fonts/1488880/0128d8b7-d00b-4315-8daa-970f97ecac64.woff2") format("woff2"), url("https://www.mayoclinic.org/mayofonts/Fonts/1488880/803af1a9-a09b-4de5-ba36-e3d228fb5bc4.woff") format("woff"), url("https://www.mayoclinic.org/mayofonts/Fonts/1488880/831880ae-4958-487d-bc2f-aa2c1a0636e7.ttf") format("truetype"); }

@font-face {
  font-family: "Helvetica Neue Roman";
  src: url("https://www.mayoclinic.org/mayofonts/Fonts/1488892/285b0922-a3d2-4550-b29d-b4f74a9611e4.eot?#iefix");
  src: url("https://www.mayoclinic.org/mayofonts/Fonts/1488892/285b0922-a3d2-4550-b29d-b4f74a9611e4.eot?#iefix") format("eot"), url("https://www.mayoclinic.org/mayofonts/Fonts/1488892/823e6839-53d8-41b9-a5a1-5f05833acd12.woff2") format("woff2"), url("https://www.mayoclinic.org/mayofonts/Fonts/1488892/92679273-9798-4d27-893b-d53dfd2bb4c7.woff") format("woff"), url("https://www.mayoclinic.org/mayofonts/Fonts/1488892/e4fb2994-44c3-40fe-bec7-9c4fa593b799.ttf") format("truetype"); }

@font-face {
  font-family: "Helvetica Neue Medium";
  src: url("https://www.mayoclinic.org/mayofonts/Fonts/1488904/5abe98e8-3e80-4fd6-b27b-6ec4c6385461.eot?#iefix");
  src: url("https://www.mayoclinic.org/mayofonts/Fonts/1488904/5abe98e8-3e80-4fd6-b27b-6ec4c6385461.eot?#iefix") format("eot"), url("https://www.mayoclinic.org/mayofonts/Fonts/1488904/c86f4d57-4caf-4c6f-9554-7926dd67e3f1.woff2") format("woff2"), url("https://www.mayoclinic.org/mayofonts/Fonts/1488904/92c69f6c-0185-4eb2-800e-1ee3947ca4dd.woff") format("woff"), url("https://www.mayoclinic.org/mayofonts/Fonts/1488904/e11c48d3-bed3-4b35-9d1e-1a5c7afe80e3.ttf") format("truetype"); }

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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,
.col-sm-auto, .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,
.col-md-auto, .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,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.assets {
  text-decoration: none; }

.assets-tracks,
.assets-decks {
  height: 100%;
  width: 100%; }

.assets svg {
  max-width: 100%; }

.assets-logo {
  margin-top: 18px;
  width: 35px; }
  @media (min-width: 768px) {
    .assets-logo {
      margin-top: 30px;
      height: 65px;
      width: 60px; } }

.assets-footer-social svg {
  width: 40px; }
  @media (min-width: 576px) {
    .assets-footer-social svg {
      width: 25px; } }

.assets-close,
.assets-user,
.assets-hamburger {
  display: inline-block;
  height: 40px;
  width: 40px; }
  .assets-close svg,
  .assets-user svg,
  .assets-hamburger svg {
    width: 40px; }
  @media (min-width: 576px) {
    .assets-close,
    .assets-user,
    .assets-hamburger {
      height: 40px;
      width: 40px; }
      .assets-close svg,
      .assets-user svg,
      .assets-hamburger svg {
        width: 40px; } }

body {
  margin: 0;
  padding: 0;
  color: #2e2925; }

div {
  position: static; }

#mayo-header,
.pageinfo,
#footer,
#fb-root,
#headerMobile,
#admain,
#main .page-header,
.placeHolder,
.hide {
  display: none !important; }

#mayo-wrapper,
#wrapper,
.mayo-wrapper {
  margin-top: 0; }

#main,
#main-content {
  margin-bottom: 0 !important; }

#mayo-wrapper::after {
  display: none; }

.page-header {
  border: 0;
  padding-top: 0; }

#mayo-wrapper,
#wrapper,
.mayo-wrapper,
#main,
.sub {
  width: 100%; }

.contentbox {
  margin: 0;
  padding: 0;
  border: none;
  overflow: visible; }

.contentbox .content-holder {
  max-width: 960px;
  width: auto;
  margin: 0 auto; }

.contentbox div {
  margin-bottom: 0;
  overflow: visible; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

body.landing #main-content {
  width: 100%; }

body {
  padding: 0; }

#mayo-wrapper #main {
  padding: 0; }

.content-only-mobile blockquote {
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
  font-size: 18px; }

.content-only-mobile blockquote strong {
  font-weight: 700; }

#skiplinks {
  display: none; }

.mcggmw h1, .mcggmw h2, .mcggmw h3, .mcggmw h4, .mcggmw h5, .mcggmw h6 {
  margin: 0; }

body {
  font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2; }

a {
  color: #003DA5; }

strong {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.section-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.25;
  margin: 0; }
  .section-title--education {
    color: #FF8200; }
  .section-title--tools {
    color: #43B02A; }
  .section-title--reports {
    color: #00B0B9; }

.mcggmw--reports h2,
.mcggmw--education h2,
.mcggmw--tools h2 {
  color: #003DA5;
  font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1.25;
  margin: 52px 0 65px 0;
  margin: 45px 0 40px 0; }
  @media (min-width: 768px) {
    .mcggmw--reports h2,
    .mcggmw--education h2,
    .mcggmw--tools h2 {
      font-size: 40px;
      line-height: 1.25;
      margin: 52px 0 46px 0; } }
  @media (min-width: 992px) {
    .mcggmw--reports h2,
    .mcggmw--education h2,
    .mcggmw--tools h2 {
      font-size: 52px;
      line-height: 1.27; } }
  @media (min-width: 768px) {
    .mcggmw--reports h2,
    .mcggmw--education h2,
    .mcggmw--tools h2 {
      margin: 50px 0 80px 0; } }

.mcggmw--education h3 {
  margin: 0 0 50px 0; }

.container-wrapper {
  position: relative; }
  .container-wrapper--education {
    background-color: #FF8200; }
  .container-wrapper--tools {
    background-color: #43B02A; }
  .container-wrapper--reports {
    background-color: #00B0B9; }
  .container-wrapper--shaded {
    background-color: #F7F9FA; }
  .container-wrapper--brand-primary {
    background-color: #003DA5;
    color: #FFFFFF; }
  .container-wrapper--homepage {
    background-color: #003DA5; }
  .container-wrapper--padded {
    padding: 50px 0; }
    @media (min-width: 768px) {
      .container-wrapper--padded {
        padding: 180px 0 165px 0; } }
    .container-wrapper--padded-150 {
      padding: 50px 0; }
      @media (min-width: 768px) {
        .container-wrapper--padded-150 {
          padding: 100px 0; } }

.anchor-for-stick-header::before {
  content: '';
  display: block;
  position: relative;
  width: 0;
  height: 139px;
  margin-top: -139px; }
  @media (max-width: 991.98px) {
    .anchor-for-stick-header::before {
      height: 110px;
      margin-top: -110px; } }
  @media (max-width: 767.98px) {
    .anchor-for-stick-header::before {
      height: 120px;
      margin-top: -120px; } }

.collapse-item {
  color: #686762;
  font-family: "Helvetica 55 Roman";
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 !important;
  padding: 2em;
  text-align: center;
  display: none;
  border-top: 1.3px solid #e5e5e5; }
  .collapse-item-title {
    text-align: left;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .collapse-item svg {
    width: 47px; }
  @media (max-width: 767.98px) {
    .collapse-item {
      display: block; } }

[id^="collapse-checkbox-"] {
  display: none; }

@media (max-width: 767.98px) {
  [id^="collapse-content-"] {
    display: none; }
  [id^="collapse-checkbox-"]:checked + [id^="collapse-content-"] {
    display: block; } }

.video-section #collapse-content-video [class^="col-"] {
  margin-bottom: 70px; }

.video-section .video-container-title {
  color: #27251F;
  font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-size: 40px;
  margin: 0 !important;
  padding: 1.5rem;
  text-align: center; }
  @media (max-width: 767.98px) {
    .video-section .video-container-title {
      display: none; } }

.video-section .video-container {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-section .video-container iframe,
.video-section .video-container object,
.video-section .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-section .video-card {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  height: 100%; }

.video-section .video-descripton {
  padding: 40px 10px 180px 10px;
  line-height: 1.5; }
  .video-section .video-descripton .comment {
    font-family: Palatino;
    font-size: 24px;
    font-weight: normal;
    color: #27251F; }
  .video-section .video-descripton .refer {
    font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: black;
    margin: 0 !important; }
    .video-section .video-descripton .refer span {
      font-family: "Helvetica Neue Medium", Helvetica, Arial, sans-serif; }
  .video-section .video-descripton .video-icon {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
  .video-section .video-descripton .video-refer {
    margin: auto;
    left: 0;
    right: 0;
    bottom: 40px;
    position: absolute; }

.mcggmw {
  margin-top: 140px !important; }
  @media (max-width: 991.98px) {
    .mcggmw {
      margin-top: 110px !important; } }
  @media (max-width: 767.98px) {
    .mcggmw {
      margin-top: 70px !important; } }
  @media (min-width: 992px) {
    .mcggmw .sitemap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .mcggmw .sitemap__item {
    border-bottom: 1px solid #dfdedd;
    margin-bottom: 2em;
    padding-bottom: 1em; }
    @media (min-width: 992px) {
      .mcggmw .sitemap__item {
        border-bottom: none;
        margin: 0;
        padding: 1em 2em;
        width: 33%; }
        .mcggmw .sitemap__item:nth-child(1) {
          border-bottom: 1px solid #dfdedd;
          border-right: 1px solid #dfdedd; }
        .mcggmw .sitemap__item:nth-child(2) {
          border-bottom: 1px solid #dfdedd;
          border-right: 1px solid #dfdedd; }
        .mcggmw .sitemap__item:nth-child(3) {
          border-bottom: 1px solid #dfdedd; }
        .mcggmw .sitemap__item:nth-child(4) {
          border-right: 1px solid #dfdedd; }
        .mcggmw .sitemap__item:nth-child(5) {
          border-right: 1px solid #dfdedd; } }
    .mcggmw .sitemap__item:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .mcggmw .sitemap__item ul {
      list-style: none;
      margin: 0 0 1em 0;
      padding: 0; }
    .mcggmw .sitemap__item a {
      color: #2e2925; }
  .mcggmw .sticky-banner {
    position: fixed;
    z-index: 1;
    width: 100%; }
    .mcggmw .sticky-banner .fake-app-title {
      background: #003DA5 url("https://www.mayoclinic.org/~/media/0A650536830F4C72804B6AD808FC358B") no-repeat center top;
      height: 50px;
      line-height: 50px;
      background-size: cover;
      position: relative; }

.video-marquee {
  padding: 50px 0; }
  .video-marquee__title {
    color: #00B0B9;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold; }
  .video-marquee__content {
    color: #003DA5;
    font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 1.42;
    margin: 5px 0 20px 0; }
  .video-marquee__footer {
    color: #003DA5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold; }

.home-privacy {
  color: white; }
  @media (min-width: 768px) {
    .home-privacy {
      margin-top: -70px;
      margin-bottom: -65px !important; } }
  .home-privacy__img {
    margin: 0 auto 40px auto !important;
    width: 100px;
    font-size: 18px !important; }
  .home-privacy__title {
    font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 50px !important; }
  .home-privacy__content {
    font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif; }
    .home-privacy__content p {
      font-size: 18px !important;
      margin: 0 0 0 0 !important; }
  .home-privacy__footer {
    margin-top: 3em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px; }
    .home-privacy__footer .btn-order {
      line-height: auto;
      font-size: 18px;
      width: 9em;
      padding: .5rem 0;
      font-family: "Helvetica Neue Medium", Helvetica, Arial, sans-serif; }

.home-about__img {
  position: relative;
  text-align: center; }
  .home-about__img svg {
    position: relative;
    right: 0;
    top: 5px; }
    @media (min-width: 768px) {
      .home-about__img svg {
        max-width: 120px; } }
    @media (max-width: 991.98px) {
      .home-about__img svg {
        max-width: 90px; } }

.home-about__img.mayoclinic svg {
  max-width: 100px; }
  @media (max-width: 991.98px) {
    .home-about__img.mayoclinic svg {
      max-width: 90px; } }

.home-about__img.helix {
  height: 56px; }

.home-about__title {
  color: #003DA5;
  font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 80px !important;
  text-align: center; }

@media (max-width: 991.98px) {
  .home-about__padding {
    padding-bottom: 40px; } }

.home-about__content {
  font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-size: 16px; }
  .home-about__content a {
    font-family: "Helvetica Neue Medium", Helvetica, Arial, sans-serif; }

@media (min-width: 768px) {
  .home-about__padded {
    padding: 100px 0 100px 0; } }

.home-about__padded .row {
  place-content: center; }

.order-kit {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .order-kit {
      padding: 100px 0 50px 0; } }
  .order-kit h2 {
    color: #003DA5;
    font-size: 30px;
    margin: 0 0 20px 0;
    line-height: 1.2;
    text-align: center; }
    @media (min-width: 768px) {
      .order-kit h2 {
        margin: 70px 0 40px 0;
        text-align: left; } }
    .order-kit h2 span {
      display: block; }
      @media (min-width: 768px) {
        .order-kit h2 span {
          display: inline; } }
  .order-kit__image {
    background-image: url("https://www.mayoclinic.org/~/media/568719F9BFDA46C98627B4173F439791");
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 130.43478%;
    /* SCSS 460:600 Aspect Ratio */ }
  .order-kit__btn-container {
    text-align: center; }
    @media (min-width: 992px) {
      .order-kit__btn-container {
        text-align: left; } }
    .order-kit__btn-container .btn {
      margin-bottom: 3em;
      margin-top: 2em;
      padding: 0.5em 2em; }
      @media (min-width: 992px) {
        .order-kit__btn-container .btn {
          margin-bottom: 0; } }
  @media (min-width: 992px) {
    .order-kit__footer {
      padding: 30px 30px 30px 30px; } }

.contact-form {
  height: 50em; }

.one-vh-container {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .one-vh-container .flex-end {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; }
  .one-vh-container .flex-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }

.crm-form-placehoder {
  height: 1560px; }
  .crm-form-placehoder iframe {
    height: 1560px; }
  @media (max-width: 767.98px) {
    .crm-form-placehoder {
      height: 1800px; }
      .crm-form-placehoder iframe {
        height: 1900px; } }

.spacerline {
  border: none;
  height: 1px;
  border-bottom: 1px solid #e6e6e6;
  margin: 20px 0; }

.results-vertical-spacer {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(49.4%, rgba(0, 0, 0, 0)), color-stop(49.5%, #c8c8c8), color-stop(49.55%, #c8c8c8), color-stop(52%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 49.4%, #c8c8c8 49.5%, #c8c8c8 49.55%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

@media (max-width: 767.98px) {
  .results-button-spacing {
    padding-top: 40px; } }

@media (min-width: 992px) {
  .results-button-margin {
    margin-left: 10px; } }

@media (max-width: 991.98px) {
  .results-button-margin {
    margin-top: 10px; } }

.results-button-content {
  font-size: 14px;
  line-height: 1.2; }

.home-hero .configurable {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .home-hero .configurable .container {
      padding-right: 0 !important; } }

@media (max-width: 767.98px) {
  .home-hero {
    padding-top: 50px; } }

.home-hero .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.home-hero .hero-title p {
  font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 1.25;
  color: #003DA5; }
  @media (min-width: 768px) {
    .home-hero .hero-title p {
      margin-bottom: 0 !important; } }
  @media (max-width: 767.98px) {
    .home-hero .hero-title p {
      text-align: center; } }

.home-hero .hero-kits img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.home-hero .hero-mobile-img {
  display: none; }
  @media (max-width: 767.98px) {
    .home-hero .hero-mobile-img {
      display: block;
      margin-top: 10px;
      margin-bottom: 10px; } }

.home-hero .hero-desktop-img {
  display: block;
  padding: 0 !important; }
  @media (max-width: 767.98px) {
    .home-hero .hero-desktop-img {
      display: none; } }

.home-hero .hero-price-order {
  padding-top: 20px;
  padding-bottom: 10px; }
  @media (max-width: 767.98px) {
    .home-hero .hero-price-order {
      margin-top: 0px;
      text-align: center; } }
  .home-hero .hero-price-order ul {
    list-style: none;
    margin: 2em 0 0 0;
    padding: 0 !important; }
    .home-hero .hero-price-order ul li {
      display: inline-block;
      line-height: 1;
      margin-bottom: 0 !important; }
      @media (max-width: 767.98px) {
        .home-hero .hero-price-order ul li {
          display: list-item; } }

.home-hero .hero-sub-title p {
  font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.25;
  color: #27251F; }
  .home-hero .hero-sub-title p br {
    display: none; }
  @media (min-width: 768px) {
    .home-hero .hero-sub-title p {
      margin-bottom: 10px !important;
      padding-right: 30px; } }
  @media (max-width: 767.98px) {
    .home-hero .hero-sub-title p br {
      display: block; } }

.home-hero .hero-promotion p {
  font-family: "Helvetica Neue Medium", Helvetica, Arial, sans-serif;
  font-size: 28px;
  color: #27251F;
  line-height: 1.25; }
  @media (min-width: 768px) {
    .home-hero .hero-promotion p {
      margin-bottom: 10px !important; } }

.home-hero .configurable-price p {
  font-family: "Helvetica Neue Medium", Helvetica, Arial, sans-serif;
  font-size: 28px;
  color: #27251F;
  line-height: 1.25; }
  .home-hero .configurable-price p br {
    display: none; }
  @media (max-width: 767.98px) {
    .home-hero .configurable-price p br {
      display: block; } }
  @media (min-width: 768px) {
    .home-hero .configurable-price p {
      margin-bottom: 10px !important; } }

.home-hero .btn-order {
  line-height: auto;
  font-size: 22px;
  line-height: 1.25;
  width: auto;
  padding: .6rem 1.6rem .6rem 1.6rem;
  font-family: "Helvetica Neue Medium", Helvetica, Arial, sans-serif;
  border: 2px solid !important;
  border-color: #ff8200 !important; }
  @media (max-width: 991.98px) {
    .home-hero .btn-order {
      font-size: 18px; } }
  .home-hero .btn-order:hover {
    border-color: #fe5000 !important; }

.home-hero .btn-included {
  margin-left: 10px;
  margin-right: -20px;
  border-color: #003DA5 !important;
  background-color: white !important;
  color: #003DA5 !important; }
  @media (max-width: 767.98px) {
    .home-hero .btn-included {
      margin-right: 10px;
      margin-top: 26px; } }
  .home-hero .btn-included:visited {
    color: #003DA5 !important; }
  .home-hero .btn-included:hover {
    color: #FFFFFF !important;
    background-color: #003DA5 !important;
    border-color: #003DA5 !important; }

.home-hero-present ul {
  list-style: none;
  margin: 1em 0 4em 0;
  padding: 0;
  text-align: center; }
  .home-hero-present ul li {
    display: inline-block;
    padding: 0 1em;
    margin-top: 3em !important;
    vertical-align: top;
    color: #27251F;
    font-size: 16px;
    font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
    line-height: 1.25; }
    @media (max-width: 767.98px) {
      .home-hero-present ul li {
        display: list-item; } }
    @media (min-width: 768px) {
      .home-hero-present ul li {
        display: inline-block; } }
    .home-hero-present ul li p {
      font-size: 18px;
      font-family: "Helvetica Neue Medium", Helvetica, Arial, sans-serif;
      margin: 1em 0 1em 0; }
    .home-hero-present ul li .assets-decks svg {
      height: 65px; }

.home-included .included-btn {
  text-align: center;
  position: absolute;
  bottom: 60px;
  margin: auto;
  left: 0;
  right: 0; }
  .home-included .included-btn .btn-order {
    line-height: auto;
    font-size: 18px;
    width: 9em;
    padding: .4rem 0;
    font-family: "Helvetica Neue Medium", Helvetica, Arial, sans-serif; }
  .home-included .included-btn a.btn-tools {
    color: #FFFFFF;
    background-color: #43B02A;
    border-color: #43B02A; }
  .home-included .included-btn a.btn-tools:hover {
    color: #FFFFFF;
    background-color: #8FDA7F;
    border-color: #8FDA7F; }
  .home-included .included-btn a.btn-education {
    color: #FFFFFF;
    background-color: #ff8200;
    border-color: #ff8200; }
  .home-included .included-btn a.btn-education:hover {
    color: #FFFFFF;
    background-color: #fe5000;
    border-color: #fe5000; }

.home-included .row {
  place-content: center; }

.home-included .title {
  text-align: center;
  color: #27251F;
  font-size: 40px;
  font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  padding-top: 50px;
  line-height: 1; }

.home-included .sub-title {
  text-align: center;
  color: #27251F;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 50px;
  margin-bottom: 30px; }

.home-included .content {
  background-color: #F7F9FA; }

.home-included .column {
  border-bottom: solid 1px #b9c8d0;
  padding-bottom: 150px; }
  @media (min-width: 576px) {
    .home-included .column {
      border-bottom: dashed 2.667px #b9c8d0; } }
  .home-included .column:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .home-included .column {
      border-bottom: none; }
      .home-included .column::after {
        content: " ";
        position: absolute;
        width: 1px;
        border-right: dashed 2.667px #b9c8d0;
        top: 110px;
        right: 0;
        height: 65%; }
      .home-included .column:last-child::after {
        display: none; } }

.home-included .tests .included__title > a, .home-included .tests > a:link, .home-included .tests > a:visited, .home-included .tests > a:hover, .home-included .tests > a:active {
  color: #00B0B9; }

.home-included .tools .included__title > a, .home-included .tools > a:link, .home-included .tools > a:visited, .home-included .tools > a:hover, .home-included .tools > a:active {
  color: #43B02A; }

.home-included .education .included__title > a, .home-included .education > a:link, .home-included .education > a:visited, .home-included .education > a:hover, .home-included .education > a:active {
  color: #FF8200; }

.home-included .included {
  list-style: none;
  padding: 0 0 0 2.5em !important;
  margin: 0 0 1em 0 !important; }
  @media (min-width: 576px) {
    .home-included .included {
      padding: 0 !important; } }
  .home-included .included__item {
    position: relative;
    margin: 2em 0 0 0 !important;
    padding: 0 1em 0 4.68em !important;
    vertical-align: top;
    width: auto;
    min-height: 85px; }
    @media (max-width: 991.98px) {
      .home-included .included__item {
        display: inline-block; } }
    @media (max-width: 767.98px) {
      .home-included .included__item {
        display: list-item; } }
    @media (min-width: 992px) {
      .home-included .included__item {
        border-bottom: none; } }
    @media (max-width: 991.98px) {
      .home-included .included__item {
        width: 49%; } }
    @media (max-width: 767.98px) {
      .home-included .included__item {
        width: auto; } }
  .home-included .included__icon {
    display: inline-block;
    text-align: center;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    left: 0; }
  .home-included .included__title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #003DA5;
    display: inline-block;
    position: relative;
    top: -2px;
    line-height: 1.25; }
    @media (min-width: 992px) {
      .home-included .included__title {
        display: block;
        left: 0;
        top: 0; } }
  .home-included .included__intro {
    font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #27251F;
    line-height: 1.25; }

.fake-app-title {
  color: #FFFFFF;
  display: block;
  font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-size: 22px;
  text-align: center;
  position: absolute;
  width: 100%; }
  @media (min-width: 768px) {
    .fake-app-title {
      display: none; } }

@media (max-width: 767.98px) {
  .sticky-banner + .sticky-padding {
    padding-top: 50px; } }

.mini-constellation {
  height: auto; }
  .mini-constellation .constellation__header {
    font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
    font-size: 44px;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #003DA5;
    margin: 40px 0;
    text-align: left;
    text-transform: none; }
    @media (min-width: 768px) {
      .mini-constellation .constellation__header {
        font-size: 44px;
        line-height: 1.1; } }
    @media (min-width: 992px) {
      .mini-constellation .constellation__header {
        font-size: 60px;
        line-height: 1.1; } }
    @media (min-width: 992px) {
      .mini-constellation .constellation__header {
        font-size: 48px; } }
    @media (max-width: 991.98px) {
      .mini-constellation .constellation__header {
        font-size: 36px; } }
    @media (max-width: 767.98px) {
      .mini-constellation .constellation__header {
        font-size: 44px; } }
  .mini-constellation .constellation__copy {
    color: #2e2925;
    text-align: left; }
  @media (min-width: 992px) {
    .mini-constellation {
      height: 186px; } }
  @media (min-width: 768px) {
    .mini-constellation {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background-image: url("https://www.mayoclinic.org/~/media/4F8C6A861D6D4039A657D4312F69A0C6");
      background-position: center top;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 140px;
      margin-bottom: 70px !important; }
      .mini-constellation .constellation__header {
        color: white !important;
        margin: 0 0 0 0 !important;
        text-align: center; }
      .mini-constellation .constellation__copy {
        color: white;
        text-align: center; } }
  @media (min-width: 1200px) {
    .mini-constellation {
      background-image: url("https://www.mayoclinic.org/~/media/3F56F683AE1045B4A7D5805D6B8BE3AB"); } }

[class$="--reports"] .constellation-title,
[class$="--tools"] .constellation-title,
[class$="--education"] .constellation-title,
[class$="--homepage"] .constellation-title {
  font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #FFFFFF;
  margin: 0;
  padding: 30px 0;
  text-align: center; }
  @media (min-width: 768px) {
    [class$="--reports"] .constellation-title,
    [class$="--tools"] .constellation-title,
    [class$="--education"] .constellation-title,
    [class$="--homepage"] .constellation-title {
      font-size: 36px;
      line-height: 1.42; } }
  @media (min-width: 768px) {
    [class$="--reports"] .constellation-title,
    [class$="--tools"] .constellation-title,
    [class$="--education"] .constellation-title,
    [class$="--homepage"] .constellation-title {
      padding: 35px 0; } }

[class$="--tools"] .constellation-title {
  background-color: #43B02A; }

[class$="--education"] .constellation-title {
  background-color: #FF8200; }

.constellation {
  background-color: #003DA5;
  background-position: center center;
  background-repeat: no-repeat; }
  .constellation__header {
    color: #FFFFFF;
    font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
    font-size: 44px;
    letter-spacing: 0.02em;
    line-height: 1;
    margin: 0 0 30px 0;
    text-align: center; }
    @media (min-width: 768px) {
      .constellation__header {
        font-size: 44px;
        line-height: 1.1; } }
    @media (min-width: 992px) {
      .constellation__header {
        font-size: 60px;
        line-height: 1.1; } }
    .constellation__header .tm {
      font-size: 0.4em;
      position: relative;
      top: -1.2em;
      left: -0.1em; }
  .constellation__copy {
    color: #FFFFFF;
    font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.6; }
    @media (min-width: 768px) {
      .constellation__copy {
        font-size: 18px;
        line-height: 1.6; } }

.constellation--tools {
  position: relative;
  background: #003DA5 url("https://www.mayoclinic.org/~/media/359A4C4AFC8042D396D5453322CE2F39") no-repeat center bottom;
  height: 420px; }
  .constellation--tools .constellation__copy {
    margin: 0 0 0 -15px;
    position: absolute;
    text-align: center;
    top: 60px;
    width: 100%; }
  .constellation--tools .constellation__header {
    margin: 0 0 0 -15px;
    position: absolute;
    text-align: center;
    top: 110px;
    width: 100%; }
  @media (min-width: 768px) {
    .constellation--tools {
      background: #003DA5 url("https://www.mayoclinic.org/~/media/17C4215728D24BED87FA3380ADD518BD") no-repeat center bottom;
      height: 420px; }
      .constellation--tools .constellation__copy {
        margin: 0;
        position: absolute;
        text-align: left;
        top: 115px;
        left: calc(58.33333% + -50px);
        width: 66.66667%; }
      .constellation--tools .constellation__header {
        margin: 0;
        position: absolute;
        text-align: left;
        top: 172px;
        left: calc(58.33333% + -50px);
        width: 66.66667%; } }
  @media (min-width: 992px) {
    .constellation--tools {
      background: #003DA5 url("https://www.mayoclinic.org/~/media/5F1C073F414F49F0A751757ACFDE4D52") no-repeat center bottom;
      height: 542px; }
      .constellation--tools .constellation__copy {
        position: absolute;
        text-align: left;
        top: 180px;
        left: calc(58.33333% + 40px);
        width: 66.66667%; }
      .constellation--tools .constellation__header {
        position: absolute;
        text-align: left;
        top: 212px;
        left: calc(58.33333% + 40px);
        width: 66.66667%; } }
  @media (min-width: 1200px) {
    .constellation--tools {
      background: #003DA5 url("https://www.mayoclinic.org/~/media/4524408192EF45689AE3DCA99E558017") no-repeat center bottom; } }

.constellation--reports,
.constellation--education {
  position: relative;
  background: #003DA5 url("https://www.mayoclinic.org/~/media/5F9769D063D64DC2AD1842B7DA4A3156") no-repeat center bottom;
  height: 420px; }
  .constellation--reports .constellation__copy,
  .constellation--education .constellation__copy {
    text-align: center;
    margin-top: 1em; }
  .constellation--reports .constellation__header,
  .constellation--education .constellation__header {
    text-align: center;
    margin-top: 86px; }
  @media (min-width: 768px) {
    .constellation--reports,
    .constellation--education {
      background: #003DA5 url("https://www.mayoclinic.org/~/media/E8A93A8980374984B6FE0FC5D79D9AD3") no-repeat center bottom;
      height: 420px; }
      .constellation--reports .constellation__header,
      .constellation--education .constellation__header {
        margin-top: 130px; } }
  @media (min-width: 992px) {
    .constellation--reports,
    .constellation--education {
      background: #003DA5 url("https://www.mayoclinic.org/~/media/62D39BE0D9F14D568BDA65BA33F2BBCA") no-repeat center bottom;
      height: 542px; }
      .constellation--reports .constellation__header,
      .constellation--education .constellation__header {
        margin-top: 180px; } }
  @media (min-width: 1200px) {
    .constellation--reports,
    .constellation--education {
      background: #003DA5 url("https://www.mayoclinic.org/~/media/BF7BF748DBA24C05A662C5869D20A68D") no-repeat center bottom; } }

.constellation--reports {
  background: #003DA5 url("https://www.mayoclinic.org/~/media/A62FAC454BAC4EF3BE1FE04FDEA36653") no-repeat center bottom; }
  @media (min-width: 768px) {
    .constellation--reports {
      background: #003DA5 url("https://www.mayoclinic.org/~/media/884ECC766BFE4A859CA06BA9A34A2504") no-repeat center bottom; } }
  @media (min-width: 992px) {
    .constellation--reports {
      background: #003DA5 url("https://www.mayoclinic.org/~/media/D40F3AA79D1F4176B9ECDEC232DBF168") no-repeat center bottom; } }
  @media (min-width: 1200px) {
    .constellation--reports {
      background: #003DA5 url("https://www.mayoclinic.org/~/media/1F95F538317347159356711F7E5EFEAC") no-repeat center bottom; } }

.website-notification {
  color: #27251F;
  text-align: center;
  font-size: 18px !important;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .website-notification p {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 10px;
    padding-right: 10px; }
    @media (max-width: 767.98px) {
      .website-notification p {
        font-size: 16px !important;
        letter-spacing: 0.02em;
        line-height: 1.6;
        font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif; } }

@media (max-width: 991.98px) {
  .accordion {
    margin: 0 -15px; } }

.accordion dt {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dfdedd;
  color: #003DA5;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  height: 80px;
  line-height: 1.25;
  position: relative; }
  @media (max-width: 991.98px) {
    .accordion dt {
      padding-left: calc(8.33333% + 15px);
      padding-right: calc(8.33333% + 40px); } }

.accordion dt:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 38%; }
  @media (max-width: 991.98px) {
    .accordion dt:after {
      right: calc(8.33333% + 15px); } }

.accordion dt.selected:after {
  content: "-"; }

.accordion dd {
  border-bottom: 1px solid #dfdedd;
  display: none;
  margin-bottom: 0;
  padding: 1em 0; }
  @media (max-width: 991.98px) {
    .accordion dd {
      padding-left: calc(8.33333% + 15px);
      padding-right: calc(8.33333% + 15px); } }

.accordion dt.selected + dd {
  display: block; }

.accordion.small {
  margin: 0; }
  @media (max-width: 991.98px) {
    .accordion.small {
      margin: 0; } }
  .accordion.small dt {
    color: #2e2925;
    font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: auto;
    line-height: 1.4;
    min-height: 40px;
    padding-right: 10px; }
    @media (max-width: 991.98px) {
      .accordion.small dt {
        padding-left: 0;
        padding-right: 10px; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .accordion.small dt {
        line-height: 1.9; } }
  .accordion.small dt:after {
    color: #003DA5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    top: 23%; }
    @media (max-width: 991.98px) {
      .accordion.small dt:after {
        right: 0; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .accordion.small dt:after {
        top: 10%; } }
  .accordion.small dt.selected {
    border-bottom: 0;
    font-weight: bold; }
  .accordion.small dt:last-of-type {
    border-bottom: none; }
  @media (max-width: 991.98px) {
    .accordion.small dd {
      padding-left: 0;
      padding-right: 0; } }
  .accordion.small dt.selected + dd {
    font-size: 14px; }

.accordion .accordion {
  margin: -1em 0; }
  @media (max-width: 991.98px) {
    .accordion .accordion {
      margin-bottom: -1em;
      margin-left: calc(-1 * (8.33333% + 23px));
      margin-right: calc(-1 * (8.33333% + 23px));
      margin-top: -1em; } }
  .accordion .accordion dt, .accordion .accordion dd {
    padding-left: 64px;
    padding-right: 4em; }
    @media (min-width: 992px) {
      .accordion .accordion dt, .accordion .accordion dd {
        padding-left: 2em; } }
  .accordion .accordion dt:last-of-type,
  .accordion .accordion dd:last-of-type {
    border-bottom: none; }
  .accordion .accordion dt.selected {
    border-bottom: none; }
  @media (max-width: 767.98px) {
    .accordion .accordion dt {
      height: auto;
      padding-top: 10px;
      padding-bottom: 10px; } }

.vg__label {
  font-family: "Helvetica Neue Medium", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0.6em !important; }

.vg__gene-list {
  font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.17;
  margin-bottom: 1.4em !important; }

.vg__variant-list {
  font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75; }

.mcggmw-header {
  background-color: #FFFFFF;
  height: 140px;
  position: fixed;
  top: 0;
  z-index: 2;
  border-bottom: 3px solid #b9c8d0;
  width: 100%; }
  @media (max-width: 991.98px) {
    .mcggmw-header {
      height: 110px;
      padding-left: 20px;
      padding-right: 20px; }
      .mcggmw-header .container {
        display: contents; } }
  @media (max-width: 767.98px) {
    .mcggmw-header {
      height: 70px;
      padding-left: 0;
      padding-right: 0;
      border-bottom: none; }
      .mcggmw-header .container {
        display: block; } }
  .mcggmw-header .desktop-menu-bar {
    height: 40px;
    width: 100%;
    bottom: 0;
    position: absolute; }
    @media (max-width: 991.98px) {
      .mcggmw-header .desktop-menu-bar {
        display: none; } }
  .mcggmw-header .desktop-nav ul {
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .mcggmw-header .desktop-nav li {
    display: inline-block;
    margin: 0 4% 0 0; }
    .mcggmw-header .desktop-nav li a.link {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      display: inline-block;
      margin-top: 5px;
      color: #27251F;
      font-size: 18px;
      text-decoration: none;
      white-space: nowrap; }
  .mcggmw-header .desktop-nav li:hover a.link {
    color: #003DA5; }
  .mcggmw-header .desktop-nav li:last-child {
    margin-right: 0; }
  .mcggmw-header .desktop-nav__more {
    cursor: pointer; }
  .mcggmw-header .desktop-nav__more.active {
    color: #003DA5; }
    .mcggmw-header .desktop-nav__more.active .desktop-nav__more-icons {
      margin-top: -3px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      .mcggmw-header .desktop-nav__more.active .desktop-nav__more-icons svg {
        fill: #003DA5; }
    .mcggmw-header .desktop-nav__more.active .desktop-nav__submenu {
      display: block; }
  .mcggmw-header .desktop-nav__more-icons {
    display: inline-block;
    width: 10px;
    height: 30px;
    vertical-align: middle; }
  .mcggmw-header .desktop-nav__submenu {
    background-color: #eeeeee;
    display: none;
    height: auto !important;
    position: absolute;
    right: 45px;
    top: 40px;
    width: 200px; }
    .mcggmw-header .desktop-nav__submenu li {
      display: block;
      text-align: left;
      margin-right: 0; }
      .mcggmw-header .desktop-nav__submenu li a {
        color: #27251F;
        display: block;
        font-size: 16px;
        line-height: 1.5;
        padding: 0.5em 1.5em;
        border-top: none;
        border-bottom: 2px solid #dfdedd;
        text-decoration: none; }
      @media (min-width: 768px) {
        .mcggmw-header .desktop-nav__submenu li:last-child a {
          border-bottom: none; } }
  .mcggmw-header .app-title {
    color: #27251F;
    font-size: 48px;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif; }
    @media (max-width: 991.98px) {
      .mcggmw-header .app-title {
        font-size: 30px;
        -webkit-transform: translateY(-40%);
                transform: translateY(-40%); } }
    @media (max-width: 767.98px) {
      .mcggmw-header .app-title {
        display: none; } }
    @media (max-width: 920px) {
      .mcggmw-header .app-title {
        padding-right: 150px; } }
    .mcggmw-header .app-title span {
      font-size: 0.5em;
      position: relative;
      top: -16px;
      left: 1px; }
  .mcggmw-header .app-menu-bar {
    text-align: right;
    padding-top: 18px; }
    @media (min-width: 768px) {
      .mcggmw-header .app-menu-bar {
        padding-top: 40px; } }
    .mcggmw-header .app-menu-bar .btn-order {
      line-height: auto;
      font-size: 18px;
      width: auto;
      padding: .4rem 1.7rem .4rem 1.7rem; }
      @media (max-width: 991.98px) {
        .mcggmw-header .app-menu-bar .btn-order {
          font-size: 16px; } }
      @media (max-width: 767.98px) {
        .mcggmw-header .app-menu-bar .btn-order {
          display: none; } }
    .mcggmw-header .app-menu-bar a.btn-order {
      color: white; }
    .mcggmw-header .app-menu-bar a, .mcggmw-header .app-menu-bar label {
      margin-bottom: 0; }
    .mcggmw-header .app-menu-bar .assets-user {
      margin-right: 8px; }
    .mcggmw-header .app-menu-bar .btn-alt-1 {
      font-family: "Helvetica Neue Medium", Helvetica, Arial, sans-serif; }
  .mcggmw-header .btn-order {
    color: white;
    line-height: 28px;
    font-size: 14px;
    margin-right: 8px;
    padding-bottom: 0;
    padding-top: 0;
    width: 100px; }
    @media (max-width: 575.98px) {
      .mcggmw-header .btn-order {
        line-height: 36px; } }
  .mcggmw-header #menu {
    display: none; }
  .mcggmw-header #menu:checked + nav {
    display: block; }
  .mcggmw-header .assets-hamburger {
    display: none; }
  .mcggmw-header #menu:checked ~ .assets-hamburger,
  .mcggmw-header #menu:checked ~ .assets-user,
  .mcggmw-header #menu:checked ~ .btn-order {
    display: none; }
  .mcggmw-header #menu:checked ~ .assets-close {
    display: inline-block; }
  .mcggmw-header .mobile-nav {
    background-color: #FFFFFF;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    text-align: left;
    top: 0;
    z-index: 2; }
    .mcggmw-header .mobile-nav ul {
      list-style: none;
      margin: 0;
      padding: 42px 0 0 0; }
      @media (max-width: 991.98px) {
        .mcggmw-header .mobile-nav ul {
          padding: 12px 0 0 0; } }
    .mcggmw-header .mobile-nav li a {
      color: #27251F;
      display: block;
      font-size: 18px;
      line-height: 1.5;
      padding: 1em 2em;
      border-top: 1px solid #dfdedd;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
      @media (min-width: 768px) {
        .mcggmw-header .mobile-nav li a {
          border-top: 2px solid #dfdedd;
          text-decoration: none;
          white-space: nowrap; } }
    @media (min-width: 768px) {
      .mcggmw-header .mobile-nav li:last-child a {
        border-bottom: none; } }
    @media (max-width: 991.98px) {
      .mcggmw-header .mobile-nav .row {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 767.98px) {
      .mcggmw-header .mobile-nav .row {
        padding-left: 0;
        padding-right: 0; } }
  .mcggmw-header .assets-hamburger--desktop {
    cursor: pointer;
    display: none;
    outline: none;
    position: relative;
    vertical-align: bottom; }
    @media (min-width: 768px) {
      .mcggmw-header .assets-hamburger--desktop {
        display: none; } }
    .mcggmw-header .assets-hamburger--desktop.selected nav {
      background-color: rgba(255, 255, 255, 0.01);
      bottom: auto;
      border-top: none;
      display: block;
      height: auto;
      left: auto;
      position: absolute;
      right: 0;
      top: 58px;
      width: auto; }
  @media (max-width: 991.98px) {
    .mcggmw-header .assets-hamburger--mobile {
      display: inline-block; } }

.fake-app-title-2 {
  color: white;
  font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-size: 22px;
  left: 0;
  line-height: 58px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  @media (min-width: 992px) {
    .fake-app-title-2 {
      display: none; } }

.mcggmw-footer {
  color: rgba(39, 37, 31, 0.5);
  font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5; }
  @media (max-width: 767.98px) {
    .mcggmw-footer {
      border-top: 1px solid #e5e5e5; } }
  .mcggmw-footer .footer-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.25; }
  .mcggmw-footer .container-wrapper {
    font-size: 13px;
    padding: 25px 0; }
    @media (min-width: 768px) {
      .mcggmw-footer .container-wrapper {
        padding: 30px 0; } }
  .mcggmw-footer .container-wrapper--shaded {
    padding: 40px 0 0 0; }
    @media (min-width: 768px) {
      .mcggmw-footer .container-wrapper--shaded {
        padding: 40px 0 15px 0; } }
  .mcggmw-footer h6 {
    margin: 0 0 20px 0; }
  .mcggmw-footer ul {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0; }
    @media (min-width: 768px) {
      .mcggmw-footer ul {
        margin: 0 0 20px 0; } }
  .mcggmw-footer .social-links {
    margin: 15px 0 0 0; }
    .mcggmw-footer .social-links li {
      display: inline-block;
      margin: 0 10px 0 0; }
      @media (min-width: 768px) {
        .mcggmw-footer .social-links li {
          margin-right: 5px; } }
      .mcggmw-footer .social-links li svg {
        opacity: 0.5; }
  .mcggmw-footer a {
    color: rgba(39, 37, 31, 0.5); }
  .mcggmw-footer .helix-logo {
    display: inline-block;
    height: 40px;
    vertical-align: center; }
    .mcggmw-footer .helix-logo svg {
      height: 100%; }

button {
  border-radius: 0; }

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button; }

.btn-primary {
  color: #FFFFFF;
  background-color: #003DA5;
  border-color: #003DA5; }

.btn-alt-1 {
  color: #FFFFFF;
  background-color: #00b0b9;
  border-color: #00b0b9; }

.btn-alt-2 {
  color: #FFFFFF;
  background-color: #ff8200;
  border-color: #ff8200; }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

.btn-primary:hover {
  color: #FFFFFF;
  background-color: #0069d9;
  border-color: #0062cc; }

a.btn-alt-1:hover {
  color: #FFFFFF;
  background-color: #7eddd3;
  border-color: #7eddd3; }

a.btn-alt-2:hover {
  color: #FFFFFF;
  background-color: #fe5000;
  border-color: #fe5000; }

a.btn-primary:visited {
  color: white; }

a.btn-alt-1:visited {
  color: white !important; }

a.btn-alt-2:visited {
  color: white !important; }

.btn:focus, .btn:hover {
  text-decoration: none; }

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0062cc;
  border-color: #005cbf; }

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  background-image: none; }

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.mcggmw--template-b .mcggmw-footer {
  padding-top: 3em; }

.mcggmw--template-b h1 {
  color: #003DA5;
  margin: 24px 0 16px 0;
  text-transform: none; }

.mcggmw--template-b h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.25;
  color: #003DA5;
  margin: 24px 0 16px 0;
  text-transform: uppercase; }

.mcggmw--template-b strong {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold; }

.mcggmw--template-b .logo-title {
  margin: 1.4em 0 1em 0; }

.process-step {
  list-style: none;
  margin: 0 0 2em 0 !important;
  padding: 0 !important; }
  @media (min-width: 992px) {
    .process-step {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .process-step__item {
    display: block;
    border-bottom: solid 1px #e5e5e5;
    margin: 0 0 1.6em 0 !important;
    padding: 0 0 1.6em 0 !important;
    position: relative; }
    .process-step__item:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .process-step__item {
        padding: 0 2em 1.6em 5em !important; } }
    @media (min-width: 992px) {
      .process-step__item {
        display: inline-block;
        border-bottom: none;
        margin: 0 2em 0 0 !important;
        padding: 0 2em 0 6em !important;
        width: 30%; }
        .process-step__item::after {
          content: " ";
          position: absolute;
          width: 1px;
          border-right: solid 1px #e5e5e5;
          top: 0;
          right: 0;
          height: 90%; }
        .process-step__item:last-child::after {
          display: none; } }
  .process-step__count {
    color: #003DA5;
    border: solid 2px #003DA5;
    border-radius: 50%;
    display: inline-block;
    line-height: 56px;
    text-align: center;
    height: 60px;
    width: 60px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 34px; }
    @media (min-width: 768px) {
      .process-step__count {
        position: absolute;
        top: 0;
        left: 0; } }
  .process-step__title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: initial;
    font-size: 26px;
    color: #003DA5;
    display: inline-block;
    line-height: 35px;
    position: relative;
    top: -2px;
    left: 15px; }
    @media (min-width: 768px) {
      .process-step__title {
        display: block;
        left: 0;
        line-height: 1;
        top: 0; } }
  .process-step__intro {
    font-family: "Helvetica Neue Medium", Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin-top: 0.5em;
    line-height: 1.5;
    color: #27251f; }
  .process-step__text {
    font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 1em;
    line-height: 1.5;
    color: #27251f; }

.tips-complete-order {
  margin: 3em 0 0 0; }
  .tips-complete-order p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #003DA5;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 2rem; }

.btn-complete-order {
  font-family: "Helvetica Neue Medium", Helvetica, Arial, sans-serif;
  padding: .75rem 2rem .75rem 2rem;
  font-size: 1.375rem;
  line-height: 1.25;
  border-radius: .5rem; }

.select-quantity {
  border-radius: 3px;
  font-size: 16px;
  border: 1px solid #afafaf;
  padding: .75rem 1.2rem 0.75rem 0.8rem;
  font-size: 1.375rem;
  line-height: 1.25;
  border-radius: .5rem;
  margin-right: 20px;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white; }
  .select-quantity::-ms-expand {
    display: none; }
  @media (max-width: 767.98px) {
    .select-quantity {
      margin-bottom: 30px;
      margin-right: 0; } }

.select-complete-order p {
  font-family: "Helvetica Neue Medium", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-right: 250px;
  margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .select-complete-order p {
      margin-right: 0px; } }

.select-complete-order br {
  display: none; }
  @media (max-width: 767.98px) {
    .select-complete-order br {
      display: block; } }

.large {
  font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  font-size: 18px;
  line-height: 2;
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 1em;
  padding-bottom: 2em; }
  @media (min-width: 992px) {
    .large {
      font-size: 27px; } }

.unordered--plus {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0; }
  .unordered--plus li::before {
    content: "\2014";
    margin: 0 0.4em 0 0; }

[class$="--tools"] .unordered--plus li::before {
  color: #43B02A; }

[class$="--education"] .unordered--plus li::before {
  color: #FF8200; }

[class$="--reports"] .unordered--plus li::before,
[class$="--results"] .unordered--plus li::before {
  color: #00B0B9; }

.mcggmw--tested {
  text-align: left;
  margin: 0 0 1em 0; }
  @media (min-width: 768px) {
    .mcggmw--tested .intro {
      text-align: center;
      margin: 3em 0; } }

/* #1441a4*/
/* teal*/
#animation_hero[data-play="1"] [data-slide] {
  -webkit-animation: rotate_hero_slides 36s linear infinite;
          animation: rotate_hero_slides 36s linear infinite; }

#animation_hero[data-play="1"] [data-slide="01"] {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  visibility: hidden; }

#animation_hero[data-play="1"] [data-slide="02"] {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
  visibility: hidden; }

#animation_hero[data-play="1"] [data-slide="03"] {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
  visibility: hidden; }

#animation_hero[data-play="1"] [data-slide="04"] {
  -webkit-animation-delay: 27s;
          animation-delay: 27s;
  visibility: hidden; }

@-webkit-keyframes rotate_hero_slides {
  0% {
    visibility: visible; }
  25% {
    visibility: hidden; }
  100% {
    visibility: hidden; } }

@keyframes rotate_hero_slides {
  0% {
    visibility: visible; }
  25% {
    visibility: hidden; }
  100% {
    visibility: hidden; } }

/* Changing the moving hero to "illustration_container" */
#animation_hero[data-play="1"] .OVERFLOW_SCREEN .illustration_container {
  visibility: hidden;
  -webkit-animation: slide_hero_in2 9s linear infinite;
          animation: slide_hero_in2 9s linear infinite; }

@-webkit-keyframes slide_hero_in2 {
  0% {
    margin-left: -800px;
    opacity: 0; }
  5% {
    margin-left: -200px; }
  8% {
    margin-left: 0;
    opacity: 1; }
  94% {
    margin-left: 0;
    opacity: 1; }
  97% {
    margin-left: -200px; }
  100% {
    margin-left: -800px;
    opacity: 0; } }

@keyframes slide_hero_in2 {
  0% {
    margin-left: -800px;
    opacity: 0; }
  5% {
    margin-left: -200px; }
  8% {
    margin-left: 0;
    opacity: 1; }
  94% {
    margin-left: 0;
    opacity: 1; }
  97% {
    margin-left: -200px; }
  100% {
    margin-left: -800px;
    opacity: 0; } }

#animation_hero[data-play="1"] .line {
  stroke-dasharray: 550;
  stroke-dashoffset: 100;
  -webkit-animation: drawline 9s linear infinite;
          animation: drawline 9s linear infinite; }

@-webkit-keyframes drawline {
  0% {
    stroke-dashoffset: 550; }
  10% {
    stroke-dashoffset: 550; }
  17% {
    stroke-dashoffset: 0; }
  82% {
    stroke-dashoffset: 0; }
  88% {
    stroke-dashoffset: 550; }
  100% {
    stroke-dashoffset: 550; } }

@keyframes drawline {
  0% {
    stroke-dashoffset: 550; }
  10% {
    stroke-dashoffset: 550; }
  17% {
    stroke-dashoffset: 0; }
  82% {
    stroke-dashoffset: 0; }
  88% {
    stroke-dashoffset: 550; }
  100% {
    stroke-dashoffset: 550; } }

#animation_hero[data-play="1"] .node_stroke {
  stroke-dasharray: 350;
  stroke-dashoffset: 350;
  -webkit-animation: drawStroke 9s linear infinite;
          animation: drawStroke 9s linear infinite; }

@-webkit-keyframes drawStroke {
  0% {
    stroke-dashoffset: 350; }
  12% {
    stroke-dashoffset: 350; }
  18% {
    stroke-dashoffset: 0; }
  80% {
    stroke-dashoffset: 0; }
  85% {
    stroke-dashoffset: 350; }
  100% {
    stroke-dashoffset: 350; } }

@keyframes drawStroke {
  0% {
    stroke-dashoffset: 350; }
  12% {
    stroke-dashoffset: 350; }
  18% {
    stroke-dashoffset: 0; }
  80% {
    stroke-dashoffset: 0; }
  85% {
    stroke-dashoffset: 350; }
  100% {
    stroke-dashoffset: 350; } }

#animation_hero[data-play="1"] .gage_value,
#animation_hero[data-play="1"] .gage_value_label,
#animation_hero[data-play="1"] .node_text,
#animation_hero[data-play="1"] .gage_line {
  opacity: 0;
  -webkit-animation: drawGageText 9s linear infinite;
          animation: drawGageText 9s linear infinite; }

@-webkit-keyframes drawGageText {
  0% {
    opacity: 0; }
  9% {
    opacity: 0; }
  12% {
    opacity: 1; }
  85% {
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes drawGageText {
  0% {
    opacity: 0; }
  9% {
    opacity: 0; }
  12% {
    opacity: 1; }
  85% {
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0; } }

#animation_hero[data-play="1"] .gage_base {
  stroke-dasharray: 0px, 330px, 400px;
  -webkit-animation: drawGageBase 9s linear infinite;
          animation: drawGageBase 9s linear infinite; }

@-webkit-keyframes drawGageBase {
  0% {
    stroke-dasharray: 0px, 300px, 400px; }
  13% {
    stroke-dasharray: 0px, 300px, 400px; }
  14% {
    stroke-dasharray: 0px, 170px, 400px; }
  15% {
    stroke-dasharray: 0px, 60px, 400px; }
  18% {
    stroke-dasharray: 0px, 0px, 400px; }
  92% {
    stroke-dasharray: 0px, 0px, 400px; }
  94% {
    stroke-dasharray: 0px, 300px, 400px; }
  100% {
    stroke-dasharray: 0px, 300px, 400px; } }

@keyframes drawGageBase {
  0% {
    stroke-dasharray: 0px, 300px, 400px; }
  13% {
    stroke-dasharray: 0px, 300px, 400px; }
  14% {
    stroke-dasharray: 0px, 170px, 400px; }
  15% {
    stroke-dasharray: 0px, 60px, 400px; }
  18% {
    stroke-dasharray: 0px, 0px, 400px; }
  92% {
    stroke-dasharray: 0px, 0px, 400px; }
  94% {
    stroke-dasharray: 0px, 300px, 400px; }
  100% {
    stroke-dasharray: 0px, 300px, 400px; } }

#animation_hero[data-play="1"] .gage_base_indicator {
  stroke-dasharray: 0, 30;
  stroke-dashoffset: 0;
  -webkit-animation: drawGageIndicator 9s linear infinite;
          animation: drawGageIndicator 9s linear infinite; }

@-webkit-keyframes drawGageIndicator {
  0% {
    stroke-dasharray: 0, 30;
    opacity: 0; }
  15% {
    stroke-dasharray: 0, 30;
    opacity: 1; }
  17% {
    stroke-dasharray: 30, 0;
    opacity: 1; }
  94% {
    stroke-dasharray: 30, 0;
    opacity: 1; }
  95% {
    stroke-dasharray: 0, 30;
    opacity: 1; }
  100% {
    stroke-dasharray: 0, 30;
    opacity: 0; } }

@keyframes drawGageIndicator {
  0% {
    stroke-dasharray: 0, 30;
    opacity: 0; }
  15% {
    stroke-dasharray: 0, 30;
    opacity: 1; }
  17% {
    stroke-dasharray: 30, 0;
    opacity: 1; }
  94% {
    stroke-dasharray: 30, 0;
    opacity: 1; }
  95% {
    stroke-dasharray: 0, 30;
    opacity: 1; }
  100% {
    stroke-dasharray: 0, 30;
    opacity: 0; } }

#animation_hero[data-play="1"] .node_fill {
  opacity: 0; }

#animation_hero[data-play="1"] .node_fill {
  -webkit-animation: displayFill 9s linear infinite;
          animation: displayFill 9s linear infinite; }

@-webkit-keyframes displayFill {
  0% {
    opacity: 0; }
  15% {
    opacity: 0; }
  22% {
    opacity: 1; }
  79% {
    opacity: 1; }
  85% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes displayFill {
  0% {
    opacity: 0; }
  15% {
    opacity: 0; }
  22% {
    opacity: 1; }
  79% {
    opacity: 1; }
  85% {
    opacity: 0; }
  100% {
    opacity: 0; } }

#animation_hero[data-play="1"] .scene_background_layer4 {
  opacity: 0; }

#animation_hero[data-play="1"] .scene_background_layer4 {
  -webkit-animation: displayIcons 9s linear infinite;
          animation: displayIcons 9s linear infinite; }

@-webkit-keyframes displayIcons {
  0% {
    opacity: 0; }
  13.5% {
    opacity: 0; }
  21.5% {
    opacity: 1; }
  78.5% {
    opacity: 1; }
  84.5% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes displayIcons {
  0% {
    opacity: 0; }
  13.5% {
    opacity: 0; }
  21.5% {
    opacity: 1; }
  78.5% {
    opacity: 1; }
  84.5% {
    opacity: 0; }
  100% {
    opacity: 0; } }

#animation_hero[data-play="1"] .message_container .slide_message .msg_str_02,
#animation_hero[data-play="1"] .message_container .slide_message .msg_str_01 {
  color: white;
  background: none;
  font-size: 28px; }
  @media screen and (min-width: 1450px) {
    #animation_hero[data-play="1"] .message_container .slide_message .msg_str_02,
    #animation_hero[data-play="1"] .message_container .slide_message .msg_str_01 {
      font-size: 32px;
      line-height: 1.34444444444444; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    #animation_hero[data-play="1"] .message_container .slide_message .msg_str_02,
    #animation_hero[data-play="1"] .message_container .slide_message .msg_str_01 {
      font-size: 25px;
      line-height: 1.34444444444444; } }
  @media (max-width: 767.98px) {
    #animation_hero[data-play="1"] .message_container .slide_message .msg_str_02,
    #animation_hero[data-play="1"] .message_container .slide_message .msg_str_01 {
      font-size: 18px;
      line-height: 1.444444444444444;
      margin-top: 17px; } }

#animation_present {
  opacity: 0;
  -webkit-animation: presentation_show 1s linear forwards;
          animation: presentation_show 1s linear forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }
  @media (max-width: 991.98px) {
    #animation_present {
      -webkit-animation: none;
              animation: none;
      opacity: 1; } }

@-webkit-keyframes presentation_show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes presentation_show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#animation_present[data-direction="down"]:not([data-step-current="1"]) [data-slide="1"],
#animation_present[data-direction="down"]:not([data-step-current="2"]) [data-slide="2"],
#animation_present[data-direction="down"]:not([data-step-current="3"]) [data-slide="3"],
#animation_present[data-direction="down"]:not([data-step-current="4"]) [data-slide="4"],
#animation_present[data-direction="down"]:not([data-step-current="5"]) [data-slide="5"] {
  z-index: 1;
  opacity: 1; }
  @media (max-width: 767.98px) {
    #animation_present[data-direction="down"]:not([data-step-current="1"]) [data-slide="1"],
    #animation_present[data-direction="down"]:not([data-step-current="2"]) [data-slide="2"],
    #animation_present[data-direction="down"]:not([data-step-current="3"]) [data-slide="3"],
    #animation_present[data-direction="down"]:not([data-step-current="4"]) [data-slide="4"],
    #animation_present[data-direction="down"]:not([data-step-current="5"]) [data-slide="5"] {
      z-index: 0; } }

#animation_present[data-direction="up"]:not([data-step-current="1"]) [data-slide="1"],
#animation_present[data-direction="up"]:not([data-step-current="2"]) [data-slide="2"],
#animation_present[data-direction="up"]:not([data-step-current="3"]) [data-slide="3"],
#animation_present[data-direction="up"]:not([data-step-current="4"]) [data-slide="4"],
#animation_present[data-direction="up"]:not([data-step-current="5"]) [data-slide="5"] {
  z-index: 1;
  opacity: 0; }
  @media (max-width: 767.98px) {
    #animation_present[data-direction="up"]:not([data-step-current="1"]) [data-slide="1"],
    #animation_present[data-direction="up"]:not([data-step-current="2"]) [data-slide="2"],
    #animation_present[data-direction="up"]:not([data-step-current="3"]) [data-slide="3"],
    #animation_present[data-direction="up"]:not([data-step-current="4"]) [data-slide="4"],
    #animation_present[data-direction="up"]:not([data-step-current="5"]) [data-slide="5"] {
      z-index: 0; } }

#animation_present[data-step-current="1"] [data-slide="1"],
#animation_present[data-step-current="2"] [data-slide="2"],
#animation_present[data-step-current="3"] [data-slide="3"],
#animation_present[data-step-current="4"] [data-slide="4"],
#animation_present[data-step-current="5"] [data-slide="5"] {
  opacity: 1;
  z-index: 2; }
  @media (max-width: 767.98px) {
    #animation_present[data-step-current="1"] [data-slide="1"],
    #animation_present[data-step-current="2"] [data-slide="2"],
    #animation_present[data-step-current="3"] [data-slide="3"],
    #animation_present[data-step-current="4"] [data-slide="4"],
    #animation_present[data-step-current="5"] [data-slide="5"] {
      z-index: 0; } }

#animation_present[data-direction="down"]:not([data-step-current="1"]) .slide_message[data-slide="1"] .msg_str_01,
#animation_present[data-direction="down"]:not([data-step-current="2"]) .slide_message[data-slide="2"] .msg_str_01,
#animation_present[data-direction="down"]:not([data-step-current="3"]) .slide_message[data-slide="3"] .msg_str_01,
#animation_present[data-direction="down"]:not([data-step-current="4"]) .slide_message[data-slide="4"] .msg_str_01,
#animation_present[data-direction="down"]:not([data-step-current="5"]) .slide_message[data-slide="5"] .msg_str_01,
#animation_present[data-direction="down"]:not([data-step-current="2"]) .slide_cards[data-slide="2"] .msg_card,
#animation_present[data-direction="down"]:not([data-step-current="4"]) .slide_cards[data-slide="4"] .msg_card {
  -webkit-animation: presentation_message_up_out 1s ease;
          animation: presentation_message_up_out 1s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  @media (max-width: 991.98px) {
    #animation_present[data-direction="down"]:not([data-step-current="1"]) .slide_message[data-slide="1"] .msg_str_01,
    #animation_present[data-direction="down"]:not([data-step-current="2"]) .slide_message[data-slide="2"] .msg_str_01,
    #animation_present[data-direction="down"]:not([data-step-current="3"]) .slide_message[data-slide="3"] .msg_str_01,
    #animation_present[data-direction="down"]:not([data-step-current="4"]) .slide_message[data-slide="4"] .msg_str_01,
    #animation_present[data-direction="down"]:not([data-step-current="5"]) .slide_message[data-slide="5"] .msg_str_01,
    #animation_present[data-direction="down"]:not([data-step-current="2"]) .slide_cards[data-slide="2"] .msg_card,
    #animation_present[data-direction="down"]:not([data-step-current="4"]) .slide_cards[data-slide="4"] .msg_card {
      -webkit-animation: none;
              animation: none; } }

@-webkit-keyframes presentation_message_up_out {
  0% {
    opacity: 1;
    margin-top: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0;
    margin-top: -10000px; } }

@keyframes presentation_message_up_out {
  0% {
    opacity: 1;
    margin-top: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0;
    margin-top: -10000px; } }

#animation_present[data-direction="down"][data-step-current="1"] .slide_message[data-slide="1"] .msg_str,
#animation_present[data-direction="down"][data-step-current="2"] .slide_message[data-slide="2"] .msg_str,
#animation_present[data-direction="down"][data-step-current="3"] .slide_message[data-slide="3"] .msg_str,
#animation_present[data-direction="down"][data-step-current="4"] .slide_message[data-slide="4"] .msg_str,
#animation_present[data-direction="down"][data-step-current="5"] .slide_message[data-slide="5"] .msg_str,
#animation_present[data-direction="down"][data-step-current="2"] .slide_cards[data-slide="2"] .msg_card,
#animation_present[data-direction="down"][data-step-current="4"] .slide_cards[data-slide="4"] .msg_card {
  -webkit-animation: presentation_message_up_in 1s ease;
          animation: presentation_message_up_in 1s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  @media (max-width: 991.98px) {
    #animation_present[data-direction="down"][data-step-current="1"] .slide_message[data-slide="1"] .msg_str,
    #animation_present[data-direction="down"][data-step-current="2"] .slide_message[data-slide="2"] .msg_str,
    #animation_present[data-direction="down"][data-step-current="3"] .slide_message[data-slide="3"] .msg_str,
    #animation_present[data-direction="down"][data-step-current="4"] .slide_message[data-slide="4"] .msg_str,
    #animation_present[data-direction="down"][data-step-current="5"] .slide_message[data-slide="5"] .msg_str,
    #animation_present[data-direction="down"][data-step-current="2"] .slide_cards[data-slide="2"] .msg_card,
    #animation_present[data-direction="down"][data-step-current="4"] .slide_cards[data-slide="4"] .msg_card {
      -webkit-animation: none;
              animation: none; } }

@media (max-width: 991.98px) {
  #animation_present[data-step-current="1"] .slide_message[data-slide="1"] .msg_str_01 {
    display: none; }
  #animation_present[data-step-current="1"] .slide_message[data-slide="1"] .msg_str_02 {
    text-align: center; } }

@-webkit-keyframes presentation_message_up_in {
  0% {
    opacity: 0;
    margin-top: 200px; }
  100% {
    opacity: 1;
    margin-top: 0; } }

@keyframes presentation_message_up_in {
  0% {
    opacity: 0;
    margin-top: 200px; }
  100% {
    opacity: 1;
    margin-top: 0; } }

#animation_present[data-direction="up"]:not([data-step-current="1"]) .slide_message[data-slide="1"] .msg_str,
#animation_present[data-direction="up"]:not([data-step-current="2"]) .slide_message[data-slide="2"] .msg_str,
#animation_present[data-direction="up"]:not([data-step-current="3"]) .slide_message[data-slide="3"] .msg_str,
#animation_present[data-direction="up"]:not([data-step-current="4"]) .slide_message[data-slide="4"] .msg_str,
#animation_present[data-direction="up"]:not([data-step-current="5"]) .slide_message[data-slide="5"] .msg_str,
#animation_present[data-direction="up"]:not([data-step-current="2"]) .slide_cards[data-slide="2"] .msg_card,
#animation_present[data-direction="up"]:not([data-step-current="4"]) .slide_cards[data-slide="4"] .msg_card {
  -webkit-animation: presentation_message_down_out 1s ease;
          animation: presentation_message_down_out 1s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  @media (max-width: 991.98px) {
    #animation_present[data-direction="up"]:not([data-step-current="1"]) .slide_message[data-slide="1"] .msg_str,
    #animation_present[data-direction="up"]:not([data-step-current="2"]) .slide_message[data-slide="2"] .msg_str,
    #animation_present[data-direction="up"]:not([data-step-current="3"]) .slide_message[data-slide="3"] .msg_str,
    #animation_present[data-direction="up"]:not([data-step-current="4"]) .slide_message[data-slide="4"] .msg_str,
    #animation_present[data-direction="up"]:not([data-step-current="5"]) .slide_message[data-slide="5"] .msg_str,
    #animation_present[data-direction="up"]:not([data-step-current="2"]) .slide_cards[data-slide="2"] .msg_card,
    #animation_present[data-direction="up"]:not([data-step-current="4"]) .slide_cards[data-slide="4"] .msg_card {
      -webkit-animation: none;
              animation: none; } }

@-webkit-keyframes presentation_message_down_out {
  0% {
    opacity: 1;
    margin-top: 0; }
  100% {
    opacity: 0;
    margin-top: 500px; } }

@keyframes presentation_message_down_out {
  0% {
    opacity: 1;
    margin-top: 0; }
  100% {
    opacity: 0;
    margin-top: 500px; } }

#animation_present[data-direction="up"][data-step-current="1"] .slide_message[data-slide="1"] .msg_str,
#animation_present[data-direction="up"][data-step-current="2"] .slide_message[data-slide="2"] .msg_str,
#animation_present[data-direction="up"][data-step-current="3"] .slide_message[data-slide="3"] .msg_str,
#animation_present[data-direction="up"][data-step-current="4"] .slide_message[data-slide="4"] .msg_str,
#animation_present[data-direction="up"][data-step-current="5"] .slide_message[data-slide="5"] .msg_str,
#animation_present[data-direction="up"][data-step-current="2"] .slide_cards[data-slide="2"] .msg_card,
#animation_present[data-direction="up"][data-step-current="4"] .slide_cards[data-slide="4"] .msg_card {
  -webkit-animation: presentation_message_down_in 1s ease;
          animation: presentation_message_down_in 1s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  @media (max-width: 991.98px) {
    #animation_present[data-direction="up"][data-step-current="1"] .slide_message[data-slide="1"] .msg_str,
    #animation_present[data-direction="up"][data-step-current="2"] .slide_message[data-slide="2"] .msg_str,
    #animation_present[data-direction="up"][data-step-current="3"] .slide_message[data-slide="3"] .msg_str,
    #animation_present[data-direction="up"][data-step-current="4"] .slide_message[data-slide="4"] .msg_str,
    #animation_present[data-direction="up"][data-step-current="5"] .slide_message[data-slide="5"] .msg_str,
    #animation_present[data-direction="up"][data-step-current="2"] .slide_cards[data-slide="2"] .msg_card,
    #animation_present[data-direction="up"][data-step-current="4"] .slide_cards[data-slide="4"] .msg_card {
      -webkit-animation: none;
              animation: none; } }

@-webkit-keyframes presentation_message_down_in {
  0% {
    opacity: 0;
    margin-top: -200px; }
  100% {
    opacity: 1;
    margin-top: 0; } }

@keyframes presentation_message_down_in {
  0% {
    opacity: 0;
    margin-top: -200px; }
  100% {
    opacity: 1;
    margin-top: 0; } }

#animation_present:not([data-step-current="3"]) .slide_cards[data-slide="3"] {
  -webkit-animation: presentation_hide_bottle 1s ease;
          animation: presentation_hide_bottle 1s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  @media (max-width: 991.98px) {
    #animation_present:not([data-step-current="3"]) .slide_cards[data-slide="3"] {
      -webkit-animation: none;
              animation: none; } }

@-webkit-keyframes presentation_hide_bottle {
  0% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes presentation_hide_bottle {
  0% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }

#animation_present[data-step-current="3"] .slide_cards[data-slide="3"] {
  opacity: 0;
  -webkit-animation: presentation_display_bottle 1s ease;
          animation: presentation_display_bottle 1s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: .5s;
          animation-delay: .5s; }
  @media (max-width: 991.98px) {
    #animation_present[data-step-current="3"] .slide_cards[data-slide="3"] {
      -webkit-animation: none;
              animation: none;
      opacity: 1; } }

.slide_cards[data-slide="3"] svg {
  max-width: 100%;
  min-width: 100%;
  height: 332px; }

@-webkit-keyframes presentation_display_bottle {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes presentation_display_bottle {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#animation_present[data-step-current="1"][data-direction="down"] .slide_illustration[data-slide="1"] .frames {
  background-image: url("https://www.mayoclinic.org/~/media/8E184483F35E4F4FA01D99C7DCEF3000");
  -webkit-animation: x;
          animation: x;
  -webkit-animation-duration: 0s;
          animation-duration: 0s; }

#animation_present[data-step-current="1"][data-direction="up"] .slide_illustration[data-slide="1"] .frames {
  background-image: url("https://www.mayoclinic.org/~/media/8E184483F35E4F4FA01D99C7DCEF3000");
  -webkit-animation: x;
          animation: x;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s; }

@-webkit-keyframes x {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes x {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#animation_present[data-play="1"][data-direction="down"][data-step-current="2"] .slide_illustration[data-slide="2"] .frames {
  -webkit-animation: rotate_report_down_in 1s;
          animation: rotate_report_down_in 1s;
  background-image: url("https://www.mayoclinic.org/~/media/23E0C6B2D87C45B3A1F67AFC0AEB3443");
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  @media (max-width: 991.98px) {
    #animation_present[data-play="1"][data-direction="down"][data-step-current="2"] .slide_illustration[data-slide="2"] .frames {
      -webkit-animation: none;
              animation: none;
      background-image: none; } }

@-webkit-keyframes rotate_report_down_in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes rotate_report_down_in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes frames-8 {
  0%, 4.9% {
    background-position: 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  5%, 9.9% {
    background-position: -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  10%, 14.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  15%, 19.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  20%, 24.5% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  25%, 29.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%; }
  30%, 34.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%; }
  35%, 100% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%; } }

@keyframes frames-8 {
  0%, 4.9% {
    background-position: 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  5%, 9.9% {
    background-position: -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  10%, 14.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  15%, 19.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  20%, 24.5% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  25%, 29.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%; }
  30%, 34.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%; }
  35%, 100% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%; } }

#animation_present[data-play="1"][data-direction="up"][data-step-current="2"] .slide_illustration[data-slide="2"] .frames {
  -webkit-animation: frames-15 1s;
          animation: frames-15 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  background-image: url("https://www.mayoclinic.org/~/media/0117D6468A614A08952B628FD4749324"), url("https://www.mayoclinic.org/~/media/0117D6468A614A08952B628FD4749324"), url("https://www.mayoclinic.org/~/media/0117D6468A614A08952B628FD4749324"), url("https://www.mayoclinic.org/~/media/4FBCCDDEF7104267B4193C3667272209"), url("https://www.mayoclinic.org/~/media/7DC70CFA9F23444A8F1FB09377DA2EEE"), url("https://www.mayoclinic.org/~/media/FF0ED8966782421B88AAB5B30038835D"), url("https://www.mayoclinic.org/~/media/C4B303C8D09E494CA1E8BBB67396E38D"), url("https://www.mayoclinic.org/~/media/FA408D657C794E73875A52526C269287"), url("https://www.mayoclinic.org/~/media/643DAEE337E14CA88393D0E0643748D4"), url("https://www.mayoclinic.org/~/media/F8B1BF0533844AADBC36D9F791A8F976"), url("https://www.mayoclinic.org/~/media/AA6D142C5D114AD79387AE448E142032"), url("https://www.mayoclinic.org/~/media/A0C1FA0C2AD640EE8FA1C6C66C84D961"), url("https://www.mayoclinic.org/~/media/8A52BCBF237B468387C6CAF90FF2234E"), url("https://www.mayoclinic.org/~/media/64F1845DE2EA47969D2ACA1F8930E317"), url("https://www.mayoclinic.org/~/media/23E0C6B2D87C45B3A1F67AFC0AEB3443"); }
  @media (max-width: 991.98px) {
    #animation_present[data-play="1"][data-direction="up"][data-step-current="2"] .slide_illustration[data-slide="2"] .frames {
      -webkit-animation: none;
              animation: none;
      background-image: none; } }

@-webkit-keyframes frames-15 {
  0%, 14.9% {
    background-position: 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  /* common frames */
  15%, 39.9% {
    background-position: -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  40%, 44.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  45%, 49.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  50%, 54.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  55%, 59.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  60%, 64.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  65%, 69.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  70%, 74.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  75%, 79.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  80%, 84.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  85%, 89.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  90%, 94.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%; }
  95%, 99.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%; }
  100% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%; } }

@keyframes frames-15 {
  0%, 14.9% {
    background-position: 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  /* common frames */
  15%, 39.9% {
    background-position: -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  40%, 44.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  45%, 49.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  50%, 54.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  55%, 59.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  60%, 64.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  65%, 69.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  70%, 74.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  75%, 79.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  80%, 84.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  85%, 89.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  90%, 94.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%; }
  95%, 99.9% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%; }
  100% {
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%; } }

@-webkit-keyframes rotate_report_up_out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes rotate_report_up_out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#animation_present[data-play="1"][data-direction="down"][data-step-current="3"] .slide_illustration[data-slide="3"] .frames {
  -webkit-animation: frames-15 1s;
          animation: frames-15 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  background-image: url("https://www.mayoclinic.org/~/media/C4B303C8D09E494CA1E8BBB67396E38D"), url("https://www.mayoclinic.org/~/media/C4B303C8D09E494CA1E8BBB67396E38D"), url("https://www.mayoclinic.org/~/media/C4B303C8D09E494CA1E8BBB67396E38D"), url("https://www.mayoclinic.org/~/media/FF0ED8966782421B88AAB5B30038835D"), url("https://www.mayoclinic.org/~/media/7DC70CFA9F23444A8F1FB09377DA2EEE"), url("https://www.mayoclinic.org/~/media/4FBCCDDEF7104267B4193C3667272209"), url("https://www.mayoclinic.org/~/media/0117D6468A614A08952B628FD4749324"), url("https://www.mayoclinic.org/~/media/CD68454E8C8840E2A92801199F603EDA"), url("https://www.mayoclinic.org/~/media/764E628B476F4913B178F7C095120B39"), url("https://www.mayoclinic.org/~/media/287A46CBF67E4B38A4B7BEDC2D566DDB"), url("https://www.mayoclinic.org/~/media/8F6AE2EEE1A1481F812571D2B3D18D37"), url("https://www.mayoclinic.org/~/media/37E7E22C54EC4FD9ABFE167D6261598A"), url("https://www.mayoclinic.org/~/media/87895BD9881243A4992AF9C86F77B63A"), url("https://www.mayoclinic.org/~/media/BFD8268FBA4841CAAC950C749FFC3A3A"), url("https://www.mayoclinic.org/~/media/3B82222CD652477880C5B7FC545E12B6"); }
  @media (max-width: 991.98px) {
    #animation_present[data-play="1"][data-direction="down"][data-step-current="3"] .slide_illustration[data-slide="3"] .frames {
      -webkit-animation: none;
              animation: none;
      background-image: none; } }

#animation_present[data-play="1"][data-direction="up"][data-step-current="3"] .slide_illustration[data-slide="3"] .frames {
  -webkit-animation: frames-15 1s;
          animation: frames-15 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  background-image: url("https://www.mayoclinic.org/~/media/0117D6468A614A08952B628FD4749324"), url("https://www.mayoclinic.org/~/media/0117D6468A614A08952B628FD4749324"), url("https://www.mayoclinic.org/~/media/0117D6468A614A08952B628FD4749324"), url("https://www.mayoclinic.org/~/media/4FBCCDDEF7104267B4193C3667272209"), url("https://www.mayoclinic.org/~/media/7DC70CFA9F23444A8F1FB09377DA2EEE"), url("https://www.mayoclinic.org/~/media/FF0ED8966782421B88AAB5B30038835D"), url("https://www.mayoclinic.org/~/media/C4B303C8D09E494CA1E8BBB67396E38D"), url("https://www.mayoclinic.org/~/media/0D07E1C3162E4EFA927F7C163EBFAACF"), url("https://www.mayoclinic.org/~/media/86E8C0739CD44F33A6DE17CBDAED8641"), url("https://www.mayoclinic.org/~/media/50747C07127C429180ACC232292A53D0"), url("https://www.mayoclinic.org/~/media/94571759FD3E41C2A36513722898365F"), url("https://www.mayoclinic.org/~/media/175C00F1BF8245E1B14BA6F0FB6E4670"), url("https://www.mayoclinic.org/~/media/06AF76A8166A4080BCC001C3B7AAA788"), url("https://www.mayoclinic.org/~/media/BC2D4383BC9140D0B763BB8E563CB81E"), url("https://www.mayoclinic.org/~/media/799D6C920D0D49E18821B9117FA2603C"); }
  @media (max-width: 991.98px) {
    #animation_present[data-play="1"][data-direction="up"][data-step-current="3"] .slide_illustration[data-slide="3"] .frames {
      -webkit-animation: none;
              animation: none;
      background-image: none; } }

#animation_present[data-play="1"][data-direction="down"][data-step-current="4"] .slide_illustration[data-slide="4"] .frames {
  -webkit-animation: frames-15 1s;
          animation: frames-15 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  background-image: url("https://www.mayoclinic.org/~/media/C4B303C8D09E494CA1E8BBB67396E38D"), url("https://www.mayoclinic.org/~/media/FF0ED8966782421B88AAB5B30038835D"), url("https://www.mayoclinic.org/~/media/7DC70CFA9F23444A8F1FB09377DA2EEE"), url("https://www.mayoclinic.org/~/media/4FBCCDDEF7104267B4193C3667272209"), url("https://www.mayoclinic.org/~/media/0117D6468A614A08952B628FD4749324"), url("https://www.mayoclinic.org/~/media/7F6C9DB81C404D25951A7036ABBB85AF"), url("https://www.mayoclinic.org/~/media/94224B314DD1490E8088A2A7E4C6DD0D"), url("https://www.mayoclinic.org/~/media/FDC03338F74D4D208CA98F10994FC65F"), url("https://www.mayoclinic.org/~/media/D3144FE3B231410E8FFCC8CC13E5EDC7"), url("https://www.mayoclinic.org/~/media/D3144FE3B231410E8FFCC8CC13E5EDC7"), url("https://www.mayoclinic.org/~/media/316F59E73D27429E9FCF1A8AC3BAA63C"), url("https://www.mayoclinic.org/~/media/D64F70D191C54A17B7965295E95FE471"), url("https://www.mayoclinic.org/~/media/6C4DFDC9A8A54E1EA9B652E6C8DEDE5A"), url("https://www.mayoclinic.org/~/media/6C4DFDC9A8A54E1EA9B652E6C8DEDE5A"), url("https://www.mayoclinic.org/~/media/6C4DFDC9A8A54E1EA9B652E6C8DEDE5A"); }
  @media (max-width: 991.98px) {
    #animation_present[data-play="1"][data-direction="down"][data-step-current="4"] .slide_illustration[data-slide="4"] .frames {
      -webkit-animation: none;
              animation: none;
      background-image: none; } }

#animation_present[data-play="1"][data-direction="up"][data-step-current="4"] .slide_illustration[data-slide="4"] .frames {
  -webkit-animation: frames-15 1s;
          animation: frames-15 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  background-image: url("https://www.mayoclinic.org/~/media/0117D6468A614A08952B628FD4749324"), url("https://www.mayoclinic.org/~/media/4FBCCDDEF7104267B4193C3667272209"), url("https://www.mayoclinic.org/~/media/7DC70CFA9F23444A8F1FB09377DA2EEE"), url("https://www.mayoclinic.org/~/media/FF0ED8966782421B88AAB5B30038835D"), url("https://www.mayoclinic.org/~/media/C4B303C8D09E494CA1E8BBB67396E38D"), url("https://www.mayoclinic.org/~/media/B89DEBCE0CD741F69E04DF4ADD598E7C"), url("https://www.mayoclinic.org/~/media/B3C7C18E3C0046A4A8CF38EB53C0D092"), url("https://www.mayoclinic.org/~/media/A51C639964A44A57B7CA634FC892BA9A"), url("https://www.mayoclinic.org/~/media/8636FA2C1CC1497C8D004BD580DB014A"), url("https://www.mayoclinic.org/~/media/336EB37E854D46608455FA3032C326D2"), url("https://www.mayoclinic.org/~/media/7BCA93B95408469AB9D846FB33D662F0"), url("https://www.mayoclinic.org/~/media/C90C5678AF084912ADA0EA0E179B3779"), url("https://www.mayoclinic.org/~/media/3F6B0089488C4E8CA890234077D99C18"), url("https://www.mayoclinic.org/~/media/3F6B0089488C4E8CA890234077D99C18"), url("https://www.mayoclinic.org/~/media/3F6B0089488C4E8CA890234077D99C18"); }
  @media (max-width: 991.98px) {
    #animation_present[data-play="1"][data-direction="up"][data-step-current="4"] .slide_illustration[data-slide="4"] .frames {
      -webkit-animation: none;
              animation: none;
      background-image: none; } }

#animation_present[data-play="1"][data-direction="down"][data-step-current="5"] .slide_illustration[data-slide="5"] .frames {
  -webkit-animation: frames-37 2s;
          animation: frames-37 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background-position: -1000% 50%;
  background-image: url("https://www.mayoclinic.org/~/media/C4B303C8D09E494CA1E8BBB67396E38D"), url("https://www.mayoclinic.org/~/media/FF0ED8966782421B88AAB5B30038835D"), url("https://www.mayoclinic.org/~/media/7DC70CFA9F23444A8F1FB09377DA2EEE"), url("https://www.mayoclinic.org/~/media/4FBCCDDEF7104267B4193C3667272209"), url("https://www.mayoclinic.org/~/media/0117D6468A614A08952B628FD4749324"), url("https://www.mayoclinic.org/~/media/B936A9EC2B7C488280AA4F083EEDCC2D"), url("https://www.mayoclinic.org/~/media/2E864826ECE54B51AB462C64A38435F1"), url("https://www.mayoclinic.org/~/media/FDADA79280334B0281CB4033C9E1BF98"), url("https://www.mayoclinic.org/~/media/9685807967C34ACF9C009D17FE32FFE4"), url("https://www.mayoclinic.org/~/media/9801B337F7C74A5A82C6B6182C794EBB"), url("https://www.mayoclinic.org/~/media/4E7F4D76B6A44FD3938843DF826BBBAE"), url("https://www.mayoclinic.org/~/media/4571423E114C42D696F790048EB2E4B8"), url("https://www.mayoclinic.org/~/media/1A26062E4EE84F38A71F1C5D7C89EC4A"), url("https://www.mayoclinic.org/~/media/867727BFD47E4545AB7F8F1747D37A23"), url("https://www.mayoclinic.org/~/media/C9F9BA5046C942AE9695DBE8598B125B"), url("https://www.mayoclinic.org/~/media/BE5A4E8C186A4DD59EA07E293743C9B6"), url("https://www.mayoclinic.org/~/media/BCFF884D23A14B778B760D205F85957E"), url("https://www.mayoclinic.org/~/media/FDE77FEC6C0C461FADB29B34E4F4ED41"), url("https://www.mayoclinic.org/~/media/A2E523484031456C83617BEAE6C155D1"), url("https://www.mayoclinic.org/~/media/756A89251F554BA8A08931157FA8A5AA"), url("https://www.mayoclinic.org/~/media/AA926C70BAB44B26A50C80318EBF57E3"), url("https://www.mayoclinic.org/~/media/C03CE66C245342D5B4DC361600E7F767"), url("https://www.mayoclinic.org/~/media/D264FB0510D041D1944420B191659103"), url("https://www.mayoclinic.org/~/media/EF87902BFBE040CF8F3485263A93EF18"), url("https://www.mayoclinic.org/~/media/448B29ED9E8A4FFF8B0700CC1E5D2B53"), url("https://www.mayoclinic.org/~/media/CEC84F66AA534654974E22058DEEE76F"), url("https://www.mayoclinic.org/~/media/04F477CB47A94ACC89D4474D1703CB2E"), url("https://www.mayoclinic.org/~/media/37CCC61C27B644C7A4D7AA656FE1853F"), url("https://www.mayoclinic.org/~/media/669A18C4AC56456B9F50F8BFB1D7FA4E"), url("https://www.mayoclinic.org/~/media/C0AF17197382445B94C27F35A0BE610C"), url("https://www.mayoclinic.org/~/media/80930ECDCC6C4866BEDAED4CC7989E1B"), url("https://www.mayoclinic.org/~/media/CAA77CF634524F47901A6B527030C0CC"), url("https://www.mayoclinic.org/~/media/4752898F4A83467E87C893EA92D84BAE"), url("https://www.mayoclinic.org/~/media/CAD0B05145DB4746B9AC5306FA889339"), url("https://www.mayoclinic.org/~/media/2DCBCACDD8B44DADA117936E34FE5C4F"), url("https://www.mayoclinic.org/~/media/89CA2BB4BF024EC394E1DA7AB7493C04"), url("https://www.mayoclinic.org/~/media/9DC186914E8145F3971F8162AEB62FD8"); }
  @media (max-width: 991.98px) {
    #animation_present[data-play="1"][data-direction="down"][data-step-current="5"] .slide_illustration[data-slide="5"] .frames {
      -webkit-animation: none;
              animation: none;
      background-image: none; } }

@-webkit-keyframes frames-37 {
  0% {
    background-size: auto 600px;
    background-position: 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  2.7% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  5.4% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  8.1% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  10.8% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  13.5% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  16.2% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  18.9% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  21.6% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  24.3% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  27% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  29.7% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  32.4% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 80% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  35.1% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  37.8% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  40.5% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  43.2% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  45.9% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  48.6% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  51.3% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  54% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  56.7% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  59.4% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  62.1% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  64.8% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  67.5% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  70.2% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  72.9% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  75.6% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  78.3% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  81% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  83.7% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  86.4% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  89.1% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  91.8% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%; }
  94.5% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%; }
  97.2% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%; }
  100% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%; } }

@keyframes frames-37 {
  0% {
    background-size: auto 600px;
    background-position: 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  2.7% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  5.4% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  8.1% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  10.8% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  13.5% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  16.2% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  18.9% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  21.6% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  24.3% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  27% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  29.7% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 50% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  32.4% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 80% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  35.1% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  37.8% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  40.5% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  43.2% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  45.9% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  48.6% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  51.3% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  54% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  56.7% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  59.4% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  62.1% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  64.8% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  67.5% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  70.2% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  72.9% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  75.6% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  78.3% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  81% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  83.7% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  86.4% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  89.1% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%
 -1000% 50%,
 -1000% 50%,
 -1000% 50%; }
  91.8% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%,
 -1000% 50%; }
  94.5% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%,
 -1000% 50%; }
  97.2% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%; }
  100% {
    background-size: auto 600px;
    background-position: -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 -1000% 50%,
 85.0% 50%; } }

@media (min-width: 992px) {
  #animation_present .IMAGE_LOADER {
    background-image: url("https://www.mayoclinic.org/~/media/0117D6468A614A08952B628FD4749324"), url("https://www.mayoclinic.org/~/media/4FBCCDDEF7104267B4193C3667272209"), url("https://www.mayoclinic.org/~/media/7DC70CFA9F23444A8F1FB09377DA2EEE"), url("https://www.mayoclinic.org/~/media/FF0ED8966782421B88AAB5B30038835D"), url("https://www.mayoclinic.org/~/media/C4B303C8D09E494CA1E8BBB67396E38D"), url("https://www.mayoclinic.org/~/media/64F1845DE2EA47969D2ACA1F8930E317"), url("https://www.mayoclinic.org/~/media/8A52BCBF237B468387C6CAF90FF2234E"), url("https://www.mayoclinic.org/~/media/A0C1FA0C2AD640EE8FA1C6C66C84D961"), url("https://www.mayoclinic.org/~/media/AA6D142C5D114AD79387AE448E142032"), url("https://www.mayoclinic.org/~/media/F8B1BF0533844AADBC36D9F791A8F976"), url("https://www.mayoclinic.org/~/media/643DAEE337E14CA88393D0E0643748D4"), url("https://www.mayoclinic.org/~/media/FA408D657C794E73875A52526C269287"), url("https://www.mayoclinic.org/~/media/CD68454E8C8840E2A92801199F603EDA"), url("https://www.mayoclinic.org/~/media/764E628B476F4913B178F7C095120B39"), url("https://www.mayoclinic.org/~/media/287A46CBF67E4B38A4B7BEDC2D566DDB"), url("https://www.mayoclinic.org/~/media/8F6AE2EEE1A1481F812571D2B3D18D37"), url("https://www.mayoclinic.org/~/media/37E7E22C54EC4FD9ABFE167D6261598A"), url("https://www.mayoclinic.org/~/media/87895BD9881243A4992AF9C86F77B63A"), url("https://www.mayoclinic.org/~/media/BFD8268FBA4841CAAC950C749FFC3A3A"), url("https://www.mayoclinic.org/~/media/23E0C6B2D87C45B3A1F67AFC0AEB3443"), url("https://www.mayoclinic.org/~/media/3B82222CD652477880C5B7FC545E12B6"), url("https://www.mayoclinic.org/~/media/BC2D4383BC9140D0B763BB8E563CB81E"), url("https://www.mayoclinic.org/~/media/06AF76A8166A4080BCC001C3B7AAA788"), url("https://www.mayoclinic.org/~/media/175C00F1BF8245E1B14BA6F0FB6E4670"), url("https://www.mayoclinic.org/~/media/94571759FD3E41C2A36513722898365F"), url("https://www.mayoclinic.org/~/media/50747C07127C429180ACC232292A53D0"), url("https://www.mayoclinic.org/~/media/86E8C0739CD44F33A6DE17CBDAED8641"), url("https://www.mayoclinic.org/~/media/0D07E1C3162E4EFA927F7C163EBFAACF"), url("https://www.mayoclinic.org/~/media/7F6C9DB81C404D25951A7036ABBB85AF"), url("https://www.mayoclinic.org/~/media/94224B314DD1490E8088A2A7E4C6DD0D"), url("https://www.mayoclinic.org/~/media/FDC03338F74D4D208CA98F10994FC65F"), url("https://www.mayoclinic.org/~/media/D3144FE3B231410E8FFCC8CC13E5EDC7"), url("https://www.mayoclinic.org/~/media/D3144FE3B231410E8FFCC8CC13E5EDC7"), url("https://www.mayoclinic.org/~/media/316F59E73D27429E9FCF1A8AC3BAA63C"), url("https://www.mayoclinic.org/~/media/D64F70D191C54A17B7965295E95FE471"), url("https://www.mayoclinic.org/~/media/799D6C920D0D49E18821B9117FA2603C"), url("https://www.mayoclinic.org/~/media/6C4DFDC9A8A54E1EA9B652E6C8DEDE5A"), url("https://www.mayoclinic.org/~/media/C90C5678AF084912ADA0EA0E179B3779"), url("https://www.mayoclinic.org/~/media/7BCA93B95408469AB9D846FB33D662F0"), url("https://www.mayoclinic.org/~/media/336EB37E854D46608455FA3032C326D2"), url("https://www.mayoclinic.org/~/media/8636FA2C1CC1497C8D004BD580DB014A"), url("https://www.mayoclinic.org/~/media/A51C639964A44A57B7CA634FC892BA9A"), url("https://www.mayoclinic.org/~/media/B3C7C18E3C0046A4A8CF38EB53C0D092"), url("https://www.mayoclinic.org/~/media/B89DEBCE0CD741F69E04DF4ADD598E7C"), url("https://www.mayoclinic.org/~/media/B936A9EC2B7C488280AA4F083EEDCC2D"), url("https://www.mayoclinic.org/~/media/2E864826ECE54B51AB462C64A38435F1"), url("https://www.mayoclinic.org/~/media/FDADA79280334B0281CB4033C9E1BF98"), url("https://www.mayoclinic.org/~/media/9685807967C34ACF9C009D17FE32FFE4"), url("https://www.mayoclinic.org/~/media/9801B337F7C74A5A82C6B6182C794EBB"), url("https://www.mayoclinic.org/~/media/4E7F4D76B6A44FD3938843DF826BBBAE"), url("https://www.mayoclinic.org/~/media/4571423E114C42D696F790048EB2E4B8"), url("https://www.mayoclinic.org/~/media/3F6B0089488C4E8CA890234077D99C18"), url("https://www.mayoclinic.org/~/media/1A26062E4EE84F38A71F1C5D7C89EC4A"), url("https://www.mayoclinic.org/~/media/867727BFD47E4545AB7F8F1747D37A23"), url("https://www.mayoclinic.org/~/media/C9F9BA5046C942AE9695DBE8598B125B"), url("https://www.mayoclinic.org/~/media/BE5A4E8C186A4DD59EA07E293743C9B6"), url("https://www.mayoclinic.org/~/media/BCFF884D23A14B778B760D205F85957E"), url("https://www.mayoclinic.org/~/media/FDE77FEC6C0C461FADB29B34E4F4ED41"), url("https://www.mayoclinic.org/~/media/A2E523484031456C83617BEAE6C155D1"), url("https://www.mayoclinic.org/~/media/756A89251F554BA8A08931157FA8A5AA"), url("https://www.mayoclinic.org/~/media/AA926C70BAB44B26A50C80318EBF57E3"), url("https://www.mayoclinic.org/~/media/C03CE66C245342D5B4DC361600E7F767"), url("https://www.mayoclinic.org/~/media/D264FB0510D041D1944420B191659103"), url("https://www.mayoclinic.org/~/media/EF87902BFBE040CF8F3485263A93EF18"), url("https://www.mayoclinic.org/~/media/448B29ED9E8A4FFF8B0700CC1E5D2B53"), url("https://www.mayoclinic.org/~/media/CEC84F66AA534654974E22058DEEE76F"), url("https://www.mayoclinic.org/~/media/04F477CB47A94ACC89D4474D1703CB2E"), url("https://www.mayoclinic.org/~/media/37CCC61C27B644C7A4D7AA656FE1853F"), url("https://www.mayoclinic.org/~/media/669A18C4AC56456B9F50F8BFB1D7FA4E"), url("https://www.mayoclinic.org/~/media/C0AF17197382445B94C27F35A0BE610C"), url("https://www.mayoclinic.org/~/media/80930ECDCC6C4866BEDAED4CC7989E1B"), url("https://www.mayoclinic.org/~/media/CAA77CF634524F47901A6B527030C0CC"), url("https://www.mayoclinic.org/~/media/4752898F4A83467E87C893EA92D84BAE"), url("https://www.mayoclinic.org/~/media/CAD0B05145DB4746B9AC5306FA889339"), url("https://www.mayoclinic.org/~/media/2DCBCACDD8B44DADA117936E34FE5C4F"), url("https://www.mayoclinic.org/~/media/89CA2BB4BF024EC394E1DA7AB7493C04"), url("https://www.mayoclinic.org/~/media/9DC186914E8145F3971F8162AEB62FD8"); } }

svg.ic_arrow {
  width: calc(40px + 1vw);
  cursor: pointer; }

svg.ic_arrow .icn_line {
  fill: none;
  stroke: #7c8d93;
  stroke-miterlimit: 10;
  stroke-width: 1.5px; }

svg.ic_arrow:hover .icn_line {
  stroke: #003ea5; }

.ANMTN_SECTION {
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: center; }

.ANMTN_SECTION .OVERFLOW_SCREEN {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  text-align: center; }

.ANMTN_SECTION .OVERFLOW_SCREEN .illustration_container {
  position: absolute;
  height: inherit;
  display: block;
  padding: 0;
  margin: 0;
  width: inherit; }

.ANMTN_SECTION .OVERFLOW_SCREEN .illustration_container .slide_illustration,
.ANMTN_SECTION .OVERFLOW_SCREEN .illustration_container .slide_illustration .frame {
  position: absolute;
  display: block;
  height: inherit;
  width: inherit;
  padding: 0;
  background-repeat: no-repeat;
  background-size: auto 100%; }

.ANMTN_SECTION .OVERFLOW_SCREEN .background_container {
  display: inline-block;
  left: 0;
  right: 0;
  overflow: hidden;
  padding: 0; }

/* ANIMATION HERO */
#animation_hero {
  background-color: #003ea5; }

#animation_hero div.slide_illustration {
  background-position: left bottom !important;
  background-size: auto 116% !important; }

#animation_hero .node_text {
  fill: rgba(255, 255, 255, 0.7);
  font-size: 9px; }

#animation_hero .line {
  stroke: #00B0B9;
  fill: none;
  stroke-linecap: round;
  opacity: .5; }

#animation_hero .scene_strokes * {
  stroke: #1374e9;
  fill: none;
  stroke-width: 1px; }

#animation_hero .node_fill {
  fill: rgba(19, 116, 233, 0.6); }

#animation_hero .node_fill_white {
  fill: white; }

#animation_hero .node_fill_pink {
  fill: #fab78f; }

/* pink */
#animation_hero .node_fill_03,
#animation_hero .node_fill_04,
#animation_hero .node_fill_05 {
  fill: rgba(19, 116, 233, 0.4); }

#animation_hero .node_fill_07 {
  fill: rgba(255, 255, 255, 0.5); }

#animation_hero .node_fill_orange {
  fill: #FF8200; }

/* orange */
#animation_hero .node_fill_teal {
  fill: #00B0B9; }

/* teal */
#animation_hero .icn_globe .visual,
#animation_hero .icn_risk .visual {
  fill: #43B02A; }

/* map green */
#animation_hero .icn_hart .visual,
#animation_hero .icn_responce .visual,
#animation_hero .icn_screening .visual,
#animation_hero .icn_traits .visual {
  fill: #00B0B9; }

/* teal */
#animation_hero .icn_family .visual,
#animation_hero .icn_medicine .visual {
  fill: #FF8200; }

/* orange */
#animation_hero .gage_value,
#animation_hero .gage_value_label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

#animation_hero .gage_cholesterol .gage_base {
  fill: none;
  stroke: white;
  stroke-width: 5px;
  opacity: .7; }

#animation_hero .gage_cholesterol .gage_base_indicator {
  fill: none;
  stroke: #FF8200;
  stroke-width: 5px; }

#animation_hero .gage_cholesterol .gage_value {
  fill: #FF8200;
  font-size: 24px;
  font-weight: 900; }

#animation_hero .gage_cholesterol .gage_value_label {
  fill: #FF8200;
  font-size: 14px;
  font-weight: 900; }

#animation_hero .gage_age .gage_base {
  fill: none;
  stroke: white;
  stroke-width: 3px;
  opacity: .7; }

#animation_hero .gage_age .gage_line,
#animation_hero .gage_age .gage_base_indicator {
  fill: none;
  stroke: #00B0B9;
  stroke-width: 3px; }

#animation_hero .gage_age .gage_value {
  fill: #00B0B9;
  font-size: 21px; }

#animation_hero .gage_age .gage_value_label {
  fill: #00B0B9;
  font-size: 9px; }

#animation_hero [data-slide="01"] .gage_base_indicator_right,
#animation_hero [data-slide="01"] .node_text_right,
#animation_hero [data-slide="02"] .gage_base_indicator_left,
#animation_hero [data-slide="02"] .node_text_right,
#animation_hero [data-slide="03"] .gage_base_indicator_left,
#animation_hero [data-slide="03"] .node_text_left,
#animation_hero [data-slide="04"] .gage_base_indicator_left,
#animation_hero [data-slide="04"] .node_text_left,
#animation_hero [data-slide="01"] .gage_value67,
#animation_hero [data-slide="01"] .gage_value37,
#animation_hero [data-slide="02"] .gage_value67,
#animation_hero [data-slide="02"] .gage_value35,
#animation_hero [data-slide="03"] .gage_value35,
#animation_hero [data-slide="03"] .gage_value37 {
  display: none; }

#animation_hero .OVERFLOW_SCREEN .message_container {
  display: block;
  width: inherit;
  height: inherit;
  padding: 0;
  margin: 0; }

#animation_hero .OVERFLOW_SCREEN .message_container .slide_message {
  position: absolute;
  display: inline-block;
  width: auto;
  padding: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-align: left; }

.ANMTN_SECTION[data-play="0"] .OVERFLOW_SCREEN .message_container .slide_message {
  color: white; }

.ANMTN_SECTION .message_container .slide_message .msg_str_01 {
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
  margin-bottom: 0px;
  letter-spacing: -.038em; }

.ANMTN_SECTION .message_container .slide_message .msg_str_02 {
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: .042em; }

/* ANIMATION PRESENTATION */
#animation_present .IMAGE_LOADER {
  position: absolute;
  z-index: 100;
  width: 10px;
  height: 10px;
  top: 300px;
  left: -1000px;
  background-size: auto 80px;
  background-position: center center;
  background-repeat: no-repeat; }

#carouselContainer {
  border-bottom: solid transparent 5em; }
  #carouselContainer #icon_container {
    bottom: 0;
    position: absolute;
    width: 100%; }
  @media (max-width: 991.98px) {
    #carouselContainer #icon_container {
      display: none; } }

#animation_present svg.ic_arrow {
  position: relative;
  top: 0px;
  z-index: 2;
  height: 40px; }

#animation_present .controll_container .controll {
  position: relative;
  margin-top: 309px;
  z-index: 10;
  float: right;
  width: 16px;
  text-align: center;
  margin-right: 10px; }

#animation_present .controll_container .btn {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0 0 11.5px 0;
  display: block;
  border-radius: 50%;
  background-color: #d4d3d2;
  cursor: pointer; }

#animation_present .controll_container .btn:hover {
  background-color: #0069d9; }

#animation_present[data-step-current="1"] .controll_container .btn_1,
#animation_present[data-step-current="2"] .controll_container .btn_2,
#animation_present[data-step-current="3"] .controll_container .btn_3,
#animation_present[data-step-current="4"] .controll_container .btn_4,
#animation_present[data-step-current="5"] .controll_container .btn_5 {
  background-color: #003ea5; }

#animation_present {
  width: 100%; }

#animation_present[data-fixed="1"] {
  position: fixed;
  z-index: 10; }

#animation_present .OVERFLOW_SCREEN {
  display: block;
  height: inherit;
  width: 100%; }

#animation_present[data-step-current="1"] .slide_illustration[data-slide="1"] .frames {
  background-position: 70% 30%;
  background-size: 450px auto; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    #animation_present[data-step-current="1"] .slide_illustration[data-slide="1"] .frames {
      background-position: 82% 30%; } }

#animation_present .message_container {
  text-align: left;
  height: inherit; }

#animation_present .slide_message .slide_number {
  background-color: white;
  border: 1px solid #7c8d93;
  border-radius: 50%;
  color: #7c8d93;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  height: 26px;
  line-height: 24px;
  margin-right: 0.5em;
  text-align: center;
  width: 26px; }
  #animation_present .slide_message .slide_number span {
    position: relative;
    left: -1px; }

#animation_present .slide_message {
  position: absolute; }

#animation_present[data-step-current="1"] .message_container {
  width: 1050px; }

#animation_present[data-step-current="1"] .slide_message[data-slide="1"] .msg_str_04.msg_wide {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding-top: 1em;
  text-align: center; }

#animation_present:not([data-step-current="1"]) .slide_message[data-slide="1"] .msg_wide {
  visibility: hidden; }

#animation_present .slide_message .price-tag {
  color: #003DA5;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.1; }
  @media (min-width: 992px) {
    #animation_present .slide_message .price-tag {
      font-size: 20px; } }
  #animation_present .slide_message .price-tag .price-tag-button-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 992px) {
      #animation_present .slide_message .price-tag .price-tag-button-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    #animation_present .slide_message .price-tag .price-tag-button-container .price-tag-small-print {
      font-size: 0.5em;
      line-height: 1.4; }
      @media (min-width: 992px) {
        #animation_present .slide_message .price-tag .price-tag-button-container .price-tag-small-print {
          display: inline-block;
          font-size: 10px;
          line-height: 1.3;
          max-width: 250px;
          margin-left: 10px; } }

#animation_present .slide_message .btn {
  color: white; }

#animation_present .slide_message .btn-large {
  color: white;
  padding: .8em 3em;
  font-size: .9em;
  min-width: 13em; }

#animation_present .slide_message .msg_str_01 {
  padding-top: 95px;
  color: #00b0b9; }

#animation_present .slide_message .msg_str_02 {
  padding-top: 27px;
  font-size: 3.25em;
  color: #003ea5; }

#animation_present .slide_message[data-slide="1"] .msg_str_02 {
  padding-top: 0; }

#animation_present .slide_message[data-slide="1"] .msg_str_03 {
  padding-top: 35px;
  padding-bottom: 35px; }

#animation_present .slide_message .msg_str_03 {
  padding-top: 35px; }

#animation_present .slide_message .msg_str_04 {
  padding-top: 35px; }

#animation_present .card_container {
  text-align: left; }

#animation_present .msg_card {
  position: relative;
  float: right;
  width: 280px;
  display: block;
  clear: both;
  margin-right: 40px;
  padding-top: 32px; }
  @media (min-width: 992px) and (max-width: 1024px) {
    #animation_present .msg_card {
      width: 210px; } }

#animation_present .slide_cards[data-slide="3"] {
  width: 275px;
  height: inherit; }

#animation_present .slide_cards[data-slide="3"] svg {
  margin-top: 20px; }

#animation_present .msg_card .msg_card_title {
  font-size: 1.4em;
  font-weight: 500;
  color: #003ea5;
  padding-bottom: 0;
  line-height: 1.25em; }

#animation_present [data-slide="2"] .msg_card .msg_card_title {
  color: #00B0B9; }

#animation_present [data-slide="4"] .msg_card .msg_card_title {
  color: #43B02A; }

#animation_present a {
  font-weight: 900;
  text-decoration: none;
  cursor: pointer; }

#animation_present a.btn {
  font-weight: 100; }

#animation_present .msg_card a {
  color: #2e2925; }

#animation_present a:hover,
#animation_present .msg_card a:hover {
  color: #0069d9; }

#animation_present .msg_card .msg_card_content {
  line-height: 1.45em; }

#animation_present .msg_card_01 {
  padding-top: 39px; }

#animation_present .OVERFLOW_SCREEN .slide_illustration,
#animation_present .OVERFLOW_SCREEN .slide_illustration .frames,
#animation_present .OVERFLOW_SCREEN .slide_illustration .frame {
  background-position: 50% 50%;
  background-size: auto 600px;
  background-repeat: no-repeat;
  height: inherit; }

.h2--title {
  color: #003ea5;
  padding: 1.2em 0 .9em;
  font-size: 2em;
  line-height: 1.4em; }

@media (min-width: 992px) {
  .ANMTN_SECTION .OVERFLOW_SCREEN [data-img-mode="vertical"] {
    display: none; }
  .ANMTN_SECTION .OVERFLOW_SCREEN {
    width: 1440px;
    height: inherit; }
  .ANMTN_SECTION .OVERFLOW_SCREEN .background_container {
    position: absolute;
    height: inherit;
    width: 100%; }
  .ANMTN_SECTION .OVERFLOW_SCREEN .background_container svg {
    position: absolute;
    height: inherit;
    margin-left: -1280px; }
  .ANMTN_SECTION .message_container .slide_message {
    width: 100%; }
  .ANMTN_SECTION .message_container .slide_message .msg_str_01 {
    font-size: 18px; }
  .ANMTN_SECTION .message_container .slide_message .msg_str_02 {
    font-size: 46px; } }

@media screen and (min-width: 801px) and (max-width: 1450px) {
  .ANMTN_SECTION .OVERFLOW_SCREEN {
    width: 100%;
    height: inherit; }
  .ANMTN_SECTION .OVERFLOW_SCREEN .background_container {
    position: absolute;
    height: inherit;
    width: 100%; }
  .ANMTN_SECTION .OVERFLOW_SCREEN .background_container svg {
    position: absolute;
    height: inherit;
    margin-left: -961.5px; }
  .ANMTN_SECTION .message_container .slide_message .msg_str_01 {
    font-size: 14px; }
  .ANMTN_SECTION .message_container .slide_message .msg_str_02 {
    font-size: 38px; } }

@media (max-width: 991.98px) {
  .ANMTN_SECTION .OVERFLOW_SCREEN [data-img-mode="horizontal"] {
    display: none; }
  .ANMTN_SECTION .OVERFLOW_SCREEN {
    width: 100vw;
    height: inherit; }
  .ANMTN_SECTION .message_container .slide_message .msg_str_01 {
    font-size: 16px;
    padding-top: 0; }
  .ANMTN_SECTION .message_container .slide_message .msg_str_02 {
    margin-top: .35em;
    font-size: calc(100vw * 0.084); }
  .ANMTN_SECTION .OVERFLOW_SCREEN .background_container svg[data-img-mode="vertical"] {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0; }
  .ANMTN_SECTION .OVERFLOW_SCREEN .background_container svg[data-img-mode="vertical"] .line {
    stroke-width: .5px; }
  .ANMTN_SECTION .OVERFLOW_SCREEN .background_container svg[data-img-mode="vertical"] .node_text {
    display: none; }
  .ANMTN_SECTION .ic_arrow {
    display: none; } }

@media (min-width: 992px) {
  #animation_hero {
    height: 542px; }
  #animation_hero .background_container svg {
    left: 50%;
    width: 2560px; }
  #animation_hero .OVERFLOW_SCREEN .message_container .slide_message {
    left: 50%;
    margin-left: 20px;
    margin-top: 191px; }
  #animation_hero .OVERFLOW_SCREEN .illustration_container .slide_illustration {
    margin-left: -310px; } }

@media screen and (min-width: 801px) and (max-width: 1450px) {
  #animation_hero {
    height: 420px; }
  #animation_hero .background_container svg {
    left: 50%;
    width: 1923px; }
  #animation_hero .OVERFLOW_SCREEN .message_container .slide_message {
    margin-left: 10px;
    margin-top: 147px; } }

@media screen and (min-width: 1151px) and (max-width: 1450px) {
  #animation_hero {
    height: 420px; }
  #animation_hero div.OVERFLOW_SCREEN div.illustration_container {
    width: 100%; }
  #animation_hero .OVERFLOW_SCREEN .illustration_container .slide_illustration {
    background-position: bottom right !important;
    margin-left: -620px;
    background-size: 700px auto !important; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  #animation_hero {
    height: 420px; }
  #animation_hero .OVERFLOW_SCREEN .illustration_container {
    height: 420px; }
  #animation_hero .OVERFLOW_SCREEN .illustration_container .slide_illustration {
    background-position: bottom right !important;
    margin-left: -520px;
    background-size: 635px auto !important; } }

@media (max-width: 991.98px) {
  #animation_hero {
    height: calc(100vw * 1.255);
    /* To keep proportion as 420 height x 320 with*/ }
  #animation_hero .OVERFLOW_SCREEN .background_container {
    width: 100%;
    height: calc(100vw * 1.255);
    /* To keep proportion as 420 height x 320 with*/
    position: absolute; }
  #animation_hero div.OVERFLOW_SCREEN div.illustration_container {
    width: 100%; }
  #animation_hero .OVERFLOW_SCREEN .illustration_container .slide_illustration {
    background-position: bottom center !important;
    background-size: auto 45% !important; }
  #animation_hero .OVERFLOW_SCREEN .illustration_container {
    background-color: transparent; }
  #animation_hero .OVERFLOW_SCREEN .illustration_container .slide_illustration {
    width: 100vw;
    background-position-y: bottom;
    background-size: calc(100vw * 0.85) auto; }
  #animation_hero .OVERFLOW_SCREEN .message_container .slide_message {
    text-align: center;
    width: 100%;
    left: 0;
    margin-top: calc(100vw * 0.215); } }

#animation_present .extra-title-1 {
  color: #003DA5;
  font-size: inherit;
  line-height: 1.3;
  margin: 0px 10px 0 10px;
  text-align: center; }

#animation_present .special-title {
  color: #003DA5;
  font-size: 22px;
  line-height: 30px;
  margin: 80px 10px 0 10px;
  text-align: center; }

@media (max-width: 991.98px) {
  #animation_present,
  #animation_present .OVERFLOW_SCREEN {
    height: auto;
    width: 100%; }
  #animation_present .slide_illustration {
    background-position: 50vw 35% !important;
    background-size: auto 400px !important; }
  #animation_present .card_container {
    position: relative; }
  #animation_present .slide_cards[data-slide="2"],
  #animation_present .slide_cards[data-slide="3"],
  #animation_present .slide_cards[data-slide="4"],
  #animation_present .IMAGE_LOADER,
  #animation_present .controll_container,
  #animation_present .illustration_container {
    display: none; }
  #animation_present .background_container,
  #animation_present .message_container {
    left: 0;
    position: relative;
    height: auto;
    width: 100% !important; }
  #animation_present .msg_str {
    padding-left: 11vw;
    padding-right: 11vw; }
  #animation_present .msg_str_03,
  #animation_present .msg_str_04 {
    font-size: calc(100vw * 0.05);
    line-height: 1.6em; }
  #animation_present .slide_message:not([data-slide="1"]) .msg_str_04 {
    text-align: center;
    display: block; }
  #animation_present .slide_message {
    position: relative;
    margin: auto !important; }
  #animation_present .slide_message .slide_number {
    border-width: 2px;
    font-size: 16px;
    height: 26px;
    top: 2px;
    width: 26px;
    position: relative; }
    #animation_present .slide_message .slide_number span {
      left: -1px;
      top: -1px; }
  #animation_present .slide_message a.btn {
    width: 40vw;
    display: inline-block !important; }
  #animation_present .slide_message[data-slide="1"] .msg_str_04.msg_wide {
    border-width: 0 !important;
    padding-top: calc(100vw - 45px) !important;
    padding-bottom: 10vw;
    background-image: url("https://www.mayoclinic.org/~/media/8E184483F35E4F4FA01D99C7DCEF3000");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 100% auto; }
  #animation_present .slide_message[data-slide="2"] .msg_str_04,
  #animation_present .slide_message[data-slide="4"] .msg_str_04 {
    margin-top: 15vw;
    border-width: 0 !important;
    padding-top: 160vw !important;
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 80vw auto; }
  #animation_present .slide_message[data-slide="2"] .msg_str_04 {
    background-image: url("https://www.mayoclinic.org/~/media/0C033D0B16B34980948CD4D427E24C34"); }
  #animation_present .slide_message[data-slide="4"] .msg_str_04 {
    background-image: url("https://www.mayoclinic.org/~/media/A05B4F1F4B6D43A999F33F0CD722E9E7"); }
  #animation_present .slide_message[data-slide="5"] .msg_str_04 {
    margin-top: 15vw;
    border-width: 0 !important;
    padding-top: 85vw !important;
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-position: -15vw -20vw;
    background-size: 100vw auto;
    background-image: url("https://www.mayoclinic.org/~/media/9DC186914E8145F3971F8162AEB62FD8"); }
  #animation_present .slide_message[data-slide="5"] .msg_str_04 .btn {
    margin-bottom: 20vw; } }

@media (min-width: 992px) {
  #animation_present {
    height: 735px;
    margin: 0 !important; }
  #animation_present .card_container .slide_cards {
    position: absolute;
    right: 40px; }
  #animation_present .illustration_container,
  #animation_present .message_container,
  #animation_present .controll_container,
  #animation_present .card_container {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  #animation_present .card_container {
    top: 50px; }
  #animation_present .message_container {
    width: 350px; } }
  @media (min-width: 992px) and (min-width: 992px) and (max-width: 1024px) {
    #animation_present .message_container {
      width: 320px; } }

@media (min-width: 992px) {
  #animation_present .controll_container .controll {
    margin-right: 0; }
  #animation_present[data-step-current="1"] .slide_message[data-slide="1"] .msg_str {
    width: 37%; } }

@media screen and (min-width: 768px) {
  #animation_hero .slide_illustration[data-slide="01"] {
    background-image: url("https://www.mayoclinic.org/~/media/F9CDEA7EB1DD4CB799E11B68A0CFD3D1"); }
  #animation_hero .slide_illustration[data-slide="02"] {
    background-image: url("https://www.mayoclinic.org/~/media/516AB6DCE3474064B1E9C61F59F30840"); }
  #animation_hero .slide_illustration[data-slide="03"] {
    background-image: url("https://www.mayoclinic.org/~/media/10E514A782204A008C8DEEB1766A3687"); }
  #animation_hero .slide_illustration[data-slide="04"] {
    background-image: url("https://www.mayoclinic.org/~/media/1E765C8BCBA54E6E942DE4BEAD3479D0"); } }

@media screen and (max-width: 768px) {
  #animation_hero .slide_illustration[data-slide="01"] {
    background-image: url("https://www.mayoclinic.org/~/media/8FCCB983B7CB425F8774D279AB7E42C0"); }
  #animation_hero .slide_illustration[data-slide="02"] {
    background-image: url("https://www.mayoclinic.org/~/media/E209E96F4B83479183D5AD762877026F"); }
  #animation_hero .slide_illustration[data-slide="03"] {
    background-image: url("https://www.mayoclinic.org/~/media/823E547BF8E6427A8898A6FB3CA22A2E"); }
  #animation_hero .slide_illustration[data-slide="04"] {
    background-image: url("https://www.mayoclinic.org/~/media/342F833E7DFA447FAC60DFEC61BB5A6C"); } }

.process-block-home {
  background-color: #F7F9FA; }
  .process-block-home h2 {
    color: #003DA5;
    font-size: 42px;
    line-height: 56px;
    margin: 70px 0 50px 0;
    padding: 0;
    text-align: center; }
    @media (max-width: 991.98px) {
      .process-block-home h2 {
        text-align: left; } }
  .process-block-home .large {
    border-bottom: none;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: center; }
  .process-block-home .process-step__item::after {
    border-color: #003DA5; }
  .process-block-home .tm {
    font-size: 75%;
    left: 0;
    position: relative;
    top: -10px; }
  .process-block-home .next {
    text-align: center;
    margin: 60px 0; }
    @media (max-width: 991.98px) {
      .process-block-home .next {
        display: none; } }

.powered-by-helix {
  margin: 40px auto;
  width: 109px;
  height: 63px; }

.msg_wide .powered-by-helix {
  margin: 0 auto; }

.msg_slide-1-only {
  text-align: left;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .msg_slide-1-only {
      font-size: 14px;
      padding-left: 20px; } }

.features-block-home {
  background-color: #F7F9FA; }
  .features-block-home h2 {
    color: #003DA5;
    font-size: 42px;
    font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
    line-height: 56px;
    margin: 70px 0 50px 0;
    padding: 0;
    text-align: center; }
  .features-block-home h3 {
    color: #003DA5;
    font-size: 22px; }
  .features-block-home .features-table {
    max-width: 350px;
    width: 100%;
    border: 1px solid #d6d6d6;
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .features-block-home .features-table {
        max-width: 100%; } }
    .features-block-home .features-table th, .features-block-home .features-table__head {
      background: #003DA5;
      border-bottom: 0;
      color: white;
      font-weight: bold;
      padding: 5px 10px;
      line-height: 1.5; }
    .features-block-home .features-table__body {
      padding: 0 10px; }
    .features-block-home .features-table td {
      padding: 5px 10px 0;
      border: 0; }
    .features-block-home .features-table tr:last-child .feature-item {
      border-bottom: 0; }
    .features-block-home .features-table tr:last-child td {
      padding-bottom: 10px; }
    .features-block-home .features-table tr:first-child td {
      padding-top: 12px; }
    .features-block-home .features-table .feature-item {
      border-bottom: 1px solid #d6d6d6;
      margin: 0;
      padding-bottom: 4px; }
